diff --git a/database/assets_maintenance/assets_maintenance.sqlite b/database/assets_maintenance/assets_maintenance.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..98066158448fc2cca0434ede1cb09fb80295290c Binary files /dev/null and b/database/assets_maintenance/assets_maintenance.sqlite differ diff --git a/database/customers_and_addresses/schema.sql b/database/customers_and_addresses/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..db1a7acdfdd33673aad01e88353dec2594501d36 --- /dev/null +++ b/database/customers_and_addresses/schema.sql @@ -0,0 +1,163 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE `Addresses` ( +`address_id` INTEGER PRIMARY KEY, +`address_content` VARCHAR(80), +`city` VARCHAR(50), +`zip_postcode` VARCHAR(20), +`state_province_county` VARCHAR(50), +`country` VARCHAR(50), +`other_address_details` VARCHAR(255) +); + +INSERT INTO Addresses (`address_id`, `address_content`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (1, '9443 Boyle Route Suite 857', 'Lucasville', '416', 'Colorado', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `address_content`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (2, '1969 Jabari Port Suite 393', 'New Sabryna', '721', 'SouthCarolina', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `address_content`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (3, '295 Hackett Curve', 'Reingertown', '255', 'NewJersey', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `address_content`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (4, '92865 Margaretta Streets Suite 467', 'Gleasonmouth', '940', 'Arizona', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `address_content`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (5, '08996 Brisa Lane Apt. 583', 'Stantonville', '354', 'Mississippi', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `address_content`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (6, '826 Murray Locks Apt. 654', 'South Meghanview', '918', 'Colorado', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `address_content`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (7, '59540 Grover Wells Apt. 814', 'Lake Walterton', '767', 'Virginia', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `address_content`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (8, '78614 Maybell Alley Suite 057', 'South Bellaland', '921', 'Florida', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `address_content`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (9, '9168 King Rest', 'Felicityfort', '482', 'Texas', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `address_content`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (10, '120 Noble Radial', 'East Julianaside', '821', 'Texas', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `address_content`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (11, '618 Odie Villages Suite 133', 'Lake Geovannyton', '623', 'NewMexico', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `address_content`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (12, '16438 Herman Pine', 'New Terrillport', '684', 'Arkansas', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `address_content`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (13, '47831 Martin Islands', 'Port Lilyan', '235', 'RhodeIsland', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `address_content`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (14, '995 Weimann Gateway', 'Lake Ryann', '470', 'Kentucky', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `address_content`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (15, '41632 Kerluke Field', 'East Pascale', '720', 'Texas', 'USA', NULL); + + + +CREATE TABLE `Products` ( +`product_id` INTEGER PRIMARY KEY, +`product_details` VARCHAR(255) +); +INSERT INTO Products (`product_id`, `product_details`) VALUES (1, 'Americano'); +INSERT INTO Products (`product_id`, `product_details`) VALUES (2, 'Dove Chocolate'); +INSERT INTO Products (`product_id`, `product_details`) VALUES (3, 'Latte'); + + +CREATE TABLE `Customers` ( +`customer_id` INTEGER PRIMARY KEY, +`payment_method` VARCHAR(15) NOT NULL, +`customer_name` VARCHAR(80), +`date_became_customer` DATETIME, +`other_customer_details` VARCHAR(255) +); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `date_became_customer`, `other_customer_details`) VALUES (1, 'Cash', 'Dr. Julia Wuckert MD', '2018-03-01 23:20:10', NULL); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `date_became_customer`, `other_customer_details`) VALUES (2, 'Cheque', 'Tillman Ernser', '2018-02-28 11:37:44', NULL); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `date_became_customer`, `other_customer_details`) VALUES (3, 'Credit Card', 'Rodrick Heaney', '2018-03-09 17:41:58', NULL); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `date_became_customer`, `other_customer_details`) VALUES (4, 'Credit Card', 'Prof. Alexzander Hamill', '2018-02-24 00:20:18', 'VIP'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `date_became_customer`, `other_customer_details`) VALUES (5, 'Cheque', 'Prof. Reyes Berge II', '2018-03-07 18:05:11', NULL); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `date_became_customer`, `other_customer_details`) VALUES (6, 'Cash', 'Maudie Kertzmann', '2018-02-26 11:57:47', NULL); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `date_became_customer`, `other_customer_details`) VALUES (7, 'Credit Card', 'Mozell Morissette', '2018-02-25 13:15:04', 'VIP'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `date_became_customer`, `other_customer_details`) VALUES (8, 'Credit Card', 'Eunice Morar', '2018-03-21 01:01:04', NULL); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `date_became_customer`, `other_customer_details`) VALUES (9, 'Cheque', 'Devin Mills', '2018-03-05 16:52:51', NULL); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `date_became_customer`, `other_customer_details`) VALUES (10, 'Cash', 'Kitty Padberg III', '2018-03-22 18:09:09', NULL); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `date_became_customer`, `other_customer_details`) VALUES (11, 'Cheque', 'Salvatore Tillman', '2018-03-04 00:17:48', NULL); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `date_became_customer`, `other_customer_details`) VALUES (12, 'Cheque', 'Clifford Pagac', '2018-02-24 10:24:23', NULL); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `date_became_customer`, `other_customer_details`) VALUES (13, 'Credit Card', 'Miss Aliyah Witting', '2018-03-05 07:19:45', NULL); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `date_became_customer`, `other_customer_details`) VALUES (14, 'Cheque', 'Alexane Kilback', '2018-03-08 01:17:31', NULL); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `date_became_customer`, `other_customer_details`) VALUES (15, 'Cash', 'Prof. Ibrahim Bashirian', '2018-03-15 02:54:27', NULL); + + +CREATE TABLE `Customer_Addresses` ( +`customer_id` INTEGER NOT NULL, +`address_id` INTEGER NOT NULL, +`date_address_from` DATETIME NOT NULL, +`address_type` VARCHAR(15) NOT NULL, +`date_address_to` DATETIME, +FOREIGN KEY (`address_id` ) REFERENCES `Addresses`(`address_id` ), +FOREIGN KEY (`customer_id` ) REFERENCES `Customers`(`customer_id` ) +); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_address_from`, `address_type`, `date_address_to`) VALUES (2, 11, '1985-03-29 20:31:43', 'Billing', '1993-02-17 17:55:18'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_address_from`, `address_type`, `date_address_to`) VALUES (13, 11, '2010-08-25 04:24:35', 'Billing', '1972-02-17 22:23:38'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_address_from`, `address_type`, `date_address_to`) VALUES (2, 14, '2010-12-26 08:52:50', 'Residential', '1979-07-16 18:22:39'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_address_from`, `address_type`, `date_address_to`) VALUES (15, 15, '1995-12-16 07:21:04', 'Billing', '1990-06-29 13:39:18'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_address_from`, `address_type`, `date_address_to`) VALUES (6, 7, '1972-12-08 17:12:08', 'Residential', '2010-11-10 11:35:28'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_address_from`, `address_type`, `date_address_to`) VALUES (10, 12, '1979-01-26 17:55:38', 'Residential', '1977-07-07 08:38:29'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_address_from`, `address_type`, `date_address_to`) VALUES (1, 14, '1990-11-25 12:40:25', 'Residential', '1974-03-28 18:09:39'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_address_from`, `address_type`, `date_address_to`) VALUES (10, 3, '1986-09-12 22:07:06', 'Residential', '2003-11-08 12:14:09'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_address_from`, `address_type`, `date_address_to`) VALUES (14, 15, '2003-07-08 05:33:19', 'Residential', '2010-05-08 10:00:17'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_address_from`, `address_type`, `date_address_to`) VALUES (13, 6, '2010-02-25 11:15:16', 'Residential', '1977-05-17 23:47:09'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_address_from`, `address_type`, `date_address_to`) VALUES (12, 7, '2013-01-29 23:14:00', 'Residential', '2008-04-30 00:20:58'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_address_from`, `address_type`, `date_address_to`) VALUES (4, 5, '2005-06-22 09:38:54', 'Billing', '1970-02-22 03:46:01'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_address_from`, `address_type`, `date_address_to`) VALUES (8, 6, '2016-11-24 11:00:17', 'Billing', '1970-09-18 09:07:32'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_address_from`, `address_type`, `date_address_to`) VALUES (5, 5, '1980-04-11 23:46:50', 'Billing', '1977-12-07 13:55:11'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_address_from`, `address_type`, `date_address_to`) VALUES (11, 11, '1979-01-11 13:53:30', 'Residential', '1971-11-17 18:29:57'); + + +CREATE TABLE `Customer_Contact_Channels` ( +`customer_id` INTEGER NOT NULL, +`channel_code` VARCHAR(15) NOT NULL, +`active_from_date` DATETIME NOT NULL, +`active_to_date` DATETIME, +`contact_number` VARCHAR(50) NOT NULL, +FOREIGN KEY (`customer_id` ) REFERENCES `Customers`(`customer_id` ) +); +CREATE TABLE `Customer_Orders` ( +`order_id` INTEGER PRIMARY KEY, +`customer_id` INTEGER NOT NULL, +`order_status` VARCHAR(15) NOT NULL, +`order_date` DATETIME, +`order_details` VARCHAR(255), +FOREIGN KEY (`customer_id` ) REFERENCES `Customers`(`customer_id` ) +); + +CREATE TABLE `Order_Items` ( +`order_id` INTEGER NOT NULL, +`product_id` INTEGER NOT NULL, +`order_quantity` VARCHAR(15), +FOREIGN KEY (`product_id` ) REFERENCES `Products`(`product_id` ), +FOREIGN KEY (`order_id` ) REFERENCES `Customer_Orders`(`order_id` ) +); +INSERT INTO Customer_Contact_Channels (`customer_id`, `channel_code`, `active_from_date`, `active_to_date`, `contact_number`) VALUES (9, 'Email', '2017-12-07 18:18:15', '2018-03-23 13:37:14', '940.035.6435x0225'); +INSERT INTO Customer_Contact_Channels (`customer_id`, `channel_code`, `active_from_date`, `active_to_date`, `contact_number`) VALUES (2, 'Email', '2017-04-07 04:51:41', '2018-03-23 01:30:52', '189.449.8326x7607'); +INSERT INTO Customer_Contact_Channels (`customer_id`, `channel_code`, `active_from_date`, `active_to_date`, `contact_number`) VALUES (9, 'Email', '2017-05-25 16:08:45', '2018-03-13 07:32:25', '958-653-2640'); +INSERT INTO Customer_Contact_Channels (`customer_id`, `channel_code`, `active_from_date`, `active_to_date`, `contact_number`) VALUES (2, 'Email', '2018-01-05 21:42:56', '2018-03-15 14:58:13', '1-968-863-4947x96956'); +INSERT INTO Customer_Contact_Channels (`customer_id`, `channel_code`, `active_from_date`, `active_to_date`, `contact_number`) VALUES (4, 'Cell', '2017-08-07 08:07:10', '2018-03-02 17:44:49', '(165)527-5756x2419'); +INSERT INTO Customer_Contact_Channels (`customer_id`, `channel_code`, `active_from_date`, `active_to_date`, `contact_number`) VALUES (2, 'Cell', '2017-09-21 12:41:56', '2018-03-08 19:28:16', '1-077-864-0102'); +INSERT INTO Customer_Contact_Channels (`customer_id`, `channel_code`, `active_from_date`, `active_to_date`, `contact_number`) VALUES (3, 'Handheld', '2017-05-11 12:32:16', '2018-03-20 14:35:34', '06068550461'); +INSERT INTO Customer_Contact_Channels (`customer_id`, `channel_code`, `active_from_date`, `active_to_date`, `contact_number`) VALUES (14, 'Handheld', '2017-05-23 15:20:20', '2018-03-15 02:34:01', '542.983.0224'); +INSERT INTO Customer_Contact_Channels (`customer_id`, `channel_code`, `active_from_date`, `active_to_date`, `contact_number`) VALUES (13, 'Handheld', '2017-08-26 15:16:44', '2018-03-16 14:00:15', '(379)834-0867x267'); +INSERT INTO Customer_Contact_Channels (`customer_id`, `channel_code`, `active_from_date`, `active_to_date`, `contact_number`) VALUES (6, 'Handheld', '2017-07-01 17:59:48', '2018-02-25 22:20:55', '(620)266-6990x8590'); +INSERT INTO Customer_Contact_Channels (`customer_id`, `channel_code`, `active_from_date`, `active_to_date`, `contact_number`) VALUES (10, 'Fax', '2017-06-21 06:41:19', '2018-03-15 06:00:34', '(068)656-5276x84466'); +INSERT INTO Customer_Contact_Channels (`customer_id`, `channel_code`, `active_from_date`, `active_to_date`, `contact_number`) VALUES (13, 'Fax', '2017-10-29 04:16:39', '2018-03-08 17:19:29', '496-074-8589x5477'); +INSERT INTO Customer_Contact_Channels (`customer_id`, `channel_code`, `active_from_date`, `active_to_date`, `contact_number`) VALUES (15, 'Handheld', '2017-09-08 14:00:01', '2018-03-04 13:35:57', '1-687-190-8968x63811'); +INSERT INTO Customer_Contact_Channels (`customer_id`, `channel_code`, `active_from_date`, `active_to_date`, `contact_number`) VALUES (2, 'Handheld', '2018-03-01 10:17:18', '2018-03-20 14:01:12', '118.523.6764x57405'); +INSERT INTO Customer_Contact_Channels (`customer_id`, `channel_code`, `active_from_date`, `active_to_date`, `contact_number`) VALUES (5, 'Handheld', '2017-11-14 16:16:02', '2018-03-02 03:22:26', '445.924.9417'); +INSERT INTO Customer_Contact_Channels (`customer_id`, `channel_code`, `active_from_date`, `active_to_date`, `contact_number`) VALUES (9, 'Mobile', '2017-05-25 20:36:21', '2018-02-24 00:57:39', '(155)830-6182'); +INSERT INTO Customer_Contact_Channels (`customer_id`, `channel_code`, `active_from_date`, `active_to_date`, `contact_number`) VALUES (3, 'Handheld', '2017-09-11 05:05:47', '2018-03-14 14:56:28', '1-453-027-1291'); +INSERT INTO Customer_Contact_Channels (`customer_id`, `channel_code`, `active_from_date`, `active_to_date`, `contact_number`) VALUES (9, 'Handheld', '2018-01-02 18:37:48', '2018-03-10 05:10:35', '026.019.5981x72518'); +INSERT INTO Customer_Contact_Channels (`customer_id`, `channel_code`, `active_from_date`, `active_to_date`, `contact_number`) VALUES (10, 'Cell', '2017-12-06 15:25:33', '2018-03-19 06:34:34', '495-168-9662'); +INSERT INTO Customer_Contact_Channels (`customer_id`, `channel_code`, `active_from_date`, `active_to_date`, `contact_number`) VALUES (14, 'Cell', '2017-10-17 11:46:37', '2018-03-08 20:07:20', '846.043.4809x0426'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status`, `order_date`, `order_details`) VALUES (1, 15, 'Cancelled', '2018-03-21 11:20:46', NULL); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status`, `order_date`, `order_details`) VALUES (2, 3, 'Cancelled', '2018-03-05 06:35:33', NULL); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status`, `order_date`, `order_details`) VALUES (3, 5, 'Delivered', '2018-03-04 07:16:22', 'Second time'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status`, `order_date`, `order_details`) VALUES (4, 12, 'Cancelled', '2018-02-28 15:46:06', NULL); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status`, `order_date`, `order_details`) VALUES (5, 12, 'Delivered', '2018-03-08 15:30:24', NULL); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status`, `order_date`, `order_details`) VALUES (6, 5, 'Cancelled', '2018-03-10 06:12:51', NULL); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status`, `order_date`, `order_details`) VALUES (7, 10, 'Cancelled', '2018-03-23 04:39:50', 'Second time'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status`, `order_date`, `order_details`) VALUES (8, 3, 'Cancelled', '2018-03-17 02:51:37', NULL); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status`, `order_date`, `order_details`) VALUES (9, 8, 'Cancelled', '2018-03-23 06:25:41', NULL); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status`, `order_date`, `order_details`) VALUES (10, 12, 'Cancelled', '2018-03-17 07:13:53', NULL); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status`, `order_date`, `order_details`) VALUES (11, 8, 'Cancelled', '2018-03-19 18:05:50', 'Second time'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status`, `order_date`, `order_details`) VALUES (12, 10, 'Delivered', '2018-03-16 03:16:57', 'Second time'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status`, `order_date`, `order_details`) VALUES (13, 4, 'Delivered', '2018-03-22 14:57:30', NULL); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status`, `order_date`, `order_details`) VALUES (14, 11, 'Cancelled', '2018-02-24 13:18:49', 'Second time'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status`, `order_date`, `order_details`) VALUES (15, 10, 'Delivered', '2018-03-06 12:31:35', NULL); +INSERT INTO Order_Items (`order_id`, `product_id`, `order_quantity`) VALUES (14, 2, '5'); +INSERT INTO Order_Items (`order_id`, `product_id`, `order_quantity`) VALUES (5, 2, '9'); +INSERT INTO Order_Items (`order_id`, `product_id`, `order_quantity`) VALUES (14, 3, '2'); +INSERT INTO Order_Items (`order_id`, `product_id`, `order_quantity`) VALUES (2, 2, '9'); +INSERT INTO Order_Items (`order_id`, `product_id`, `order_quantity`) VALUES (13, 1, '9'); +INSERT INTO Order_Items (`order_id`, `product_id`, `order_quantity`) VALUES (10, 1, '5'); +INSERT INTO Order_Items (`order_id`, `product_id`, `order_quantity`) VALUES (10, 3, '6'); +INSERT INTO Order_Items (`order_id`, `product_id`, `order_quantity`) VALUES (7, 2, '9'); +INSERT INTO Order_Items (`order_id`, `product_id`, `order_quantity`) VALUES (14, 3, '8'); +INSERT INTO Order_Items (`order_id`, `product_id`, `order_quantity`) VALUES (10, 2, '5'); +INSERT INTO Order_Items (`order_id`, `product_id`, `order_quantity`) VALUES (10, 2, '9'); +INSERT INTO Order_Items (`order_id`, `product_id`, `order_quantity`) VALUES (11, 2, '1'); +INSERT INTO Order_Items (`order_id`, `product_id`, `order_quantity`) VALUES (10, 3, '6'); +INSERT INTO Order_Items (`order_id`, `product_id`, `order_quantity`) VALUES (8, 1, '7'); +INSERT INTO Order_Items (`order_id`, `product_id`, `order_quantity`) VALUES (8, 2, '5'); diff --git a/database/e_government/schema.sql b/database/e_government/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..132e36ba9c7833693487c597dd434b12eed72bbc --- /dev/null +++ b/database/e_government/schema.sql @@ -0,0 +1,231 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE `Addresses` ( +`address_id` INTEGER PRIMARY KEY, +`line_1_number_building` VARCHAR(80), +`town_city` VARCHAR(50), +`zip_postcode` VARCHAR(20), +`state_province_county` VARCHAR(50), +`country` VARCHAR(50) +); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `town_city`, `zip_postcode`, `state_province_county`, `country`) VALUES (1, '25518 Ortiz Centers', 'West Stacy', '193', 'NorthCarolina', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `town_city`, `zip_postcode`, `state_province_county`, `country`) VALUES (2, '033 Stracke Parkways', 'Lake Meaghan', '227', 'Colorado', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `town_city`, `zip_postcode`, `state_province_county`, `country`) VALUES (3, '269 Flatley Port Suite 062', 'Breanneberg', '527', 'NewHampshire', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `town_city`, `zip_postcode`, `state_province_county`, `country`) VALUES (4, '90928 Garret Mall', 'New Gabe', '993', 'Missouri', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `town_city`, `zip_postcode`, `state_province_county`, `country`) VALUES (5, '0399 Colby Extensions', 'Carrollland', '250', 'Kentucky', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `town_city`, `zip_postcode`, `state_province_county`, `country`) VALUES (6, '538 Schaefer Highway Apt. 472', 'East Lamonttown', '202', 'Louisiana', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `town_city`, `zip_postcode`, `state_province_county`, `country`) VALUES (7, '34580 Mireille Crescent Suite 776', 'Cletusbury', '215', 'Georgia', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `town_city`, `zip_postcode`, `state_province_county`, `country`) VALUES (8, '6862 Kaitlyn Knolls Suite 309', 'New Katlyn', '021', 'Pennsylvania', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `town_city`, `zip_postcode`, `state_province_county`, `country`) VALUES (9, '90236 Kunze Pass', 'Dangelohaven', '259', 'Louisiana', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `town_city`, `zip_postcode`, `state_province_county`, `country`) VALUES (10, '51124 Marquardt Forks', 'Robertsberg', '023', 'NewYork', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `town_city`, `zip_postcode`, `state_province_county`, `country`) VALUES (11, '3986 Bergstrom Stravenue', 'Lake Taryn', '332', 'Michigan', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `town_city`, `zip_postcode`, `state_province_county`, `country`) VALUES (12, '43686 Kihn Corner', 'Feilmouth', '460', 'Vermont', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `town_city`, `zip_postcode`, `state_province_county`, `country`) VALUES (13, '29446 Hauck Ridge', 'Lake Gertrudeton', '603', 'Montana', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `town_city`, `zip_postcode`, `state_province_county`, `country`) VALUES (14, '326 Emile Turnpike Suite 964', 'East Clair', '515', 'Georgia', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `town_city`, `zip_postcode`, `state_province_county`, `country`) VALUES (15, '266 Feeney Falls', 'West Brandynland', '320', 'Arkansas', 'USA'); + + +CREATE TABLE `Services` ( +`service_id` INTEGER PRIMARY KEY, +`service_type_code` VARCHAR(15) NOT NULL, +`service_name` VARCHAR(80), +`service_descriptio` VARCHAR(255) +); +INSERT INTO Services (`service_id`, `service_type_code`, `service_name`, `service_descriptio`) VALUES (1, 'Education', 'Education', 'Education'); +INSERT INTO Services (`service_id`, `service_type_code`, `service_name`, `service_descriptio`) VALUES (2, 'Welfare', 'Health', 'Welfare'); +INSERT INTO Services (`service_id`, `service_type_code`, `service_name`, `service_descriptio`) VALUES (3, 'Education', 'Education', 'Health'); +INSERT INTO Services (`service_id`, `service_type_code`, `service_name`, `service_descriptio`) VALUES (4, 'Welfare', 'Education', 'Education'); +INSERT INTO Services (`service_id`, `service_type_code`, `service_name`, `service_descriptio`) VALUES (5, 'Education', 'Education', 'Health'); +INSERT INTO Services (`service_id`, `service_type_code`, `service_name`, `service_descriptio`) VALUES (6, 'Welfare', 'Welfare', 'Health'); +INSERT INTO Services (`service_id`, `service_type_code`, `service_name`, `service_descriptio`) VALUES (7, 'Welfare', 'Welfare', 'Welfare'); +INSERT INTO Services (`service_id`, `service_type_code`, `service_name`, `service_descriptio`) VALUES (8, 'Education', 'Education', 'Welfare'); +INSERT INTO Services (`service_id`, `service_type_code`, `service_name`, `service_descriptio`) VALUES (9, 'Education', 'Health', 'Education'); +INSERT INTO Services (`service_id`, `service_type_code`, `service_name`, `service_descriptio`) VALUES (10, 'Education', 'Health', 'Welfare'); +INSERT INTO Services (`service_id`, `service_type_code`, `service_name`, `service_descriptio`) VALUES (11, 'Welfare', 'Education', 'Health'); +INSERT INTO Services (`service_id`, `service_type_code`, `service_name`, `service_descriptio`) VALUES (12, 'Education', 'Education', 'Health'); +INSERT INTO Services (`service_id`, `service_type_code`, `service_name`, `service_descriptio`) VALUES (13, 'Health', 'Welfare', 'Education'); +INSERT INTO Services (`service_id`, `service_type_code`, `service_name`, `service_descriptio`) VALUES (14, 'Education', 'Education', 'Health'); +INSERT INTO Services (`service_id`, `service_type_code`, `service_name`, `service_descriptio`) VALUES (15, 'Welfare', 'Health', 'Education'); + + +CREATE TABLE `Forms` ( +`form_id` INTEGER PRIMARY KEY, +`form_type_code` VARCHAR(15) NOT NULL, +`service_id` INTEGER, +`form_number` VARCHAR(50), +`form_name` VARCHAR(80), +`form_description` VARCHAR(255), +FOREIGN KEY (`service_id` ) REFERENCES `Services`(`service_id` ) +); + + +INSERT INTO Forms (`form_id`, `form_type_code`, `service_id`, `form_number`, `form_name`, `form_description`) VALUES (1, 'Basic', 13, '8069', 'SSN Application', 'Form for SSN Application'); +INSERT INTO Forms (`form_id`, `form_type_code`, `service_id`, `form_number`, `form_name`, `form_description`) VALUES (2, 'Complex', 9, '2675', 'Marriage Certificate', 'Marriage Certificate'); +INSERT INTO Forms (`form_id`, `form_type_code`, `service_id`, `form_number`, `form_name`, `form_description`) VALUES (3, 'Complex', 2, '9837', 'Divorce Certificate', 'Divorce Certificate'); +INSERT INTO Forms (`form_id`, `form_type_code`, `service_id`, `form_number`, `form_name`, `form_description`) VALUES (4, 'Complex', 14, '9173', 'Moving Form', 'Form for moving house'); +INSERT INTO Forms (`form_id`, `form_type_code`, `service_id`, `form_number`, `form_name`, `form_description`) VALUES (5, 'Basic', 3, '6673', 'Account Application', 'Form for Account Application'); +INSERT INTO Forms (`form_id`, `form_type_code`, `service_id`, `form_number`, `form_name`, `form_description`) VALUES (6, 'Complex', 7, '9130', 'Property Change', 'Form for Property Change'); + + +CREATE TABLE `Individuals` ( +`individual_id` INTEGER PRIMARY KEY, +`individual_first_name` VARCHAR(80), +`individual_middle_name` VARCHAR(80), +`inidividual_phone` VARCHAR(80), +`individual_email` VARCHAR(80), +`individual_address` VARCHAR(255), +`individual_last_name` VARCHAR(80) +); +INSERT INTO Individuals (`individual_id`, `individual_first_name`, `individual_middle_name`, `inidividual_phone`, `individual_email`, `individual_address`, `individual_last_name`) VALUES (1, 'Oscar', 'Hosea', '1-925-696-5232', 'amie.okuneva@example.org', '6956 Lia Plaza', 'Maggio'); +INSERT INTO Individuals (`individual_id`, `individual_first_name`, `individual_middle_name`, `inidividual_phone`, `individual_email`, `individual_address`, `individual_last_name`) VALUES (2, 'Geovanny', 'Antonia', '075.012.6775x409', 'jamey.effertz@example.net', '69578 Baylee Prairie', 'Kerluke'); +INSERT INTO Individuals (`individual_id`, `individual_first_name`, `individual_middle_name`, `inidividual_phone`, `individual_email`, `individual_address`, `individual_last_name`) VALUES (3, 'Casper', 'Mitchell', '1-818-062-2837', 'brandon.hermiston@example.com', '4555 Hane Orchard', 'Kutch'); +INSERT INTO Individuals (`individual_id`, `individual_first_name`, `individual_middle_name`, `inidividual_phone`, `individual_email`, `individual_address`, `individual_last_name`) VALUES (4, 'Guy', 'Erick', '1-014-109-1968x40778', 'reinger.leola@example.net', '919 Cummerata Burgs Apt. 063', 'Wunsch'); +INSERT INTO Individuals (`individual_id`, `individual_first_name`, `individual_middle_name`, `inidividual_phone`, `individual_email`, `individual_address`, `individual_last_name`) VALUES (5, 'Matteo', 'Rene', '634.660.8469', 'strosin.conor@example.org', '13223 Torphy Point', 'Schuster'); +INSERT INTO Individuals (`individual_id`, `individual_first_name`, `individual_middle_name`, `inidividual_phone`, `individual_email`, `individual_address`, `individual_last_name`) VALUES (6, 'Nella', 'Tommie', '892.154.8492', 'austyn.effertz@example.org', '640 Johns Branch', 'Kertzmann'); +INSERT INTO Individuals (`individual_id`, `individual_first_name`, `individual_middle_name`, `inidividual_phone`, `individual_email`, `individual_address`, `individual_last_name`) VALUES (7, 'Jeffery', 'Alberto', '317.382.4425x7924', 'august78@example.net', '384 Carter Flat Suite 896', 'Jacobs'); +INSERT INTO Individuals (`individual_id`, `individual_first_name`, `individual_middle_name`, `inidividual_phone`, `individual_email`, `individual_address`, `individual_last_name`) VALUES (8, 'Shany', 'Colleen', '(030)939-8437x6141', 'mbahringer@example.com', '407 Sofia Knoll Suite 591', 'D''Amore'); +INSERT INTO Individuals (`individual_id`, `individual_first_name`, `individual_middle_name`, `inidividual_phone`, `individual_email`, `individual_address`, `individual_last_name`) VALUES (9, 'Allene', 'Erwin', '1-797-739-0925', 'autumn.fisher@example.net', '3889 Theodore Radial Suite 795', 'Rutherford'); +INSERT INTO Individuals (`individual_id`, `individual_first_name`, `individual_middle_name`, `inidividual_phone`, `individual_email`, `individual_address`, `individual_last_name`) VALUES (10, 'Lafayette', 'Raoul', '396.348.9925x9122', 'hickle.ewell@example.com', '3203 Hermann Port Apt. 429', 'Rau'); +INSERT INTO Individuals (`individual_id`, `individual_first_name`, `individual_middle_name`, `inidividual_phone`, `individual_email`, `individual_address`, `individual_last_name`) VALUES (11, 'Daniella', 'Jamel', '(121)788-2928', 'ericka97@example.net', '4643 Ismael Pines Apt. 899', 'Rogahn'); +INSERT INTO Individuals (`individual_id`, `individual_first_name`, `individual_middle_name`, `inidividual_phone`, `individual_email`, `individual_address`, `individual_last_name`) VALUES (12, 'Daron', 'Howard', '+94(0)3793557310', 'allison.lemke@example.org', '104 Bernier Loop', 'Hand'); +INSERT INTO Individuals (`individual_id`, `individual_first_name`, `individual_middle_name`, `inidividual_phone`, `individual_email`, `individual_address`, `individual_last_name`) VALUES (13, 'Ressie', 'Alysson', '1-727-057-0382x999', 'delpha81@example.com', '5114 Jakubowski Port Apt. 758', 'Bradtke'); +INSERT INTO Individuals (`individual_id`, `individual_first_name`, `individual_middle_name`, `inidividual_phone`, `individual_email`, `individual_address`, `individual_last_name`) VALUES (14, 'Katarina', 'Lacey', '(348)944-9700', 'zlehner@example.net', '16688 Powlowski Views Apt. 341', 'Dooley'); +INSERT INTO Individuals (`individual_id`, `individual_first_name`, `individual_middle_name`, `inidividual_phone`, `individual_email`, `individual_address`, `individual_last_name`) VALUES (15, 'Jaylen', 'Jewell', '(468)679-4017', 'shanahan.julien@example.net', '06409 Beatty Glen Suite 000', 'O''Conner'); + + +CREATE TABLE `Organizations` ( +`organization_id` INTEGER PRIMARY KEY, +`date_formed` DATETIME, +`organization_name` VARCHAR(255), +`uk_vat_number` VARCHAR(20) +); +INSERT INTO Organizations (`organization_id`, `date_formed`, `organization_name`, `uk_vat_number`) VALUES (1, '2016-08-24 23:52:48', 'Labour Party', '2157'); +INSERT INTO Organizations (`organization_id`, `date_formed`, `organization_name`, `uk_vat_number`) VALUES (2, '2016-10-01 12:42:01', 'Plaid Cymru', '7459'); +INSERT INTO Organizations (`organization_id`, `date_formed`, `organization_name`, `uk_vat_number`) VALUES (3, '2016-10-09 07:22:53', 'Conservative', '1211'); +INSERT INTO Organizations (`organization_id`, `date_formed`, `organization_name`, `uk_vat_number`) VALUES (4, '2017-04-06 23:59:16', 'Liberal Democrats', '7237'); +INSERT INTO Organizations (`organization_id`, `date_formed`, `organization_name`, `uk_vat_number`) VALUES (5, '2016-07-28 01:45:10', 'Green Party', '4271'); + + +CREATE TABLE `Parties` ( +`party_id` INTEGER PRIMARY KEY, +`payment_method_code` VARCHAR(15) NOT NULL, +`party_phone` VARCHAR(80), +`party_email` VARCHAR(80) +); +INSERT INTO Parties (`party_id`, `payment_method_code`, `party_phone`, `party_email`) VALUES (1, 'Cheque', '05374656172', 'enrico09@example.com'); +INSERT INTO Parties (`party_id`, `payment_method_code`, `party_phone`, `party_email`) VALUES (2, 'Credit Card', '1-525-947-7867x51521', 'brakus.aliya@example.com'); +INSERT INTO Parties (`party_id`, `payment_method_code`, `party_phone`, `party_email`) VALUES (3, 'Cheque', '1-606-232-3728x3568', 'frida57@example.org'); +INSERT INTO Parties (`party_id`, `payment_method_code`, `party_phone`, `party_email`) VALUES (4, 'Cash', '019-302-5166', 'wuckert.misty@example.com'); +INSERT INTO Parties (`party_id`, `payment_method_code`, `party_phone`, `party_email`) VALUES (5, 'Cheque', '529-074-5348', 'alanna.boehm@example.net'); +INSERT INTO Parties (`party_id`, `payment_method_code`, `party_phone`, `party_email`) VALUES (6, 'Credit Card', '1-950-874-1693x65923', 'daniel.charity@example.net'); +INSERT INTO Parties (`party_id`, `payment_method_code`, `party_phone`, `party_email`) VALUES (7, 'Direct Debit', '112-477-4433x137', 'lucinda83@example.org'); +INSERT INTO Parties (`party_id`, `payment_method_code`, `party_phone`, `party_email`) VALUES (8, 'Cash', '(919)169-1514x55820', 'erick.mills@example.com'); +INSERT INTO Parties (`party_id`, `payment_method_code`, `party_phone`, `party_email`) VALUES (9, 'Cash', '04177934231', 'evie97@example.org'); +INSERT INTO Parties (`party_id`, `payment_method_code`, `party_phone`, `party_email`) VALUES (10, 'Credit Card', '(211)528-0733x8063', 'hilll.elyssa@example.net'); +INSERT INTO Parties (`party_id`, `payment_method_code`, `party_phone`, `party_email`) VALUES (11, 'Credit Card', '1-985-957-5462', 'jamir.hyatt@example.net'); +INSERT INTO Parties (`party_id`, `payment_method_code`, `party_phone`, `party_email`) VALUES (12, 'Cheque', '1-386-339-9244', 'eden67@example.net'); +INSERT INTO Parties (`party_id`, `payment_method_code`, `party_phone`, `party_email`) VALUES (13, 'Direct Debit', '186-726-9855', 'ora.hyatt@example.net'); +INSERT INTO Parties (`party_id`, `payment_method_code`, `party_phone`, `party_email`) VALUES (14, 'Cash', '971-607-7001x08626', 'rhauck@example.org'); +INSERT INTO Parties (`party_id`, `payment_method_code`, `party_phone`, `party_email`) VALUES (15, 'Cash', '231.232.0099', 'noe.ziemann@example.org'); + + +CREATE TABLE `Organization_Contact_Individuals` ( +`individual_id` INTEGER NOT NULL, +`organization_id` INTEGER NOT NULL, +`date_contact_from` DATETIME NOT NULL, +`date_contact_to` DATETIME, +PRIMARY KEY (`individual_id`,`organization_id` ), +FOREIGN KEY (`organization_id` ) REFERENCES `Organizations`(`organization_id` ), +FOREIGN KEY (`individual_id` ) REFERENCES `Individuals`(`individual_id` ) +); +INSERT INTO Organization_Contact_Individuals (`individual_id`, `organization_id`, `date_contact_from`, `date_contact_to`) VALUES (13, 1, '2016-08-16 22:09:11', '2018-03-25 10:27:18'); +INSERT INTO Organization_Contact_Individuals (`individual_id`, `organization_id`, `date_contact_from`, `date_contact_to`) VALUES (11, 1, '2017-03-02 00:00:16', '2018-03-06 05:39:43'); +INSERT INTO Organization_Contact_Individuals (`individual_id`, `organization_id`, `date_contact_from`, `date_contact_to`) VALUES (10, 3, '2016-08-23 03:24:24', '2018-03-12 07:55:28'); +INSERT INTO Organization_Contact_Individuals (`individual_id`, `organization_id`, `date_contact_from`, `date_contact_to`) VALUES (10, 4, '2017-08-08 12:05:25', '2018-03-04 09:30:20'); +INSERT INTO Organization_Contact_Individuals (`individual_id`, `organization_id`, `date_contact_from`, `date_contact_to`) VALUES (13, 3, '2016-04-21 03:55:35', '2018-03-06 21:22:49'); +INSERT INTO Organization_Contact_Individuals (`individual_id`, `organization_id`, `date_contact_from`, `date_contact_to`) VALUES (5, 4, '2016-08-27 16:55:59', '2018-03-18 05:47:36'); +INSERT INTO Organization_Contact_Individuals (`individual_id`, `organization_id`, `date_contact_from`, `date_contact_to`) VALUES (9, 1, '2017-01-06 09:38:54', '2018-02-27 09:20:42'); +INSERT INTO Organization_Contact_Individuals (`individual_id`, `organization_id`, `date_contact_from`, `date_contact_to`) VALUES (11, 5, '2017-09-14 08:24:22', '2018-03-24 16:54:36'); +INSERT INTO Organization_Contact_Individuals (`individual_id`, `organization_id`, `date_contact_from`, `date_contact_to`) VALUES (13, 2, '2016-09-16 13:53:24', '2018-03-18 16:33:16'); +INSERT INTO Organization_Contact_Individuals (`individual_id`, `organization_id`, `date_contact_from`, `date_contact_to`) VALUES (6, 3, '2017-05-24 11:38:02', '2018-03-24 03:43:00'); +INSERT INTO Organization_Contact_Individuals (`individual_id`, `organization_id`, `date_contact_from`, `date_contact_to`) VALUES (6, 5, '2016-05-15 13:16:35', '2018-03-05 19:29:24'); +INSERT INTO Organization_Contact_Individuals (`individual_id`, `organization_id`, `date_contact_from`, `date_contact_to`) VALUES (7, 2, '2016-11-24 03:57:30', '2018-03-07 16:40:29'); +INSERT INTO Organization_Contact_Individuals (`individual_id`, `organization_id`, `date_contact_from`, `date_contact_to`) VALUES (14, 5, '2017-02-19 08:51:41', '2018-03-23 22:06:48'); +INSERT INTO Organization_Contact_Individuals (`individual_id`, `organization_id`, `date_contact_from`, `date_contact_to`) VALUES (9, 2, '2016-04-30 14:39:31', '2018-03-20 00:33:08'); +INSERT INTO Organization_Contact_Individuals (`individual_id`, `organization_id`, `date_contact_from`, `date_contact_to`) VALUES (8, 3, '2016-07-26 09:08:15', '2018-03-02 03:50:51'); + + + +CREATE TABLE `Party_Addresses` ( +`party_id` INTEGER NOT NULL, +`address_id` INTEGER NOT NULL, +`date_address_from` DATETIME NOT NULL, +`address_type_code` VARCHAR(15) NOT NULL, +`date_address_to` DATETIME, +PRIMARY KEY (`party_id`, `address_id`), +FOREIGN KEY (`address_id` ) REFERENCES `Addresses`(`address_id` ), +FOREIGN KEY (`party_id` ) REFERENCES `Parties`(`party_id` ) +); +INSERT INTO Party_Addresses (`party_id`, `address_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (10, 8, '2016-04-08 22:40:02', 'Residence', '2018-02-28 23:14:41'); +INSERT INTO Party_Addresses (`party_id`, `address_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (15, 5, '2016-05-20 23:22:06', 'Billing', '2018-01-29 16:48:01'); +INSERT INTO Party_Addresses (`party_id`, `address_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (4, 4, '2016-05-14 15:13:30', 'Delivery', '2018-02-25 19:39:16'); +INSERT INTO Party_Addresses (`party_id`, `address_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (4, 10, '2017-02-21 12:12:50', 'Residence', '2018-03-11 12:12:52'); +INSERT INTO Party_Addresses (`party_id`, `address_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (5, 10, '2016-04-04 03:57:02', 'Billing', '2018-02-11 06:11:11'); +INSERT INTO Party_Addresses (`party_id`, `address_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (11, 2, '2016-07-21 08:39:50', 'Billing', '2018-03-03 22:17:09'); +INSERT INTO Party_Addresses (`party_id`, `address_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (3, 2, '2016-06-09 00:48:07', 'Billing', '2018-03-11 00:08:16'); +INSERT INTO Party_Addresses (`party_id`, `address_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (5, 7, '2016-09-05 11:53:36', 'Billing', '2018-03-07 13:28:44'); +INSERT INTO Party_Addresses (`party_id`, `address_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (5, 4, '2016-05-24 08:11:04', 'Residence', '2018-03-04 08:34:45'); +INSERT INTO Party_Addresses (`party_id`, `address_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (8, 7, '2017-02-07 02:51:33', 'Residence', '2018-02-27 09:21:41'); +INSERT INTO Party_Addresses (`party_id`, `address_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (15, 2, '2016-09-23 19:59:54', 'Billing', '2018-03-01 13:51:27'); +INSERT INTO Party_Addresses (`party_id`, `address_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (10, 1, '2016-11-02 02:06:07', 'Delivery', '2018-02-02 00:37:45'); +INSERT INTO Party_Addresses (`party_id`, `address_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (11, 5, '2017-01-07 12:02:39', 'Residence', '2018-02-09 08:47:26'); +INSERT INTO Party_Addresses (`party_id`, `address_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (6, 9, '2016-12-21 03:54:15', 'Delivery', '2018-02-25 07:34:22'); +INSERT INTO Party_Addresses (`party_id`, `address_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (5, 13, '2016-04-15 03:54:06', 'Billing', '2018-03-23 17:52:47'); + + +CREATE TABLE `Party_Forms` ( +`party_id` INTEGER NOT NULL, +`form_id` INTEGER NOT NULL, +`date_completion_started` DATETIME NOT NULL, +`form_status_code` VARCHAR(15) NOT NULL, +`date_fully_completed` DATETIME, +PRIMARY KEY (`party_id`, `form_id`), +FOREIGN KEY (`party_id` ) REFERENCES `Parties`(`party_id` ), +FOREIGN KEY (`form_id` ) REFERENCES `Forms`(`form_id` ) +); +CREATE TABLE `Party_Services` ( +`booking_id` INTEGER NOT NULL , +`customer_id` INTEGER NOT NULL, +`service_id` INTEGER NOT NULL, +`service_datetime` DATETIME NOT NULL, +`booking_made_date` DATETIME, +FOREIGN KEY (`service_id` ) REFERENCES `Services`(`service_id` ), +FOREIGN KEY (`customer_id` ) REFERENCES `Parties`(`party_id` ) +); +INSERT INTO Party_Forms (`party_id`, `form_id`, `date_completion_started`, `form_status_code`, `date_fully_completed`) VALUES (2, 4, '2017-12-17 11:29:47', 'Completed', '2018-02-11 16:46:10'); +INSERT INTO Party_Forms (`party_id`, `form_id`, `date_completion_started`, `form_status_code`, `date_fully_completed`) VALUES (15, 4, '2017-12-16 15:25:48', 'Partially Completed', '2018-02-18 16:09:04'); +INSERT INTO Party_Forms (`party_id`, `form_id`, `date_completion_started`, `form_status_code`, `date_fully_completed`) VALUES (8, 5, '2017-12-09 21:26:11', 'Partially Completed', '2018-02-05 16:16:58'); +INSERT INTO Party_Forms (`party_id`, `form_id`, `date_completion_started`, `form_status_code`, `date_fully_completed`) VALUES (6, 2, '2017-12-04 16:57:31', 'Partially Completed', '2018-01-28 22:29:07'); +INSERT INTO Party_Forms (`party_id`, `form_id`, `date_completion_started`, `form_status_code`, `date_fully_completed`) VALUES (7, 2, '2017-11-30 18:49:37', 'Not Started', '2018-02-21 17:59:08'); +INSERT INTO Party_Forms (`party_id`, `form_id`, `date_completion_started`, `form_status_code`, `date_fully_completed`) VALUES (11, 5, '2017-12-20 01:10:33', 'Not Started', '2018-02-10 14:07:46'); +INSERT INTO Party_Forms (`party_id`, `form_id`, `date_completion_started`, `form_status_code`, `date_fully_completed`) VALUES (11, 3, '2017-12-18 01:32:49', 'Not Started', '2018-02-04 05:57:01'); +INSERT INTO Party_Forms (`party_id`, `form_id`, `date_completion_started`, `form_status_code`, `date_fully_completed`) VALUES (8, 6, '2017-12-07 18:17:01', 'Work In Progress', '2018-02-15 23:09:42'); +INSERT INTO Party_Forms (`party_id`, `form_id`, `date_completion_started`, `form_status_code`, `date_fully_completed`) VALUES (5, 6, '2017-12-05 19:48:45', 'Partially Completed', '2018-01-30 09:33:37'); +INSERT INTO Party_Forms (`party_id`, `form_id`, `date_completion_started`, `form_status_code`, `date_fully_completed`) VALUES (7, 6, '2017-11-29 03:11:38', 'Not Started', '2018-02-01 10:26:47'); +INSERT INTO Party_Forms (`party_id`, `form_id`, `date_completion_started`, `form_status_code`, `date_fully_completed`) VALUES (13, 3, '2017-12-04 18:20:10', 'Work In Progress', '2018-01-31 17:09:32'); +INSERT INTO Party_Forms (`party_id`, `form_id`, `date_completion_started`, `form_status_code`, `date_fully_completed`) VALUES (2, 5, '2017-11-26 09:09:29', 'Not Started', '2018-02-09 09:49:09'); +INSERT INTO Party_Forms (`party_id`, `form_id`, `date_completion_started`, `form_status_code`, `date_fully_completed`) VALUES (9, 2, '2017-11-27 11:57:03', 'Completed', '2018-02-15 13:15:25'); +INSERT INTO Party_Services (`booking_id`, `customer_id`, `service_id`, `service_datetime`, `booking_made_date`) VALUES (1, 10, 12, '2018-03-10 22:43:12', '2018-03-23 23:56:51'); +INSERT INTO Party_Services (`booking_id`, `customer_id`, `service_id`, `service_datetime`, `booking_made_date`) VALUES (2, 14, 11, '2018-03-05 15:06:23', '2018-03-25 11:08:29'); +INSERT INTO Party_Services (`booking_id`, `customer_id`, `service_id`, `service_datetime`, `booking_made_date`) VALUES (3, 4, 7, '2018-03-08 10:39:29', '2018-03-24 11:09:52'); +INSERT INTO Party_Services (`booking_id`, `customer_id`, `service_id`, `service_datetime`, `booking_made_date`) VALUES (4, 13, 3, '2018-03-08 23:52:44', '2018-03-25 12:56:09'); +INSERT INTO Party_Services (`booking_id`, `customer_id`, `service_id`, `service_datetime`, `booking_made_date`) VALUES (5, 2, 6, '2018-03-17 18:35:26', '2018-03-25 02:57:32'); +INSERT INTO Party_Services (`booking_id`, `customer_id`, `service_id`, `service_datetime`, `booking_made_date`) VALUES (6, 14, 6, '2018-03-17 08:16:30', '2018-03-24 06:50:50'); +INSERT INTO Party_Services (`booking_id`, `customer_id`, `service_id`, `service_datetime`, `booking_made_date`) VALUES (7, 6, 12, '2018-03-15 09:48:27', '2018-03-25 11:52:29'); +INSERT INTO Party_Services (`booking_id`, `customer_id`, `service_id`, `service_datetime`, `booking_made_date`) VALUES (8, 3, 6, '2018-03-01 18:31:32', '2018-03-24 07:55:33'); +INSERT INTO Party_Services (`booking_id`, `customer_id`, `service_id`, `service_datetime`, `booking_made_date`) VALUES (9, 5, 7, '2018-03-05 13:02:22', '2018-03-24 10:17:36'); +INSERT INTO Party_Services (`booking_id`, `customer_id`, `service_id`, `service_datetime`, `booking_made_date`) VALUES (10, 15, 13, '2018-02-28 16:29:04', '2018-03-24 09:20:46'); +INSERT INTO Party_Services (`booking_id`, `customer_id`, `service_id`, `service_datetime`, `booking_made_date`) VALUES (11, 13, 12, '2018-03-09 07:27:30', '2018-03-25 15:09:54'); +INSERT INTO Party_Services (`booking_id`, `customer_id`, `service_id`, `service_datetime`, `booking_made_date`) VALUES (12, 9, 1, '2018-03-19 14:38:29', '2018-03-24 18:05:07'); +INSERT INTO Party_Services (`booking_id`, `customer_id`, `service_id`, `service_datetime`, `booking_made_date`) VALUES (13, 3, 11, '2018-03-14 18:53:35', '2018-03-24 12:21:20'); +INSERT INTO Party_Services (`booking_id`, `customer_id`, `service_id`, `service_datetime`, `booking_made_date`) VALUES (14, 3, 5, '2018-03-18 17:53:02', '2018-03-24 22:12:30'); +INSERT INTO Party_Services (`booking_id`, `customer_id`, `service_id`, `service_datetime`, `booking_made_date`) VALUES (15, 12, 6, '2018-03-01 04:41:58', '2018-03-25 16:47:47'); diff --git a/database/film_rank/schema.sql b/database/film_rank/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..358ba3e0501e47db6114b51065e08c77e50541da --- /dev/null +++ b/database/film_rank/schema.sql @@ -0,0 +1,70 @@ + +PRAGMA foreign_keys = ON; + + + +CREATE TABLE "film" ( +"Film_ID" int, +"Title" text, +"Studio" text, +"Director" text, +"Gross_in_dollar" int, +PRIMARY KEY ("Film_ID") +); + + +INSERT INTO "film" VALUES (1,"ET the Extra-Terrestrial","Universal","Steven Spielberg","435110554"); +INSERT INTO "film" VALUES (2,"Tootsie","Columbia","Sydney Pollack","177200000"); +INSERT INTO "film" VALUES (3,"An Officer and a Gentleman","Paramount / Lorimar","Taylor Hackford","129795554"); +INSERT INTO "film" VALUES (4,"Rocky III","United Artists","Sylvester Stallone","125049125"); +INSERT INTO "film" VALUES (5,"Porky's","20th Century Fox","Bob Clark","109492484"); +INSERT INTO "film" VALUES (6,"Star Trek II: The Wrath of Khan","Paramount","Nicholas Meyer","79912963"); +INSERT INTO "film" VALUES (7,"48 Hrs","Paramount","Walter Hill","78868508"); +INSERT INTO "film" VALUES (8,"Poltergeist","MGM","Tobe Hooper","76606280"); +INSERT INTO "film" VALUES (9,"The Best Little Whorehouse in Texas","Universal / RKO","Colin Higgins","69701637"); +INSERT INTO "film" VALUES (10,"Annie","Columbia / Rastar","John Huston","57059003"); +INSERT INTO "film" VALUES (11,"The Verdict","20th Century Fox","Sidney Lumet","53977250"); +INSERT INTO "film" VALUES (12,"Gandhi","Columbia","Richard Attenborough","52767889"); +INSERT INTO "film" VALUES (13,"First Blood","Orion / Carolco","Ted Kotcheff","47212904"); + + +CREATE TABLE "market" ( +"Market_ID" int, +"Country" text, +"Number_cities" int, +PRIMARY KEY ("Market_ID") +); + +INSERT INTO "market" VALUES (1,"Japan",209); +INSERT INTO "market" VALUES (2,"China",540); +INSERT INTO "market" VALUES (3,"USA",700); +INSERT INTO "market" VALUES (4,"Russia",231); +INSERT INTO "market" VALUES (5,"France",212); +INSERT INTO "market" VALUES (6,"Poland",453); + + +CREATE TABLE "film_market_estimation" ( +"Estimation_ID" int, +"Low_Estimate" real, +"High_Estimate" real, +"Film_ID" int, +"Type" text, +"Market_ID" int, +"Year" int, +PRIMARY KEY ("Estimation_ID"), +FOREIGN KEY ("Film_ID") REFERENCES film("Film_ID"), +FOREIGN KEY ("Market_ID") REFERENCES market("Market_ID") +); + + +INSERT INTO "film_market_estimation" VALUES (1,"80000","80400",1,"Mass suicide murder",1,"1945"); +INSERT INTO "film_market_estimation" VALUES (2,"8000","8000",2,"Mass suicide",2,"1944"); +INSERT INTO "film_market_estimation" VALUES (3,"3000","80400",3,"Mass human sacrifice",3,"1487"); +INSERT INTO "film_market_estimation" VALUES (4,"960","960",4,"Mass suicide",2,"1973"); +INSERT INTO "film_market_estimation" VALUES (5,"913","913",4,"Mass suicide murder",1,"1978"); +INSERT INTO "film_market_estimation" VALUES (6,"300","1000",4,"Mass suicide",1,"2000"); +INSERT INTO "film_market_estimation" VALUES (7,"53","53",4,"Mass suicide",1,"1994"); +INSERT INTO "film_market_estimation" VALUES (8,"39","39",1,"Mass suicide",2,"1997"); +INSERT INTO "film_market_estimation" VALUES (9,"16","16",1,"Mass suicide",3,"1995"); + + diff --git a/database/gymnast/schema.sql b/database/gymnast/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..e5ba5b14f77fe88b06023f2452789bee856c00c6 --- /dev/null +++ b/database/gymnast/schema.sql @@ -0,0 +1,45 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "gymnast" ( +"Gymnast_ID" int, +"Floor_Exercise_Points" real, +"Pommel_Horse_Points" real, +"Rings_Points" real, +"Vault_Points" real, +"Parallel_Bars_Points" real, +"Horizontal_Bar_Points" real, +"Total_Points" real, +PRIMARY KEY ("Gymnast_ID"), +FOREIGN KEY ("Gymnast_ID") REFERENCES "people"("People_ID") +); + +CREATE TABLE "people" ( +"People_ID" int, +"Name" text, +"Age" real, +"Height" real, +"Hometown" text, +PRIMARY KEY ("People_ID") +); + + +INSERT INTO "people" VALUES (1,"Paul Hamm","24","1.71","Santo Domingo"); +INSERT INTO "people" VALUES (2,"Lorraine Súarez Carmona","21","1.75","Bonao"); +INSERT INTO "people" VALUES (3,"Ashley Pérez Cabrera","19","1.70","Miami"); +INSERT INTO "people" VALUES (4,"Elizabeth Quiñónez Aroyo","20","1.71","Santo Domingo"); +INSERT INTO "people" VALUES (5,"Eve Tatiana Cruz Oviedo","19","1.72","Santo Domingo"); +INSERT INTO "people" VALUES (6,"Nadia Caba Rodríguez","22","1.79","Santo Domingo"); +INSERT INTO "people" VALUES (7,"Clary Sermina Delgado Cid","21","1.75","Santiago de los Caballeros"); +INSERT INTO "people" VALUES (8,"Marina Castro Medina","20","1.76","Santo Domingo"); +INSERT INTO "people" VALUES (9,"Rosa Clarissa Ortíz Melo","23","1.81","La Romana"); +INSERT INTO "people" VALUES (10,"Endis de los Santos Álvarez","24","1.72","Los Alcarrizos"); + + +INSERT INTO "gymnast" VALUES ("1","9.725","9.737","9.512","9.575","9.762","9.750","58.061"); +INSERT INTO "gymnast" VALUES ("2","9.700","9.625","9.625","9.650","9.587","9.737","57.924"); +INSERT INTO "gymnast" VALUES ("4","8.987","9.750","9.750","9.650","9.787","9.725","57.649"); +INSERT INTO "gymnast" VALUES ("6","9.762","9.325","9.475","9.762","9.562","9.550","57.436"); +INSERT INTO "gymnast" VALUES ("7","9.687","9.675","9.300","9.537","9.725","9.500","57.424"); +INSERT INTO "gymnast" VALUES ("8","9.650","9.712","9.487","9.637","9.500","9.412","57.398"); +INSERT INTO "gymnast" VALUES ("10","9.412","9.525","9.712","9.550","9.625","9.550","57.374"); + diff --git a/database/inn_1/change_date.py b/database/inn_1/change_date.py new file mode 100644 index 0000000000000000000000000000000000000000..d9e3c015ddcbb526c25932b4c981c4ded1d993b6 --- /dev/null +++ b/database/inn_1/change_date.py @@ -0,0 +1,26 @@ +import pandas as pd +month_to_name={ + 'JAN' : "01", + 'FEB' : "02", + 'MAR' : "03", + 'APR' : "04", + 'MAY' : "05", + 'JUN' : "06", + 'JUL' : "07", + 'AUG' : "08", + 'SEP' : "09", + 'OCT' : "10", + 'NOV' : "11", + 'DEC' : "12" +}; +df = pd.read_csv('./data_csv/Reservations.csv') +def change_date(x): + x = x.split("-") + x[2] = "20"+x[2][:len(x[2])-1] + x[1] = month_to_name[x[1]] + x = "-".join([x[2],x[1],x[0][1:]]) + print x + return x +df["CheckIn"] = df["CheckIn"].apply(change_date) +df["CheckOut"] = df["CheckOut"].apply(change_date) +df.to_csv('./data_csv/Reservations_t.csv', encoding='utf-8', index=False) diff --git a/database/inn_1/inn_1.sqlite b/database/inn_1/inn_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..5e7ebacdf82c1e6b83fe9d25bb8836d4524f0088 Binary files /dev/null and b/database/inn_1/inn_1.sqlite differ diff --git a/database/inn_1/link.txt b/database/inn_1/link.txt new file mode 100644 index 0000000000000000000000000000000000000000..94c167197fe075c59a0eb4db5c0ce5bf25f766e7 --- /dev/null +++ b/database/inn_1/link.txt @@ -0,0 +1 @@ +http://users.csc.calpoly.edu/~dekhtyar/365-Spring2017/index.html \ No newline at end of file diff --git a/database/inn_1/q.txt b/database/inn_1/q.txt new file mode 100644 index 0000000000000000000000000000000000000000..b198bd1554245a14463633715aa03757a67152ef --- /dev/null +++ b/database/inn_1/q.txt @@ -0,0 +1,15 @@ +Find all modern rooms with a base price below $160 and two beds. Report room names and codes + +Find all rooms occupied on February 6, 2010. Report full name of the room, the check-in and checkout dates of the reservation. + +For each reservation that starts on December 31, 2010 report the room name, nightly rate, number of nights spent and the total amount of money paid. + +Find the names of all people1 staying at the inn at the same time as HERBERT FRYDAY. + +Find the number of August reservations (both checkin and checkout dates are in August) where two adults are staying with two children. + +Find the most popular room in the hotel. The most popular room is the room that had seen the largest number of reservations + +Find the room that has been occupied the largest number of days based on the reservations. Report the room name + +For each room, report the most expensive reservation. Report the full room name, dates of stay diff --git a/database/insurance_fnol/schema.sql b/database/insurance_fnol/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..78142e98ddb75423509226161d7fe3787b5fc075 --- /dev/null +++ b/database/insurance_fnol/schema.sql @@ -0,0 +1,141 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE Customers ( +Customer_ID INTEGER NOT NULL, +Customer_name VARCHAR(40), +PRIMARY KEY (Customer_ID) +); +INSERT INTO `Customers` (`Customer_ID`, `Customer_name`) VALUES (194, 'America Jaskolski'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_name`) VALUES (214, 'Ellsworth Paucek'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_name`) VALUES (256, 'Mrs. Hanna Willms'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_name`) VALUES (562, 'Dr. Diana Rath'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_name`) VALUES (582, 'Selena Gerhold'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_name`) VALUES (641, 'Dayana Robel'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_name`) VALUES (682, 'Mr. Edwardo Blanda I'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_name`) VALUES (756, 'Mr. Randal Lynch III'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_name`) VALUES (805, 'Mrs. Liza Heller V'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_name`) VALUES (826, 'Mrs. Lilly Graham III'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_name`) VALUES (882, 'Miss Felicita Reichel'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_name`) VALUES (892, 'Sydnie Friesen'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_name`) VALUES (923, 'David Ross'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_name`) VALUES (956, 'Cai Zhang'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_name`) VALUES (996, 'Jay Chou'); + +CREATE TABLE Services ( +Service_ID INTEGER NOT NULL, +Service_name VARCHAR(40), +PRIMARY KEY (Service_ID) +); + +INSERT INTO `Services` (`Service_ID`, `Service_name`) VALUES (1, 'New policy application'); +INSERT INTO `Services` (`Service_ID`, `Service_name`) VALUES (4, 'Close a policy'); +INSERT INTO `Services` (`Service_ID`, `Service_name`) VALUES (6, 'Change a policy'); +INSERT INTO `Services` (`Service_ID`, `Service_name`) VALUES (9, 'Upgrade a policy'); + +CREATE TABLE Available_Policies ( +Policy_ID INTEGER NOT NULL, +policy_type_code CHAR(15), +Customer_Phone VARCHAR(255), +PRIMARY KEY (Policy_ID), +UNIQUE (Policy_ID) +); + +INSERT INTO `Available_Policies` (`Policy_ID`, `policy_type_code`, `Customer_Phone`) VALUES (246, 'Life Insurance', '+16(2)5838999222'); +INSERT INTO `Available_Policies` (`Policy_ID`, `policy_type_code`, `Customer_Phone`) VALUES (257, 'Property Insurance', '242.763.9214'); +INSERT INTO `Available_Policies` (`Policy_ID`, `policy_type_code`, `Customer_Phone`) VALUES (300, 'Property Insurance', '1-416-503-7735x94204'); +INSERT INTO `Available_Policies` (`Policy_ID`, `policy_type_code`, `Customer_Phone`) VALUES (301, 'Property Insurance', '(777)537-7792'); +INSERT INTO `Available_Policies` (`Policy_ID`, `policy_type_code`, `Customer_Phone`) VALUES (346, 'Mortgage Insurance', '1-446-940-9907x257'); +INSERT INTO `Available_Policies` (`Policy_ID`, `policy_type_code`, `Customer_Phone`) VALUES (366, 'Mortgage Insurance', '(379)862-8274x12620'); +INSERT INTO `Available_Policies` (`Policy_ID`, `policy_type_code`, `Customer_Phone`) VALUES (472, 'Mortgage Insurance', '+85(6)1302858396'); +INSERT INTO `Available_Policies` (`Policy_ID`, `policy_type_code`, `Customer_Phone`) VALUES (583, 'Travel Insurance', '1-797-927-3585x9321'); +INSERT INTO `Available_Policies` (`Policy_ID`, `policy_type_code`, `Customer_Phone`) VALUES (586, 'Life Insurance', '991.642.6485x822'); +INSERT INTO `Available_Policies` (`Policy_ID`, `policy_type_code`, `Customer_Phone`) VALUES (630, 'Property Insurance', '813.178.8211x557'); +INSERT INTO `Available_Policies` (`Policy_ID`, `policy_type_code`, `Customer_Phone`) VALUES (636, 'Life Insurance', '889-572-0609x552'); +INSERT INTO `Available_Policies` (`Policy_ID`, `policy_type_code`, `Customer_Phone`) VALUES (751, 'Life Insurance', '1-138-841-3073'); +INSERT INTO `Available_Policies` (`Policy_ID`, `policy_type_code`, `Customer_Phone`) VALUES (879, 'Mortgage Insurance', '1-381-132-0127x3801'); +INSERT INTO `Available_Policies` (`Policy_ID`, `policy_type_code`, `Customer_Phone`) VALUES (927, 'Mortgage Insurance', '00481937923'); +INSERT INTO `Available_Policies` (`Policy_ID`, `policy_type_code`, `Customer_Phone`) VALUES (993, 'Property Insurance', '405.090.8654x021'); +CREATE TABLE Customers_Policies ( +Customer_ID INTEGER NOT NULL, +Policy_ID INTEGER NOT NULL, +Date_Opened DATE, +Date_Closed DATE, +PRIMARY KEY (Customer_ID, Policy_ID), +FOREIGN KEY (Customer_ID) REFERENCES Customers (Customer_ID), +FOREIGN KEY (Policy_ID) REFERENCES Available_Policies (Policy_ID) +); +INSERT INTO `Customers_Policies` (`Customer_ID`, `Policy_ID`, `Date_Opened`, `Date_Closed`) VALUES (214, 257, '2016-11-19', '2018-03-04'); +INSERT INTO `Customers_Policies` (`Customer_ID`, `Policy_ID`, `Date_Opened`, `Date_Closed`) VALUES (214, 301, '2016-04-12', '2018-02-07'); +INSERT INTO `Customers_Policies` (`Customer_ID`, `Policy_ID`, `Date_Opened`, `Date_Closed`) VALUES (256, 583, '2016-07-22', '2018-02-20'); +INSERT INTO `Customers_Policies` (`Customer_ID`, `Policy_ID`, `Date_Opened`, `Date_Closed`) VALUES (562, 346, '2017-01-09', '2018-03-08'); +INSERT INTO `Customers_Policies` (`Customer_ID`, `Policy_ID`, `Date_Opened`, `Date_Closed`) VALUES (562, 583, '2016-06-24', '2018-02-22'); +INSERT INTO `Customers_Policies` (`Customer_ID`, `Policy_ID`, `Date_Opened`, `Date_Closed`) VALUES (582, 586, '2016-04-11', '2018-03-17'); +INSERT INTO `Customers_Policies` (`Customer_ID`, `Policy_ID`, `Date_Opened`, `Date_Closed`) VALUES (641, 366, '2016-07-10', '2018-02-24'); +INSERT INTO `Customers_Policies` (`Customer_ID`, `Policy_ID`, `Date_Opened`, `Date_Closed`) VALUES (641, 472, '2016-07-07', '2018-03-10'); +INSERT INTO `Customers_Policies` (`Customer_ID`, `Policy_ID`, `Date_Opened`, `Date_Closed`) VALUES (682, 583, '2016-11-01', '2018-03-03'); +INSERT INTO `Customers_Policies` (`Customer_ID`, `Policy_ID`, `Date_Opened`, `Date_Closed`) VALUES (826, 630, '2016-11-18', '2018-02-13'); +INSERT INTO `Customers_Policies` (`Customer_ID`, `Policy_ID`, `Date_Opened`, `Date_Closed`) VALUES (892, 927, '2017-01-08', '2018-02-25'); +INSERT INTO `Customers_Policies` (`Customer_ID`, `Policy_ID`, `Date_Opened`, `Date_Closed`) VALUES (996, 366, '2016-10-31', '2018-03-19'); +INSERT INTO `Customers_Policies` (`Customer_ID`, `Policy_ID`, `Date_Opened`, `Date_Closed`) VALUES (996, 879, '2017-01-05', '2018-02-20'); +INSERT INTO `Customers_Policies` (`Customer_ID`, `Policy_ID`, `Date_Opened`, `Date_Closed`) VALUES (996, 993, '2016-07-03', '2018-03-20'); + +CREATE TABLE First_Notification_of_Loss ( +FNOL_ID INTEGER NOT NULL, +Customer_ID INTEGER NOT NULL, +Policy_ID INTEGER NOT NULL, +Service_ID INTEGER NOT NULL, +PRIMARY KEY (FNOL_ID), +UNIQUE (FNOL_ID), +FOREIGN KEY (Service_ID) REFERENCES Services (Service_ID), +FOREIGN KEY (Customer_ID, Policy_ID) REFERENCES Customers_Policies (Customer_ID,Policy_ID) +); +INSERT INTO `First_Notification_of_Loss` (`FNOL_ID`, `Customer_ID`, `Policy_ID`, `Service_ID`) VALUES (532, 214, 257, 6); +INSERT INTO `First_Notification_of_Loss` (`FNOL_ID`, `Customer_ID`, `Policy_ID`, `Service_ID`) VALUES (1611, 996, 993, 9); +INSERT INTO `First_Notification_of_Loss` (`FNOL_ID`, `Customer_ID`, `Policy_ID`, `Service_ID`) VALUES (1722, 996, 879, 6); +INSERT INTO `First_Notification_of_Loss` (`FNOL_ID`, `Customer_ID`, `Policy_ID`, `Service_ID`) VALUES (2543, 996, 366, 1); +INSERT INTO `First_Notification_of_Loss` (`FNOL_ID`, `Customer_ID`, `Policy_ID`, `Service_ID`) VALUES (4226, 892, 927, 1); +INSERT INTO `First_Notification_of_Loss` (`FNOL_ID`, `Customer_ID`, `Policy_ID`, `Service_ID`) VALUES (4323, 826, 630, 4); +INSERT INTO `First_Notification_of_Loss` (`FNOL_ID`, `Customer_ID`, `Policy_ID`, `Service_ID`) VALUES (4525, 582, 586, 1); + +CREATE TABLE Claims ( +Claim_ID INTEGER NOT NULL, +FNOL_ID INTEGER NOT NULL, +Effective_Date DATE, +PRIMARY KEY (Claim_ID), +UNIQUE (Claim_ID), +FOREIGN KEY (FNOL_ID) REFERENCES First_Notification_of_Loss (FNOL_ID) +); +CREATE TABLE Settlements ( +Settlement_ID INTEGER NOT NULL, +Claim_ID INTEGER, +Effective_Date DATE, +Settlement_Amount REAL, +PRIMARY KEY (Settlement_ID), +UNIQUE (Settlement_ID), +FOREIGN KEY (Claim_ID) REFERENCES Claims (Claim_ID) +); + +INSERT INTO `Claims` (`Claim_ID`, `FNOL_ID`, `Effective_Date`) VALUES (134, 1722, '1973-08-18'); +INSERT INTO `Claims` (`Claim_ID`, `FNOL_ID`, `Effective_Date`) VALUES (145, 1611, '2014-10-19'); +INSERT INTO `Claims` (`Claim_ID`, `FNOL_ID`, `Effective_Date`) VALUES (228, 532, '1975-05-07'); +INSERT INTO `Claims` (`Claim_ID`, `FNOL_ID`, `Effective_Date`) VALUES (309, 2543, '1982-05-03'); +INSERT INTO `Claims` (`Claim_ID`, `FNOL_ID`, `Effective_Date`) VALUES (311, 4226, '1992-02-09'); +INSERT INTO `Claims` (`Claim_ID`, `FNOL_ID`, `Effective_Date`) VALUES (360, 4226, '2006-06-10'); +INSERT INTO `Claims` (`Claim_ID`, `FNOL_ID`, `Effective_Date`) VALUES (428, 4226, '1992-01-05'); +INSERT INTO `Claims` (`Claim_ID`, `FNOL_ID`, `Effective_Date`) VALUES (604, 4323, '2009-02-11'); +INSERT INTO `Claims` (`Claim_ID`, `FNOL_ID`, `Effective_Date`) VALUES (641, 4525, '1985-03-24'); +INSERT INTO `Claims` (`Claim_ID`, `FNOL_ID`, `Effective_Date`) VALUES (717, 4525, '1996-11-29'); + + + + +INSERT INTO `Settlements` (`Settlement_ID`, `Claim_ID`, `Effective_Date`, `Settlement_Amount`) VALUES (161, 717, '2009-11-20', '6451.65'); +INSERT INTO `Settlements` (`Settlement_ID`, `Claim_ID`, `Effective_Date`, `Settlement_Amount`) VALUES (176, 641, '1971-06-29', '1588.45'); +INSERT INTO `Settlements` (`Settlement_ID`, `Claim_ID`, `Effective_Date`, `Settlement_Amount`) VALUES (205, 604, '1978-09-09', '9814.39'); +INSERT INTO `Settlements` (`Settlement_ID`, `Claim_ID`, `Effective_Date`, `Settlement_Amount`) VALUES (208, 428, '2003-12-28', '8827.06'); +INSERT INTO `Settlements` (`Settlement_ID`, `Claim_ID`, `Effective_Date`, `Settlement_Amount`) VALUES (393, 360, '2006-04-19', '8013.95'); +INSERT INTO `Settlements` (`Settlement_ID`, `Claim_ID`, `Effective_Date`, `Settlement_Amount`) VALUES (543, 309, '1972-03-02', '2722.67'); +INSERT INTO `Settlements` (`Settlement_ID`, `Claim_ID`, `Effective_Date`, `Settlement_Amount`) VALUES (544, 311, '1973-10-27', '9164.1'); +INSERT INTO `Settlements` (`Settlement_ID`, `Claim_ID`, `Effective_Date`, `Settlement_Amount`) VALUES (604, 228, '2014-12-09', '2138.96'); +INSERT INTO `Settlements` (`Settlement_ID`, `Claim_ID`, `Effective_Date`, `Settlement_Amount`) VALUES (616, 145, '1995-04-02', '3101.3'); +INSERT INTO `Settlements` (`Settlement_ID`, `Claim_ID`, `Effective_Date`, `Settlement_Amount`) VALUES (628, 134, '2001-07-02', '1721.17'); diff --git a/database/real_estate_properties/schema.sql b/database/real_estate_properties/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..157b44a0f4ba96af94e37d70b0c08a7ca8c8aa44 --- /dev/null +++ b/database/real_estate_properties/schema.sql @@ -0,0 +1,116 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE `Ref_Feature_Types` ( +`feature_type_code` VARCHAR(20) PRIMARY KEY, +`feature_type_name` VARCHAR(80) +); +CREATE TABLE `Ref_Property_Types` ( +`property_type_code` VARCHAR(20) PRIMARY KEY, +`property_type_description` VARCHAR(80) +); + +CREATE TABLE `Other_Available_Features` ( +`feature_id` INTEGER PRIMARY KEY, +`feature_type_code` VARCHAR(20) NOT NULL, +`feature_name` VARCHAR(80), +`feature_description` VARCHAR(80), +FOREIGN KEY (`feature_type_code` ) REFERENCES `Ref_Feature_Types`(`feature_type_code` ) +); + +CREATE TABLE `Properties` ( +`property_id` INTEGER PRIMARY KEY, +`property_type_code` VARCHAR(20) NOT NULL, +`date_on_market` DATETIME, +`date_sold` DATETIME, +`property_name` VARCHAR(80), +`property_address` VARCHAR(255), +`room_count` INTEGER, +`vendor_requested_price` DECIMAL(19,4), +`buyer_offered_price` DECIMAL(19,4), +`agreed_selling_price` DECIMAL(19,4), +`apt_feature_1` VARCHAR(255), +`apt_feature_2` VARCHAR(255), +`apt_feature_3` VARCHAR(255), +`fld_feature_1` VARCHAR(255), +`fld_feature_2` VARCHAR(255), +`fld_feature_3` VARCHAR(255), +`hse_feature_1` VARCHAR(255), +`hse_feature_2` VARCHAR(255), +`hse_feature_3` VARCHAR(255), +`oth_feature_1` VARCHAR(255), +`oth_feature_2` VARCHAR(255), +`oth_feature_3` VARCHAR(255), +`shp_feature_1` VARCHAR(255), +`shp_feature_2` VARCHAR(255), +`shp_feature_3` VARCHAR(255), +`other_property_details` VARCHAR(255), +FOREIGN KEY (`property_type_code` ) REFERENCES `Ref_Property_Types`(`property_type_code` ) +); + +CREATE TABLE `Other_Property_Features` ( +`property_id` INTEGER NOT NULL, +`feature_id` INTEGER NOT NULL, +`property_feature_description` VARCHAR(80), +FOREIGN KEY (`feature_id` ) REFERENCES `Other_Available_Features`(`feature_id` ), +FOREIGN KEY (`property_id` ) REFERENCES `Properties`(`property_id` ) +); + + +INSERT INTO Ref_Feature_Types (`feature_type_code`, `feature_type_name`) VALUES ('Amenity', 'Amenity, eg Pool.'); +INSERT INTO Ref_Feature_Types (`feature_type_code`, `feature_type_name`) VALUES ('Security', 'Securiyt, eg Burglar Alarm.'); +INSERT INTO Ref_Property_Types (`property_type_code`, `property_type_description`) VALUES ('House', 'House, Bungalow, etc.'); +INSERT INTO Ref_Property_Types (`property_type_code`, `property_type_description`) VALUES ('Apartment', 'Apartment, Flat, Condo, etc.'); +INSERT INTO Ref_Property_Types (`property_type_code`, `property_type_description`) VALUES ('Field', 'Field, Meadow.'); +INSERT INTO Ref_Property_Types (`property_type_code`, `property_type_description`) VALUES ('Other', 'Other, to be determined.'); +INSERT INTO Ref_Property_Types (`property_type_code`, `property_type_description`) VALUES ('Shop', 'Shop, Retail Outlet.'); + +INSERT INTO Other_Available_Features (`feature_id`, `feature_type_code`, `feature_name`, `feature_description`) VALUES (2, 'Amenity', 'AirCon', 'Air Conditioning.'); +INSERT INTO Other_Available_Features (`feature_id`, `feature_type_code`, `feature_name`, `feature_description`) VALUES (3, 'Amenity', 'Pool', 'Swimming Pool.'); +INSERT INTO Other_Available_Features (`feature_id`, `feature_type_code`, `feature_name`, `feature_description`) VALUES (4, 'Security', 'BurglarAlarm', 'Burglar Alarm'); + + +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (1, 'House', '1991-06-21 23:52:10', '1979-05-13 16:58:06', 'park', '4745 Emerson Stravenue Suite 829 +South Garret, IN 16772-5682', '7', '372652.2909', '1.6800', '4201.8000', 'aut', 'suscipit', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (2, 'House', '1990-05-25 23:01:51', '1990-11-14 19:16:38', 'the cole', '098 Tremaine Highway Suite 569 +South Wilford, NJ 46587-3537', '1', '661536468.4429', '8.7122', '21769471.8328', 'est', 'est', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (3, 'Other', '1986-11-26 04:12:18', '1981-06-26 21:28:28', 'prism', '062 Micaela Court Apt. 707 +Margretville, WV 51628-3617', '8', '1337.0000', '11375259.5020', '5.0000', 'ut', 'et', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (4, 'Field', '2017-09-14 15:49:23', '2003-02-27 18:17:11', 'riverside', '49578 Ayden Mountains +New Russellhaven, UT 46626', '6', '192374065.8000', '15.1700', '4514.8070', 'nesciunt', 'adipisci', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (5, 'Apartment', '2016-05-06 16:53:39', '2012-08-19 07:36:57', 'parc east', '2765 Schulist Stream +Lindmouth, UT 03391-3817', '5', '983.8596', '10.1067', '1.0012', 'quo', 'sequi', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (6, 'Shop', '1994-02-14 02:27:13', '1995-01-31 11:18:42', 'high line', '6837 Darien Views Apt. 475 +South Maraview, KS 77770', '9', '2573.0000', '0.0000', '476919.3000', 'sed', 'culpa', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (7, 'Shop', '1996-09-16 22:04:27', '1998-09-15 05:26:22', 'avalon', '092 Paucek Highway Apt. 772 +East Erika, IA 61358', '8', '150045.7568', '296733.0000', '2794972.2495', 'quos', 'est', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (8, 'Apartment', '1976-06-10 20:25:38', '2001-11-09 04:37:33', 'vogue', '24365 Ulices Run +Homenicktown, MD 88485-6198', '9', '13.4715', '0.0000', '0.0000', 'fuga', 'odio', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (9, 'Apartment', '1978-05-15 10:53:37', '1971-04-14 03:23:49', 'longacre', '107 Roob Courts +Erdmanburgh, IA 42926-0873', '5', '2219.6778', '3520911.5258', '3344706.5755', 'enim', 'sit', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (10, 'Apartment', '2003-12-25 16:13:19', '1997-01-07 19:52:45', 'renoir', '084 Lakin Vista Apt. 394 +Fishertown, MA 16876', '9', '77172926.3000', '1.5509', '244353758.1824', 'consequatur', 'vero', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (11, 'Other', '1981-08-23 05:40:38', '1997-11-07 20:22:05', 'murray hill', '2088 Bashirian Fork Suite 337 +Faustinoport, MT 16771-9320', '2', '6713620.9000', '13991131.4340', '170766.4720', 'et', 'est', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (12, 'Apartment', '2016-05-24 09:57:45', '1980-07-08 16:13:17', 'ten tower', '743 Ephraim Greens +Anniemouth, HI 47084-3853', '5', '305.0000', '2.0000', '456840888.1600', 'qui', 'autem', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (13, 'Other', '2000-08-07 06:59:14', '1973-02-24 02:56:06', 'chelsea', '60845 Else Highway Apt. 826 +South Dougfort, CO 43200-4258', '2', '2198735.0950', '0.0000', '44132.4621', 'fuga', 'aut', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (14, 'Other', '1986-12-31 10:05:32', '1987-12-07 07:41:27', 'wall street', '1474 Dibbert Fields Suite 055 +South Renee, IN 58286-3097', '7', '78.7208', '2449185.2000', '0.0000', 'et', 'eos', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (15, 'Apartment', '1993-08-04 10:49:04', '1984-02-01 19:54:54', 'parc coliseum', '986 Hagenes Drives +Draketon, UT 83411-3393', '3', '331.0000', '27537286.0000', '2574.0000', 'aut', 'iusto', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (15, 3, 'dolorem'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (12, 4, 'earum'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (6, 2, 'illo'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (7, 2, 'hic'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (6, 3, 'et'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (14, 4, 'quo'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (4, 3, 'odio'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (1, 2, 'ad'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (11, 4, 'vitae'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (9, 3, 'quo'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (6, 3, 'corrupti'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (6, 3, 'doloribus'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (13, 2, 'autem'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (3, 2, 'cumque'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (14, 4, 'modi'); diff --git a/database/restaurant_1/restaurant_1.sqlite b/database/restaurant_1/restaurant_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..59f07378078ed90685ca77d7adc0a670e144e26c Binary files /dev/null and b/database/restaurant_1/restaurant_1.sqlite differ diff --git a/database/ship_mission/schema.sql b/database/ship_mission/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..4dcde4fdf78d334951c391042ece0a484d2f326a --- /dev/null +++ b/database/ship_mission/schema.sql @@ -0,0 +1,41 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "mission" ( +"Mission_ID" int, +"Ship_ID" int, +"Code" text, +"Launched_Year" int, +"Location" text, +"Speed_knots" int, +"Fate" text, +PRIMARY KEY ("Mission_ID"), +FOREIGN KEY ("Ship_ID") REFERENCES `ship`("Ship_ID") +); + +CREATE TABLE "ship" ( +"Ship_ID" int, +"Name" text, +"Type" text, +"Nationality" text, +"Tonnage" int, +PRIMARY KEY ("Ship_ID") +); + +INSERT INTO "ship" VALUES (1,"Corbridge","Cargo ship","United Kingdom","3687"); +INSERT INTO "ship" VALUES (2,"Farringford","Battle ship","United States","3146"); +INSERT INTO "ship" VALUES (3,"Dromonby","Cargo ship","United Kingdom","3627"); +INSERT INTO "ship" VALUES (4,"Author","Cargo ship","United Kingdom","3496"); +INSERT INTO "ship" VALUES (5,"Trader","Battle ship","United Kingdom","3608"); +INSERT INTO "ship" VALUES (6,"Ariadne","Cargo ship","United States","3035"); +INSERT INTO "ship" VALUES (7,"Appam","Battle ship","United Kingdom","7781"); +INSERT INTO "ship" VALUES (8,"Clan McTavish","Cargo ship","United States","5816"); + + +INSERT INTO "mission" VALUES (1,1,"VMV-1","1930","Germany","25","Decommissioned 1950"); +INSERT INTO "mission" VALUES (2,2,"VMV-2","1930","Germany","25","Decommissioned 1950"); +INSERT INTO "mission" VALUES (3,3,"VMV-3","1930","Helsinki , Finland","23","Lost (burned) 1931"); +INSERT INTO "mission" VALUES (4,5,"VMV-4 Former: Sterling","1916","Norway","16","Retired 1939"); +INSERT INTO "mission" VALUES (5,6,"VMV-5","1931","Uusikaupunki , Finland","23","Decommissioned 1959"); +INSERT INTO "mission" VALUES (6,7,"VMV-6","1931","Uusikaupunki , Finland","23","Decommissioned 1960"); +INSERT INTO "mission" VALUES (7,8,"VMV-7","1932","Turku , Finland","23","Lost (burned and sunk) 1933"); + diff --git a/database/singer/schema.sql b/database/singer/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..17a46f6affa7fc46bf3e25ce0dc1eb26c2d4d6a9 --- /dev/null +++ b/database/singer/schema.sql @@ -0,0 +1,39 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "singer" ( +"Singer_ID" int, +"Name" text, +"Birth_Year" real, +"Net_Worth_Millions" real, +"Citizenship" text, +PRIMARY KEY ("Singer_ID") +); + +CREATE TABLE "song" ( +"Song_ID" int, +"Title" text, +"Singer_ID" int, +"Sales" real, +"Highest_Position" real, +PRIMARY KEY ("Song_ID"), +FOREIGN KEY ("Singer_ID") REFERENCES `singer`("Singer_ID") +); + +INSERT INTO "singer" VALUES (1,"Liliane Bettencourt","1944","30.0","France"); +INSERT INTO "singer" VALUES (2,"Christy Walton","1948","28.8","United States"); +INSERT INTO "singer" VALUES (3,"Alice Walton","1949","26.3","United States"); +INSERT INTO "singer" VALUES (4,"Iris Fontbona","1942","17.4","Chile"); +INSERT INTO "singer" VALUES (5,"Jacqueline Mars","1940","17.8","United States"); +INSERT INTO "singer" VALUES (6,"Gina Rinehart","1953","17","Australia"); +INSERT INTO "singer" VALUES (7,"Susanne Klatten","1962","14.3","Germany"); +INSERT INTO "singer" VALUES (8,"Abigail Johnson","1961","12.7","United States"); + +INSERT INTO "song" VALUES ("1","Do They Know It's Christmas",1,"1094000","1"); +INSERT INTO "song" VALUES ("2","F**k It (I Don't Want You Back)",1,"552407","1"); +INSERT INTO "song" VALUES ("3","Cha Cha Slide",2,"351421","1"); +INSERT INTO "song" VALUES ("4","Call on Me",4,"335000","1"); +INSERT INTO "song" VALUES ("5","Yeah",2,"300000","1"); +INSERT INTO "song" VALUES ("6","All This Time",6,"292000","1"); +INSERT INTO "song" VALUES ("7","Left Outside Alone",5,"275000","3"); +INSERT INTO "song" VALUES ("8","Mysterious Girl",7,"261000","1"); + diff --git a/database/student_assessment/schema.sql b/database/student_assessment/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..cf6abc6dbded4e1ea22dc6e98cefcd83ebb64393 --- /dev/null +++ b/database/student_assessment/schema.sql @@ -0,0 +1,185 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE Addresses ( +address_id INTEGER NOT NULL, +line_1 VARCHAR(80), +line_2 VARCHAR(80), +city VARCHAR(50), +zip_postcode CHAR(20), +state_province_county VARCHAR(50), +country VARCHAR(50), +PRIMARY KEY (address_id) +); + +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (5, '0900 Roderick Oval +New Albina, WA 19200-7914', 'Suite 096', 'Linnealand', '862', 'Montana', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (9, '966 Dach Ports Apt. 322 +Lake Harmonyhaven, VA 65235', 'Apt. 163', 'South Minnie', '716', 'Texas', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (29, '28550 Broderick Underpass Suite 667 +Zakaryhaven, WY 22945-1534', 'Apt. 419', 'North Trystanborough', '112', 'Vermont', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (30, '83706 Ana Trafficway Apt. 992 +West Jarret, MI 01112', 'Apt. 884', 'Lake Kaley', '431', 'Washington', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (43, '69165 Beatty Station +Haleighstad, MS 55164', 'Suite 333', 'Stephaniemouth', '559', 'Massachusetts', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (45, '242 Pacocha Streets +East Isabellashire, ND 03506', 'Suite 370', 'O''Connellview', '514', 'NewMexico', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (55, '801 Modesto Island Suite 306 +Lacyville, VT 34059', 'Suite 764', 'New Alta', '176', 'Mississippi', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (63, '0177 Fisher Dam +Berniershire, KS 00038-7574', 'Apt. 903', 'South Keenan', '613', 'Michigan', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (68, '09471 Hickle Light +Port Maxime, NJ 91550-5409', 'Suite 903', 'Hannahside', '354', 'Connecticut', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (73, '67831 Lavonne Lodge +Olsontown, DC 20894', 'Apt. 756', 'Alizeshire', '687', 'NewMexico', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (82, '228 Fahey Land +Baileymouth, FL 06297-5606', 'Suite 087', 'South Naomibury', '079', 'Ohio', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (88, '1770 Adriel Ramp Apt. 397 +West Ashlynnchester, UT 91968', 'Apt. 617', 'East Tavaresburgh', '179', 'SouthDakota', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (92, '8760 Eldon Squares Suite 260 +Marquisestad, GA 38537', 'Apt. 435', 'Lake Devon', '244', 'SouthDakota', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (94, '8263 Abbott Crossing Apt. 066 +Oberbrunnerbury, LA 67451', 'Apt. 626', 'Boyleshire', '536', 'Kansas', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (99, '521 Paucek Field +North Oscartown, WI 31527', 'Apt. 849', 'Terencetown', '979', 'Michigan', 'USA'); + +CREATE TABLE People ( +person_id INTEGER NOT NULL, +first_name VARCHAR(255), +middle_name VARCHAR(255), +last_name VARCHAR(255), +cell_mobile_number VARCHAR(40), +email_address VARCHAR(40), +login_name VARCHAR(40), +password VARCHAR(40), +PRIMARY KEY (person_id) +); +INSERT INTO People (`person_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `login_name`, `password`) VALUES (111, 'Shannon', 'Elissa', 'Senger', '01955267735', 'javier.trantow@example.net', 'pgub', '5e4ff49a61b3544da3ad7dc7e2cf28847564c64c'); +INSERT INTO People (`person_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `login_name`, `password`) VALUES (131, 'Dariana', 'Hayley', 'Bednar', '(262)347-9364x516', 'leila14@example.net', 'zops', 'b20b6a9f24aadeda70d54e410c3219f61fb063fb'); +INSERT INTO People (`person_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `login_name`, `password`) VALUES (121, 'Virginie', 'Jasmin', 'Hartmann', '(508)319-2970x043', 'boyer.lonie@example.com', 'bkkv', 'b063331ea8116befaa7b84c59c6a22200f5f8caa'); +INSERT INTO People (`person_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `login_name`, `password`) VALUES (141, 'Verna', 'Arielle', 'Grant', '1-372-548-7538x314', 'adele.gibson@example.net', 'uuol', '7be9c03d5467d563555c51ebb3eb78e7f90832ec'); +INSERT INTO People (`person_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `login_name`, `password`) VALUES (151, 'Hoyt', 'Mercedes', 'Wintheiser', '1-603-110-0647', 'stanley.monahan@example.org', 'bnto', 'c55795df86182959094b83e27900f7cf44ced570'); +INSERT INTO People (`person_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `login_name`, `password`) VALUES (161, 'Mayra', 'Haley', 'Hartmann', '724-681-4161x51632', 'terry.kuhlman@example.org', 'rzxu', 'ecae473cb54601e01457078ac0cdf4a1ced837bb'); +INSERT INTO People (`person_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `login_name`, `password`) VALUES (171, 'Lizeth', 'Bell', 'Bartoletti', '812.228.0645x91481', 'celestine11@example.net', 'mkou', '76a93d1d3b7becc932d203beac61d064bd54e947'); +INSERT INTO People (`person_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `login_name`, `password`) VALUES (181, 'Nova', 'Amiya', 'Feest', '766-272-9964', 'oreynolds@example.com', 'qrwl', '7dce9b688636ee212294c257dd2f6b85c7f65f2e'); + + + +CREATE TABLE Students ( +student_id INTEGER NOT NULL, +student_details VARCHAR(255), +PRIMARY KEY (student_id), +FOREIGN KEY (student_id) REFERENCES People (person_id) +); +INSERT INTO Students (`student_id`,`student_details`) VALUES (111,'Marry'); +INSERT INTO Students (`student_id`,`student_details`) VALUES (121,'Martin'); +INSERT INTO Students (`student_id`,`student_details`) VALUES (131,'Barry'); +INSERT INTO Students (`student_id`,`student_details`) VALUES (141,'Nikhil'); +INSERT INTO Students (`student_id`,`student_details`) VALUES (151,'John'); +INSERT INTO Students (`student_id`,`student_details`) VALUES (161,'Sarah'); +INSERT INTO Students (`student_id`,`student_details`) VALUES (171,'Joe'); +INSERT INTO Students (`student_id`,`student_details`) VALUES (181,'Nancy'); + + +CREATE TABLE Courses ( +course_id VARCHAR(100) NOT NULL, +course_name VARCHAR(120), +course_description VARCHAR(255), +other_details VARCHAR(255), +PRIMARY KEY (course_id) +); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`) VALUES ('301', 'statistics', 'statistics'); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`) VALUES ('302', 'English', 'English'); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`) VALUES ('303', 'French', 'French'); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`) VALUES ('304', 'database', 'database'); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`) VALUES ('305', 'data structure', 'data structure'); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`) VALUES ('306', 'Art history', 'Art history'); + + + +CREATE TABLE People_Addresses ( +person_address_id INTEGER NOT NULL, +person_id INTEGER NOT NULL, +address_id INTEGER NOT NULL, +date_from DATETIME, +date_to DATETIME, +PRIMARY KEY (person_address_id), +FOREIGN KEY (person_id) REFERENCES People (person_id), +FOREIGN KEY (address_id) REFERENCES Addresses (address_id) +); +INSERT INTO People_Addresses (`person_address_id`, `person_id`, `address_id`, `date_from`, `date_to`) VALUES (122, 111, 9, '2012-09-26 13:21:00', '2018-03-21 09:46:30'); +INSERT INTO People_Addresses (`person_address_id`, `person_id`, `address_id`, `date_from`, `date_to`) VALUES (257, 121, 5, '2008-07-31 02:17:25', '2018-03-09 02:11:12'); +INSERT INTO People_Addresses (`person_address_id`, `person_id`, `address_id`, `date_from`, `date_to`) VALUES (269, 131, 88, '2008-05-26 20:43:41', '2018-03-11 20:26:41'); +INSERT INTO People_Addresses (`person_address_id`, `person_id`, `address_id`, `date_from`, `date_to`) VALUES (276, 141, 99, '2014-05-10 00:32:31', '2018-03-08 06:16:47'); +INSERT INTO People_Addresses (`person_address_id`, `person_id`, `address_id`, `date_from`, `date_to`) VALUES (281, 151, 92, '2010-11-26 05:21:12', '2018-03-12 21:10:02'); +INSERT INTO People_Addresses (`person_address_id`, `person_id`, `address_id`, `date_from`, `date_to`) VALUES (340, 161, 45, '2017-05-01 17:32:26', '2018-03-09 08:45:06'); +INSERT INTO People_Addresses (`person_address_id`, `person_id`, `address_id`, `date_from`, `date_to`) VALUES (363, 171, 55, '2015-05-24 16:14:12', '2018-02-23 22:44:18'); +INSERT INTO People_Addresses (`person_address_id`, `person_id`, `address_id`, `date_from`, `date_to`) VALUES (396, 181, 82, '2013-12-26 16:57:01', '2018-03-03 16:06:17'); + + +CREATE TABLE Student_Course_Registrations ( +student_id INTEGER NOT NULL, +course_id INTEGER NOT NULL, +registration_date DATETIME NOT NULL, +PRIMARY KEY (student_id, course_id), +FOREIGN KEY (student_id) REFERENCES Students (student_id), +FOREIGN KEY (course_id) REFERENCES Courses (course_id) +); + +INSERT INTO Student_Course_Registrations (`student_id`,`course_id`,`registration_date`) VALUES (111,'301','2008-11-04 10:35:13'); +INSERT INTO Student_Course_Registrations (`student_id`,`course_id`,`registration_date`) VALUES (121,'301','2008-10-04 10:35:13'); +INSERT INTO Student_Course_Registrations (`student_id`,`course_id`,`registration_date`) VALUES (121,'303','2008-11-14 10:35:13'); +INSERT INTO Student_Course_Registrations (`student_id`,`course_id`,`registration_date`) VALUES (131,'303','2008-11-05 10:35:13'); +INSERT INTO Student_Course_Registrations (`student_id`,`course_id`,`registration_date`) VALUES (141,'302','2008-11-06 10:35:13'); +INSERT INTO Student_Course_Registrations (`student_id`,`course_id`,`registration_date`) VALUES (151,'305','2008-11-07 10:35:13'); +INSERT INTO Student_Course_Registrations (`student_id`,`course_id`,`registration_date`) VALUES (161,'302','2008-11-07 10:35:13'); +INSERT INTO Student_Course_Registrations (`student_id`,`course_id`,`registration_date`) VALUES (171,'301','2008-11-07 10:35:13'); +INSERT INTO Student_Course_Registrations (`student_id`,`course_id`,`registration_date`) VALUES (141,'301','2008-11-08 10:35:13'); + + +CREATE TABLE Student_Course_Attendance ( +student_id INTEGER NOT NULL, +course_id INTEGER NOT NULL, +date_of_attendance DATETIME NOT NULL, +PRIMARY KEY (student_id, course_id), +FOREIGN KEY (student_id, course_id) REFERENCES Student_Course_Registrations (student_id,course_id) +); + +INSERT INTO Student_Course_Attendance (`student_id`,`course_id`,`date_of_attendance`) VALUES (111,'301','2008-11-04 10:35:13'); +INSERT INTO Student_Course_Attendance (`student_id`,`course_id`,`date_of_attendance`) VALUES (121,'301','2012-04-09 11:44:34'); +INSERT INTO Student_Course_Attendance (`student_id`,`course_id`,`date_of_attendance`) VALUES (121,'303','2014-04-09 11:44:34'); +INSERT INTO Student_Course_Attendance (`student_id`,`course_id`,`date_of_attendance`) VALUES (141,'302','2013-04-09 11:44:34'); +INSERT INTO Student_Course_Attendance (`student_id`,`course_id`,`date_of_attendance`) VALUES (171,'301','2015-04-09 11:44:34'); +INSERT INTO Student_Course_Attendance (`student_id`,`course_id`,`date_of_attendance`) VALUES (161,'302','2014-01-09 11:44:34'); +INSERT INTO Student_Course_Attendance (`student_id`,`course_id`,`date_of_attendance`) VALUES (151,'305','2012-05-09 11:44:34'); +INSERT INTO Student_Course_Attendance (`student_id`,`course_id`,`date_of_attendance`) VALUES (141,'301','2012-09-09 11:44:34'); + + +CREATE TABLE Candidates ( +candidate_id INTEGER NOT NULL , +candidate_details VARCHAR(255), +PRIMARY KEY (candidate_id), +FOREIGN KEY (candidate_id) REFERENCES People (person_id) +); +CREATE TABLE Candidate_Assessments ( +candidate_id INTEGER NOT NULL, +qualification CHAR(15) NOT NULL, +assessment_date DATETIME NOT NULL, +asessment_outcome_code CHAR(15) NOT NULL, +PRIMARY KEY (candidate_id, qualification), +FOREIGN KEY (candidate_id) REFERENCES Candidates (candidate_id) +); +INSERT INTO Candidates (`candidate_id`,`candidate_details`) VALUES (111,'Jane'); +INSERT INTO Candidates (`candidate_id`,`candidate_details`) VALUES (121,'Robert'); +INSERT INTO Candidates (`candidate_id`,`candidate_details`) VALUES (131,'Alex'); +INSERT INTO Candidates (`candidate_id`,`candidate_details`) VALUES (141,'Tao'); +INSERT INTO Candidates (`candidate_id`,`candidate_details`) VALUES (151,'Jack'); +INSERT INTO Candidates (`candidate_id`,`candidate_details`) VALUES (161,'Leo'); +INSERT INTO Candidates (`candidate_id`,`candidate_details`) VALUES (171,'Robin'); +INSERT INTO Candidates (`candidate_id`,`candidate_details`) VALUES (181,'Cindy'); + + +INSERT INTO Candidate_Assessments (`candidate_id`,`qualification`,`assessment_date`,`asessment_outcome_code`) VALUES (111,'A','2010-04-07 11:44:34','Pass'); +INSERT INTO Candidate_Assessments (`candidate_id`,`qualification`,`assessment_date`,`asessment_outcome_code`) VALUES (121,'B','2010-04-17 11:44:34','Pass'); +INSERT INTO Candidate_Assessments (`candidate_id`,`qualification`,`assessment_date`,`asessment_outcome_code`) VALUES (131,'D','2010-04-05 11:44:34','Fail'); +INSERT INTO Candidate_Assessments (`candidate_id`,`qualification`,`assessment_date`,`asessment_outcome_code`) VALUES (141,'C','2010-04-06 11:44:34','Pass'); +INSERT INTO Candidate_Assessments (`candidate_id`,`qualification`,`assessment_date`,`asessment_outcome_code`) VALUES (151,'B','2010-04-09 11:44:34','Pass'); diff --git a/database/student_transcripts_tracking/schema.sql b/database/student_transcripts_tracking/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..ce2172aa63f76c68772ef24cf0d75b369027ba05 --- /dev/null +++ b/database/student_transcripts_tracking/schema.sql @@ -0,0 +1,281 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE `Addresses` ( +`address_id` INTEGER PRIMARY KEY, +`line_1` VARCHAR(255), +`line_2` VARCHAR(255), +`line_3` VARCHAR(255), +`city` VARCHAR(255), +`zip_postcode` VARCHAR(20), +`state_province_county` VARCHAR(255), +`country` VARCHAR(255), +`other_address_details` VARCHAR(255) +); +CREATE TABLE `Courses` ( +`course_id` INTEGER PRIMARY KEY, +`course_name` VARCHAR(255), +`course_description` VARCHAR(255), +`other_details` VARCHAR(255) +); + +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (1, '2294 Grant Square Apt. 235', 'Apt. 370', NULL, 'Port Chelsea', '148', 'Virginia', 'Iceland', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (2, '3999 Aufderhar Ways Suite 593', 'Apt. 388', NULL, 'Lake Laishafurt', '943', 'Kentucky', 'Burundi', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (3, '67942 Carlotta Ferry Apt. 686', 'Apt. 583', NULL, 'Goodwinhaven', '541', 'Kansas', 'Saudi Arabia', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (4, '0144 Lamar Plaza Apt. 346', 'Suite 703', NULL, 'Port Evanston', '847', 'Washington', 'Angola', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (5, '858 Peggie Bypass Suite 212', 'Apt. 335', NULL, 'Michelleburgh', '446', 'Hawaii', 'Haiti', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (6, '16998 Mraz Lodge', 'Apt. 689', NULL, 'North Omer', '902', 'Kentucky', 'Gibraltar', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (7, '193 Marlin Brook', 'Apt. 406', NULL, 'Herzoghaven', '068', 'Arkansas', 'Cook Islands', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (8, '202 Hessel Views Apt. 468', 'Apt. 305', NULL, 'Mariliehaven', '638', 'Idaho', 'Croatia', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (9, '0643 Muller Vista', 'Suite 383', NULL, 'Port Elvisfurt', '777', 'NorthCarolina', 'Gabon', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (10, '7081 Eda Center', 'Suite 830', NULL, 'Rutherfordtown', '839', 'Delaware', 'Kyrgyz Republic', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (11, '9283 Schulist Falls Apt. 037', 'Suite 239', NULL, 'South Palma', '400', 'WestVirginia', 'Bermuda', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (12, '979 Haag Shores Suite 656', 'Apt. 468', NULL, 'Prohaskafort', '590', 'SouthDakota', 'Lesotho', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (13, '492 Wilkinson Route', 'Suite 865', NULL, 'New Clemensburgh', '386', 'Florida', 'Samoa', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (14, '186 Evan Motorway Apt. 409', 'Suite 079', NULL, 'Lake Careyberg', '895', 'Kentucky', 'New Caledonia', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (15, '74046 Metz Walk Apt. 113', 'Suite 674', NULL, 'Port Oceane', '669', 'Wyoming', 'Norfolk Island', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (1, 'ds', 'p', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (2, 'math', 'q', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (3, 'os', 'v', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (4, 'en', 'k', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (5, 'fr', 'c', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (6, 'la', 'n', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (7, 'cal', 'l', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (8, 'nlp', 'q', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (9, 'dl', 'l', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (10, 'ml', 'b', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (11, 'ai', 'w', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (12, 'db', 'q', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (13, 'rs', 'v', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (14, 'pl', 'p', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (15, 'oop', 'd', NULL); + + +CREATE TABLE `Departments` ( +`department_id` INTEGER PRIMARY KEY, +`department_name` VARCHAR(255), +`department_description` VARCHAR(255), +`other_details` VARCHAR(255) +); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (1, 'computer science', 'error', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (2, 'history', 'nostrum', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (3, 'art', 'aliquam', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (4, 'linguistic', 'natus', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (5, 'management', 'nihil', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (6, 'engineer', 'autem', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (7, 'math', 'doloribus', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (8, 'statistics', 'nihil', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (9, 'law', 'dolorem', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (10, 'economics', 'non', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (11, 'biology', 'consequatur', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (12, 'medical', 'ea', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (13, 'dance', 'consequatur', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (14, 'drama', 'in', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (15, 'geography', 'nisi', NULL); + + + +CREATE TABLE `Degree_Programs` ( +`degree_program_id` INTEGER PRIMARY KEY, +`department_id` INTEGER NOT NULL, +`degree_summary_name` VARCHAR(255), +`degree_summary_description` VARCHAR(255), +`other_details` VARCHAR(255), +FOREIGN KEY (`department_id` ) REFERENCES `Departments`(`department_id` ) +); + +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (1, 13, 'Master', 'architecto', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (2, 2, 'Master', 'cumque', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (3, 13, 'Master', 'placeat', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (4, 8, 'Bachelor', 'unde', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (5, 11, 'Master', 'officiis', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (6, 8, 'Bachelor', 'aperiam', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (7, 14, 'Bachelor', 'assumenda', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (8, 15, 'Master', 'earum', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (9, 3, 'Bachelor', 'voluptas', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (10, 8, 'Bachelor', 'aut', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (11, 14, 'Bachelor', 'aut', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (12, 4, 'Master', 'qui', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (13, 7, 'Bachelor', 'quam', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (14, 2, 'PHD', 'et', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (15, 12, 'PHD', 'esse', NULL); + + + +CREATE TABLE `Sections` ( +`section_id` INTEGER PRIMARY KEY, +`course_id` INTEGER NOT NULL, +`section_name` VARCHAR(255), +`section_description` VARCHAR(255), +`other_details` VARCHAR(255), +FOREIGN KEY (`course_id` ) REFERENCES `Courses`(`course_id` ) +); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (1, 9, 'a', 'non', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (2, 2, 'b', 'voluptatem', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (3, 8, 'c', 'qui', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (4, 1, 'd', 'voluptas', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (5, 5, 'e', 'ex', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (6, 7, 'f', 'doloremque', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (7, 12, 'g', 'provident', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (8, 14, 'h', 'et', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (9, 8, 'j', 'quis', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (10, 14, 'k', 'nesciunt', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (11, 1, 'l', 'ad', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (12, 4, 'o', 'et', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (13, 5, 'p', 'facilis', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (14, 6, 'u', 'reprehenderit', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (15, 10, 'y', 'qui', NULL); + + + +CREATE TABLE `Semesters` ( +`semester_id` INTEGER PRIMARY KEY, +`semester_name` VARCHAR(255), +`semester_description` VARCHAR(255), +`other_details` VARCHAR(255) +); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (1, 'spring 2010', 'x', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (2, 'summer 2010', 'g', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (3, 'fall 2010', 'w', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (4, 'winter 2010', 'c', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (5, 'spring 2018', 'c', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (6, 'spring 2012', 'l', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (7, 'spring 2013', 'y', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (8, 'spring 2014', 'x', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (9, 'spring 2015', 'x', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (10, 'spring 2016', 'f', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (11, 'spring 2017', 'g', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (12, 'spring 2018', 'm', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (13, 'fall 2018', 'q', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (14, 'winter 2018', 't', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (15, 'spring 2019', 'o', NULL); + + +CREATE TABLE `Students` ( +`student_id` INTEGER PRIMARY KEY, +`current_address_id` INTEGER NOT NULL, +`permanent_address_id` INTEGER NOT NULL, +`first_name` VARCHAR(80), +`middle_name` VARCHAR(40), +`last_name` VARCHAR(40), +`cell_mobile_number` VARCHAR(40), +`email_address` VARCHAR(40), +`ssn` VARCHAR(40), +`date_first_registered` DATETIME, +`date_left` DATETIME, +`other_student_details` VARCHAR(255), +FOREIGN KEY (`current_address_id` ) REFERENCES `Addresses`(`address_id` ), +FOREIGN KEY (`permanent_address_id` ) REFERENCES `Addresses`(`address_id` ) +); + +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (1, 10, 15, 'Timmothy', 'Anna', 'Ward', '(096)889-8954x524', 'erwin.zboncak@example.com', '965', '1971-02-05 07:28:23', '1971-05-17 19:28:49', 'quia'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (2, 12, 5, 'Hobart', 'Lorenz', 'Balistreri', '1-009-710-5151', 'swift.kolby@example.com', '304246', '1976-10-26 02:33:06', '2013-10-05 17:41:28', 'autem'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (3, 9, 5, 'Warren', 'Violet', 'Gleichner', '07661787471', 'johns.unique@example.net', '3', '2007-08-29 23:25:41', '2007-03-31 09:53:19', 'facilis'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (4, 7, 11, 'Jarvis', 'Aaliyah', 'Carroll', '09700166582', 'jillian26@example.net', '141072406', '2014-03-28 05:48:23', '2007-08-02 04:12:58', 'atque'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (5, 9, 9, 'Milton', 'Vaughn', 'Christiansen', '171-642-5684', 'lhartmann@example.org', '', '1973-05-19 19:12:46', '2007-11-28 12:50:21', 'laborum'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (6, 6, 3, 'Stanford', 'Mona', 'Rogahn', '436.613.7683', 'skassulke@example.net', '248', '1997-03-20 16:47:25', '2016-04-09 12:27:04', 'qui'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (7, 15, 3, 'Frida', 'Aisha', 'Huel', '1-879-796-8987x164', 'baumbach.lucious@example.org', '668', '2018-03-13 09:56:22', '1997-11-16 08:54:33', 'dolorum'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (8, 1, 5, 'Delaney', 'Judd', 'Ankunding', '03174364122', 'dell43@example.net', '402', '1982-02-14 08:46:35', '2004-12-08 05:29:11', 'voluptatem'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (9, 2, 15, 'Reva', 'Golda', 'Osinski', '(507)365-8405', 'qo''kon@example.com', '39', '2017-01-04 08:10:25', '1990-09-01 05:03:27', 'nesciunt'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (10, 15, 14, 'Helga', 'Cleve', 'Mohr', '677.401.9382', 'nya.lesch@example.net', '43', '2009-09-25 00:14:25', '2017-07-09 21:38:43', 'rerum'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (11, 14, 4, 'Gregg', 'Mossie', 'Schuppe', '(462)246-7921', 'nbruen@example.org', '494', '1989-05-24 23:31:29', '1975-10-09 00:49:27', 'omnis'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (12, 14, 9, 'Orrin', 'Neal', 'Kemmer', '(982)153-1469x1733', 'beth42@example.org', '6274274', '2005-12-15 08:42:10', '2006-08-04 17:26:49', 'non'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (13, 9, 8, 'Deon', 'Brooklyn', 'Weimann', '(213)445-0399x85208', 'jhuel@example.com', '68095', '1986-02-24 21:12:23', '2014-05-30 23:32:02', 'assumenda'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (14, 12, 11, 'Jordy', 'Osborne', 'Rempel', '(605)919-3594x3661', 'gracie29@example.com', '34458427', '2004-12-24 12:36:46', '1999-08-24 00:07:10', 'et'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (15, 2, 9, 'Jett', 'Alberta', 'Jaskolski', '877.549.9067x8723', 'mya88@example.org', '156', '1982-06-19 13:15:18', '1982-06-11 00:25:39', 'omnis'); + + + +CREATE TABLE `Student_Enrolment` ( +`student_enrolment_id` INTEGER PRIMARY KEY, +`degree_program_id` INTEGER NOT NULL, +`semester_id` INTEGER NOT NULL, +`student_id` INTEGER NOT NULL, +`other_details` VARCHAR(255), +FOREIGN KEY (`degree_program_id` ) REFERENCES `Degree_Programs`(`degree_program_id` ), +FOREIGN KEY (`semester_id` ) REFERENCES `Semesters`(`semester_id` ), +FOREIGN KEY (`student_id` ) REFERENCES `Students`(`student_id` ) +); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (1, 12, 13, 14, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (2, 4, 2, 9, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (3, 10, 2, 7, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (4, 4, 15, 9, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (5, 5, 1, 14, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (6, 3, 13, 1, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (7, 9, 9, 4, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (8, 8, 5, 12, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (9, 12, 6, 7, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (10, 11, 2, 7, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (11, 10, 13, 4, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (12, 9, 2, 5, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (13, 2, 12, 6, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (14, 9, 15, 6, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (15, 2, 4, 6, NULL); + + + +CREATE TABLE `Student_Enrolment_Courses` ( +`student_course_id` INTEGER PRIMARY KEY, +`course_id` INTEGER NOT NULL, +`student_enrolment_id` INTEGER NOT NULL, +FOREIGN KEY (`course_id` ) REFERENCES `Courses`(`course_id` ), +FOREIGN KEY (`student_enrolment_id` ) REFERENCES `Student_Enrolment`(`student_enrolment_id` ) +); + +CREATE TABLE `Transcripts` ( +`transcript_id` INTEGER PRIMARY KEY, +`transcript_date` DATETIME, +`other_details` VARCHAR(255) +); + +CREATE TABLE `Transcript_Contents` ( +`student_course_id` INTEGER NOT NULL, +`transcript_id` INTEGER NOT NULL, +FOREIGN KEY (`student_course_id` ) REFERENCES `Student_Enrolment_Courses`(`student_course_id` ), +FOREIGN KEY (`transcript_id` ) REFERENCES `Transcripts`(`transcript_id` ) +); + +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (8, 2, 5); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (28982908, 8, 9); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (1, 6, 8); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (2, 14, 5); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (9860, 14, 10); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (7, 11, 5); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (681404, 10, 4); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (96, 2, 4); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (438800, 3, 4); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (83814225, 12, 14); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (0, 6, 2); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (604750, 4, 6); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (70882679, 13, 9); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (45105806, 13, 14); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (76, 10, 13); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (1, '1988-04-30 01:19:47', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (2, '1975-10-28 15:16:51', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (3, '1984-12-19 00:37:21', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (4, '1999-01-06 20:06:46', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (5, '2013-06-30 13:01:40', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (6, '2010-12-13 10:55:15', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (7, '1990-03-05 11:59:41', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (8, '1975-05-06 12:04:47', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (9, '1984-01-18 23:07:07', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (10, '1975-05-20 18:31:21', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (11, '1986-07-12 07:27:29', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (12, '1985-08-21 09:32:39', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (13, '1985-04-29 01:20:20', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (14, '2002-09-24 06:11:49', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (15, '1998-11-22 12:18:29', NULL); + +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (0, 2); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (96, 8); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (76, 9); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (7, 4); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (0, 15); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (76, 15); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (0, 6); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (96, 13); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (76, 12); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (28982908, 11); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (2, 8); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (0, 5); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (8, 5); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (45105806, 8); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (70882679, 6); diff --git a/database/theme_gallery/schema.sql b/database/theme_gallery/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..e889d17dde68a1c48e6dbdb788c12cb54d420156 --- /dev/null +++ b/database/theme_gallery/schema.sql @@ -0,0 +1,65 @@ + +PRAGMA foreign_keys = ON; + +CREATE TABLE "artist" ( +"Artist_ID" int, +"Name" text, +"Country" text, +"Year_Join" int, +"Age" int, +PRIMARY KEY ("Artist_ID") +); + +INSERT INTO "artist" VALUES (1,"Vijay Singh","Fiji","1998",45); +INSERT INTO "artist" VALUES (2,"John Daly","United States","1991",46); +INSERT INTO "artist" VALUES (3,"Paul Azinger","United States","1993",47); +INSERT INTO "artist" VALUES (4,"Jeff Sluman","United States","1988",57); +INSERT INTO "artist" VALUES (5,"Mark Brooks","United States","1996",48); +INSERT INTO "artist" VALUES (6,"Nick Price","Zimbabwe","1994",48); +INSERT INTO "artist" VALUES (7,"Larry Nelson","United States","1981",50); + + + +CREATE TABLE "exhibition" ( +"Exhibition_ID" int, +"Year" int, +"Theme" text, +"Artist_ID" int, +"Ticket_Price" real, +PRIMARY KEY ("Exhibition_ID"), +FOREIGN KEY (`Artist_ID`) REFERENCES `artist`(`Artist_ID`) +); + +INSERT INTO "exhibition" VALUES (1,"2004","Santa Claus",1,"19.95"); +INSERT INTO "exhibition" VALUES (2,"2005","Christmas stocking",2,"19.95"); +INSERT INTO "exhibition" VALUES (3,"2006","Santa Claus and Rudolph the Red-Nosed Reindeer",4,"14.95"); +INSERT INTO "exhibition" VALUES (4,"2007","Christmas Tree",1,"16.95"); +INSERT INTO "exhibition" VALUES (5,"2008","Spring",6,"29.95"); +INSERT INTO "exhibition" VALUES (6,"2009","Summer",3,"9.95"); + + + +CREATE TABLE "exhibition_record" ( +"Exhibition_ID" int, +"Date" text, +"Attendance" int, +PRIMARY KEY ("Exhibition_ID","Date"), +FOREIGN KEY (`Exhibition_ID`) REFERENCES `exhibition`(`Exhibition_ID`) +); + + + +INSERT INTO "exhibition_record" VALUES (1,"December 2",965); +INSERT INTO "exhibition_record" VALUES (1,"December 5",1098); +INSERT INTO "exhibition_record" VALUES (1,"December 7",2983); +INSERT INTO "exhibition_record" VALUES (2,"December 9",1239); +INSERT INTO "exhibition_record" VALUES (2,"December 12",1313); +INSERT INTO "exhibition_record" VALUES (2,"December 13",10908); +INSERT INTO "exhibition_record" VALUES (3,"December 16",1134); +INSERT INTO "exhibition_record" VALUES (3,"February 19",1233); +INSERT INTO "exhibition_record" VALUES (3,"February 21",9089); +INSERT INTO "exhibition_record" VALUES (4,"February 23",3139); +INSERT INTO "exhibition_record" VALUES (5,"February 25",24808); +INSERT INTO "exhibition_record" VALUES (5,"February 26",13142); +INSERT INTO "exhibition_record" VALUES (5,"February 28",4231); + diff --git a/database/tracking_orders/schema.sql b/database/tracking_orders/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..fe4d3211079ab8678d481a272204157457b73532 --- /dev/null +++ b/database/tracking_orders/schema.sql @@ -0,0 +1,165 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE `Customers` ( +`customer_id` INTEGER PRIMARY KEY, +`customer_name` VARCHAR(80), +`customer_details` VARCHAR(255) +); +CREATE TABLE `Invoices` ( +`invoice_number` INTEGER PRIMARY KEY, +`invoice_date` DATETIME, +`invoice_details` VARCHAR(255) +); + +CREATE TABLE `Orders` ( +`order_id` INTEGER PRIMARY KEY, +`customer_id` INTEGER NOT NULL, +`order_status` VARCHAR(10) NOT NULL, +`date_order_placed` DATETIME NOT NULL, +`order_details` VARCHAR(255), +FOREIGN KEY (`customer_id` ) REFERENCES `Customers`(`customer_id` ) +); + +CREATE TABLE `Products` ( +`product_id` INTEGER PRIMARY KEY, +`product_name` VARCHAR(80), +`product_details` VARCHAR(255) +); + +CREATE TABLE `Order_Items` ( +`order_item_id` INTEGER PRIMARY KEY, +`product_id` INTEGER NOT NULL, +`order_id` INTEGER NOT NULL, +`order_item_status` VARCHAR(10) NOT NULL, +`order_item_details` VARCHAR(255), +FOREIGN KEY (`order_id` ) REFERENCES `Orders`(`order_id` ), +FOREIGN KEY (`product_id` ) REFERENCES `Products`(`product_id` ) +); + +CREATE TABLE `Shipments` ( +`shipment_id` INTEGER PRIMARY KEY, +`order_id` INTEGER NOT NULL, +`invoice_number` INTEGER NOT NULL, +`shipment_tracking_number` VARCHAR(80), +`shipment_date` DATETIME, +`other_shipment_details` VARCHAR(255), +FOREIGN KEY (`order_id` ) REFERENCES `Orders`(`order_id` ), +FOREIGN KEY (`invoice_number` ) REFERENCES `Invoices`(`invoice_number` ) +); + +CREATE TABLE `Shipment_Items` ( +`shipment_id` INTEGER NOT NULL, +`order_item_id` INTEGER NOT NULL, +FOREIGN KEY (`order_item_id` ) REFERENCES `Order_Items`(`order_item_id` ), +FOREIGN KEY (`shipment_id` ) REFERENCES `Shipments`(`shipment_id` ) +); + +INSERT INTO Customers (`customer_id`, `customer_name`, `customer_details`) VALUES (1, 'Savannah', 'rerum'); +INSERT INTO Customers (`customer_id`, `customer_name`, `customer_details`) VALUES (2, 'George', 'est'); +INSERT INTO Customers (`customer_id`, `customer_name`, `customer_details`) VALUES (3, 'Alberto', 'deleniti'); +INSERT INTO Customers (`customer_id`, `customer_name`, `customer_details`) VALUES (4, 'Leilani', 'sequi'); +INSERT INTO Customers (`customer_id`, `customer_name`, `customer_details`) VALUES (5, 'Hadley', 'corrupti'); +INSERT INTO Customers (`customer_id`, `customer_name`, `customer_details`) VALUES (6, 'Chaz', 'nostrum'); +INSERT INTO Customers (`customer_id`, `customer_name`, `customer_details`) VALUES (7, 'Violet', 'consectetur'); +INSERT INTO Customers (`customer_id`, `customer_name`, `customer_details`) VALUES (8, 'Parker', 'rerum'); +INSERT INTO Customers (`customer_id`, `customer_name`, `customer_details`) VALUES (9, 'Devan', 'doloribus'); +INSERT INTO Customers (`customer_id`, `customer_name`, `customer_details`) VALUES (10, 'Beulah', 'commodi'); +INSERT INTO Customers (`customer_id`, `customer_name`, `customer_details`) VALUES (11, 'Hershel', 'vel'); +INSERT INTO Customers (`customer_id`, `customer_name`, `customer_details`) VALUES (12, 'Conrad', 'eligendi'); +INSERT INTO Customers (`customer_id`, `customer_name`, `customer_details`) VALUES (13, 'Samson', 'dicta'); +INSERT INTO Customers (`customer_id`, `customer_name`, `customer_details`) VALUES (14, 'Mabelle', 'quidem'); +INSERT INTO Customers (`customer_id`, `customer_name`, `customer_details`) VALUES (15, 'Jeramie', 'officia'); +INSERT INTO Invoices (`invoice_number`, `invoice_date`, `invoice_details`) VALUES (1, '1989-09-03 16:03:05', 'vitae'); +INSERT INTO Invoices (`invoice_number`, `invoice_date`, `invoice_details`) VALUES (2, '1989-12-11 16:40:57', 'magnam'); +INSERT INTO Invoices (`invoice_number`, `invoice_date`, `invoice_details`) VALUES (3, '1995-10-07 14:13:05', 'et'); +INSERT INTO Invoices (`invoice_number`, `invoice_date`, `invoice_details`) VALUES (4, '1985-04-27 08:38:49', 'tempore'); +INSERT INTO Invoices (`invoice_number`, `invoice_date`, `invoice_details`) VALUES (5, '1971-02-12 00:29:57', 'labore'); +INSERT INTO Invoices (`invoice_number`, `invoice_date`, `invoice_details`) VALUES (6, '2007-12-25 15:49:37', 'optio'); +INSERT INTO Invoices (`invoice_number`, `invoice_date`, `invoice_details`) VALUES (7, '1991-01-05 16:44:25', 'reiciendis'); +INSERT INTO Invoices (`invoice_number`, `invoice_date`, `invoice_details`) VALUES (8, '2012-06-12 07:34:17', 'doloremque'); +INSERT INTO Invoices (`invoice_number`, `invoice_date`, `invoice_details`) VALUES (9, '1974-07-27 16:18:49', 'quo'); +INSERT INTO Invoices (`invoice_number`, `invoice_date`, `invoice_details`) VALUES (10, '2005-02-27 19:53:13', 'eveniet'); +INSERT INTO Invoices (`invoice_number`, `invoice_date`, `invoice_details`) VALUES (11, '1972-08-12 05:48:49', 'earum'); +INSERT INTO Invoices (`invoice_number`, `invoice_date`, `invoice_details`) VALUES (12, '1987-11-15 15:41:40', 'ea'); +INSERT INTO Invoices (`invoice_number`, `invoice_date`, `invoice_details`) VALUES (13, '1981-03-28 20:01:44', 'voluptatem'); +INSERT INTO Invoices (`invoice_number`, `invoice_date`, `invoice_details`) VALUES (14, '1998-07-30 15:39:12', 'repellat'); +INSERT INTO Invoices (`invoice_number`, `invoice_date`, `invoice_details`) VALUES (15, '2012-12-08 02:21:54', 'voluptatem'); + +INSERT INTO Orders (`order_id`, `customer_id`, `order_status`, `date_order_placed`, `order_details`) VALUES (1, 2, 'Shipped', '2009-02-21 15:26:19', NULL); +INSERT INTO Orders (`order_id`, `customer_id`, `order_status`, `date_order_placed`, `order_details`) VALUES (2, 11, 'Shipped', '1974-06-24 22:10:26', NULL); +INSERT INTO Orders (`order_id`, `customer_id`, `order_status`, `date_order_placed`, `order_details`) VALUES (3, 4, 'Shipped', '1982-12-29 21:10:11', NULL); +INSERT INTO Orders (`order_id`, `customer_id`, `order_status`, `date_order_placed`, `order_details`) VALUES (4, 15, 'Packing', '1974-08-10 08:15:16', NULL); +INSERT INTO Orders (`order_id`, `customer_id`, `order_status`, `date_order_placed`, `order_details`) VALUES (5, 5, 'Packing', '2010-06-08 02:20:49', NULL); +INSERT INTO Orders (`order_id`, `customer_id`, `order_status`, `date_order_placed`, `order_details`) VALUES (6, 7, 'Packing', '1975-12-23 15:59:43', NULL); +INSERT INTO Orders (`order_id`, `customer_id`, `order_status`, `date_order_placed`, `order_details`) VALUES (7, 15, 'Packing', '1976-09-01 09:27:00', NULL); +INSERT INTO Orders (`order_id`, `customer_id`, `order_status`, `date_order_placed`, `order_details`) VALUES (8, 10, 'On Road', '1997-01-27 19:12:01', NULL); +INSERT INTO Orders (`order_id`, `customer_id`, `order_status`, `date_order_placed`, `order_details`) VALUES (9, 3, 'On Road', '1983-09-08 12:32:49', NULL); +INSERT INTO Orders (`order_id`, `customer_id`, `order_status`, `date_order_placed`, `order_details`) VALUES (10, 2, 'On Road', '1982-12-09 09:42:23', NULL); +INSERT INTO Orders (`order_id`, `customer_id`, `order_status`, `date_order_placed`, `order_details`) VALUES (11, 9, 'On Road', '1979-12-07 02:03:49', NULL); +INSERT INTO Orders (`order_id`, `customer_id`, `order_status`, `date_order_placed`, `order_details`) VALUES (12, 2, 'On Road', '1976-01-18 08:09:12', NULL); +INSERT INTO Orders (`order_id`, `customer_id`, `order_status`, `date_order_placed`, `order_details`) VALUES (13, 15, 'On Road', '2002-12-06 14:13:30', NULL); +INSERT INTO Orders (`order_id`, `customer_id`, `order_status`, `date_order_placed`, `order_details`) VALUES (14, 10, 'On Road', '2002-09-13 07:38:09', NULL); +INSERT INTO Orders (`order_id`, `customer_id`, `order_status`, `date_order_placed`, `order_details`) VALUES (15, 8, 'On Road', '1971-05-10 01:54:18', NULL); + +INSERT INTO Products (`product_id`, `product_name`, `product_details`) VALUES (1, 'food', NULL); +INSERT INTO Products (`product_id`, `product_name`, `product_details`) VALUES (2, 'book', NULL); +INSERT INTO Products (`product_id`, `product_name`, `product_details`) VALUES (3, 'food', NULL); +INSERT INTO Products (`product_id`, `product_name`, `product_details`) VALUES (4, 'food', NULL); +INSERT INTO Products (`product_id`, `product_name`, `product_details`) VALUES (5, 'clothes', NULL); +INSERT INTO Products (`product_id`, `product_name`, `product_details`) VALUES (6, 'clothes', NULL); +INSERT INTO Products (`product_id`, `product_name`, `product_details`) VALUES (7, 'clothes', NULL); +INSERT INTO Products (`product_id`, `product_name`, `product_details`) VALUES (8, 'book', NULL); +INSERT INTO Products (`product_id`, `product_name`, `product_details`) VALUES (9, 'book', NULL); +INSERT INTO Products (`product_id`, `product_name`, `product_details`) VALUES (10, 'phone', NULL); +INSERT INTO Products (`product_id`, `product_name`, `product_details`) VALUES (11, 'phone', NULL); +INSERT INTO Products (`product_id`, `product_name`, `product_details`) VALUES (12, 'phone', NULL); +INSERT INTO Products (`product_id`, `product_name`, `product_details`) VALUES (13, 'phone', NULL); +INSERT INTO Products (`product_id`, `product_name`, `product_details`) VALUES (14, 'music', NULL); +INSERT INTO Products (`product_id`, `product_name`, `product_details`) VALUES (15, 'music', NULL); + +INSERT INTO Shipments (`shipment_id`, `order_id`, `invoice_number`, `shipment_tracking_number`, `shipment_date`, `other_shipment_details`) VALUES (1, 5, 13, '3452', '1983-08-13 22:34:11', NULL); +INSERT INTO Shipments (`shipment_id`, `order_id`, `invoice_number`, `shipment_tracking_number`, `shipment_date`, `other_shipment_details`) VALUES (2, 7, 2, '0114', '1977-11-10 12:11:25', NULL); +INSERT INTO Shipments (`shipment_id`, `order_id`, `invoice_number`, `shipment_tracking_number`, `shipment_date`, `other_shipment_details`) VALUES (3, 10, 5, '478', '2006-01-17 03:08:05', NULL); +INSERT INTO Shipments (`shipment_id`, `order_id`, `invoice_number`, `shipment_tracking_number`, `shipment_date`, `other_shipment_details`) VALUES (4, 5, 2, '08858', '1982-01-24 12:13:16', NULL); +INSERT INTO Shipments (`shipment_id`, `order_id`, `invoice_number`, `shipment_tracking_number`, `shipment_date`, `other_shipment_details`) VALUES (5, 6, 15, '35342', '1981-11-13 23:20:42', NULL); +INSERT INTO Shipments (`shipment_id`, `order_id`, `invoice_number`, `shipment_tracking_number`, `shipment_date`, `other_shipment_details`) VALUES (6, 4, 3, '7480', '1978-05-17 00:03:43', NULL); +INSERT INTO Shipments (`shipment_id`, `order_id`, `invoice_number`, `shipment_tracking_number`, `shipment_date`, `other_shipment_details`) VALUES (7, 13, 15, '7662', '1999-10-12 10:41:49', NULL); +INSERT INTO Shipments (`shipment_id`, `order_id`, `invoice_number`, `shipment_tracking_number`, `shipment_date`, `other_shipment_details`) VALUES (8, 9, 10, '2323', '1983-03-08 16:14:58', NULL); +INSERT INTO Shipments (`shipment_id`, `order_id`, `invoice_number`, `shipment_tracking_number`, `shipment_date`, `other_shipment_details`) VALUES (9, 8, 10, '5991', '1986-06-07 13:54:27', NULL); +INSERT INTO Shipments (`shipment_id`, `order_id`, `invoice_number`, `shipment_tracking_number`, `shipment_date`, `other_shipment_details`) VALUES (10, 14, 15, '0182', '1973-06-20 14:26:43', NULL); +INSERT INTO Shipments (`shipment_id`, `order_id`, `invoice_number`, `shipment_tracking_number`, `shipment_date`, `other_shipment_details`) VALUES (11, 8, 2, '1334', '1992-08-13 04:04:52', NULL); +INSERT INTO Shipments (`shipment_id`, `order_id`, `invoice_number`, `shipment_tracking_number`, `shipment_date`, `other_shipment_details`) VALUES (12, 2, 9, '2421', '1985-11-12 12:41:34', NULL); +INSERT INTO Shipments (`shipment_id`, `order_id`, `invoice_number`, `shipment_tracking_number`, `shipment_date`, `other_shipment_details`) VALUES (13, 3, 10, '2424', '1970-02-02 05:23:57', NULL); +INSERT INTO Shipments (`shipment_id`, `order_id`, `invoice_number`, `shipment_tracking_number`, `shipment_date`, `other_shipment_details`) VALUES (14, 12, 3, '4029', '2014-01-15 20:52:15', NULL); +INSERT INTO Shipments (`shipment_id`, `order_id`, `invoice_number`, `shipment_tracking_number`, `shipment_date`, `other_shipment_details`) VALUES (15, 7, 9, '2436', '1991-04-01 15:24:24', NULL); + + +INSERT INTO Order_Items (`order_item_id`, `product_id`, `order_id`, `order_item_status`, `order_item_details`) VALUES (1, 4, 6, 'Finish', NULL); +INSERT INTO Order_Items (`order_item_id`, `product_id`, `order_id`, `order_item_status`, `order_item_details`) VALUES (2, 15, 6, 'Finish', NULL); +INSERT INTO Order_Items (`order_item_id`, `product_id`, `order_id`, `order_item_status`, `order_item_details`) VALUES (3, 12, 15, 'Finish', NULL); +INSERT INTO Order_Items (`order_item_id`, `product_id`, `order_id`, `order_item_status`, `order_item_details`) VALUES (4, 8, 15, 'Payed', NULL); +INSERT INTO Order_Items (`order_item_id`, `product_id`, `order_id`, `order_item_status`, `order_item_details`) VALUES (5, 11, 6, 'Payed', NULL); +INSERT INTO Order_Items (`order_item_id`, `product_id`, `order_id`, `order_item_status`, `order_item_details`) VALUES (6, 14, 8, 'Payed', NULL); +INSERT INTO Order_Items (`order_item_id`, `product_id`, `order_id`, `order_item_status`, `order_item_details`) VALUES (7, 3, 5, 'Payed', NULL); +INSERT INTO Order_Items (`order_item_id`, `product_id`, `order_id`, `order_item_status`, `order_item_details`) VALUES (8, 4, 10, 'Cancel', NULL); +INSERT INTO Order_Items (`order_item_id`, `product_id`, `order_id`, `order_item_status`, `order_item_details`) VALUES (9, 11, 15, 'Cancel', NULL); +INSERT INTO Order_Items (`order_item_id`, `product_id`, `order_id`, `order_item_status`, `order_item_details`) VALUES (10, 7, 7, 'Cancel', NULL); +INSERT INTO Order_Items (`order_item_id`, `product_id`, `order_id`, `order_item_status`, `order_item_details`) VALUES (11, 15, 11, 'Cancel', NULL); +INSERT INTO Order_Items (`order_item_id`, `product_id`, `order_id`, `order_item_status`, `order_item_details`) VALUES (12, 1, 11, 'Cancel', NULL); +INSERT INTO Order_Items (`order_item_id`, `product_id`, `order_id`, `order_item_status`, `order_item_details`) VALUES (13, 14, 7, 'Payed', NULL); +INSERT INTO Order_Items (`order_item_id`, `product_id`, `order_id`, `order_item_status`, `order_item_details`) VALUES (14, 15, 14, 'Payed', NULL); +INSERT INTO Order_Items (`order_item_id`, `product_id`, `order_id`, `order_item_status`, `order_item_details`) VALUES (15, 3, 9, 'Payed', NULL); +INSERT INTO Shipment_Items (`shipment_id`, `order_item_id`) VALUES (11, 12); +INSERT INTO Shipment_Items (`shipment_id`, `order_item_id`) VALUES (10, 15); +INSERT INTO Shipment_Items (`shipment_id`, `order_item_id`) VALUES (10, 12); +INSERT INTO Shipment_Items (`shipment_id`, `order_item_id`) VALUES (2, 2); +INSERT INTO Shipment_Items (`shipment_id`, `order_item_id`) VALUES (14, 10); +INSERT INTO Shipment_Items (`shipment_id`, `order_item_id`) VALUES (3, 7); +INSERT INTO Shipment_Items (`shipment_id`, `order_item_id`) VALUES (4, 5); +INSERT INTO Shipment_Items (`shipment_id`, `order_item_id`) VALUES (13, 7); +INSERT INTO Shipment_Items (`shipment_id`, `order_item_id`) VALUES (12, 10); +INSERT INTO Shipment_Items (`shipment_id`, `order_item_id`) VALUES (5, 13); +INSERT INTO Shipment_Items (`shipment_id`, `order_item_id`) VALUES (15, 4); +INSERT INTO Shipment_Items (`shipment_id`, `order_item_id`) VALUES (4, 11); +INSERT INTO Shipment_Items (`shipment_id`, `order_item_id`) VALUES (12, 15); +INSERT INTO Shipment_Items (`shipment_id`, `order_item_id`) VALUES (5, 5); +INSERT INTO Shipment_Items (`shipment_id`, `order_item_id`) VALUES (2, 10); diff --git a/database/tracking_software_problems/schema.sql b/database/tracking_software_problems/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..7deeb6d15cff5b473f95c9208647ec330e8ec0d8 --- /dev/null +++ b/database/tracking_software_problems/schema.sql @@ -0,0 +1,119 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE `Problem_Category_Codes` ( +`problem_category_code` VARCHAR(20) PRIMARY KEY, +`problem_category_description` VARCHAR(80) +); +INSERT INTO `Problem_Category_Codes` (`problem_category_code`, `problem_category_description`) VALUES ('Datatabase', 'Database design or contents.'); +INSERT INTO `Problem_Category_Codes` (`problem_category_code`, `problem_category_description`) VALUES ('GUI', 'User Interface.'); +INSERT INTO `Problem_Category_Codes` (`problem_category_code`, `problem_category_description`) VALUES ('Middleware', 'Infrastructrure and Architecture'); +CREATE TABLE `Problem_Log` ( +`problem_log_id` INTEGER PRIMARY KEY, +`assigned_to_staff_id` INTEGER NOT NULL, +`problem_id` INTEGER NOT NULL, +`problem_category_code` VARCHAR(20) NOT NULL, +`problem_status_code` VARCHAR(20) NOT NULL, +`log_entry_date` DATETIME, +`log_entry_description` VARCHAR(255), +`log_entry_fix` VARCHAR(255), +`other_log_details` VARCHAR(255), +FOREIGN KEY (`problem_category_code` ) REFERENCES `Problem_Category_Codes`(`problem_category_code` ),FOREIGN KEY (`assigned_to_staff_id` ) REFERENCES `Staff`(`staff_id` ),FOREIGN KEY (`problem_id` ) REFERENCES `Problems`(`problem_id` ),FOREIGN KEY (`problem_status_code` ) REFERENCES `Problem_Status_Codes`(`problem_status_code` ) +); +CREATE TABLE `Problem_Status_Codes` ( +`problem_status_code` VARCHAR(20) PRIMARY KEY, +`problem_status_description` VARCHAR(80) +); +INSERT INTO `Problem_Status_Codes` (`problem_status_code`, `problem_status_description`) VALUES ('Reported', 'Reported'); +INSERT INTO `Problem_Status_Codes` (`problem_status_code`, `problem_status_description`) VALUES ('Solved', 'Solved'); + +CREATE TABLE `Product` ( +`product_id` INTEGER PRIMARY KEY, +`product_name` VARCHAR(80), +`product_details` VARCHAR(255) +); +CREATE TABLE `Staff` ( +`staff_id` INTEGER PRIMARY KEY, +`staff_first_name` VARCHAR(80), +`staff_last_name` VARCHAR(80), +`other_staff_details` VARCHAR(255) +); + +CREATE TABLE `Problems` ( +`problem_id` INTEGER PRIMARY KEY, +`product_id` INTEGER NOT NULL, +`closure_authorised_by_staff_id` INTEGER NOT NULL, +`reported_by_staff_id` INTEGER NOT NULL, +`date_problem_reported` DATETIME NOT NULL, +`date_problem_closed` DATETIME, +`problem_description` VARCHAR(255), +`other_problem_details` VARCHAR(255), +FOREIGN KEY (`closure_authorised_by_staff_id` ) REFERENCES `Staff`(`staff_id` ), +FOREIGN KEY (`product_id` ) REFERENCES `Product`(`product_id` ), +FOREIGN KEY (`reported_by_staff_id` ) REFERENCES `Staff`(`staff_id` ) +); + + +INSERT INTO Staff (`staff_id`, `staff_first_name`, `staff_last_name`, `other_staff_details`) VALUES (1, 'Lacey', 'Bosco', 'm'); +INSERT INTO Staff (`staff_id`, `staff_first_name`, `staff_last_name`, `other_staff_details`) VALUES (2, 'Dameon', 'Frami', 'x'); +INSERT INTO Staff (`staff_id`, `staff_first_name`, `staff_last_name`, `other_staff_details`) VALUES (3, 'Ashley', 'Medhurst', 'w'); +INSERT INTO Staff (`staff_id`, `staff_first_name`, `staff_last_name`, `other_staff_details`) VALUES (4, 'Kayla', 'Klein', 'p'); +INSERT INTO Staff (`staff_id`, `staff_first_name`, `staff_last_name`, `other_staff_details`) VALUES (5, 'Jolie', 'Weber', 'q'); +INSERT INTO Staff (`staff_id`, `staff_first_name`, `staff_last_name`, `other_staff_details`) VALUES (6, 'Kristian', 'Lynch', 'b'); +INSERT INTO Staff (`staff_id`, `staff_first_name`, `staff_last_name`, `other_staff_details`) VALUES (7, 'Kenton', 'Champlin', 'p'); +INSERT INTO Staff (`staff_id`, `staff_first_name`, `staff_last_name`, `other_staff_details`) VALUES (8, 'Magali', 'Schumm', 'd'); +INSERT INTO Staff (`staff_id`, `staff_first_name`, `staff_last_name`, `other_staff_details`) VALUES (9, 'Junius', 'Treutel', 'j'); +INSERT INTO Staff (`staff_id`, `staff_first_name`, `staff_last_name`, `other_staff_details`) VALUES (10, 'Christop', 'Berge', 'x'); +INSERT INTO Staff (`staff_id`, `staff_first_name`, `staff_last_name`, `other_staff_details`) VALUES (11, 'Rylan', 'Homenick', 'x'); +INSERT INTO Staff (`staff_id`, `staff_first_name`, `staff_last_name`, `other_staff_details`) VALUES (12, 'Stevie', 'Mante', 'j'); +INSERT INTO Staff (`staff_id`, `staff_first_name`, `staff_last_name`, `other_staff_details`) VALUES (13, 'Lysanne', 'Turcotte', 'i'); +INSERT INTO Staff (`staff_id`, `staff_first_name`, `staff_last_name`, `other_staff_details`) VALUES (14, 'Kenyatta', 'Klocko', 'e'); +INSERT INTO Staff (`staff_id`, `staff_first_name`, `staff_last_name`, `other_staff_details`) VALUES (15, 'Israel', 'Dickens', 'w'); + +INSERT INTO Product (`product_id`, `product_name`, `product_details`) VALUES (1, 'rose', 'k'); +INSERT INTO Product (`product_id`, `product_name`, `product_details`) VALUES (2, 'yellow', 'q'); +INSERT INTO Product (`product_id`, `product_name`, `product_details`) VALUES (3, 'chat', 'e'); +INSERT INTO Product (`product_id`, `product_name`, `product_details`) VALUES (4, 'wechat', 'r'); +INSERT INTO Product (`product_id`, `product_name`, `product_details`) VALUES (5, 'life', 'q'); +INSERT INTO Product (`product_id`, `product_name`, `product_details`) VALUES (6, 'keep', 'd'); +INSERT INTO Product (`product_id`, `product_name`, `product_details`) VALUES (7, 'messager', 'm'); +INSERT INTO Product (`product_id`, `product_name`, `product_details`) VALUES (8, 'hangout', 'u'); +INSERT INTO Product (`product_id`, `product_name`, `product_details`) VALUES (9, 'twitter', 'z'); +INSERT INTO Product (`product_id`, `product_name`, `product_details`) VALUES (10, 'blog', 'd'); +INSERT INTO Product (`product_id`, `product_name`, `product_details`) VALUES (11, 'snapchat', 'e'); +INSERT INTO Product (`product_id`, `product_name`, `product_details`) VALUES (12, 'doulingo', 'q'); +INSERT INTO Product (`product_id`, `product_name`, `product_details`) VALUES (13, 'learn', 'h'); +INSERT INTO Product (`product_id`, `product_name`, `product_details`) VALUES (14, 'teach', 'n'); +INSERT INTO Product (`product_id`, `product_name`, `product_details`) VALUES (15, 'game', 'j'); + + +INSERT INTO Problems (`problem_id`, `product_id`, `closure_authorised_by_staff_id`, `reported_by_staff_id`, `date_problem_reported`, `date_problem_closed`, `problem_description`, `other_problem_details`) VALUES (1, 4, 4, 2, '1978-06-26 19:10:17', '2012-07-22 19:24:26', 'x', 'p'); +INSERT INTO Problems (`problem_id`, `product_id`, `closure_authorised_by_staff_id`, `reported_by_staff_id`, `date_problem_reported`, `date_problem_closed`, `problem_description`, `other_problem_details`) VALUES (2, 8, 3, 10, '1988-11-07 16:09:31', '1973-06-07 04:13:51', 'w', 'p'); +INSERT INTO Problems (`problem_id`, `product_id`, `closure_authorised_by_staff_id`, `reported_by_staff_id`, `date_problem_reported`, `date_problem_closed`, `problem_description`, `other_problem_details`) VALUES (3, 1, 4, 1, '1995-05-14 08:32:56', '1997-02-26 05:06:15', 'r', 'i'); +INSERT INTO Problems (`problem_id`, `product_id`, `closure_authorised_by_staff_id`, `reported_by_staff_id`, `date_problem_reported`, `date_problem_closed`, `problem_description`, `other_problem_details`) VALUES (4, 13, 8, 7, '1973-10-12 10:51:23', '1993-06-19 10:02:59', 'y', 'c'); +INSERT INTO Problems (`problem_id`, `product_id`, `closure_authorised_by_staff_id`, `reported_by_staff_id`, `date_problem_reported`, `date_problem_closed`, `problem_description`, `other_problem_details`) VALUES (5, 4, 12, 11, '1986-11-13 07:30:55', '2013-05-24 20:33:11', 'a', 'k'); +INSERT INTO Problems (`problem_id`, `product_id`, `closure_authorised_by_staff_id`, `reported_by_staff_id`, `date_problem_reported`, `date_problem_closed`, `problem_description`, `other_problem_details`) VALUES (6, 1, 5, 4, '2010-10-05 02:25:37', '1998-07-03 14:53:59', 'p', 'l'); +INSERT INTO Problems (`problem_id`, `product_id`, `closure_authorised_by_staff_id`, `reported_by_staff_id`, `date_problem_reported`, `date_problem_closed`, `problem_description`, `other_problem_details`) VALUES (7, 2, 2, 7, '1996-04-19 15:54:13', '1974-09-20 13:42:19', 'a', 'l'); +INSERT INTO Problems (`problem_id`, `product_id`, `closure_authorised_by_staff_id`, `reported_by_staff_id`, `date_problem_reported`, `date_problem_closed`, `problem_description`, `other_problem_details`) VALUES (8, 2, 4, 1, '1976-12-18 23:54:41', '1982-08-26 10:58:01', 'w', 'f'); +INSERT INTO Problems (`problem_id`, `product_id`, `closure_authorised_by_staff_id`, `reported_by_staff_id`, `date_problem_reported`, `date_problem_closed`, `problem_description`, `other_problem_details`) VALUES (9, 15, 14, 13, '2010-10-11 13:36:00', '1995-06-10 18:41:08', 'i', 'v'); +INSERT INTO Problems (`problem_id`, `product_id`, `closure_authorised_by_staff_id`, `reported_by_staff_id`, `date_problem_reported`, `date_problem_closed`, `problem_description`, `other_problem_details`) VALUES (10, 4, 13, 10, '1993-12-29 23:22:21', '1990-04-13 21:15:50', 'd', 's'); +INSERT INTO Problems (`problem_id`, `product_id`, `closure_authorised_by_staff_id`, `reported_by_staff_id`, `date_problem_reported`, `date_problem_closed`, `problem_description`, `other_problem_details`) VALUES (11, 5, 1, 14, '1970-02-23 17:46:12', '1971-02-06 15:23:23', 'd', 'v'); +INSERT INTO Problems (`problem_id`, `product_id`, `closure_authorised_by_staff_id`, `reported_by_staff_id`, `date_problem_reported`, `date_problem_closed`, `problem_description`, `other_problem_details`) VALUES (12, 6, 9, 2, '1970-05-20 15:38:46', '1997-10-18 20:09:57', 'j', 'c'); +INSERT INTO Problems (`problem_id`, `product_id`, `closure_authorised_by_staff_id`, `reported_by_staff_id`, `date_problem_reported`, `date_problem_closed`, `problem_description`, `other_problem_details`) VALUES (13, 1, 9, 5, '1971-06-15 02:50:52', '2004-06-20 01:08:25', 'c', 'f'); +INSERT INTO Problems (`problem_id`, `product_id`, `closure_authorised_by_staff_id`, `reported_by_staff_id`, `date_problem_reported`, `date_problem_closed`, `problem_description`, `other_problem_details`) VALUES (14, 1, 6, 13, '1977-10-22 15:48:13', '1970-09-05 08:04:43', 's', 's'); +INSERT INTO Problems (`problem_id`, `product_id`, `closure_authorised_by_staff_id`, `reported_by_staff_id`, `date_problem_reported`, `date_problem_closed`, `problem_description`, `other_problem_details`) VALUES (15, 7, 9, 10, '1970-10-27 16:35:34', '1999-09-28 21:29:12', 'r', 'm'); + + +INSERT INTO Problem_Log (`problem_log_id`, `assigned_to_staff_id`, `problem_id`, `problem_category_code`, `problem_status_code`, `log_entry_date`, `log_entry_description`, `log_entry_fix`, `other_log_details`) VALUES (1, 11, 11, 'Middleware', 'Solved', '2011-03-13 13:11:57', 't', 'k', 'p'); +INSERT INTO Problem_Log (`problem_log_id`, `assigned_to_staff_id`, `problem_id`, `problem_category_code`, `problem_status_code`, `log_entry_date`, `log_entry_description`, `log_entry_fix`, `other_log_details`) VALUES (2, 11, 8, 'GUI', 'Solved', '1976-03-31 14:03:02', 'a', 'k', 's'); +INSERT INTO Problem_Log (`problem_log_id`, `assigned_to_staff_id`, `problem_id`, `problem_category_code`, `problem_status_code`, `log_entry_date`, `log_entry_description`, `log_entry_fix`, `other_log_details`) VALUES (3, 12, 1, 'GUI', 'Solved', '1974-12-11 01:06:22', 'b', 'j', 'e'); +INSERT INTO Problem_Log (`problem_log_id`, `assigned_to_staff_id`, `problem_id`, `problem_category_code`, `problem_status_code`, `log_entry_date`, `log_entry_description`, `log_entry_fix`, `other_log_details`) VALUES (4, 12, 12, 'GUI', 'Reported', '1993-04-02 11:07:29', 'a', 't', 'b'); +INSERT INTO Problem_Log (`problem_log_id`, `assigned_to_staff_id`, `problem_id`, `problem_category_code`, `problem_status_code`, `log_entry_date`, `log_entry_description`, `log_entry_fix`, `other_log_details`) VALUES (5, 6, 12, 'Middleware', 'Reported', '1976-09-17 09:01:12', 'c', 'n', 'u'); +INSERT INTO Problem_Log (`problem_log_id`, `assigned_to_staff_id`, `problem_id`, `problem_category_code`, `problem_status_code`, `log_entry_date`, `log_entry_description`, `log_entry_fix`, `other_log_details`) VALUES (6, 2, 13, 'GUI', 'Solved', '1983-07-01 02:12:36', 'h', 'g', 'n'); +INSERT INTO Problem_Log (`problem_log_id`, `assigned_to_staff_id`, `problem_id`, `problem_category_code`, `problem_status_code`, `log_entry_date`, `log_entry_description`, `log_entry_fix`, `other_log_details`) VALUES (7, 13, 1, 'Datatabase', 'Solved', '1974-09-13 00:37:26', 's', 'c', 'v'); +INSERT INTO Problem_Log (`problem_log_id`, `assigned_to_staff_id`, `problem_id`, `problem_category_code`, `problem_status_code`, `log_entry_date`, `log_entry_description`, `log_entry_fix`, `other_log_details`) VALUES (8, 4, 15, 'Datatabase', 'Solved', '1999-08-17 00:00:18', 'j', 'h', 'j'); +INSERT INTO Problem_Log (`problem_log_id`, `assigned_to_staff_id`, `problem_id`, `problem_category_code`, `problem_status_code`, `log_entry_date`, `log_entry_description`, `log_entry_fix`, `other_log_details`) VALUES (9, 10, 13, 'GUI', 'Reported', '1993-06-21 22:33:35', 'p', 'i', 'f'); +INSERT INTO Problem_Log (`problem_log_id`, `assigned_to_staff_id`, `problem_id`, `problem_category_code`, `problem_status_code`, `log_entry_date`, `log_entry_description`, `log_entry_fix`, `other_log_details`) VALUES (10, 6, 1, 'Middleware', 'Reported', '2001-05-14 10:03:53', 'd', 'x', 'd'); +INSERT INTO Problem_Log (`problem_log_id`, `assigned_to_staff_id`, `problem_id`, `problem_category_code`, `problem_status_code`, `log_entry_date`, `log_entry_description`, `log_entry_fix`, `other_log_details`) VALUES (11, 1, 8, 'Datatabase', 'Solved', '1973-03-12 16:30:50', 'w', 'k', 'a'); +INSERT INTO Problem_Log (`problem_log_id`, `assigned_to_staff_id`, `problem_id`, `problem_category_code`, `problem_status_code`, `log_entry_date`, `log_entry_description`, `log_entry_fix`, `other_log_details`) VALUES (12, 4, 10, 'Middleware', 'Solved', '1997-08-31 08:19:12', 'c', 'y', 'c'); +INSERT INTO Problem_Log (`problem_log_id`, `assigned_to_staff_id`, `problem_id`, `problem_category_code`, `problem_status_code`, `log_entry_date`, `log_entry_description`, `log_entry_fix`, `other_log_details`) VALUES (13, 6, 10, 'Middleware', 'Reported', '2009-04-10 19:09:30', 'q', 't', 'o'); +INSERT INTO Problem_Log (`problem_log_id`, `assigned_to_staff_id`, `problem_id`, `problem_category_code`, `problem_status_code`, `log_entry_date`, `log_entry_description`, `log_entry_fix`, `other_log_details`) VALUES (14, 8, 4, 'Datatabase', 'Reported', '2011-11-12 23:30:53', 'a', 's', 'c'); +INSERT INTO Problem_Log (`problem_log_id`, `assigned_to_staff_id`, `problem_id`, `problem_category_code`, `problem_status_code`, `log_entry_date`, `log_entry_description`, `log_entry_fix`, `other_log_details`) VALUES (15, 5, 7, 'GUI', 'Reported', '1982-11-17 06:05:52', 'v', 'o', 'd'); diff --git a/database/university_basketball/schema.sql b/database/university_basketball/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..c913cb15508492bd01ebc7552e1202ab32ad0591 --- /dev/null +++ b/database/university_basketball/schema.sql @@ -0,0 +1,40 @@ +CREATE TABLE "basketball_match" ( +"Team_ID" int, +"School_ID" int, +"Team_Name" text, +"ACC_Regular_Season" text, +"ACC_Percent" text, +"ACC_Home" text, +"ACC_Road" text, +"All_Games" text, +"All_Games_Percent" int, +"All_Home" text, +"All_Road" text, +"All_Neutral" text, +PRIMARY KEY ("Team_ID"), +FOREIGN KEY (`School_ID`) REFERENCES `university`(`School_ID`) +); + +CREATE TABLE "university" ( +"School_ID" int, +"School" text, +"Location" text, +"Founded" real, +"Affiliation" text, +"Enrollment" real, +"Nickname" text, +"Primary_conference" text, +PRIMARY KEY ("School_ID") +); + +INSERT INTO "basketball_match" VALUES ("1","1","North Carolina","14–2",".875","6–2","8–0","35–2",".946","14–2","13–0","9–1"); +INSERT INTO "basketball_match" VALUES ("2","2","Duke","13–3",".813","7–1","6–2","28–6",".824","15–1","8–2","5–3"); +INSERT INTO "basketball_match" VALUES ("3","4","Clemson","10–6",".625","7–1","3–5","24–10",".706","14–2","6–5","4–3"); +INSERT INTO "basketball_match" VALUES ("4","5","Virginia Tech","9–7",".563","6–2","3–5","21–14",".600","14–3","4–8","3–3"); + + +INSERT INTO "university" VALUES ("1","University of Delaware","Newark, DE","1743","Public","19067","Fightin' Blue Hens","Colonial Athletic Association ( D-I )"); +INSERT INTO "university" VALUES ("2","Lebanon Valley College","Annville, PA","1866","Private/Methodist","2100","Flying Dutchmen","MAC Commonwealth Conference ( D-III )"); +INSERT INTO "university" VALUES ("3","University of Rhode Island","Kingston, RI","1892","Public","19095","Rams","Atlantic 10 Conference ( D-I )"); +INSERT INTO "university" VALUES ("4","Rutgers University","New Brunswick, NJ","1766","Public","56868","Scarlet Knights","American Athletic Conference ( D-I )"); +INSERT INTO "university" VALUES ("5","Stony Brook University","Stony Brook, NY","1957","Public","23997","Seawolves","America East Conference ( D-I )"); diff --git a/database/world_1/world_1.json b/database/world_1/world_1.json new file mode 100644 index 0000000000000000000000000000000000000000..9d2146fa6e826436f0e4ec8520d15439a10f0787 --- /dev/null +++ b/database/world_1/world_1.json @@ -0,0 +1,230 @@ +[ + { + "col_data": [ + { + "column_name": "ID", + "data_type": "integer", + "default_column_name": "ID", + "default_value": null, + "not_null": 1, + "primary_key": 1 + }, + { + "column_name": "Name", + "data_type": "char(35)", + "default_column_name": "Name", + "default_value": "''", + "not_null": 1, + "primary_key": 0 + }, + { + "column_name": "CountryCode", + "data_type": "char(3)", + "default_column_name": "CountryCode", + "default_value": "''", + "not_null": 1, + "primary_key": 0 + }, + { + "column_name": "District", + "data_type": "char(20)", + "default_column_name": "District", + "default_value": "''", + "not_null": 1, + "primary_key": 0 + }, + { + "column_name": "Population", + "data_type": "integer", + "default_column_name": "Population", + "default_value": "'0'", + "not_null": 1, + "primary_key": 0 + } + ], + "table": "city" + }, + { + "col_data": [ + { + "column_name": "name", + "data_type": "", + "default_column_name": "name", + "default_value": null, + "not_null": 0, + "primary_key": 0 + }, + { + "column_name": "seq", + "data_type": "", + "default_column_name": "seq", + "default_value": null, + "not_null": 0, + "primary_key": 0 + } + ], + "table": "sqlite_sequence" + }, + { + "col_data": [ + { + "column_name": "Code", + "data_type": "char(3)", + "default_column_name": "Code", + "default_value": "''", + "not_null": 1, + "primary_key": 1 + }, + { + "column_name": "Name", + "data_type": "char(52)", + "default_column_name": "Name", + "default_value": "''", + "not_null": 1, + "primary_key": 0 + }, + { + "column_name": "Continent", + "data_type": "text", + "default_column_name": "Continent", + "default_value": "'Asia'", + "not_null": 1, + "primary_key": 0 + }, + { + "column_name": "Region", + "data_type": "char(26)", + "default_column_name": "Region", + "default_value": "''", + "not_null": 1, + "primary_key": 0 + }, + { + "column_name": "SurfaceArea", + "data_type": "float(10,2)", + "default_column_name": "SurfaceArea", + "default_value": "'0.00'", + "not_null": 1, + "primary_key": 0 + }, + { + "column_name": "IndepYear", + "data_type": "integer", + "default_column_name": "IndepYear", + "default_value": "NULL", + "not_null": 0, + "primary_key": 0 + }, + { + "column_name": "Population", + "data_type": "integer", + "default_column_name": "Population", + "default_value": "'0'", + "not_null": 1, + "primary_key": 0 + }, + { + "column_name": "LifeExpectancy", + "data_type": "float(3,1)", + "default_column_name": "LifeExpectancy", + "default_value": "NULL", + "not_null": 0, + "primary_key": 0 + }, + { + "column_name": "GNP", + "data_type": "float(10,2)", + "default_column_name": "GNP", + "default_value": "NULL", + "not_null": 0, + "primary_key": 0 + }, + { + "column_name": "GNPOld", + "data_type": "float(10,2)", + "default_column_name": "GNPOld", + "default_value": "NULL", + "not_null": 0, + "primary_key": 0 + }, + { + "column_name": "LocalName", + "data_type": "char(45)", + "default_column_name": "LocalName", + "default_value": "''", + "not_null": 1, + "primary_key": 0 + }, + { + "column_name": "GovernmentForm", + "data_type": "char(45)", + "default_column_name": "GovernmentForm", + "default_value": "''", + "not_null": 1, + "primary_key": 0 + }, + { + "column_name": "HeadOfState", + "data_type": "char(60)", + "default_column_name": "HeadOfState", + "default_value": "NULL", + "not_null": 0, + "primary_key": 0 + }, + { + "column_name": "Capital", + "data_type": "integer", + "default_column_name": "Capital", + "default_value": "NULL", + "not_null": 0, + "primary_key": 0 + }, + { + "column_name": "Code2", + "data_type": "char(2)", + "default_column_name": "Code2", + "default_value": "''", + "not_null": 1, + "primary_key": 0 + } + ], + "table": "country" + }, + { + "col_data": [ + { + "column_name": "CountryCode", + "data_type": "char(3)", + "default_column_name": "CountryCode", + "default_value": "''", + "not_null": 1, + "primary_key": 1 + }, + { + "column_name": "Language", + "data_type": "char(30)", + "default_column_name": "Language", + "default_value": "''", + "not_null": 1, + "primary_key": 2 + }, + { + "column_name": "IsOfficial", + "data_type": "text", + "default_column_name": "IsOfficial", + "default_value": "'F'", + "not_null": 1, + "primary_key": 0 + }, + { + "column_name": "Percentage", + "data_type": "float(4,1)", + "default_column_name": "Percentage", + "default_value": "'0.0'", + "not_null": 1, + "primary_key": 0 + } + ], + "table": "countrylanguage" + } +] \ No newline at end of file diff --git a/test_database/aan_1/annotation.json b/test_database/aan_1/annotation.json new file mode 100644 index 0000000000000000000000000000000000000000..0ec79e0fd411208df6b008d159efec071478d00f --- /dev/null +++ b/test_database/aan_1/annotation.json @@ -0,0 +1,5 @@ +{ + "label_id": null, + "data": [], + "review_id": null +} \ No newline at end of file diff --git a/test_database/address_1/link.txt b/test_database/address_1/link.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea1f8c1768ed7a6b4016d50573676a05b6f40e89 --- /dev/null +++ b/test_database/address_1/link.txt @@ -0,0 +1 @@ +http://www.cs.jhu.edu/~yarowsky/jhu.sql diff --git a/test_database/advertising_agencies/advertising_agencies.sqlite b/test_database/advertising_agencies/advertising_agencies.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..6fb9b436d62865b6f966ee0adf7ba4af07c8f9d1 Binary files /dev/null and b/test_database/advertising_agencies/advertising_agencies.sqlite differ diff --git a/test_database/advertising_agencies/schema.sql b/test_database/advertising_agencies/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..a04c6509aa6c3ddec6718504e0ef9df8566ac46f --- /dev/null +++ b/test_database/advertising_agencies/schema.sql @@ -0,0 +1,162 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE `Agencies` ( +`agency_id` INTEGER PRIMARY KEY, +`agency_details` VARCHAR(255) NOT NULL +); + +INSERT INTO Agencies (`agency_id`, `agency_details`) VALUES (1, 'Heller-Muller'); +INSERT INTO Agencies (`agency_id`, `agency_details`) VALUES (2, 'Bergstrom, Koss and Ebert'); +INSERT INTO Agencies (`agency_id`, `agency_details`) VALUES (3, 'Douglas-Langworth'); +INSERT INTO Agencies (`agency_id`, `agency_details`) VALUES (4, 'Fadel Group'); +INSERT INTO Agencies (`agency_id`, `agency_details`) VALUES (5, 'White, Corwin and Rath'); +INSERT INTO Agencies (`agency_id`, `agency_details`) VALUES (6, 'Beatty-Sipes'); +INSERT INTO Agencies (`agency_id`, `agency_details`) VALUES (7, 'West, Grady and Durgan'); +INSERT INTO Agencies (`agency_id`, `agency_details`) VALUES (8, 'Hickle-Durgan'); +INSERT INTO Agencies (`agency_id`, `agency_details`) VALUES (9, 'Grant, Jaskolski and Brekke'); +INSERT INTO Agencies (`agency_id`, `agency_details`) VALUES (10, 'Muller, Klein and Kunde'); +INSERT INTO Agencies (`agency_id`, `agency_details`) VALUES (11, 'Bins-Strosin'); +INSERT INTO Agencies (`agency_id`, `agency_details`) VALUES (12, 'Emard-Fisher'); +INSERT INTO Agencies (`agency_id`, `agency_details`) VALUES (13, 'Upton, Hayes and Schumm'); +INSERT INTO Agencies (`agency_id`, `agency_details`) VALUES (14, 'Renner LLC'); +INSERT INTO Agencies (`agency_id`, `agency_details`) VALUES (15, 'Cartwright, Ullrich and Gulgowski'); + + +CREATE TABLE `Staff` ( +`staff_id` INTEGER PRIMARY KEY, +`agency_id` INTEGER NOT NULL, +`staff_details` VARCHAR(255) NOT NULL +); + +INSERT INTO Staff (`staff_id`, `agency_id`, `staff_details`) VALUES (1, 6, 'Rubie'); +INSERT INTO Staff (`staff_id`, `agency_id`, `staff_details`) VALUES (2, 7, 'Sheridan'); +INSERT INTO Staff (`staff_id`, `agency_id`, `staff_details`) VALUES (3, 10, 'Annabell'); +INSERT INTO Staff (`staff_id`, `agency_id`, `staff_details`) VALUES (4, 2, 'Kendra'); +INSERT INTO Staff (`staff_id`, `agency_id`, `staff_details`) VALUES (5, 7, 'Amara'); +INSERT INTO Staff (`staff_id`, `agency_id`, `staff_details`) VALUES (6, 15, 'Lolita'); +INSERT INTO Staff (`staff_id`, `agency_id`, `staff_details`) VALUES (7, 2, 'Hailie'); +INSERT INTO Staff (`staff_id`, `agency_id`, `staff_details`) VALUES (8, 14, 'Armando'); +INSERT INTO Staff (`staff_id`, `agency_id`, `staff_details`) VALUES (9, 10, 'Elroy'); +INSERT INTO Staff (`staff_id`, `agency_id`, `staff_details`) VALUES (10, 8, 'Parker'); +INSERT INTO Staff (`staff_id`, `agency_id`, `staff_details`) VALUES (11, 11, 'Clarissa'); +INSERT INTO Staff (`staff_id`, `agency_id`, `staff_details`) VALUES (12, 5, 'Joaquin'); +INSERT INTO Staff (`staff_id`, `agency_id`, `staff_details`) VALUES (13, 14, 'Antone'); +INSERT INTO Staff (`staff_id`, `agency_id`, `staff_details`) VALUES (14, 14, 'Marques'); +INSERT INTO Staff (`staff_id`, `agency_id`, `staff_details`) VALUES (15, 15, 'Margaret'); + + +CREATE TABLE `Clients` ( +`client_id` INTEGER PRIMARY KEY, +`agency_id` INTEGER NOT NULL, +`sic_code` VARCHAR(10) NOT NULL, +`client_details` VARCHAR(255) NOT NULL, +FOREIGN KEY (`agency_id` ) REFERENCES `Agencies`(`agency_id` ) +);INSERT INTO Clients (`client_id`, `agency_id`, `sic_code`, `client_details`) VALUES (1, 8, 'Mutual', 'Alta'); +INSERT INTO Clients (`client_id`, `agency_id`, `sic_code`, `client_details`) VALUES (2, 5, 'Bad', 'Mac'); +INSERT INTO Clients (`client_id`, `agency_id`, `sic_code`, `client_details`) VALUES (3, 3, 'Bad', 'Johnpaul'); +INSERT INTO Clients (`client_id`, `agency_id`, `sic_code`, `client_details`) VALUES (4, 5, 'Bad', 'Taurean'); +INSERT INTO Clients (`client_id`, `agency_id`, `sic_code`, `client_details`) VALUES (5, 14, 'Bad', 'Lucie'); +INSERT INTO Clients (`client_id`, `agency_id`, `sic_code`, `client_details`) VALUES (6, 8, 'Mutual', 'Rosa'); +INSERT INTO Clients (`client_id`, `agency_id`, `sic_code`, `client_details`) VALUES (7, 9, 'Mutual', 'Kirsten'); +INSERT INTO Clients (`client_id`, `agency_id`, `sic_code`, `client_details`) VALUES (8, 1, 'Mutual', 'Vincent'); +INSERT INTO Clients (`client_id`, `agency_id`, `sic_code`, `client_details`) VALUES (9, 9, 'Mutual', 'Heber'); +INSERT INTO Clients (`client_id`, `agency_id`, `sic_code`, `client_details`) VALUES (10, 9, 'Mutual', 'Callie'); +INSERT INTO Clients (`client_id`, `agency_id`, `sic_code`, `client_details`) VALUES (11, 14, 'Bad', 'Vaughn'); +INSERT INTO Clients (`client_id`, `agency_id`, `sic_code`, `client_details`) VALUES (12, 7, 'Mutual', 'Rae'); +INSERT INTO Clients (`client_id`, `agency_id`, `sic_code`, `client_details`) VALUES (13, 9, 'Mutual', 'Eloise'); +INSERT INTO Clients (`client_id`, `agency_id`, `sic_code`, `client_details`) VALUES (14, 11, 'Bad', 'Philip'); +INSERT INTO Clients (`client_id`, `agency_id`, `sic_code`, `client_details`) VALUES (15, 1, 'Bad', 'Maximo'); + + + +CREATE TABLE `Invoices` ( +`invoice_id` INTEGER PRIMARY KEY, +`client_id` INTEGER NOT NULL, +`invoice_status` VARCHAR(10) NOT NULL, +`invoice_details` VARCHAR(255) NOT NULL, +FOREIGN KEY (`client_id` ) REFERENCES `Clients`(`client_id` ) +); +CREATE TABLE `Meetings` ( +`meeting_id` INTEGER PRIMARY KEY, +`client_id` INTEGER NOT NULL, +`meeting_outcome` VARCHAR(10) NOT NULL, +`meeting_type` VARCHAR(10) NOT NULL, +`billable_yn` VARCHAR(1), +`start_date_time` DATETIME, +`end_date_time` DATETIME, +`purpose_of_meeting` VARCHAR(255), +`other_details` VARCHAR(255) NOT NULL, +FOREIGN KEY (`client_id` ) REFERENCES `Clients`(`client_id` ) +); +CREATE TABLE `Payments` ( +`payment_id` INTEGER NOT NULL , +`invoice_id` INTEGER NOT NULL, +`payment_details` VARCHAR(255) NOT NULL, +FOREIGN KEY (`invoice_id` ) REFERENCES `Invoices`(`invoice_id` ) +); + +CREATE TABLE `Staff_in_Meetings` ( +`meeting_id` INTEGER NOT NULL, +`staff_id` INTEGER NOT NULL, +FOREIGN KEY (`meeting_id` ) REFERENCES `Meetings`(`meeting_id` ), +FOREIGN KEY (`staff_id` ) REFERENCES `Staff`(`staff_id` ) +); +INSERT INTO Invoices (`invoice_id`, `client_id`, `invoice_status`, `invoice_details`) VALUES (1, 5, 'Working', 'excellent'); +INSERT INTO Invoices (`invoice_id`, `client_id`, `invoice_status`, `invoice_details`) VALUES (2, 9, 'Starting', 'good'); +INSERT INTO Invoices (`invoice_id`, `client_id`, `invoice_status`, `invoice_details`) VALUES (3, 15, 'Starting', 'excellent'); +INSERT INTO Invoices (`invoice_id`, `client_id`, `invoice_status`, `invoice_details`) VALUES (4, 8, 'Starting', 'ok'); +INSERT INTO Invoices (`invoice_id`, `client_id`, `invoice_status`, `invoice_details`) VALUES (5, 7, 'Finish', 'excellent'); +INSERT INTO Invoices (`invoice_id`, `client_id`, `invoice_status`, `invoice_details`) VALUES (6, 8, 'Working', 'excellent'); +INSERT INTO Invoices (`invoice_id`, `client_id`, `invoice_status`, `invoice_details`) VALUES (7, 7, 'Finish', 'excellent'); +INSERT INTO Invoices (`invoice_id`, `client_id`, `invoice_status`, `invoice_details`) VALUES (8, 14, 'Finish', 'excellent'); +INSERT INTO Invoices (`invoice_id`, `client_id`, `invoice_status`, `invoice_details`) VALUES (9, 12, 'Starting', 'good'); +INSERT INTO Invoices (`invoice_id`, `client_id`, `invoice_status`, `invoice_details`) VALUES (10, 2, 'Finish', 'excellent'); +INSERT INTO Invoices (`invoice_id`, `client_id`, `invoice_status`, `invoice_details`) VALUES (11, 11, 'Working', 'excellent'); +INSERT INTO Invoices (`invoice_id`, `client_id`, `invoice_status`, `invoice_details`) VALUES (12, 9, 'Starting', 'good'); +INSERT INTO Invoices (`invoice_id`, `client_id`, `invoice_status`, `invoice_details`) VALUES (13, 4, 'Starting', 'excellent'); +INSERT INTO Invoices (`invoice_id`, `client_id`, `invoice_status`, `invoice_details`) VALUES (14, 14, 'Working', 'excellent'); +INSERT INTO Invoices (`invoice_id`, `client_id`, `invoice_status`, `invoice_details`) VALUES (15, 14, 'Working', 'excellent'); +INSERT INTO Meetings (`meeting_id`, `client_id`, `meeting_outcome`, `meeting_type`, `billable_yn`, `start_date_time`, `end_date_time`, `purpose_of_meeting`, `other_details`) VALUES (1, 15, 'Report', 'Team', '0', '2018-03-06 05:07:33', '2018-03-21 09:26:41', 'get proposal done', '0'); +INSERT INTO Meetings (`meeting_id`, `client_id`, `meeting_outcome`, `meeting_type`, `billable_yn`, `start_date_time`, `end_date_time`, `purpose_of_meeting`, `other_details`) VALUES (2, 3, 'Summary', 'Group', '0', '2018-03-16 02:24:10', '2018-03-21 17:57:59', 'vote for solutions', '0'); +INSERT INTO Meetings (`meeting_id`, `client_id`, `meeting_outcome`, `meeting_type`, `billable_yn`, `start_date_time`, `end_date_time`, `purpose_of_meeting`, `other_details`) VALUES (3, 4, 'Summary', 'Team', '1', '2018-03-06 21:02:06', '2018-03-01 05:10:01', 'get proposal done', '0'); +INSERT INTO Meetings (`meeting_id`, `client_id`, `meeting_outcome`, `meeting_type`, `billable_yn`, `start_date_time`, `end_date_time`, `purpose_of_meeting`, `other_details`) VALUES (4, 5, 'Vote results', 'Company', '1', '2018-03-10 05:03:46', '2018-02-25 23:20:12', 'weekly report', '0'); +INSERT INTO Meetings (`meeting_id`, `client_id`, `meeting_outcome`, `meeting_type`, `billable_yn`, `start_date_time`, `end_date_time`, `purpose_of_meeting`, `other_details`) VALUES (5, 14, 'Summary', 'Company', '1', '2018-02-26 18:35:24', '2018-03-12 18:48:55', 'weekly report', '0'); +INSERT INTO Meetings (`meeting_id`, `client_id`, `meeting_outcome`, `meeting_type`, `billable_yn`, `start_date_time`, `end_date_time`, `purpose_of_meeting`, `other_details`) VALUES (6, 8, 'Vote results', 'Team', '0', '2018-03-20 08:56:47', '2018-02-24 22:36:35', 'weekly report', 'absent staff'); +INSERT INTO Meetings (`meeting_id`, `client_id`, `meeting_outcome`, `meeting_type`, `billable_yn`, `start_date_time`, `end_date_time`, `purpose_of_meeting`, `other_details`) VALUES (7, 13, 'Vote results', 'Group', '1', '2018-03-01 22:20:09', '2018-03-21 04:24:57', 'vote for solutions', '0'); +INSERT INTO Meetings (`meeting_id`, `client_id`, `meeting_outcome`, `meeting_type`, `billable_yn`, `start_date_time`, `end_date_time`, `purpose_of_meeting`, `other_details`) VALUES (8, 8, 'Report', 'Company', '0', '2018-03-16 06:38:16', '2018-03-20 12:24:04', 'weekly report', '0'); +INSERT INTO Meetings (`meeting_id`, `client_id`, `meeting_outcome`, `meeting_type`, `billable_yn`, `start_date_time`, `end_date_time`, `purpose_of_meeting`, `other_details`) VALUES (9, 4, 'Report', 'Group', '1', '2018-03-18 15:35:54', '2018-03-05 13:33:21', 'weekly report', '0'); +INSERT INTO Meetings (`meeting_id`, `client_id`, `meeting_outcome`, `meeting_type`, `billable_yn`, `start_date_time`, `end_date_time`, `purpose_of_meeting`, `other_details`) VALUES (10, 7, 'Summary', 'Team', '0', '2018-02-27 07:43:53', '2018-02-27 02:40:21', 'vote for solutions', '0'); +INSERT INTO Meetings (`meeting_id`, `client_id`, `meeting_outcome`, `meeting_type`, `billable_yn`, `start_date_time`, `end_date_time`, `purpose_of_meeting`, `other_details`) VALUES (11, 6, 'Summary', 'Team', '1', '2018-03-21 19:18:39', '2018-03-17 15:38:01', 'get proposal done', '0'); +INSERT INTO Meetings (`meeting_id`, `client_id`, `meeting_outcome`, `meeting_type`, `billable_yn`, `start_date_time`, `end_date_time`, `purpose_of_meeting`, `other_details`) VALUES (12, 10, 'Summary', 'Company', '0', '2018-03-17 09:56:49', '2018-03-03 21:51:07', 'monthly report', 'absent staff'); +INSERT INTO Meetings (`meeting_id`, `client_id`, `meeting_outcome`, `meeting_type`, `billable_yn`, `start_date_time`, `end_date_time`, `purpose_of_meeting`, `other_details`) VALUES (13, 2, 'Report', 'Team', '1', '2018-02-28 15:39:03', '2018-03-17 13:09:45', 'weekly report', '0'); +INSERT INTO Meetings (`meeting_id`, `client_id`, `meeting_outcome`, `meeting_type`, `billable_yn`, `start_date_time`, `end_date_time`, `purpose_of_meeting`, `other_details`) VALUES (14, 2, 'Vote results', 'Group', '1', '2018-03-02 19:04:27', '2018-03-15 04:21:40', 'weekly report', '0'); +INSERT INTO Meetings (`meeting_id`, `client_id`, `meeting_outcome`, `meeting_type`, `billable_yn`, `start_date_time`, `end_date_time`, `purpose_of_meeting`, `other_details`) VALUES (15, 2, 'Vote results', 'Company', '0', '2018-02-25 07:06:48', '2018-02-25 09:39:29', 'weekly report', ''); +INSERT INTO Payments (`payment_id`, `invoice_id`, `payment_details`) VALUES (1, 3, 'MasterCard'); +INSERT INTO Payments (`payment_id`, `invoice_id`, `payment_details`) VALUES (2, 5, 'Visa'); +INSERT INTO Payments (`payment_id`, `invoice_id`, `payment_details`) VALUES (3, 8, 'Discover Card'); +INSERT INTO Payments (`payment_id`, `invoice_id`, `payment_details`) VALUES (4, 11, 'MasterCard'); +INSERT INTO Payments (`payment_id`, `invoice_id`, `payment_details`) VALUES (5, 12, 'Visa'); +INSERT INTO Payments (`payment_id`, `invoice_id`, `payment_details`) VALUES (6, 9, 'Visa'); +INSERT INTO Payments (`payment_id`, `invoice_id`, `payment_details`) VALUES (7, 14, 'Visa'); +INSERT INTO Payments (`payment_id`, `invoice_id`, `payment_details`) VALUES (8, 2, 'American Express'); +INSERT INTO Payments (`payment_id`, `invoice_id`, `payment_details`) VALUES (9, 8, 'Visa'); +INSERT INTO Payments (`payment_id`, `invoice_id`, `payment_details`) VALUES (10, 8, 'Visa'); +INSERT INTO Payments (`payment_id`, `invoice_id`, `payment_details`) VALUES (11, 12, 'Visa'); +INSERT INTO Payments (`payment_id`, `invoice_id`, `payment_details`) VALUES (12, 11, 'Visa'); +INSERT INTO Payments (`payment_id`, `invoice_id`, `payment_details`) VALUES (13, 2, 'MasterCard'); +INSERT INTO Payments (`payment_id`, `invoice_id`, `payment_details`) VALUES (14, 6, 'Visa'); +INSERT INTO Payments (`payment_id`, `invoice_id`, `payment_details`) VALUES (15, 3, 'Visa'); +INSERT INTO Staff_in_Meetings (`meeting_id`, `staff_id`) VALUES (6, 7); +INSERT INTO Staff_in_Meetings (`meeting_id`, `staff_id`) VALUES (14, 3); +INSERT INTO Staff_in_Meetings (`meeting_id`, `staff_id`) VALUES (4, 5); +INSERT INTO Staff_in_Meetings (`meeting_id`, `staff_id`) VALUES (1, 11); +INSERT INTO Staff_in_Meetings (`meeting_id`, `staff_id`) VALUES (2, 10); +INSERT INTO Staff_in_Meetings (`meeting_id`, `staff_id`) VALUES (9, 1); +INSERT INTO Staff_in_Meetings (`meeting_id`, `staff_id`) VALUES (8, 3); +INSERT INTO Staff_in_Meetings (`meeting_id`, `staff_id`) VALUES (8, 7); +INSERT INTO Staff_in_Meetings (`meeting_id`, `staff_id`) VALUES (8, 6); +INSERT INTO Staff_in_Meetings (`meeting_id`, `staff_id`) VALUES (3, 5); +INSERT INTO Staff_in_Meetings (`meeting_id`, `staff_id`) VALUES (11, 2); +INSERT INTO Staff_in_Meetings (`meeting_id`, `staff_id`) VALUES (10, 12); +INSERT INTO Staff_in_Meetings (`meeting_id`, `staff_id`) VALUES (2, 8); +INSERT INTO Staff_in_Meetings (`meeting_id`, `staff_id`) VALUES (6, 4); +INSERT INTO Staff_in_Meetings (`meeting_id`, `staff_id`) VALUES (14, 3); diff --git a/test_database/bakery_1/data_csv/README.BAKERY.TXT b/test_database/bakery_1/data_csv/README.BAKERY.TXT new file mode 100644 index 0000000000000000000000000000000000000000..73bf3ee1ebe8c77fc21fd2c77c8a96a35a143bfa --- /dev/null +++ b/test_database/bakery_1/data_csv/README.BAKERY.TXT @@ -0,0 +1,110 @@ +***************************************************** +CPE 365 Alex Dekhtyar +Cal Poly Computer Science Department +San Luis Obispo College of Engineering +California dekhtyar@csc.calpoly.edu +***************************************************** + BAKERY DATASET + Version 1.0 + October 1, 2007 +***************************************************** +Sources: this is a synthesized dataset. + +****************************************************** + +This file describes the contents of the BAKERY dataset +developed for the CPE 365, Introduction to Databases, +course at Cal Poly. + +The dataset contains information about one month worth +of sales information for a small bakery shop. The sales +are made to known customers. The dataset contains +information about the customers, the assortments of +baked goods offered for sale and the purchases made. + + +General Conventions. + + 1. All files in the dataset are CSV (comma-separated values) files. + 2. First line of each file provides the names of + columns. Second line may be empty, or may contain + the first row of the data. + 3. All string values are enclosed in single quotes (') + + + The dataset consists of the following files: + + - customers.csv : information about the bakery's customers + - goods.csv : information about the baked goods offered + for sale by the bakery + - items.csv : itemized reciept infromation for purchases + - reciepts.csv : general reciept information for purchases + + + reciepts.csv stores information about individual reciepts +(purchases by customers). Each purchase may contain from +one two five items, regardless of whether any items +purchased are of the same kind (e.g., two "chocolate cakes" +will be billed as two separate items on the reciept). +items.csv contains itemized reciept information. + + + Individual files have the following formats. + +************************************************************************** + + customers.csv + + Id: unique identifier of the customer + LastName: last name of the customer + FirstName: first name of the customer + + + +************************************************************************** + + + goods.csv + + Id : unique identifier of the baked good + Flavor: flavor/type of the good (e.g., "chocolate", "lemon") + Food: category of the good (e.g., "cake", "tart") + Price: price (in dollars) + + + +************************************************************************** + +items.csv + + Reciept : reciept number (see reciepts.RecieptNumber) + Ordinal : position of the purchased item on the + reciepts. (i.e., first purchased item, + second purchased item, etc...) + Item : identifier of the item purchased (see goods.Id) + + + +************************************************************************** + +reciepts.csv + +RecieptNumber : unique identifier of the reciept + Date : date of the purchase. The date is + in DD-Mon-YYY format, which is the + default Oracle's format for DATE data type. + CustomerId : id of the customer (see customers.Id) + + +************************************************************************** +************************************************************************** + +Permission granted to use and distribute this dataset in its current form, +provided this file is kept unchanged and is distributed together with the +data. + +Permission granted to modify and expand this dataset, provided this +file is updated accordingly with new information. + +************************************************************************** +************************************************************************** diff --git a/test_database/bakery_1/data_csv/customers.csv b/test_database/bakery_1/data_csv/customers.csv new file mode 100644 index 0000000000000000000000000000000000000000..4ede197ef1169df3f9be09552f886c1f88a5b390 --- /dev/null +++ b/test_database/bakery_1/data_csv/customers.csv @@ -0,0 +1,21 @@ +Id, LastName, FirstName +1, 'LOGAN', 'JULIET' +2, 'ARZT', 'TERRELL' +3, 'ESPOSITA', 'TRAVIS' +4, 'ENGLEY', 'SIXTA' +5, 'DUNLOW', 'OSVALDO' +6, 'SLINGLAND', 'JOSETTE' +7, 'TOUSSAND', 'SHARRON' +8, 'HELING', 'RUPERT' +9, 'HAFFERKAMP', 'CUC' +10, 'DUKELOW', 'CORETTA' +11, 'STADICK', 'MIGDALIA' +12, 'MCMAHAN', 'MELLIE' +13, 'ARNN', 'KIP' +14, 'SOPKO', 'RAYFORD' +15, 'CALLENDAR', 'DAVID' +16, 'CRUZEN', 'ARIANE' +17, 'MESDAQ', 'CHARLENE' +18, 'DOMKOWSKI', 'ALMETA' +19, 'STENZ', 'NATACHA' +20, 'ZEME', 'STEPHEN' diff --git a/test_database/bakery_1/data_csv/customers_t.csv b/test_database/bakery_1/data_csv/customers_t.csv new file mode 100644 index 0000000000000000000000000000000000000000..dd784d77d891fb7fbc5c57444856121ec2961287 --- /dev/null +++ b/test_database/bakery_1/data_csv/customers_t.csv @@ -0,0 +1,21 @@ +Id,LastName,FirstName +1,LOGAN,JULIET +2,ARZT,TERRELL +3,ESPOSITA,TRAVIS +4,ENGLEY,SIXTA +5,DUNLOW,OSVALDO +6,SLINGLAND,JOSETTE +7,TOUSSAND,SHARRON +8,HELING,RUPERT +9,HAFFERKAMP,CUC +10,DUKELOW,CORETTA +11,STADICK,MIGDALIA +12,MCMAHAN,MELLIE +13,ARNN,KIP +14,SOPKO,RAYFORD +15,CALLENDAR,DAVID +16,CRUZEN,ARIANE +17,MESDAQ,CHARLENE +18,DOMKOWSKI,ALMETA +19,STENZ,NATACHA +20,ZEME,STEPHEN diff --git a/test_database/bakery_1/data_csv/goods.csv b/test_database/bakery_1/data_csv/goods.csv new file mode 100644 index 0000000000000000000000000000000000000000..cde3d516bb592c4e9744ba4a9cc499b5f59b5607 --- /dev/null +++ b/test_database/bakery_1/data_csv/goods.csv @@ -0,0 +1,41 @@ +Id,Flavor,Food,Price +'20-BC-C-10','Chocolate','Cake',8.95 +'20-BC-L-10','Lemon','Cake',8.95 +'20-CA-7.5','Casino','Cake',15.95 +'24-8x10','Opera','Cake',15.95 +'25-STR-9','Strawberry','Cake',11.95 +'26-8x10','Truffle','Cake',15.95 +'45-CH','Chocolate','Eclair',3.25 +'45-CO','Coffee','Eclair',3.5 +'45-VA','Vanilla','Eclair',3.25 +'46-11','Napoleon','Cake',13.49 +'90-ALM-I','Almond','Tart',3.75 +'90-APIE-10','Apple','Pie',5.25 +'90-APP-11','Apple','Tart',3.25 +'90-APR-PF','Apricot','Tart',3.25 +'90-BER-11','Berry','Tart',3.25 +'90-BLK-PF','Blackberry','Tart',3.25 +'90-BLU-11','Blueberry','Tart',3.25 +'90-CH-PF','Chocolate','Tart',3.75 +'90-CHR-11','Cherry','Tart',3.25 +'90-LEM-11','Lemon','Tart',3.25 +'90-PEC-11','Pecan','Tart',3.75 +'70-GA','Ganache','Cookie',1.15 +'70-GON','Gongolais','Cookie',1.15 +'70-R','Raspberry','Cookie',1.09 +'70-LEM','Lemon','Cookie',0.79 +'70-M-CH-DZ','Chocolate','Meringue',1.25 +'70-M-VA-SM-DZ','Vanilla','Meringue',1.15 +'70-MAR','Marzipan','Cookie',1.25 +'70-TU','Tuile','Cookie',1.25 +'70-W','Walnut','Cookie',0.79 +'50-ALM','Almond','Croissant',1.45 +'50-APP','Apple','Croissant',1.45 +'50-APR','Apricot','Croissant',1.45 +'50-CHS','Cheese','Croissant',1.75 +'50-CH','Chocolate','Croissant',1.75 +'51-APR','Apricot','Danish',1.15 +'51-APP','Apple','Danish',1.15 +'51-ATW','Almond','Twist',1.15 +'51-BC','Almond','Bear Claw',1.95 +'51-BLU','Blueberry','Danish',1.15 diff --git a/test_database/bakery_1/data_csv/goods_t.csv b/test_database/bakery_1/data_csv/goods_t.csv new file mode 100644 index 0000000000000000000000000000000000000000..ef35f32395f553a5c66eec8f8d4454362cf358e0 --- /dev/null +++ b/test_database/bakery_1/data_csv/goods_t.csv @@ -0,0 +1,41 @@ +Id,Flavor,Food,Price +20-BC-C-10,Chocolate,Cake,8.95 +20-BC-L-10,Lemon,Cake,8.95 +20-CA-7.5,Casino,Cake,15.95 +24-8x10,Opera,Cake,15.95 +25-STR-9,Strawberry,Cake,11.95 +26-8x10,Truffle,Cake,15.95 +45-CH,Chocolate,Eclair,3.25 +45-CO,Coffee,Eclair,3.5 +45-VA,Vanilla,Eclair,3.25 +46-11,Napoleon,Cake,13.49 +90-ALM-I,Almond,Tart,3.75 +90-APIE-10,Apple,Pie,5.25 +90-APP-11,Apple,Tart,3.25 +90-APR-PF,Apricot,Tart,3.25 +90-BER-11,Berry,Tart,3.25 +90-BLK-PF,Blackberry,Tart,3.25 +90-BLU-11,Blueberry,Tart,3.25 +90-CH-PF,Chocolate,Tart,3.75 +90-CHR-11,Cherry,Tart,3.25 +90-LEM-11,Lemon,Tart,3.25 +90-PEC-11,Pecan,Tart,3.75 +70-GA,Ganache,Cookie,1.15 +70-GON,Gongolais,Cookie,1.15 +70-R,Raspberry,Cookie,1.09 +70-LEM,Lemon,Cookie,0.79 +70-M-CH-DZ,Chocolate,Meringue,1.25 +70-M-VA-SM-DZ,Vanilla,Meringue,1.15 +70-MAR,Marzipan,Cookie,1.25 +70-TU,Tuile,Cookie,1.25 +70-W,Walnut,Cookie,0.79 +50-ALM,Almond,Croissant,1.45 +50-APP,Apple,Croissant,1.45 +50-APR,Apricot,Croissant,1.45 +50-CHS,Cheese,Croissant,1.75 +50-CH,Chocolate,Croissant,1.75 +51-APR,Apricot,Danish,1.15 +51-APP,Apple,Danish,1.15 +51-ATW,Almond,Twist,1.15 +51-BC,Almond,Bear Claw,1.95 +51-BLU,Blueberry,Danish,1.15 diff --git a/test_database/bakery_1/data_csv/items (3:11:18, 5:53 PM)_original.csv b/test_database/bakery_1/data_csv/items (3:11:18, 5:53 PM)_original.csv new file mode 100644 index 0000000000000000000000000000000000000000..3bb72bb689eff0f4b815f2b3cd7400d1a31deeda --- /dev/null +++ b/test_database/bakery_1/data_csv/items (3:11:18, 5:53 PM)_original.csv @@ -0,0 +1,558 @@ +Reciept, Ordinal, Item +18129, 1, '70-TU' +51991, 1, '90-APIE-10' +51991, 2, '90-CH-PF' +51991, 3, '90-APP-11' +51991, 4, '26-8x10' +83085, 1, '25-STR-9' +83085, 2, '24-8x10' +83085, 3, '90-APR-PF' +83085, 4, '51-ATW' +83085, 5, '26-8x10' +70723, 1, '45-CO' +13355, 1, '24-8x10' +13355, 2, '70-LEM' +13355, 3, '46-11' +52761, 1, '90-ALM-I' +52761, 2, '26-8x10' +52761, 3, '50-CHS' +52761, 4, '90-BLK-PF' +52761, 5, '90-ALM-I' +99002, 1, '50-CHS' +99002, 2, '45-VA' +58770, 1, '50-CHS' +58770, 2, '46-11' +58770, 3, '45-CH' +58770, 4, '20-CA-7.5' +84665, 1, '90-BER-11' +55944, 1, '20-CA-7.5' +55944, 2, '90-LEM-11' +55944, 3, '70-R' +55944, 4, '70-R' +55944, 5, '50-CHS' +42166, 1, '70-M-VA-SM-DZ' +16034, 1, '46-11' +16034, 2, '26-8x10' +16034, 3, '45-CH' +16034, 4, '70-R' +16034, 5, '46-11' +25906, 1, '25-STR-9' +27741, 1, '90-BLK-PF' +27741, 2, '51-BC' +27741, 3, '90-APR-PF' +64451, 1, '90-BER-11' +64451, 2, '51-BC' +64451, 3, '24-8x10' +64451, 4, '90-BLK-PF' +41028, 1, '90-BER-11' +73716, 1, '90-PEC-11' +73716, 2, '90-ALM-I' +73716, 3, '70-LEM' +73716, 4, '50-CH' +76667, 1, '70-GON' +76667, 2, '90-LEM-11' +21040, 1, '70-R' +21040, 2, '20-BC-L-10' +21040, 3, '90-CH-PF' +48332, 1, '70-GA' +48332, 2, '70-R' +35011, 1, '50-CHS' +95962, 1, '90-APR-PF' +95962, 2, '90-CHR-11' +95962, 3, '50-CH' +95962, 4, '45-VA' +44798, 1, '90-APR-PF' +44798, 2, '90-CH-PF' +44798, 3, '90-APIE-10' +44798, 4, '90-APP-11' +44798, 5, '25-STR-9' +60270, 1, '20-BC-L-10' +60270, 2, '90-BLU-11' +21162, 1, '90-APP-11' +21162, 2, '70-TU' +21162, 3, '90-APR-PF' +77406, 1, '51-ATW' +77406, 2, '90-BLK-PF' +77406, 3, '50-APR' +77406, 4, '50-APR' +77406, 5, '24-8x10' +32565, 1, '50-APP' +32565, 2, '50-APP' +32565, 3, '45-VA' +36343, 1, '51-BC' +36343, 2, '51-BC' +36343, 3, '70-M-VA-SM-DZ' +36343, 4, '50-ALM' +96619, 1, '90-BLK-PF' +86678, 1, '70-M-VA-SM-DZ' +86678, 2, '90-LEM-11' +44330, 1, '70-R' +44330, 2, '90-BLU-11' +91937, 1, '51-BC' +91937, 2, '51-APR' +21545, 1, '90-BER-11' +21545, 2, '70-GA' +21545, 3, '50-ALM' +21545, 4, '90-BER-11' +21545, 5, '45-VA' +29226, 1, '90-PEC-11' +29226, 2, '90-APIE-10' +29226, 3, '51-BC' +29226, 4, '70-W' +29226, 5, '50-ALM' +25121, 1, '50-CHS' +25121, 2, '90-BER-11' +25121, 3, '45-CH' +54935, 1, '70-R' +54935, 2, '45-CH' +36423, 1, '45-VA' +83437, 1, '90-LEM-11' +83437, 2, '51-APR' +49854, 1, '90-BER-11' +49854, 2, '90-APP-11' +99994, 1, '25-STR-9' +99994, 2, '26-8x10' +99994, 3, '90-PEC-11' +99994, 4, '50-CH' +21622, 1, '45-CO' +64861, 1, '50-ALM' +64861, 2, '46-11' +33456, 1, '46-11' +33456, 2, '90-BLK-PF' +75468, 1, '70-M-CH-DZ' +75468, 2, '70-M-CH-DZ' +75468, 3, '90-CHR-11' +56365, 1, '50-APR' +91192, 1, '51-APP' +91192, 2, '51-ATW' +91192, 3, '50-APP' +82056, 1, '90-APP-11' +82056, 2, '50-CH' +82056, 3, '90-BLK-PF' +82056, 4, '45-CO' +27192, 1, '70-R' +27192, 2, '90-BLU-11' +27192, 3, '70-TU' +59716, 1, '51-APR' +59716, 2, '70-MAR' +59716, 3, '90-BLU-11' +59716, 4, '45-CO' +59716, 5, '90-APP-11' +82795, 1, '90-APR-PF' +26240, 1, '20-CA-7.5' +56724, 1, '70-M-VA-SM-DZ' +70796, 1, '45-CO' +70796, 2, '20-BC-L-10' +70796, 3, '45-CH' +70796, 4, '90-BLU-11' +37636, 1, '90-APR-PF' +37636, 2, '90-CH-PF' +37636, 3, '24-8x10' +63998, 1, '70-M-VA-SM-DZ' +48981, 1, '90-CHR-11' +48981, 2, '50-CHS' +66704, 1, '90-BER-11' +66704, 2, '51-APR' +66704, 3, '70-LEM' +12698, 1, '51-APP' +12698, 2, '70-R' +12698, 3, '26-8x10' +79287, 1, '90-PEC-11' +79287, 2, '45-VA' +79287, 3, '90-LEM-11' +79287, 4, '90-APP-11' +79287, 5, '51-BLU' +55690, 1, '70-M-CH-DZ' +55690, 2, '51-BLU' +55690, 3, '90-APP-11' +94371, 1, '51-BLU' +26148, 1, '20-CA-7.5' +26148, 2, '90-BLU-11' +26148, 3, '51-BLU' +26148, 4, '70-M-CH-DZ' +11923, 1, '70-LEM' +46598, 1, '70-R' +46598, 2, '70-W' +46598, 3, '70-R' +76951, 1, '51-BLU' +85858, 1, '20-CA-7.5' +85858, 2, '70-M-VA-SM-DZ' +85858, 3, '51-BLU' +85881, 1, '90-APP-11' +89937, 1, '51-BLU' +89937, 2, '51-BC' +89937, 3, '90-BER-11' +89937, 4, '70-R' +66227, 1, '90-APP-11' +66227, 2, '90-APIE-10' +66227, 3, '70-MAR' +66227, 4, '90-BLK-PF' +60240, 1, '90-APP-11' +60240, 2, '50-ALM' +86085, 1, '50-APR' +86085, 2, '50-APP' +86085, 3, '90-APR-PF' +86085, 4, '51-ATW' +67314, 1, '51-BC' +67314, 2, '50-CHS' +67314, 3, '70-TU' +67314, 4, '20-CA-7.5' +10013, 1, '70-M-CH-DZ' +26741, 1, '70-GA' +26741, 2, '50-APP' +38157, 1, '70-MAR' +38157, 2, '90-CHR-11' +38157, 3, '70-LEM' +38157, 4, '90-CHR-11' +45873, 1, '70-M-VA-SM-DZ' +37540, 1, '45-CO' +37540, 2, '51-APR' +11891, 1, '45-CO' +11891, 2, '50-APR' +11891, 3, '46-11' +61797, 1, '70-GON' +61797, 2, '90-CH-PF' +61797, 3, '70-M-VA-SM-DZ' +61797, 4, '70-M-CH-DZ' +61797, 5, '90-BER-11' +52369, 1, '90-CHR-11' +52369, 2, '70-TU' +96430, 1, '90-PEC-11' +64301, 1, '70-W' +64301, 2, '51-APR' +64301, 3, '90-BER-11' +45976, 1, '24-8x10' +45976, 2, '51-BC' +39605, 1, '90-BER-11' +52013, 1, '70-W' +52013, 2, '50-ALM' +52013, 3, '90-ALM-I' +52013, 4, '90-APP-11' +88626, 1, '90-APP-11' +53376, 1, '51-APR' +53376, 2, '90-CHR-11' +53376, 3, '90-APIE-10' +53376, 4, '46-11' +53376, 5, '90-BLU-11' +15584, 1, '70-LEM' +73437, 1, '70-M-CH-DZ' +24200, 1, '50-CHS' +92252, 1, '70-GON' +92252, 2, '51-ATW' +92252, 3, '51-BLU' +92252, 4, '45-VA' +92252, 5, '70-M-VA-SM-DZ' +39685, 1, '50-APP' +39685, 2, '70-M-CH-DZ' +39685, 3, '90-APR-PF' +39685, 4, '90-APIE-10' +61378, 1, '51-APR' +61378, 2, '90-BLK-PF' +96761, 1, '26-8x10' +96761, 2, '70-LEM' +96761, 3, '50-CHS' +96761, 4, '50-CHS' +26198, 1, '70-GA' +26198, 2, '70-GON' +26198, 3, '50-APP' +26198, 4, '20-BC-L-10' +26198, 5, '70-R' +78179, 1, '51-BLU' +78179, 2, '50-CHS' +78179, 3, '90-BLK-PF' +78179, 4, '45-CO' +78179, 5, '70-R' +68890, 1, '50-ALM' +75526, 1, '90-LEM-11' +86162, 1, '51-BLU' +86162, 2, '50-ALM' +86162, 3, '50-CHS' +86162, 4, '70-TU' +86162, 5, '50-ALM' +13496, 1, '70-W' +13496, 2, '90-ALM-I' +13496, 3, '51-ATW' +13496, 4, '50-APP' +60469, 1, '51-APR' +50660, 1, '70-TU' +50660, 2, '90-APIE-10' +64553, 1, '51-BC' +64553, 2, '90-APP-11' +64553, 3, '70-LEM' +64553, 4, '90-APP-11' +57784, 1, '90-CH-PF' +84258, 1, '51-APP' +84258, 2, '51-BC' +68199, 1, '51-APR' +68199, 2, '24-8x10' +78187, 1, '51-ATW' +78187, 2, '51-ATW' +81517, 1, '70-M-CH-DZ' +81517, 2, '51-ATW' +18951, 1, '51-APR' +20411, 1, '90-APP-11' +20411, 2, '90-APR-PF' +55494, 1, '90-APP-11' +55494, 2, '45-VA' +42162, 1, '70-M-VA-SM-DZ' +49977, 1, '26-8x10' +49977, 2, '45-CO' +49977, 3, '45-CH' +49977, 4, '20-BC-L-10' +89638, 1, '70-M-CH-DZ' +89638, 2, '70-M-CH-DZ' +89638, 3, '50-ALM' +89638, 4, '90-CH-PF' +73438, 1, '90-CHR-11' +73438, 2, '50-APR' +96258, 1, '90-CHR-11' +96258, 2, '90-BLK-PF' +96258, 3, '24-8x10' +96258, 4, '70-LEM' +19258, 1, '90-CHR-11' +12800, 1, '70-LEM' +12800, 2, '20-CA-7.5' +12800, 3, '90-ALM-I' +12800, 4, '90-APR-PF' +81368, 1, '50-CHS' +81368, 2, '90-CH-PF' +70655, 1, '26-8x10' +70655, 2, '70-TU' +70655, 3, '90-ALM-I' +70655, 4, '45-CO' +19002, 1, '26-8x10' +19002, 2, '25-STR-9' +31874, 1, '70-MAR' +31874, 2, '70-MAR' +31874, 3, '90-LEM-11' +72207, 1, '70-MAR' +72207, 2, '20-CA-7.5' +65091, 1, '51-APR' +42833, 1, '90-CHR-11' +42833, 2, '70-W' +42833, 3, '51-BC' +72949, 1, '51-APR' +72949, 2, '70-LEM' +72949, 3, '90-BLK-PF' +72949, 4, '51-BLU' +72949, 5, '70-W' +46248, 1, '70-M-CH-DZ' +38849, 1, '45-VA' +38849, 2, '70-M-VA-SM-DZ' +38849, 3, '46-11' +38849, 4, '51-ATW' +38849, 5, '50-APR' +86861, 1, '20-BC-L-10' +86861, 2, '50-CHS' +86861, 3, '70-GON' +86861, 4, '51-BLU' +32701, 1, '90-BLK-PF' +32701, 2, '50-APR' +32701, 3, '20-CA-7.5' +89182, 1, '51-APR' +89182, 2, '51-APP' +89182, 3, '70-LEM' +89182, 4, '50-ALM' +89182, 5, '45-CH' +68753, 1, '70-R' +68753, 2, '46-11' +68753, 3, '51-BLU' +68753, 4, '70-W' +68753, 5, '51-BC' +39217, 1, '90-ALM-I' +39217, 2, '51-ATW' +39217, 3, '45-CH' +39217, 4, '90-BLK-PF' +96531, 1, '24-8x10' +96531, 2, '50-APP' +96531, 3, '70-GA' +96531, 4, '50-CHS' +53922, 1, '70-M-VA-SM-DZ' +53922, 2, '46-11' +53922, 3, '20-BC-L-10' +53922, 4, '70-GON' +64477, 1, '70-TU' +64477, 2, '90-PEC-11' +64477, 3, '90-BLK-PF' +64477, 4, '51-ATW' +64477, 5, '20-CA-7.5' +99058, 1, '50-CHS' +99058, 2, '90-BLU-11' +99058, 3, '51-BLU' +99058, 4, '45-CH' +99058, 5, '90-CHR-11' +77032, 1, '50-CH' +77032, 2, '46-11' +77032, 3, '50-ALM' +77032, 4, '70-MAR' +15286, 1, '70-MAR' +15286, 2, '50-APP' +15286, 3, '90-APR-PF' +59774, 1, '51-BLU' +59774, 2, '70-GA' +59774, 3, '90-ALM-I' +35073, 1, '90-CHR-11' +35073, 2, '70-GON' +34910, 1, '51-APP' +34910, 2, '24-8x10' +34910, 3, '90-PEC-11' +34910, 4, '51-BC' +17685, 1, '20-BC-L-10' +17685, 2, '50-APP' +17685, 3, '51-ATW' +17685, 4, '70-MAR' +45062, 1, '50-CHS' +45062, 2, '20-CA-7.5' +39109, 1, '90-APIE-10' +39109, 2, '90-APP-11' +37063, 1, '70-TU' +37063, 2, '90-APP-11' +37063, 3, '70-W' +18567, 1, '70-LEM' +18567, 2, '90-APR-PF' +37586, 1, '70-TU' +62707, 1, '70-R' +62707, 2, '90-CHR-11' +62707, 3, '20-BC-L-10' +62707, 4, '90-APR-PF' +28117, 1, '90-CH-PF' +28117, 2, '50-APP' +28117, 3, '25-STR-9' +64574, 1, '51-ATW' +64574, 2, '70-TU' +64574, 3, '70-W' +40305, 1, '20-CA-7.5' +40305, 2, '70-GA' +33060, 1, '45-CO' +33060, 2, '46-11' +33060, 3, '90-BLK-PF' +12396, 1, '90-BER-11' +12396, 2, '70-M-VA-SM-DZ' +12396, 3, '51-BC' +12396, 4, '90-APR-PF' +12396, 5, '20-CA-7.5' +43103, 1, '70-M-CH-DZ' +39575, 1, '70-M-CH-DZ' +70162, 1, '46-11' +70162, 2, '70-M-CH-DZ' +70162, 3, '50-APR' +70162, 4, '70-MAR' +23034, 1, '70-M-CH-DZ' +23034, 2, '90-APR-PF' +79296, 1, '90-PEC-11' +79296, 2, '50-APR' +79296, 3, '90-ALM-I' +79296, 4, '51-BC' +79296, 5, '90-PEC-11' +74741, 1, '90-APP-11' +74741, 2, '51-APP' +74741, 3, '70-MAR' +98806, 1, '26-8x10' +98806, 2, '50-APR' +98806, 3, '90-APIE-10' +98806, 4, '51-APP' +43752, 1, '90-BLU-11' +47353, 1, '90-APR-PF' +47353, 2, '90-APIE-10' +47353, 3, '70-TU' +47353, 4, '90-BLK-PF' +39829, 1, '20-BC-L-10' +87454, 1, '90-APIE-10' +87454, 2, '50-APP' +76663, 1, '25-STR-9' +76663, 2, '90-APP-11' +85492, 1, '70-M-CH-DZ' +85492, 2, '25-STR-9' +85492, 3, '90-BLU-11' +85492, 4, '70-M-CH-DZ' +48647, 1, '51-BC' +48647, 2, '90-APIE-10' +48647, 3, '90-CHR-11' +61008, 1, '20-CA-7.5' +61008, 2, '90-APP-11' +96402, 1, '50-ALM' +96402, 2, '20-CA-7.5' +96402, 3, '90-APP-11' +35904, 1, '46-11' +35904, 2, '90-APR-PF' +49845, 1, '90-BLK-PF' +49845, 2, '70-LEM' +49845, 3, '50-CH' +49845, 4, '90-PEC-11' +46014, 1, '51-ATW' +46014, 2, '90-APR-PF' +46014, 3, '45-VA' +46014, 4, '90-CH-PF' +46014, 5, '90-BLK-PF' +46876, 1, '70-TU' +46876, 2, '51-APP' +34579, 1, '24-8x10' +34579, 2, '70-GA' +34579, 3, '70-TU' +34579, 4, '26-8x10' +17729, 1, '51-ATW' +17729, 2, '50-APP' +17729, 3, '90-BLU-11' +17729, 4, '90-CH-PF' +17729, 5, '20-CA-7.5' +74952, 1, '45-VA' +74952, 2, '90-APP-11' +74952, 3, '90-BER-11' +61948, 1, '70-MAR' +61948, 2, '70-GON' +61948, 3, '45-CH' +61948, 4, '24-8x10' +41064, 1, '70-R' +41064, 2, '90-APR-PF' +41064, 3, '51-APP' +17947, 1, '50-APP' +20913, 1, '90-LEM-11' +20913, 2, '70-M-CH-DZ' +20913, 3, '70-LEM' +95514, 1, '45-CH' +95514, 2, '46-11' +95514, 3, '70-MAR' +95514, 4, '51-APP' +24829, 1, '20-CA-7.5' +44590, 1, '90-BLU-11' +44590, 2, '24-8x10' +44590, 3, '90-BLU-11' +44590, 4, '45-CH' +44590, 5, '90-PEC-11' +65165, 1, '24-8x10' +65165, 2, '90-ALM-I' +65165, 3, '70-R' +65165, 4, '45-CO' +89588, 1, '90-BLK-PF' +53240, 1, '25-STR-9' +53240, 2, '51-ATW' +46674, 1, '51-BC' +67946, 1, '90-PEC-11' +67946, 2, '90-APR-PF' +67946, 3, '90-APR-PF' +67946, 4, '90-LEM-11' +31233, 1, '70-M-VA-SM-DZ' +31233, 2, '50-APR' +31233, 3, '50-CHS' +31233, 4, '51-BC' +15904, 1, '90-CH-PF' +17488, 1, '50-APP' +97097, 1, '70-MAR' +50512, 1, '90-APP-11' +11548, 1, '45-CO' +11548, 2, '90-APIE-10' +29908, 1, '45-VA' +29908, 2, '51-ATW' +29908, 3, '25-STR-9' +29908, 4, '70-GA' +29908, 5, '90-CH-PF' +20127, 1, '90-BER-11' +20127, 2, '70-M-CH-DZ' +41963, 1, '50-ALM' +41963, 2, '90-CH-PF' +16532, 1, '50-APP' +16532, 2, '70-MAR' +16532, 3, '70-TU' +16532, 4, '24-8x10' +34378, 1, '90-CHR-11' +34378, 2, '45-VA' diff --git a/test_database/bakery_1/data_csv/items.csv b/test_database/bakery_1/data_csv/items.csv new file mode 100644 index 0000000000000000000000000000000000000000..73ee8515719c013a0576dc3a60a9c95429d3af34 --- /dev/null +++ b/test_database/bakery_1/data_csv/items.csv @@ -0,0 +1,558 @@ +Receipt, Ordinal, Item +18129, 1, '70-TU' +51991, 1, '90-APIE-10' +51991, 2, '90-CH-PF' +51991, 3, '90-APP-11' +51991, 4, '26-8x10' +83085, 1, '25-STR-9' +83085, 2, '24-8x10' +83085, 3, '90-APR-PF' +83085, 4, '51-ATW' +83085, 5, '26-8x10' +70723, 1, '45-CO' +13355, 1, '24-8x10' +13355, 2, '70-LEM' +13355, 3, '46-11' +52761, 1, '90-ALM-I' +52761, 2, '26-8x10' +52761, 3, '50-CHS' +52761, 4, '90-BLK-PF' +52761, 5, '90-ALM-I' +99002, 1, '50-CHS' +99002, 2, '45-VA' +58770, 1, '50-CHS' +58770, 2, '46-11' +58770, 3, '45-CH' +58770, 4, '20-CA-7.5' +84665, 1, '90-BER-11' +55944, 1, '20-CA-7.5' +55944, 2, '90-LEM-11' +55944, 3, '70-R' +55944, 4, '70-R' +55944, 5, '50-CHS' +42166, 1, '70-M-VA-SM-DZ' +16034, 1, '46-11' +16034, 2, '26-8x10' +16034, 3, '45-CH' +16034, 4, '70-R' +16034, 5, '46-11' +25906, 1, '25-STR-9' +27741, 1, '90-BLK-PF' +27741, 2, '51-BC' +27741, 3, '90-APR-PF' +64451, 1, '90-BER-11' +64451, 2, '51-BC' +64451, 3, '24-8x10' +64451, 4, '90-BLK-PF' +41028, 1, '90-BER-11' +73716, 1, '90-PEC-11' +73716, 2, '90-ALM-I' +73716, 3, '70-LEM' +73716, 4, '50-CH' +76667, 1, '70-GON' +76667, 2, '90-LEM-11' +21040, 1, '70-R' +21040, 2, '20-BC-L-10' +21040, 3, '90-CH-PF' +48332, 1, '70-GA' +48332, 2, '70-R' +35011, 1, '50-CHS' +95962, 1, '90-APR-PF' +95962, 2, '90-CHR-11' +95962, 3, '50-CH' +95962, 4, '45-VA' +44798, 1, '90-APR-PF' +44798, 2, '90-CH-PF' +44798, 3, '90-APIE-10' +44798, 4, '90-APP-11' +44798, 5, '25-STR-9' +60270, 1, '20-BC-L-10' +60270, 2, '90-BLU-11' +21162, 1, '90-APP-11' +21162, 2, '70-TU' +21162, 3, '90-APR-PF' +77406, 1, '51-ATW' +77406, 2, '90-BLK-PF' +77406, 3, '50-APR' +77406, 4, '50-APR' +77406, 5, '24-8x10' +32565, 1, '50-APP' +32565, 2, '50-APP' +32565, 3, '45-VA' +36343, 1, '51-BC' +36343, 2, '51-BC' +36343, 3, '70-M-VA-SM-DZ' +36343, 4, '50-ALM' +96619, 1, '90-BLK-PF' +86678, 1, '70-M-VA-SM-DZ' +86678, 2, '90-LEM-11' +44330, 1, '70-R' +44330, 2, '90-BLU-11' +91937, 1, '51-BC' +91937, 2, '51-APR' +21545, 1, '90-BER-11' +21545, 2, '70-GA' +21545, 3, '50-ALM' +21545, 4, '90-BER-11' +21545, 5, '45-VA' +29226, 1, '90-PEC-11' +29226, 2, '90-APIE-10' +29226, 3, '51-BC' +29226, 4, '70-W' +29226, 5, '50-ALM' +25121, 1, '50-CHS' +25121, 2, '90-BER-11' +25121, 3, '45-CH' +54935, 1, '70-R' +54935, 2, '45-CH' +36423, 1, '45-VA' +83437, 1, '90-LEM-11' +83437, 2, '51-APR' +49854, 1, '90-BER-11' +49854, 2, '90-APP-11' +99994, 1, '25-STR-9' +99994, 2, '26-8x10' +99994, 3, '90-PEC-11' +99994, 4, '50-CH' +21622, 1, '45-CO' +64861, 1, '50-ALM' +64861, 2, '46-11' +33456, 1, '46-11' +33456, 2, '90-BLK-PF' +75468, 1, '70-M-CH-DZ' +75468, 2, '70-M-CH-DZ' +75468, 3, '90-CHR-11' +56365, 1, '50-APR' +91192, 1, '51-APP' +91192, 2, '51-ATW' +91192, 3, '50-APP' +82056, 1, '90-APP-11' +82056, 2, '50-CH' +82056, 3, '90-BLK-PF' +82056, 4, '45-CO' +27192, 1, '70-R' +27192, 2, '90-BLU-11' +27192, 3, '70-TU' +59716, 1, '51-APR' +59716, 2, '70-MAR' +59716, 3, '90-BLU-11' +59716, 4, '45-CO' +59716, 5, '90-APP-11' +82795, 1, '90-APR-PF' +26240, 1, '20-CA-7.5' +56724, 1, '70-M-VA-SM-DZ' +70796, 1, '45-CO' +70796, 2, '20-BC-L-10' +70796, 3, '45-CH' +70796, 4, '90-BLU-11' +37636, 1, '90-APR-PF' +37636, 2, '90-CH-PF' +37636, 3, '24-8x10' +63998, 1, '70-M-VA-SM-DZ' +48981, 1, '90-CHR-11' +48981, 2, '50-CHS' +66704, 1, '90-BER-11' +66704, 2, '51-APR' +66704, 3, '70-LEM' +12698, 1, '51-APP' +12698, 2, '70-R' +12698, 3, '26-8x10' +79287, 1, '90-PEC-11' +79287, 2, '45-VA' +79287, 3, '90-LEM-11' +79287, 4, '90-APP-11' +79287, 5, '51-BLU' +55690, 1, '70-M-CH-DZ' +55690, 2, '51-BLU' +55690, 3, '90-APP-11' +94371, 1, '51-BLU' +26148, 1, '20-CA-7.5' +26148, 2, '90-BLU-11' +26148, 3, '51-BLU' +26148, 4, '70-M-CH-DZ' +11923, 1, '70-LEM' +46598, 1, '70-R' +46598, 2, '70-W' +46598, 3, '70-R' +76951, 1, '51-BLU' +85858, 1, '20-CA-7.5' +85858, 2, '70-M-VA-SM-DZ' +85858, 3, '51-BLU' +85881, 1, '90-APP-11' +89937, 1, '51-BLU' +89937, 2, '51-BC' +89937, 3, '90-BER-11' +89937, 4, '70-R' +66227, 1, '90-APP-11' +66227, 2, '90-APIE-10' +66227, 3, '70-MAR' +66227, 4, '90-BLK-PF' +60240, 1, '90-APP-11' +60240, 2, '50-ALM' +86085, 1, '50-APR' +86085, 2, '50-APP' +86085, 3, '90-APR-PF' +86085, 4, '51-ATW' +67314, 1, '51-BC' +67314, 2, '50-CHS' +67314, 3, '70-TU' +67314, 4, '20-CA-7.5' +10013, 1, '70-M-CH-DZ' +26741, 1, '70-GA' +26741, 2, '50-APP' +38157, 1, '70-MAR' +38157, 2, '90-CHR-11' +38157, 3, '70-LEM' +38157, 4, '90-CHR-11' +45873, 1, '70-M-VA-SM-DZ' +37540, 1, '45-CO' +37540, 2, '51-APR' +11891, 1, '45-CO' +11891, 2, '50-APR' +11891, 3, '46-11' +61797, 1, '70-GON' +61797, 2, '90-CH-PF' +61797, 3, '70-M-VA-SM-DZ' +61797, 4, '70-M-CH-DZ' +61797, 5, '90-BER-11' +52369, 1, '90-CHR-11' +52369, 2, '70-TU' +96430, 1, '90-PEC-11' +64301, 1, '70-W' +64301, 2, '51-APR' +64301, 3, '90-BER-11' +45976, 1, '24-8x10' +45976, 2, '51-BC' +39605, 1, '90-BER-11' +52013, 1, '70-W' +52013, 2, '50-ALM' +52013, 3, '90-ALM-I' +52013, 4, '90-APP-11' +88626, 1, '90-APP-11' +53376, 1, '51-APR' +53376, 2, '90-CHR-11' +53376, 3, '90-APIE-10' +53376, 4, '46-11' +53376, 5, '90-BLU-11' +15584, 1, '70-LEM' +73437, 1, '70-M-CH-DZ' +24200, 1, '50-CHS' +92252, 1, '70-GON' +92252, 2, '51-ATW' +92252, 3, '51-BLU' +92252, 4, '45-VA' +92252, 5, '70-M-VA-SM-DZ' +39685, 1, '50-APP' +39685, 2, '70-M-CH-DZ' +39685, 3, '90-APR-PF' +39685, 4, '90-APIE-10' +61378, 1, '51-APR' +61378, 2, '90-BLK-PF' +96761, 1, '26-8x10' +96761, 2, '70-LEM' +96761, 3, '50-CHS' +96761, 4, '50-CHS' +26198, 1, '70-GA' +26198, 2, '70-GON' +26198, 3, '50-APP' +26198, 4, '20-BC-L-10' +26198, 5, '70-R' +78179, 1, '51-BLU' +78179, 2, '50-CHS' +78179, 3, '90-BLK-PF' +78179, 4, '45-CO' +78179, 5, '70-R' +68890, 1, '50-ALM' +75526, 1, '90-LEM-11' +86162, 1, '51-BLU' +86162, 2, '50-ALM' +86162, 3, '50-CHS' +86162, 4, '70-TU' +86162, 5, '50-ALM' +13496, 1, '70-W' +13496, 2, '90-ALM-I' +13496, 3, '51-ATW' +13496, 4, '50-APP' +60469, 1, '51-APR' +50660, 1, '70-TU' +50660, 2, '90-APIE-10' +64553, 1, '51-BC' +64553, 2, '90-APP-11' +64553, 3, '70-LEM' +64553, 4, '90-APP-11' +57784, 1, '90-CH-PF' +84258, 1, '51-APP' +84258, 2, '51-BC' +68199, 1, '51-APR' +68199, 2, '24-8x10' +78187, 1, '51-ATW' +78187, 2, '51-ATW' +81517, 1, '70-M-CH-DZ' +81517, 2, '51-ATW' +18951, 1, '51-APR' +20411, 1, '90-APP-11' +20411, 2, '90-APR-PF' +55494, 1, '90-APP-11' +55494, 2, '45-VA' +42162, 1, '70-M-VA-SM-DZ' +49977, 1, '26-8x10' +49977, 2, '45-CO' +49977, 3, '45-CH' +49977, 4, '20-BC-L-10' +89638, 1, '70-M-CH-DZ' +89638, 2, '70-M-CH-DZ' +89638, 3, '50-ALM' +89638, 4, '90-CH-PF' +73438, 1, '90-CHR-11' +73438, 2, '50-APR' +96258, 1, '90-CHR-11' +96258, 2, '90-BLK-PF' +96258, 3, '24-8x10' +96258, 4, '70-LEM' +19258, 1, '90-CHR-11' +12800, 1, '70-LEM' +12800, 2, '20-CA-7.5' +12800, 3, '90-ALM-I' +12800, 4, '90-APR-PF' +81368, 1, '50-CHS' +81368, 2, '90-CH-PF' +70655, 1, '26-8x10' +70655, 2, '70-TU' +70655, 3, '90-ALM-I' +70655, 4, '45-CO' +19002, 1, '26-8x10' +19002, 2, '25-STR-9' +31874, 1, '70-MAR' +31874, 2, '70-MAR' +31874, 3, '90-LEM-11' +72207, 1, '70-MAR' +72207, 2, '20-CA-7.5' +65091, 1, '51-APR' +42833, 1, '90-CHR-11' +42833, 2, '70-W' +42833, 3, '51-BC' +72949, 1, '51-APR' +72949, 2, '70-LEM' +72949, 3, '90-BLK-PF' +72949, 4, '51-BLU' +72949, 5, '70-W' +46248, 1, '70-M-CH-DZ' +38849, 1, '45-VA' +38849, 2, '70-M-VA-SM-DZ' +38849, 3, '46-11' +38849, 4, '51-ATW' +38849, 5, '50-APR' +86861, 1, '20-BC-L-10' +86861, 2, '50-CHS' +86861, 3, '70-GON' +86861, 4, '51-BLU' +32701, 1, '90-BLK-PF' +32701, 2, '50-APR' +32701, 3, '20-CA-7.5' +89182, 1, '51-APR' +89182, 2, '51-APP' +89182, 3, '70-LEM' +89182, 4, '50-ALM' +89182, 5, '45-CH' +68753, 1, '70-R' +68753, 2, '46-11' +68753, 3, '51-BLU' +68753, 4, '70-W' +68753, 5, '51-BC' +39217, 1, '90-ALM-I' +39217, 2, '51-ATW' +39217, 3, '45-CH' +39217, 4, '90-BLK-PF' +96531, 1, '24-8x10' +96531, 2, '50-APP' +96531, 3, '70-GA' +96531, 4, '50-CHS' +53922, 1, '70-M-VA-SM-DZ' +53922, 2, '46-11' +53922, 3, '20-BC-L-10' +53922, 4, '70-GON' +64477, 1, '70-TU' +64477, 2, '90-PEC-11' +64477, 3, '90-BLK-PF' +64477, 4, '51-ATW' +64477, 5, '20-CA-7.5' +99058, 1, '50-CHS' +99058, 2, '90-BLU-11' +99058, 3, '51-BLU' +99058, 4, '45-CH' +99058, 5, '90-CHR-11' +77032, 1, '50-CH' +77032, 2, '46-11' +77032, 3, '50-ALM' +77032, 4, '70-MAR' +15286, 1, '70-MAR' +15286, 2, '50-APP' +15286, 3, '90-APR-PF' +59774, 1, '51-BLU' +59774, 2, '70-GA' +59774, 3, '90-ALM-I' +35073, 1, '90-CHR-11' +35073, 2, '70-GON' +34910, 1, '51-APP' +34910, 2, '24-8x10' +34910, 3, '90-PEC-11' +34910, 4, '51-BC' +17685, 1, '20-BC-L-10' +17685, 2, '50-APP' +17685, 3, '51-ATW' +17685, 4, '70-MAR' +45062, 1, '50-CHS' +45062, 2, '20-CA-7.5' +39109, 1, '90-APIE-10' +39109, 2, '90-APP-11' +37063, 1, '70-TU' +37063, 2, '90-APP-11' +37063, 3, '70-W' +18567, 1, '70-LEM' +18567, 2, '90-APR-PF' +37586, 1, '70-TU' +62707, 1, '70-R' +62707, 2, '90-CHR-11' +62707, 3, '20-BC-L-10' +62707, 4, '90-APR-PF' +28117, 1, '90-CH-PF' +28117, 2, '50-APP' +28117, 3, '25-STR-9' +64574, 1, '51-ATW' +64574, 2, '70-TU' +64574, 3, '70-W' +40305, 1, '20-CA-7.5' +40305, 2, '70-GA' +33060, 1, '45-CO' +33060, 2, '46-11' +33060, 3, '90-BLK-PF' +12396, 1, '90-BER-11' +12396, 2, '70-M-VA-SM-DZ' +12396, 3, '51-BC' +12396, 4, '90-APR-PF' +12396, 5, '20-CA-7.5' +43103, 1, '70-M-CH-DZ' +39575, 1, '70-M-CH-DZ' +70162, 1, '46-11' +70162, 2, '70-M-CH-DZ' +70162, 3, '50-APR' +70162, 4, '70-MAR' +23034, 1, '70-M-CH-DZ' +23034, 2, '90-APR-PF' +79296, 1, '90-PEC-11' +79296, 2, '50-APR' +79296, 3, '90-ALM-I' +79296, 4, '51-BC' +79296, 5, '90-PEC-11' +74741, 1, '90-APP-11' +74741, 2, '51-APP' +74741, 3, '70-MAR' +98806, 1, '26-8x10' +98806, 2, '50-APR' +98806, 3, '90-APIE-10' +98806, 4, '51-APP' +43752, 1, '90-BLU-11' +47353, 1, '90-APR-PF' +47353, 2, '90-APIE-10' +47353, 3, '70-TU' +47353, 4, '90-BLK-PF' +39829, 1, '20-BC-L-10' +87454, 1, '90-APIE-10' +87454, 2, '50-APP' +76663, 1, '25-STR-9' +76663, 2, '90-APP-11' +85492, 1, '70-M-CH-DZ' +85492, 2, '25-STR-9' +85492, 3, '90-BLU-11' +85492, 4, '70-M-CH-DZ' +48647, 1, '51-BC' +48647, 2, '90-APIE-10' +48647, 3, '90-CHR-11' +61008, 1, '20-CA-7.5' +61008, 2, '90-APP-11' +96402, 1, '50-ALM' +96402, 2, '20-CA-7.5' +96402, 3, '90-APP-11' +35904, 1, '46-11' +35904, 2, '90-APR-PF' +49845, 1, '90-BLK-PF' +49845, 2, '70-LEM' +49845, 3, '50-CH' +49845, 4, '90-PEC-11' +46014, 1, '51-ATW' +46014, 2, '90-APR-PF' +46014, 3, '45-VA' +46014, 4, '90-CH-PF' +46014, 5, '90-BLK-PF' +46876, 1, '70-TU' +46876, 2, '51-APP' +34579, 1, '24-8x10' +34579, 2, '70-GA' +34579, 3, '70-TU' +34579, 4, '26-8x10' +17729, 1, '51-ATW' +17729, 2, '50-APP' +17729, 3, '90-BLU-11' +17729, 4, '90-CH-PF' +17729, 5, '20-CA-7.5' +74952, 1, '45-VA' +74952, 2, '90-APP-11' +74952, 3, '90-BER-11' +61948, 1, '70-MAR' +61948, 2, '70-GON' +61948, 3, '45-CH' +61948, 4, '24-8x10' +41064, 1, '70-R' +41064, 2, '90-APR-PF' +41064, 3, '51-APP' +17947, 1, '50-APP' +20913, 1, '90-LEM-11' +20913, 2, '70-M-CH-DZ' +20913, 3, '70-LEM' +95514, 1, '45-CH' +95514, 2, '46-11' +95514, 3, '70-MAR' +95514, 4, '51-APP' +24829, 1, '20-CA-7.5' +44590, 1, '90-BLU-11' +44590, 2, '24-8x10' +44590, 3, '90-BLU-11' +44590, 4, '45-CH' +44590, 5, '90-PEC-11' +65165, 1, '24-8x10' +65165, 2, '90-ALM-I' +65165, 3, '70-R' +65165, 4, '45-CO' +89588, 1, '90-BLK-PF' +53240, 1, '25-STR-9' +53240, 2, '51-ATW' +46674, 1, '51-BC' +67946, 1, '90-PEC-11' +67946, 2, '90-APR-PF' +67946, 3, '90-APR-PF' +67946, 4, '90-LEM-11' +31233, 1, '70-M-VA-SM-DZ' +31233, 2, '50-APR' +31233, 3, '50-CHS' +31233, 4, '51-BC' +15904, 1, '90-CH-PF' +17488, 1, '50-APP' +97097, 1, '70-MAR' +50512, 1, '90-APP-11' +11548, 1, '45-CO' +11548, 2, '90-APIE-10' +29908, 1, '45-VA' +29908, 2, '51-ATW' +29908, 3, '25-STR-9' +29908, 4, '70-GA' +29908, 5, '90-CH-PF' +20127, 1, '90-BER-11' +20127, 2, '70-M-CH-DZ' +41963, 1, '50-ALM' +41963, 2, '90-CH-PF' +16532, 1, '50-APP' +16532, 2, '70-MAR' +16532, 3, '70-TU' +16532, 4, '24-8x10' +34378, 1, '90-CHR-11' +34378, 2, '45-VA' diff --git a/test_database/bakery_1/data_csv/items_t.csv b/test_database/bakery_1/data_csv/items_t.csv new file mode 100644 index 0000000000000000000000000000000000000000..dbd976c885286af84a3292e163c0937b087c90e6 --- /dev/null +++ b/test_database/bakery_1/data_csv/items_t.csv @@ -0,0 +1,558 @@ +Receipt,Ordinal,Item +18129,1,70-TU +51991,1,90-APIE-10 +51991,2,90-CH-PF +51991,3,90-APP-11 +51991,4,26-8x10 +83085,1,25-STR-9 +83085,2,24-8x10 +83085,3,90-APR-PF +83085,4,51-ATW +83085,5,26-8x10 +70723,1,45-CO +13355,1,24-8x10 +13355,2,70-LEM +13355,3,46-11 +52761,1,90-ALM-I +52761,2,26-8x10 +52761,3,50-CHS +52761,4,90-BLK-PF +52761,5,90-ALM-I +99002,1,50-CHS +99002,2,45-VA +58770,1,50-CHS +58770,2,46-11 +58770,3,45-CH +58770,4,20-CA-7.5 +84665,1,90-BER-11 +55944,1,20-CA-7.5 +55944,2,90-LEM-11 +55944,3,70-R +55944,4,70-R +55944,5,50-CHS +42166,1,70-M-VA-SM-DZ +16034,1,46-11 +16034,2,26-8x10 +16034,3,45-CH +16034,4,70-R +16034,5,46-11 +25906,1,25-STR-9 +27741,1,90-BLK-PF +27741,2,51-BC +27741,3,90-APR-PF +64451,1,90-BER-11 +64451,2,51-BC +64451,3,24-8x10 +64451,4,90-BLK-PF +41028,1,90-BER-11 +73716,1,90-PEC-11 +73716,2,90-ALM-I +73716,3,70-LEM +73716,4,50-CH +76667,1,70-GON +76667,2,90-LEM-11 +21040,1,70-R +21040,2,20-BC-L-10 +21040,3,90-CH-PF +48332,1,70-GA +48332,2,70-R +35011,1,50-CHS +95962,1,90-APR-PF +95962,2,90-CHR-11 +95962,3,50-CH +95962,4,45-VA +44798,1,90-APR-PF +44798,2,90-CH-PF +44798,3,90-APIE-10 +44798,4,90-APP-11 +44798,5,25-STR-9 +60270,1,20-BC-L-10 +60270,2,90-BLU-11 +21162,1,90-APP-11 +21162,2,70-TU +21162,3,90-APR-PF +77406,1,51-ATW +77406,2,90-BLK-PF +77406,3,50-APR +77406,4,50-APR +77406,5,24-8x10 +32565,1,50-APP +32565,2,50-APP +32565,3,45-VA +36343,1,51-BC +36343,2,51-BC +36343,3,70-M-VA-SM-DZ +36343,4,50-ALM +96619,1,90-BLK-PF +86678,1,70-M-VA-SM-DZ +86678,2,90-LEM-11 +44330,1,70-R +44330,2,90-BLU-11 +91937,1,51-BC +91937,2,51-APR +21545,1,90-BER-11 +21545,2,70-GA +21545,3,50-ALM +21545,4,90-BER-11 +21545,5,45-VA +29226,1,90-PEC-11 +29226,2,90-APIE-10 +29226,3,51-BC +29226,4,70-W +29226,5,50-ALM +25121,1,50-CHS +25121,2,90-BER-11 +25121,3,45-CH +54935,1,70-R +54935,2,45-CH +36423,1,45-VA +83437,1,90-LEM-11 +83437,2,51-APR +49854,1,90-BER-11 +49854,2,90-APP-11 +99994,1,25-STR-9 +99994,2,26-8x10 +99994,3,90-PEC-11 +99994,4,50-CH +21622,1,45-CO +64861,1,50-ALM +64861,2,46-11 +33456,1,46-11 +33456,2,90-BLK-PF +75468,1,70-M-CH-DZ +75468,2,70-M-CH-DZ +75468,3,90-CHR-11 +56365,1,50-APR +91192,1,51-APP +91192,2,51-ATW +91192,3,50-APP +82056,1,90-APP-11 +82056,2,50-CH +82056,3,90-BLK-PF +82056,4,45-CO +27192,1,70-R +27192,2,90-BLU-11 +27192,3,70-TU +59716,1,51-APR +59716,2,70-MAR +59716,3,90-BLU-11 +59716,4,45-CO +59716,5,90-APP-11 +82795,1,90-APR-PF +26240,1,20-CA-7.5 +56724,1,70-M-VA-SM-DZ +70796,1,45-CO +70796,2,20-BC-L-10 +70796,3,45-CH +70796,4,90-BLU-11 +37636,1,90-APR-PF +37636,2,90-CH-PF +37636,3,24-8x10 +63998,1,70-M-VA-SM-DZ +48981,1,90-CHR-11 +48981,2,50-CHS +66704,1,90-BER-11 +66704,2,51-APR +66704,3,70-LEM +12698,1,51-APP +12698,2,70-R +12698,3,26-8x10 +79287,1,90-PEC-11 +79287,2,45-VA +79287,3,90-LEM-11 +79287,4,90-APP-11 +79287,5,51-BLU +55690,1,70-M-CH-DZ +55690,2,51-BLU +55690,3,90-APP-11 +94371,1,51-BLU +26148,1,20-CA-7.5 +26148,2,90-BLU-11 +26148,3,51-BLU +26148,4,70-M-CH-DZ +11923,1,70-LEM +46598,1,70-R +46598,2,70-W +46598,3,70-R +76951,1,51-BLU +85858,1,20-CA-7.5 +85858,2,70-M-VA-SM-DZ +85858,3,51-BLU +85881,1,90-APP-11 +89937,1,51-BLU +89937,2,51-BC +89937,3,90-BER-11 +89937,4,70-R +66227,1,90-APP-11 +66227,2,90-APIE-10 +66227,3,70-MAR +66227,4,90-BLK-PF +60240,1,90-APP-11 +60240,2,50-ALM +86085,1,50-APR +86085,2,50-APP +86085,3,90-APR-PF +86085,4,51-ATW +67314,1,51-BC +67314,2,50-CHS +67314,3,70-TU +67314,4,20-CA-7.5 +10013,1,70-M-CH-DZ +26741,1,70-GA +26741,2,50-APP +38157,1,70-MAR +38157,2,90-CHR-11 +38157,3,70-LEM +38157,4,90-CHR-11 +45873,1,70-M-VA-SM-DZ +37540,1,45-CO +37540,2,51-APR +11891,1,45-CO +11891,2,50-APR +11891,3,46-11 +61797,1,70-GON +61797,2,90-CH-PF +61797,3,70-M-VA-SM-DZ +61797,4,70-M-CH-DZ +61797,5,90-BER-11 +52369,1,90-CHR-11 +52369,2,70-TU +96430,1,90-PEC-11 +64301,1,70-W +64301,2,51-APR +64301,3,90-BER-11 +45976,1,24-8x10 +45976,2,51-BC +39605,1,90-BER-11 +52013,1,70-W +52013,2,50-ALM +52013,3,90-ALM-I +52013,4,90-APP-11 +88626,1,90-APP-11 +53376,1,51-APR +53376,2,90-CHR-11 +53376,3,90-APIE-10 +53376,4,46-11 +53376,5,90-BLU-11 +15584,1,70-LEM +73437,1,70-M-CH-DZ +24200,1,50-CHS +92252,1,70-GON +92252,2,51-ATW +92252,3,51-BLU +92252,4,45-VA +92252,5,70-M-VA-SM-DZ +39685,1,50-APP +39685,2,70-M-CH-DZ +39685,3,90-APR-PF +39685,4,90-APIE-10 +61378,1,51-APR +61378,2,90-BLK-PF +96761,1,26-8x10 +96761,2,70-LEM +96761,3,50-CHS +96761,4,50-CHS +26198,1,70-GA +26198,2,70-GON +26198,3,50-APP +26198,4,20-BC-L-10 +26198,5,70-R +78179,1,51-BLU +78179,2,50-CHS +78179,3,90-BLK-PF +78179,4,45-CO +78179,5,70-R +68890,1,50-ALM +75526,1,90-LEM-11 +86162,1,51-BLU +86162,2,50-ALM +86162,3,50-CHS +86162,4,70-TU +86162,5,50-ALM +13496,1,70-W +13496,2,90-ALM-I +13496,3,51-ATW +13496,4,50-APP +60469,1,51-APR +50660,1,70-TU +50660,2,90-APIE-10 +64553,1,51-BC +64553,2,90-APP-11 +64553,3,70-LEM +64553,4,90-APP-11 +57784,1,90-CH-PF +84258,1,51-APP +84258,2,51-BC +68199,1,51-APR +68199,2,24-8x10 +78187,1,51-ATW +78187,2,51-ATW +81517,1,70-M-CH-DZ +81517,2,51-ATW +18951,1,51-APR +20411,1,90-APP-11 +20411,2,90-APR-PF +55494,1,90-APP-11 +55494,2,45-VA +42162,1,70-M-VA-SM-DZ +49977,1,26-8x10 +49977,2,45-CO +49977,3,45-CH +49977,4,20-BC-L-10 +89638,1,70-M-CH-DZ +89638,2,70-M-CH-DZ +89638,3,50-ALM +89638,4,90-CH-PF +73438,1,90-CHR-11 +73438,2,50-APR +96258,1,90-CHR-11 +96258,2,90-BLK-PF +96258,3,24-8x10 +96258,4,70-LEM +19258,1,90-CHR-11 +12800,1,70-LEM +12800,2,20-CA-7.5 +12800,3,90-ALM-I +12800,4,90-APR-PF +81368,1,50-CHS +81368,2,90-CH-PF +70655,1,26-8x10 +70655,2,70-TU +70655,3,90-ALM-I +70655,4,45-CO +19002,1,26-8x10 +19002,2,25-STR-9 +31874,1,70-MAR +31874,2,70-MAR +31874,3,90-LEM-11 +72207,1,70-MAR +72207,2,20-CA-7.5 +65091,1,51-APR +42833,1,90-CHR-11 +42833,2,70-W +42833,3,51-BC +72949,1,51-APR +72949,2,70-LEM +72949,3,90-BLK-PF +72949,4,51-BLU +72949,5,70-W +46248,1,70-M-CH-DZ +38849,1,45-VA +38849,2,70-M-VA-SM-DZ +38849,3,46-11 +38849,4,51-ATW +38849,5,50-APR +86861,1,20-BC-L-10 +86861,2,50-CHS +86861,3,70-GON +86861,4,51-BLU +32701,1,90-BLK-PF +32701,2,50-APR +32701,3,20-CA-7.5 +89182,1,51-APR +89182,2,51-APP +89182,3,70-LEM +89182,4,50-ALM +89182,5,45-CH +68753,1,70-R +68753,2,46-11 +68753,3,51-BLU +68753,4,70-W +68753,5,51-BC +39217,1,90-ALM-I +39217,2,51-ATW +39217,3,45-CH +39217,4,90-BLK-PF +96531,1,24-8x10 +96531,2,50-APP +96531,3,70-GA +96531,4,50-CHS +53922,1,70-M-VA-SM-DZ +53922,2,46-11 +53922,3,20-BC-L-10 +53922,4,70-GON +64477,1,70-TU +64477,2,90-PEC-11 +64477,3,90-BLK-PF +64477,4,51-ATW +64477,5,20-CA-7.5 +99058,1,50-CHS +99058,2,90-BLU-11 +99058,3,51-BLU +99058,4,45-CH +99058,5,90-CHR-11 +77032,1,50-CH +77032,2,46-11 +77032,3,50-ALM +77032,4,70-MAR +15286,1,70-MAR +15286,2,50-APP +15286,3,90-APR-PF +59774,1,51-BLU +59774,2,70-GA +59774,3,90-ALM-I +35073,1,90-CHR-11 +35073,2,70-GON +34910,1,51-APP +34910,2,24-8x10 +34910,3,90-PEC-11 +34910,4,51-BC +17685,1,20-BC-L-10 +17685,2,50-APP +17685,3,51-ATW +17685,4,70-MAR +45062,1,50-CHS +45062,2,20-CA-7.5 +39109,1,90-APIE-10 +39109,2,90-APP-11 +37063,1,70-TU +37063,2,90-APP-11 +37063,3,70-W +18567,1,70-LEM +18567,2,90-APR-PF +37586,1,70-TU +62707,1,70-R +62707,2,90-CHR-11 +62707,3,20-BC-L-10 +62707,4,90-APR-PF +28117,1,90-CH-PF +28117,2,50-APP +28117,3,25-STR-9 +64574,1,51-ATW +64574,2,70-TU +64574,3,70-W +40305,1,20-CA-7.5 +40305,2,70-GA +33060,1,45-CO +33060,2,46-11 +33060,3,90-BLK-PF +12396,1,90-BER-11 +12396,2,70-M-VA-SM-DZ +12396,3,51-BC +12396,4,90-APR-PF +12396,5,20-CA-7.5 +43103,1,70-M-CH-DZ +39575,1,70-M-CH-DZ +70162,1,46-11 +70162,2,70-M-CH-DZ +70162,3,50-APR +70162,4,70-MAR +23034,1,70-M-CH-DZ +23034,2,90-APR-PF +79296,1,90-PEC-11 +79296,2,50-APR +79296,3,90-ALM-I +79296,4,51-BC +79296,5,90-PEC-11 +74741,1,90-APP-11 +74741,2,51-APP +74741,3,70-MAR +98806,1,26-8x10 +98806,2,50-APR +98806,3,90-APIE-10 +98806,4,51-APP +43752,1,90-BLU-11 +47353,1,90-APR-PF +47353,2,90-APIE-10 +47353,3,70-TU +47353,4,90-BLK-PF +39829,1,20-BC-L-10 +87454,1,90-APIE-10 +87454,2,50-APP +76663,1,25-STR-9 +76663,2,90-APP-11 +85492,1,70-M-CH-DZ +85492,2,25-STR-9 +85492,3,90-BLU-11 +85492,4,70-M-CH-DZ +48647,1,51-BC +48647,2,90-APIE-10 +48647,3,90-CHR-11 +61008,1,20-CA-7.5 +61008,2,90-APP-11 +96402,1,50-ALM +96402,2,20-CA-7.5 +96402,3,90-APP-11 +35904,1,46-11 +35904,2,90-APR-PF +49845,1,90-BLK-PF +49845,2,70-LEM +49845,3,50-CH +49845,4,90-PEC-11 +46014,1,51-ATW +46014,2,90-APR-PF +46014,3,45-VA +46014,4,90-CH-PF +46014,5,90-BLK-PF +46876,1,70-TU +46876,2,51-APP +34579,1,24-8x10 +34579,2,70-GA +34579,3,70-TU +34579,4,26-8x10 +17729,1,51-ATW +17729,2,50-APP +17729,3,90-BLU-11 +17729,4,90-CH-PF +17729,5,20-CA-7.5 +74952,1,45-VA +74952,2,90-APP-11 +74952,3,90-BER-11 +61948,1,70-MAR +61948,2,70-GON +61948,3,45-CH +61948,4,24-8x10 +41064,1,70-R +41064,2,90-APR-PF +41064,3,51-APP +17947,1,50-APP +20913,1,90-LEM-11 +20913,2,70-M-CH-DZ +20913,3,70-LEM +95514,1,45-CH +95514,2,46-11 +95514,3,70-MAR +95514,4,51-APP +24829,1,20-CA-7.5 +44590,1,90-BLU-11 +44590,2,24-8x10 +44590,3,90-BLU-11 +44590,4,45-CH +44590,5,90-PEC-11 +65165,1,24-8x10 +65165,2,90-ALM-I +65165,3,70-R +65165,4,45-CO +89588,1,90-BLK-PF +53240,1,25-STR-9 +53240,2,51-ATW +46674,1,51-BC +67946,1,90-PEC-11 +67946,2,90-APR-PF +67946,3,90-APR-PF +67946,4,90-LEM-11 +31233,1,70-M-VA-SM-DZ +31233,2,50-APR +31233,3,50-CHS +31233,4,51-BC +15904,1,90-CH-PF +17488,1,50-APP +97097,1,70-MAR +50512,1,90-APP-11 +11548,1,45-CO +11548,2,90-APIE-10 +29908,1,45-VA +29908,2,51-ATW +29908,3,25-STR-9 +29908,4,70-GA +29908,5,90-CH-PF +20127,1,90-BER-11 +20127,2,70-M-CH-DZ +41963,1,50-ALM +41963,2,90-CH-PF +16532,1,50-APP +16532,2,70-MAR +16532,3,70-TU +16532,4,24-8x10 +34378,1,90-CHR-11 +34378,2,45-VA diff --git a/test_database/bakery_1/data_csv/receipts_t.csv b/test_database/bakery_1/data_csv/receipts_t.csv new file mode 100644 index 0000000000000000000000000000000000000000..b081ec3fdd6aeadd0d06c7f4f596e4efcac1173b --- /dev/null +++ b/test_database/bakery_1/data_csv/receipts_t.csv @@ -0,0 +1,201 @@ +ReceiptNumber,Date,CustomerId +18129,28-Oct-2007,15 +51991,17-Oct-2007,14 +83085,12-Oct-2007,7 +70723,28-Oct-2007,20 +13355,19-Oct-2007,7 +52761,27-Oct-2007,8 +99002,13-Oct-2007,20 +58770,22-Oct-2007,18 +84665,10-Oct-2007,6 +55944,16-Oct-2007,19 +42166,14-Oct-2007,8 +16034,10-Oct-2007,4 +25906,29-Oct-2007,15 +27741,25-Oct-2007,8 +64451,10-Oct-2007,11 +41028,6-Oct-2007,17 +73716,29-Oct-2007,18 +76667,14-Oct-2007,15 +21040,3-Oct-2007,6 +48332,15-Oct-2007,20 +35011,10-Oct-2007,20 +95962,26-Oct-2007,8 +44798,4-Oct-2007,16 +60270,31-Oct-2007,11 +21162,4-Oct-2007,8 +77406,9-Oct-2007,13 +32565,24-Oct-2007,14 +36343,31-Oct-2007,19 +96619,7-Oct-2007,18 +86678,24-Oct-2007,3 +44330,20-Oct-2007,18 +91937,21-Oct-2007,12 +21545,22-Oct-2007,12 +29226,26-Oct-2007,14 +25121,20-Oct-2007,18 +54935,16-Oct-2007,14 +36423,24-Oct-2007,16 +83437,15-Oct-2007,8 +49854,12-Oct-2007,2 +99994,21-Oct-2007,6 +21622,10-Oct-2007,7 +64861,15-Oct-2007,10 +33456,5-Oct-2007,16 +75468,21-Oct-2007,10 +56365,14-Oct-2007,12 +91192,10-Oct-2007,5 +82056,7-Oct-2007,18 +27192,28-Oct-2007,9 +59716,30-Oct-2007,2 +82795,8-Oct-2007,15 +26240,7-Oct-2007,16 +56724,9-Oct-2007,13 +70796,31-Oct-2007,12 +37636,20-Oct-2007,1 +63998,13-Oct-2007,20 +48981,24-Oct-2007,20 +66704,29-Oct-2007,14 +12698,23-Oct-2007,19 +79287,30-Oct-2007,8 +55690,15-Oct-2007,19 +94371,22-Oct-2007,8 +26148,19-Oct-2007,20 +11923,9-Oct-2007,15 +46598,3-Oct-2007,14 +76951,27-Oct-2007,14 +85858,31-Oct-2007,1 +85881,13-Oct-2007,1 +89937,20-Oct-2007,7 +66227,10-Oct-2007,1 +60240,17-Oct-2007,17 +86085,16-Oct-2007,1 +67314,23-Oct-2007,6 +10013,17-Oct-2007,15 +26741,24-Oct-2007,7 +38157,23-Oct-2007,16 +45873,5-Oct-2007,13 +37540,3-Oct-2007,20 +11891,30-Oct-2007,7 +61797,30-Oct-2007,8 +52369,15-Oct-2007,5 +96430,4-Oct-2007,18 +64301,12-Oct-2007,14 +45976,3-Oct-2007,10 +39605,12-Oct-2007,12 +52013,5-Oct-2007,13 +88626,25-Oct-2007,17 +53376,30-Oct-2007,8 +15584,13-Oct-2007,3 +73437,1-Oct-2007,6 +24200,16-Oct-2007,9 +92252,25-Oct-2007,7 +39685,28-Oct-2007,1 +61378,8-Oct-2007,11 +96761,14-Oct-2007,20 +26198,12-Oct-2007,11 +78179,24-Oct-2007,14 +68890,27-Oct-2007,7 +75526,22-Oct-2007,18 +86162,10-Oct-2007,16 +13496,30-Oct-2007,11 +60469,20-Oct-2007,4 +50660,18-Oct-2007,9 +64553,8-Oct-2007,17 +57784,15-Oct-2007,7 +84258,22-Oct-2007,2 +68199,4-Oct-2007,9 +78187,17-Oct-2007,14 +81517,10-Oct-2007,1 +18951,14-Oct-2007,20 +20411,8-Oct-2007,7 +55494,20-Oct-2007,15 +42162,16-Oct-2007,7 +49977,18-Oct-2007,3 +89638,7-Oct-2007,4 +73438,18-Oct-2007,10 +96258,12-Oct-2007,8 +19258,25-Oct-2007,5 +12800,22-Oct-2007,11 +81368,17-Oct-2007,19 +70655,6-Oct-2007,2 +19002,19-Oct-2007,6 +31874,13-Oct-2007,2 +72207,15-Oct-2007,1 +65091,9-Oct-2007,17 +42833,22-Oct-2007,3 +72949,2-Oct-2007,6 +46248,12-Oct-2007,11 +38849,25-Oct-2007,1 +86861,26-Oct-2007,9 +32701,19-Oct-2007,16 +89182,29-Oct-2007,5 +68753,11-Oct-2007,5 +39217,19-Oct-2007,20 +96531,12-Oct-2007,8 +53922,13-Oct-2007,2 +64477,16-Oct-2007,6 +99058,3-Oct-2007,14 +77032,28-Oct-2007,14 +15286,11-Oct-2007,6 +59774,2-Oct-2007,16 +35073,23-Oct-2007,5 +34910,7-Oct-2007,20 +17685,2-Oct-2007,12 +45062,23-Oct-2007,1 +39109,2-Oct-2007,16 +37063,22-Oct-2007,14 +18567,13-Oct-2007,7 +37586,3-Oct-2007,8 +62707,7-Oct-2007,8 +28117,9-Oct-2007,5 +64574,2-Oct-2007,6 +40305,25-Oct-2007,8 +33060,29-Oct-2007,20 +12396,10-Oct-2007,10 +43103,7-Oct-2007,4 +39575,20-Oct-2007,20 +70162,9-Oct-2007,19 +23034,15-Oct-2007,17 +79296,3-Oct-2007,19 +74741,12-Oct-2007,20 +98806,15-Oct-2007,17 +43752,5-Oct-2007,5 +47353,12-Oct-2007,6 +39829,31-Oct-2007,3 +87454,21-Oct-2007,6 +76663,4-Oct-2007,10 +85492,20-Oct-2007,12 +48647,9-Oct-2007,3 +61008,9-Oct-2007,14 +96402,4-Oct-2007,6 +35904,21-Oct-2007,10 +49845,31-Oct-2007,20 +46014,16-Oct-2007,15 +46876,6-Oct-2007,13 +34579,8-Oct-2007,7 +17729,16-Oct-2007,16 +74952,16-Oct-2007,5 +61948,4-Oct-2007,5 +41064,25-Oct-2007,16 +17947,27-Oct-2007,7 +20913,7-Oct-2007,8 +95514,9-Oct-2007,10 +24829,7-Oct-2007,15 +44590,12-Oct-2007,1 +65165,4-Oct-2007,4 +89588,9-Oct-2007,7 +53240,3-Oct-2007,14 +46674,29-Oct-2007,15 +67946,18-Oct-2007,7 +31233,20-Oct-2007,13 +15904,6-Oct-2007,13 +17488,20-Oct-2007,6 +97097,23-Oct-2007,9 +50512,27-Oct-2007,8 +11548,21-Oct-2007,13 +29908,14-Oct-2007,13 +20127,7-Oct-2007,15 +41963,29-Oct-2007,8 +16532,21-Oct-2007,4 +34378,23-Oct-2007,6 diff --git a/test_database/bbc_channels/bbc_channels.sqlite b/test_database/bbc_channels/bbc_channels.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..00359852b1c5ae3e3c53904ea1a0e6bf7adb338a Binary files /dev/null and b/test_database/bbc_channels/bbc_channels.sqlite differ diff --git a/test_database/bbc_channels/schema.sql b/test_database/bbc_channels/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..f3d3a36dda2903c60502425edc36457cd87ceddf --- /dev/null +++ b/test_database/bbc_channels/schema.sql @@ -0,0 +1,83 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "channel" ( +"Channel_ID" int, +"Name" text, +"Analogue_terrestrial_channel" text, +"Digital_terrestrial_channel" text, +"Internet" text, +PRIMARY KEY ("Channel_ID") +); + + +CREATE TABLE "director" ( +"Director_ID" int, +"Name" text, +"Age" int, +PRIMARY KEY ("Director_ID") +); + +INSERT INTO "channel" VALUES ("1","BBC One","1","HD","bbc.co.uk"); +INSERT INTO "channel" VALUES ("2","ITV","3","HD","ITV - itv.com"); +INSERT INTO "channel" VALUES ("3","BBC Two","2","2","bbc.co.uk"); +INSERT INTO "channel" VALUES ("4","Channel 4","4","8","channel4.com"); +INSERT INTO "channel" VALUES ("5","Channel 5","5","44","unavailable"); +INSERT INTO "channel" VALUES ("6","ITV3","unavailable","10","itv.com"); +INSERT INTO "channel" VALUES ("7","ITV2","unavailable","6","itv.com"); +INSERT INTO "channel" VALUES ("8","E4","unavailable","28","e4.com"); +INSERT INTO "channel" VALUES ("9","Sky Sports 1","unavailable","unavailable","skysports.com"); +INSERT INTO "channel" VALUES ("10","Sky1","unavailable","unavailable","sky.com"); +INSERT INTO "channel" VALUES ("11","CBeebies","unavailable","71","bbc.co.uk"); +INSERT INTO "channel" VALUES ("12","ITV4","unavailable","24","itv.com"); +INSERT INTO "channel" VALUES ("13","BBC Three","unavailable","7","bbc.co.uk"); +INSERT INTO "channel" VALUES ("14","Dave","unavailable","12","dave.uktv.co.uk"); + + +INSERT INTO "director" VALUES (1,"DeSean Jackson","60"); +INSERT INTO "director" VALUES (2,"Hank Baskett","90"); +INSERT INTO "director" VALUES (3,"Greg Lewis","52"); +INSERT INTO "director" VALUES (4,"Brent Celek","44"); +INSERT INTO "director" VALUES (5,"Correll Buckhalter","59"); +INSERT INTO "director" VALUES (6,"Reggie Brown","40"); +INSERT INTO "director" VALUES (7,"Brian Westbrook","47"); +INSERT INTO "director" VALUES (8,"Jason Avant","31"); +INSERT INTO "director" VALUES (9,"Kevin Curtis","32"); +INSERT INTO "director" VALUES (10,"L.J. Smith","43"); + + +CREATE TABLE "program" ( +"Program_ID" int, +"Start_Year" real, +"Title" text, +"Director_ID" int, +"Channel_ID" int, +PRIMARY KEY ("Program_ID"), +FOREIGN KEY ("Director_ID") REFERENCES "director"("Director_ID"), +FOREIGN KEY ("Channel_ID") REFERENCES "channel"("Channel_ID") +); + + +INSERT INTO "program" VALUES (1,"2002","The Angry Brigade",1,14); +INSERT INTO "program" VALUES (2,"2006","Dracula",2,10); +INSERT INTO "program" VALUES (3,"2006","Another Country",3,3); +INSERT INTO "program" VALUES (4,"2007","Caesar III: An Empire Without End",5,14); +INSERT INTO "program" VALUES (5,"2008","Othello",3,7); +INSERT INTO "program" VALUES (6,"2008","The Leopard",6,7); +INSERT INTO "program" VALUES (7,"2008","Cyrano de Bergerac",10,14); +INSERT INTO "program" VALUES (8,"2009","Carnival",9,10); + + +CREATE TABLE "director_admin" ( +"Director_ID" int, +"Channel_ID" int, +"Is_first_director" bool, +PRIMARY KEY ("Director_ID","Channel_ID"), +FOREIGN KEY ("Director_ID") REFERENCES "director"("Director_ID"), +FOREIGN KEY ("Channel_ID") REFERENCES "channel"("Channel_ID") +); +INSERT INTO "director_admin" VALUES (1,14,"T"); +INSERT INTO "director_admin" VALUES (5,14,"F"); +INSERT INTO "director_admin" VALUES (3,14,"F"); +INSERT INTO "director_admin" VALUES (4,7,"T"); +INSERT INTO "director_admin" VALUES (6,7,"F"); + diff --git a/test_database/boat_1/Boats.csv b/test_database/boat_1/Boats.csv new file mode 100644 index 0000000000000000000000000000000000000000..5125ac35953149d773e3741a1b27fe3d1c73d3fa --- /dev/null +++ b/test_database/boat_1/Boats.csv @@ -0,0 +1,4 @@ +bid,name,color +101,Legacy,red +102,Melon,blue +103,Mars,red diff --git a/test_database/boat_1/boat_1.sqlite b/test_database/boat_1/boat_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..f42bbf03f38ddea759625f19e918cad882b02235 Binary files /dev/null and b/test_database/boat_1/boat_1.sqlite differ diff --git a/test_database/candidate_poll/candidate_poll.sqlite b/test_database/candidate_poll/candidate_poll.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..457eb2b8e08bca4f203f6595b6c7c4761172c269 Binary files /dev/null and b/test_database/candidate_poll/candidate_poll.sqlite differ diff --git a/test_database/candidate_poll/schema.sql b/test_database/candidate_poll/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..8395c0a0e7a8a7c40211cbe5694ea497c782889c --- /dev/null +++ b/test_database/candidate_poll/schema.sql @@ -0,0 +1,42 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "candidate" ( +"Candidate_ID" int, +"People_ID" int, +"Poll_Source" text, +"Date" text, +"Support_rate" real, +"Consider_rate" real, +"Oppose_rate" real, +"Unsure_rate" real, +PRIMARY KEY ("Candidate_ID"), +FOREIGN KEY ("People_ID") REFERENCES "people"("People_ID") +); + +CREATE TABLE "people" ( +"People_ID" int, +"Sex" text, +"Name" text, +"Date_of_Birth" text, +"Height" real, +"Weight" real, +PRIMARY KEY ("People_ID") +); + +INSERT INTO "people" VALUES (1,"M","Hubert Henno","06.10.1976","188","83"); +INSERT INTO "people" VALUES (2,"M","Dominique Daquin","10.11.1972","197","85"); +INSERT INTO "people" VALUES (3,"F","Stéphane Antiga","03.02.1976","200","94"); +INSERT INTO "people" VALUES (4,"M","Laurent Capet","05.05.1972","202","92"); +INSERT INTO "people" VALUES (5,"F","Frantz Granvorka","10.03.1976","195","90"); +INSERT INTO "people" VALUES (6,"M","Vincent Montméat","01.09.1977","196","88"); +INSERT INTO "people" VALUES (7,"M","Loïc De Kergret","20.08.1970","193","89"); +INSERT INTO "people" VALUES (8,"M","Philippe Barça-Cysique","22.04.1977","194","88"); +INSERT INTO "people" VALUES (9,"M","Guillaume Samica","28.09.1981","196","82"); + +INSERT INTO "candidate" VALUES (1,1,"WNBC/Marist Poll","Feb 12–15, 2007","0.25","0.30","0.43","0.2"); +INSERT INTO "candidate" VALUES (2,3,"WNBC/Marist Poll","Feb 12–15, 2007","0.17","0.42","0.32","0.9"); +INSERT INTO "candidate" VALUES (3,4,"FOX News/Opinion Dynamics Poll","Feb 13–14, 2007","0.18","0.34","0.44","0.3"); +INSERT INTO "candidate" VALUES (4,6,"Newsweek Poll","Nov 9–10, 2006","0.33","0.20","0.45","0.2"); +INSERT INTO "candidate" VALUES (5,7,"Newsweek Poll","Nov 9–10, 2006","0.24","0.30","0.32","0.4"); +INSERT INTO "candidate" VALUES (6,9,"Newsweek Poll","Nov 9–10, 2006","0.24","0.27","0.43","0.2"); + diff --git a/test_database/car_1/data_csv/README.CARS.TXT b/test_database/car_1/data_csv/README.CARS.TXT new file mode 100644 index 0000000000000000000000000000000000000000..b577167926eb54cc75df1114f25077c3138303fa --- /dev/null +++ b/test_database/car_1/data_csv/README.CARS.TXT @@ -0,0 +1,149 @@ +***************************************************** +CPE 365 Alex Dekhtyar +Cal Poly Computer Science Department +San Luis Obispo College of Engineering +California dekhtyar@csc.calpoly.edu +***************************************************** + CARS DATASET + Version 1.0 + September 26, 2007 +***************************************************** +Sources: + The Committee on Statistical Graphics of + the American Statistical Association (ASA) + 1983 Cars dataset + available (among other places) from + CMU's StatLib server: + http://lib.stat.cmu.edu/datasets/ + +****************************************************** + + +This file describes the contents of the CARS dataset +developed for the CPE 365, Introduction to Databases +course at Cal Poly. + +The dataset is a normalized and slightly enhanced version +of the ASA's Committee on Statistical Graphics "cars" +dataset offered in 1983 for the visualization competition. +Please refer to the original dataset description +in the file "cars.desc" included with this distribution for +historical purposes. (please, note, cars.desc file does not +describe the format of this dataset correctly). + + +The dataset describes the origins and different parameters +of 406 car models produced in the world between 1970 and 1982. +The dataset consists of the following files: + +General Conventions. + + 1. All files in the dataset are CSV (comma-separated values) files. + 2. First line of each file provides the names of + columns. Second line may be empty, or may contain + the first row of the data + 3. All string values are enclosed in single quotes (') + + - car-makers.csv : information about companies that produce cars + - car-names.csv : information about specific cars (by name) + - cars-data.csv : operational parameters of the cars + - continents.csv : list of continents + - countries.csv : list of countries + - model-list.csv : information about car models produced by car makers + + +The core of the dataset consists of four files: car-makes.csv, model-list.csv, +car-names.csv and cars-data.csv. The first file identifies companies +that produce cars (e.g, "Ford Motor Company", "Toyota"), the second file +lists various models and identified their makes (e.g., "Ford" and "Mercury" +produced by Ford, "Oldsmobile" and "Chevrolet" produced by GM). The third +file is the masterlist of 406 car makes considered in the database +(e.g., "ford torino" or "amc rebel set"). The fourth file contains information +about the operating parameters (see below for a full list) for each make. + + +Individual files have the following formats. + + +************************************************************************** + +car-makers.csv + + Id : unique identifier of the car maker + Maker : short nickname for the car maker + FullName : full name of the car maker + Country : Id of the home country of the maker (see countries.CountryId) + + + +************************************************************************** + +car-names.csv + + MakeId : unique identifier of the car make + Model : unique name of the car model (see model-list.Model) + MakeDescription : description (name) of the car make + + + +************************************************************************** + + +cars-data.csv + + Id : unique identifier of the car make (see car-names.MakeId) + MPG : milage per gallon + Cylinders : number of cylinders + Edispl : engine displacement volume in cubic inches + Horsepower : power of the engine in horsepowers + Weight : weight of the car in lbs + Accelerate : time to accelerate from 0 to 60mph in seconds (possibly + with fractions of a second) + Year : year the car was made + + +NOTE: this file adds the Id attribute to the original cars.data file from + the ASA cars dataset, removes the Origin attribute (the origin is + now dealt with elsewhere), and modifies year to be the actual year + rather than "year - 1900". + + + +************************************************************************** + + +continents.csv + + ContId : unique identifier of the continent + Continent : name of the continent + + +************************************************************************** + +countries.csv + + CountryId : unique identifier of the country + CountryName : name of the country + Continent : unique identifier of the continent the country is on + (see continents.ContId) + + +************************************************************************** + +model-list.csv + + ModelId : unique identifier of the car model + Maker : unique identifier of the car maker (see car-makers.id) + Model : name of the car model (also unique) + + + +************************************************************************** +************************************************************************** + + + + + + + diff --git a/test_database/car_1/data_csv/cars.desc b/test_database/car_1/data_csv/cars.desc new file mode 100644 index 0000000000000000000000000000000000000000..27f7ed35dcec070df67cf78bc2ecd452cd7e0bcf --- /dev/null +++ b/test_database/car_1/data_csv/cars.desc @@ -0,0 +1,94 @@ +The Committee on Statistical Graphics of the American Statistical +Association (ASA) invites you to participate in its Second (1983) +Exposition of Statistical Graphics Technology. The purposes of the +Exposition are (l) to provide a forum in which users and providers of +statistical graphics technology can exchange information and ideas and +(2) to expose those members of the ASA community who are less familiar +with statistical graphics to its capabilities and potential benefits +to them. The Exposition wil1 be held in conjunction with the Annual +Meetings in Toronto, August 15-18, 1983 and is tentatively scheduled +for the afternoon of Wednesday, August 17. + +Seven providers of statistical graphics technology participated in the +l982 Exposition. By all accounts, the Exposition was well received by +the ASA community and was a worthwhile experience for the +participants. We hope to have those seven involved again this year, +along with as many new participants as we can muster. The 1982 +Exposition was summarized in a paper to appear in the Proceeding of +the Statistical Computing Section. A copy of that paper is enclosed +for your information. + +The basic format of the 1983 Exposition will be similar to that of +1982. However, based upon comments received and experience gained, +there are some changes. The basic structure, intended to be simpler +and more flexible than last year, is as follows: + +A fixed data set is to be analyzed. This data set is a version of the +CRCARS data set of + + Donoho, David and Ramos, Ernesto (1982), ``PRIMDATA: + Data Sets for Use With PRIM-H'' (DRAFT). + +Because of the Committee's limited (zero) budget for the Exposition, +we are forced to provide the data in hardcopy form only (enclosed). +(Sorry!) + +There are 406 observations on the following 8 variables: MPG (miles +per gallon), # cylinders, engine displacement (cu. inches), horsepower, +vehicle weight (lbs.), time to accelerate from O to 60 mph (sec.), +model year (modulo 100), and origin of car (1. American, 2. European, +3. Japanese). These data appear on seven pages. Also provided are the +car labels (types) in the same order as the 8 variables on seven +separate pages. Missing data values are marked by series of question +marks. + +You are asked to analyze these data using your statistical graphics +software. Your objective should be to achieve graphical displays which +will be meaningful to the viewers and highlight relevant aspects of +the data. If you can best achieve this using simple graphical formats, +fine. If you choose to illustrate some of the more sophisticated +capabilities of your software and can do so without losing relevancy +to the data, that is fine, too. This year, there will be no Committee +commentary on the individual presentations, so you are not competing +with other presenters. The role of each presenter is to do his/her +best job of presenting their statistical graphics technology to the +viewers. + +Each participant will be provided with a 6'(long) by 4'(tall) +posterboard on which to display the results of their analyses. This is +the same format as last year. You are encouraged to remain by your +presentation during the Exposition to answer viewers' questions. Three +copies of your presentation must be submitted to me by July 1. Movie +or slide show presentations cannot be accommodated (sorry). The +Committee will prepare its own poster presentation which will orient +the viewers to the data and the purposes of the Exposition. + +The ASA has asked us to remind all participants that the Exposition is +intended for educational and scientific purposes and is not a +marketing activity. Even though last year's participants did an +excellent job of maintaining that distinction, a cautionary note at +this point is appropriate. + +Those of us who were involved with the 1982 Exposition found it +worthwhile and fun to do. We would very much like to have you +participate this year. For planning purposes, please RSVP (to me, in +writing please) by April 15 as to whether you plan to accept the +Committee's invitation. + +If you have any questions about the Exposition, please call me on +(301/763-5350). If you have specific questions about the data, or the +analysis, please call Karen Kafadar on (301/921-3651). If you cannot +participate but know of another person or group in your organization +who can, please pass this invitation along to them. + +Sincerely, + + + +LAWRENCE H. COX +Statistical Research Division +Bureau of the Census +Room 3524-3 +Washington, DC 20233 + + diff --git a/test_database/car_1/data_csv/model-list.csv b/test_database/car_1/data_csv/model-list.csv new file mode 100644 index 0000000000000000000000000000000000000000..fb623517c290717d2e4a3f5992e037c78d54d29f --- /dev/null +++ b/test_database/car_1/data_csv/model-list.csv @@ -0,0 +1,37 @@ +ModelId,Maker,Model +1,1,'amc' +2,2,'audi' +3,3,'bmw' +4,4,'buick' +5,4,'cadillac' +6,5,'capri' +7,4,'chevrolet' +8,6,'chrysler' +9,7,'citroen' +10,8,'datsun' +11,6,'dodge' +12,9,'fiat' +13,5,'ford' +14,10,'hi' +15,11,'honda' +16,12,'mazda' +17,13,'mercedes' +18,13,'mercedes-benz' +19,5,'mercury' +20,8,'nissan' +21,4,'oldsmobile' +22,14,'opel' +23,15,'peugeot' +24,6,'plymouth' +25,4,'pontiac' +26,16,'renault' +27,17,'saab' +28,18,'subaru' +29,19,'toyota' +30,20,'triumph' +31,2,'volkswagen' +32,21,'volvo' +33,22,'kia' +34,23,'hyundai' +35,6,'jeep' +36,19,'scion' diff --git a/test_database/car_1/link.txt b/test_database/car_1/link.txt new file mode 100644 index 0000000000000000000000000000000000000000..94c167197fe075c59a0eb4db5c0ce5bf25f766e7 --- /dev/null +++ b/test_database/car_1/link.txt @@ -0,0 +1 @@ +http://users.csc.calpoly.edu/~dekhtyar/365-Spring2017/index.html \ No newline at end of file diff --git a/test_database/car_racing/car_racing.sqlite b/test_database/car_racing/car_racing.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..050f9513dd0ae7b020456ef8bd39f3d0743444f9 Binary files /dev/null and b/test_database/car_racing/car_racing.sqlite differ diff --git a/test_database/car_racing/schema.sql b/test_database/car_racing/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..9eb8cdde562670e709ca63cb6882fe6ea8b03598 --- /dev/null +++ b/test_database/car_racing/schema.sql @@ -0,0 +1,91 @@ +PRAGMA foreign_keys = ON; + + +CREATE TABLE "country" ( +"Country_Id" int, +"Country" text, +"Capital" text, +"Official_native_language" text, +"Regoin" text, +PRIMARY KEY ("Country_Id") +); + +INSERT INTO "country" VALUES (1,"Japan","Tokyo","Japanese","Asia"); +INSERT INTO "country" VALUES (2,"USA","Washington","English","North America"); +INSERT INTO "country" VALUES (6,"Britain","London","British English","Europe"); +INSERT INTO "country" VALUES (3,"China","Beijing","Chinese","Asia"); +INSERT INTO "country" VALUES (4,"Ireland","Dublin","Irish English","Europe"); +INSERT INTO "country" VALUES (5,"Isle of Man","Douglas","English Manx","Europe"); + + + +CREATE TABLE `team` ( +"Team_ID" int, +"Team" text, +"Make" text, +"Manager" text, +"Sponsor" text, +"Car_Owner" text, +PRIMARY KEY ("Team_ID") +); + +CREATE TABLE `driver` ( +"Driver_ID" int, +"Driver" text, +"Country" int, +"Age" int, +"Car_#" real, +"Make" text, +"Points" text, +"Laps" real, +"Winnings" text, +PRIMARY KEY ("Driver_ID"), +FOREIGN KEY (`Country`) REFERENCES `country`(`Country_ID`) +); + + + +CREATE TABLE `team_driver` ( +"Team_ID" int, +"Driver_ID" int, +PRIMARY KEY ("Team_ID","Driver_ID"), +FOREIGN KEY (`Team_ID`) REFERENCES `team`(`Team_ID`), +FOREIGN KEY (`Driver_ID`) REFERENCES `driver`(`Driver_ID`) +); + + +INSERT INTO "team" VALUES (1,"Arrington Racing","Chrysler Imperial","Buddy Arrington","Arrington Racing","Buddy Arrington"); +INSERT INTO "team" VALUES (2,"Benfield Racing","Buick Regal","Joe Ruttman","Levi Garrett","Ron Benfield"); +INSERT INTO "team" VALUES (3,"Blue Max Racing","Pontiac Grand Prix","Tim Richmond","Old Milwaukee","Raymond Beadle"); +INSERT INTO "team" VALUES (4,"Bobby Hawkins Racing","Chevrolet Monte Carlo","David Pearson","Chattanooga Chew","Bobby Hawkins"); +INSERT INTO "team" VALUES (5,"Bud Moore Engineering","Ford Thunderbird","Dale Earnhardt","Wrangler Jeans","Bud Moore"); +INSERT INTO "team" VALUES (6,"Cliff Stewart Racing","Pontiac Grand Prix","Geoff Bodine","Gatorade","Cliff Stewart"); +INSERT INTO "team" VALUES (7,"DiGard Motorsports","Buick Regal","Bobby Allison","Miller American","Bill Gardner"); +INSERT INTO "team" VALUES (8,"Donlavey Racing","Ford Thunderbird","Dick Brooks","Chameleon Sunglasses","Junie Donlavey"); +INSERT INTO "team" VALUES (9,"Ellington Racing","Chevrolet Monte Carlo","Lake Speed","UNO / Bull Frog Knits","Hoss Ellington"); +INSERT INTO "team" VALUES (10,"Hagan Racing","Chevrolet Monte Carlo","Terry Labonte","Budweiser","Billy Hagan"); +INSERT INTO "team" VALUES (11,"Hamby Motorsports","Pontiac Grand Prix","Sterling Marlin (R)","Hesco Exhaust Systems","Roger Hamby"); +INSERT INTO "team" VALUES (12,"Henderson Motorsports","Chevrolet Monte Carlo Buick Regal","Ronnie Hopkins (R)","Food Country USA","Charlie Henderson"); + +INSERT INTO "driver" VALUES (1,"Kasey Kahne",2,23,"9","Dodge","185","334","$530,164"); +INSERT INTO "driver" VALUES (2,"Matt Kenseth",2,21,"17","Ford","175","334","$362,491"); +INSERT INTO "driver" VALUES (3,"Tony Stewart",2,19,"20","Chevrolet","175","334","$286,386"); +INSERT INTO "driver" VALUES (4,"Denny Hamlin *",2,25,"11","Chevrolet","165","334","$208,500"); +INSERT INTO "driver" VALUES (5,"Kevin Li",3,23,"29","Chevrolet","160","334","$204,511"); +INSERT INTO "driver" VALUES (6,"Jeff Chen",3,25,"31","Chevrolet","150","334","$172,220"); +INSERT INTO "driver" VALUES (7,"Scott Riggs",1,22,"10","Dodge","146","334","$133,850"); +INSERT INTO "driver" VALUES (8,"Mali Lu Jr. *",3,29,"1","Chevrolet","147","334","$156,608"); +INSERT INTO "driver" VALUES (9,"Mark Martin",5,21,"6","Ford","143","334","$151,850"); +INSERT INTO "driver" VALUES (10,"Bobby Labonte",4,25,"43","Dodge","134","334","$164,211"); + +INSERT INTO "team_driver" VALUES (1,1); +INSERT INTO "team_driver" VALUES (2,3); +INSERT INTO "team_driver" VALUES (1,5); +INSERT INTO "team_driver" VALUES (5,4); +INSERT INTO "team_driver" VALUES (1,9); +INSERT INTO "team_driver" VALUES (1,10); +INSERT INTO "team_driver" VALUES (10,7); +INSERT INTO "team_driver" VALUES (9,6); +INSERT INTO "team_driver" VALUES (1,2); +INSERT INTO "team_driver" VALUES (1,8); + diff --git a/test_database/car_road_race/car_road_race.sqlite b/test_database/car_road_race/car_road_race.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..793183b50cd74a6b286f84a0287d64a7c46f7325 Binary files /dev/null and b/test_database/car_road_race/car_road_race.sqlite differ diff --git a/test_database/car_road_race/schema.sql b/test_database/car_road_race/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..91d4f6afaf03dd9e4a656588972064b364fced15 --- /dev/null +++ b/test_database/car_road_race/schema.sql @@ -0,0 +1,49 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "driver" ( +"Driver_ID" int, +"Driver_Name" text, +"Entrant" text, +"Constructor" text, +"Chassis" text, +"Engine" text, +"Age" int, +PRIMARY KEY ("Driver_ID") +); + +CREATE TABLE "race" ( +"Road" int, +"Driver_ID" int, +"Race_Name" text, +"Pole_Position" text, +"Fastest_Lap" text, +"Winning_driver" text, +"Winning_team" text, +"Report" text, +PRIMARY KEY ("Road"), +FOREIGN KEY (`Driver_ID`) REFERENCES `driver`(`Driver_ID`) +); + +INSERT INTO "driver" VALUES ("1","Ernst-Günther Burggaller","German Bugatti Team","Bugatti","Bugatti T35B","2.3 L8","18"); +INSERT INTO "driver" VALUES ("2","Hermann zu Leiningen","German Bugatti Team","Bugatti","Bugatti T35C","2.0 L8","20"); +INSERT INTO "driver" VALUES ("3","Heinrich-Joachim von Morgen","German Bugatti Team","Bugatti","Bugatti T35B","2.3 L8","23"); +INSERT INTO "driver" VALUES ("4","Rudolf Caracciola","Private entry","Mercedes-Benz","Mercedes-Benz SSK L","7.1 L6","24"); +INSERT INTO "driver" VALUES ("5","Earl Howe","Private entry","Bugatti","Bugatti T51","2.3 L8","26"); +INSERT INTO "driver" VALUES ("6","Clifton Penn-Hughes","Private entry","Bugatti","Bugatti T35","2.0 L8","21"); +INSERT INTO "driver" VALUES ("7","Henry Birkin","Private entry","Maserati","Maserati 26M","2.5 L8","28"); +INSERT INTO "driver" VALUES ("8","Bernhard Ackerl","Private entry","Bugatti","Bugatti T37","1.5 L4","29"); +INSERT INTO "driver" VALUES ("9","Juan Zanelli","Private entry","Bugatti","Bugatti T35B","2.3 L8","26"); +INSERT INTO "driver" VALUES ("10","Guy Bouriat","Automobiles Ettore Bugatti","Bugatti","Bugatti T51","2.3 L8","28"); +INSERT INTO "driver" VALUES ("11","Louis Chiron","Automobiles Ettore Bugatti","Bugatti","Bugatti T51","2.3 L8","35"); + + + +INSERT INTO "race" VALUES ("2","1","Monterey Festival of Speed","James Hinchcliffe","Douglas Soares","James Hinchcliffe","Forsythe Pettit Racing","Report"); +INSERT INTO "race" VALUES ("3","2","Sommet des Legends","Junior Strous","Junior Strous","Junior Strous","Condor Motorsports","Report"); +INSERT INTO "race" VALUES ("4","1","Rexall Grand Prix of Edmonton - Race 1","James Hinchcliffe","David Garza Pérez","Jonathan Bomarito","Mathiasen Motorsports","Report"); +INSERT INTO "race" VALUES ("5","3","Rexall Grand Prix of Edmonton - Race 2","Carl Skerlong","Carl Skerlong","Jonathan Summerton","Newman Wachs Racing","Report"); +INSERT INTO "race" VALUES ("6","4","Road Race Showcase/Road America - Race 1","Dane Cameron","Tõnis Kasemets","Jonathan Bomarito","Mathiasen Motorsports","Report"); +INSERT INTO "race" VALUES ("7","9","Road Race Showcase/Road America - Race 2","Jonathan Bomarito","Dane Cameron","Jonathan Summerton","Newman Wachs Racing","Report"); +INSERT INTO "race" VALUES ("8","10","Grand Prix de Trois-Rivières","Jonathan Bomarito","Jonathan Summerton","Jonathan Bomarito","Mathiasen Motorsports","Report"); +INSERT INTO "race" VALUES ("9","1","Mazda Formula Zoom Zoom","Carl Skerlong","Carl Skerlong","Carl Skerlong","Pacific Coast Motorsports","Report"); +INSERT INTO "race" VALUES ("10","2","SunRichGourmet.com 1000","Markus Niemelä","Carl Skerlong","Markus Niemelä","Brooks Associates Racing","Report"); diff --git a/test_database/college_3/college_3.sqlite b/test_database/college_3/college_3.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..fd8eb674ad895e0dd8e1dcf244ebcd0eb3204315 Binary files /dev/null and b/test_database/college_3/college_3.sqlite differ diff --git a/test_database/college_3/schema.sql b/test_database/college_3/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..5d31966acbb48decbaa34918baf468ce50dfcac3 --- /dev/null +++ b/test_database/college_3/schema.sql @@ -0,0 +1,575 @@ +create table Student ( + StuID INTEGER PRIMARY KEY, + LName VARCHAR(12), + Fname VARCHAR(12), + Age INTEGER, + Sex VARCHAR(1), + Major INTEGER, + Advisor INTEGER, + city_code VARCHAR(3) + ); + +create table Faculty ( + FacID INTEGER PRIMARY KEY, + Lname VARCHAR(15), + Fname VARCHAR(15), + Rank VARCHAR(15), + Sex VARCHAR(1), + Phone INTEGER, + Room VARCHAR(5), + Building VARCHAR(13) +); + +create table Department ( + DNO INTEGER PRIMARY KEY, + Division VARCHAR(2), + DName VARCHAR(25), + Room VARCHAR(5), + Building VARCHAR(13), + DPhone INTEGER +); + +create table Member_of ( + FacID INTEGER, + DNO INTEGER, + Appt_Type VARCHAR(15), + FOREIGN KEY(FacID) REFERENCES Faculty(FacID), + FOREIGN KEY(DNO) REFERENCES Department(DNO) +); + +create table Course ( + CID VARCHAR(7) PRIMARY KEY, + CName VARCHAR(40), + Credits INTEGER, + Instructor INTEGER, + Days VARCHAR(5), + Hours VARCHAR(11), + DNO INTEGER, + FOREIGN KEY(Instructor) REFERENCES Faculty(FacID), + FOREIGN KEY(DNO) REFERENCES Department(DNO) +); + +create table Minor_in ( + StuID INTEGER, + DNO INTEGER, + FOREIGN KEY(StuID) REFERENCES Student(StuID), + FOREIGN KEY(DNO) REFERENCES Department(DNO) +); + +create table Enrolled_in ( + StuID INTEGER, + CID VARCHAR(7), + Grade VARCHAR(2), + FOREIGN KEY(StuID) REFERENCES Student(StuID), + FOREIGN KEY(CID) REFERENCES Course(CID), + FOREIGN KEY(Grade) REFERENCES Gradeconversion(lettergrade) +); + +create table Gradeconversion ( + lettergrade VARCHAR(2) PRIMARY KEY, + gradepoint FLOAT +); + +insert into Minor_in values ( 1004, 520); +insert into Minor_in values ( 1005, 550); +insert into Minor_in values ( 1006, 050); +insert into Minor_in values ( 1007, 520); +insert into Minor_in values ( 1008, 550); +insert into Minor_in values ( 1014, 090); +insert into Minor_in values ( 1015, 140); +insert into Minor_in values ( 1016, 190); +insert into Minor_in values ( 1027, 530); +insert into Minor_in values ( 1031, 540); + + +insert into Enrolled_in values ( 1001, '550.681', 'A-'); +insert into Enrolled_in values ( 1001, '600.303', 'B'); +insert into Enrolled_in values ( 1001, '600.315', 'B+'); +insert into Enrolled_in values ( 1001, '600.337', 'A'); +insert into Enrolled_in values ( 1001, '600.461', 'B-'); +insert into Enrolled_in values ( 1001, '600.465', 'B'); +insert into Enrolled_in values ( 1002, '520.213', 'B+'); +insert into Enrolled_in values ( 1002, '600.211', 'C'); +insert into Enrolled_in values ( 1002, '600.303', 'C+'); +insert into Enrolled_in values ( 1002, '600.337', 'A'); +insert into Enrolled_in values ( 1002, '600.463', 'B'); +insert into Enrolled_in values ( 1002, '600.465', 'B+'); +insert into Enrolled_in values ( 1003, '600.333', 'B'); +insert into Enrolled_in values ( 1003, '600.337', 'B'); +insert into Enrolled_in values ( 1003, '600.415', 'B'); +insert into Enrolled_in values ( 1003, '600.461', 'B+'); +insert into Enrolled_in values ( 1003, '600.465', 'B'); +insert into Enrolled_in values ( 1004, '600.303', 'C-'); +insert into Enrolled_in values ( 1004, '600.415', 'C-'); +insert into Enrolled_in values ( 1004, '600.437', 'C-'); +insert into Enrolled_in values ( 1004, '600.445', 'A-'); +insert into Enrolled_in values ( 1004, '600.461', 'C'); +insert into Enrolled_in values ( 1004, '600.463', 'A+'); +insert into Enrolled_in values ( 1004, '600.465', 'A'); +insert into Enrolled_in values ( 1005, '600.103', 'A'); +insert into Enrolled_in values ( 1005, '600.107', 'C+'); +insert into Enrolled_in values ( 1005, '600.113', 'C'); +insert into Enrolled_in values ( 1005, '600.227', 'A'); +insert into Enrolled_in values ( 1005, '600.303', 'B'); +insert into Enrolled_in values ( 1006, '550.420', 'B'); +insert into Enrolled_in values ( 1006, '600.107', 'B+'); +insert into Enrolled_in values ( 1006, '600.227', 'B-'); +insert into Enrolled_in values ( 1006, '600.232', 'C-'); +insert into Enrolled_in values ( 1006, '600.303', 'A-'); +insert into Enrolled_in values ( 1006, '600.315', 'A'); +insert into Enrolled_in values ( 1007, '550.420', 'A'); +insert into Enrolled_in values ( 1007, '600.113', 'A-'); +insert into Enrolled_in values ( 1007, '600.227', 'C+'); +insert into Enrolled_in values ( 1007, '600.315', 'A'); +insert into Enrolled_in values ( 1007, '600.333', 'A-'); +insert into Enrolled_in values ( 1007, '600.337', 'C'); +insert into Enrolled_in values ( 1008, '600.415', 'A+'); +insert into Enrolled_in values ( 1008, '600.463', 'B'); +insert into Enrolled_in values ( 1008, '600.465', 'B'); +insert into Enrolled_in values ( 1008, '600.657', 'B'); +insert into Enrolled_in values ( 1008, '600.787', 'B'); +insert into Enrolled_in values ( 1009, '550.413', 'B+'); +insert into Enrolled_in values ( 1009, '550.471', 'C'); +insert into Enrolled_in values ( 1009, '550.620', 'A-'); +insert into Enrolled_in values ( 1009, '550.626', 'B'); +insert into Enrolled_in values ( 1009, '550.671', 'C'); +insert into Enrolled_in values ( 1009, '550.681', 'A'); +insert into Enrolled_in values ( 1009, '550.661', 'B-'); +insert into Enrolled_in values ( 1009, '550.631', 'A-'); +insert into Enrolled_in values ( 1010, '550.291', 'A'); +insert into Enrolled_in values ( 1010, '550.310', 'A'); +insert into Enrolled_in values ( 1010, '550.413', 'C+'); +insert into Enrolled_in values ( 1010, '550.420', 'A'); +insert into Enrolled_in values ( 1010, '550.471', 'A'); +insert into Enrolled_in values ( 1010, '600.107', 'B+'); +insert into Enrolled_in values ( 1011, '520.213', 'B'); +insert into Enrolled_in values ( 1011, '520.345', 'B'); +insert into Enrolled_in values ( 1011, '520.349', 'A'); +insert into Enrolled_in values ( 1011, '520.353', 'A-'); +insert into Enrolled_in values ( 1011, '550.420', 'B'); +insert into Enrolled_in values ( 1011, '600.415', 'B+'); +insert into Enrolled_in values ( 1012, '050.109', 'B-'); +insert into Enrolled_in values ( 1012, '050.203', 'B-'); +insert into Enrolled_in values ( 1012, '050.325', 'A-'); +insert into Enrolled_in values ( 1012, '600.107', 'A'); +insert into Enrolled_in values ( 1012, '600.315', 'B'); +insert into Enrolled_in values ( 1014, '600.107', 'A'); +insert into Enrolled_in values ( 1014, '600.227', 'A'); +insert into Enrolled_in values ( 1014, '600.232', 'A'); +insert into Enrolled_in values ( 1014, '600.315', 'A+'); +insert into Enrolled_in values ( 1014, '600.445', 'B'); +insert into Enrolled_in values ( 1014, '600.461', 'B'); +insert into Enrolled_in values ( 1014, '600.463', 'B'); +insert into Enrolled_in values ( 1015, '550.420', 'A'); +insert into Enrolled_in values ( 1015, '600.227', 'A+'); +insert into Enrolled_in values ( 1015, '600.303', 'A'); +insert into Enrolled_in values ( 1015, '600.315', 'C-'); +insert into Enrolled_in values ( 1015, '600.333', 'A'); +insert into Enrolled_in values ( 1016, '050.109', 'B-'); +insert into Enrolled_in values ( 1016, '050.203', 'D-'); +insert into Enrolled_in values ( 1016, '050.325', 'A'); +insert into Enrolled_in values ( 1016, '050.821', 'A'); +insert into Enrolled_in values ( 1016, '550.420', 'A-'); +insert into Enrolled_in values ( 1016, '600.107', 'B+'); +insert into Enrolled_in values ( 1016, '600.315', 'B-'); +insert into Enrolled_in values ( 1017, '050.427', 'B'); +insert into Enrolled_in values ( 1017, '050.670', 'B'); +insert into Enrolled_in values ( 1017, '050.802', 'C'); +insert into Enrolled_in values ( 1017, '550.681', 'B'); +insert into Enrolled_in values ( 1017, '600.109', 'A-'); +insert into Enrolled_in values ( 1017, '600.461', 'A'); +insert into Enrolled_in values ( 1017, '600.465', 'C'); +insert into Enrolled_in values ( 1018, '520.213', 'A-'); +insert into Enrolled_in values ( 1018, '600.211', 'A'); +insert into Enrolled_in values ( 1018, '600.303', 'A'); +insert into Enrolled_in values ( 1018, '600.337', 'C-'); +insert into Enrolled_in values ( 1018, '600.463', 'B'); +insert into Enrolled_in values ( 1018, '600.465', 'B'); +insert into Enrolled_in values ( 1019, '600.103', 'B'); +insert into Enrolled_in values ( 1019, '600.107', 'B'); +insert into Enrolled_in values ( 1019, '600.113', 'D+'); +insert into Enrolled_in values ( 1019, '600.227', 'A'); +insert into Enrolled_in values ( 1019, '600.303', 'A'); +insert into Enrolled_in values ( 1020, '600.333', 'A'); +insert into Enrolled_in values ( 1020, '600.337', 'A'); +insert into Enrolled_in values ( 1020, '600.415', 'A'); +insert into Enrolled_in values ( 1020, '600.461', 'A'); +insert into Enrolled_in values ( 1020, '600.465', 'A'); +insert into Enrolled_in values ( 1021, '600.303', 'B-'); +insert into Enrolled_in values ( 1021, '600.303', 'B'); +insert into Enrolled_in values ( 1021, '600.415', 'B'); +insert into Enrolled_in values ( 1021, '600.437', 'B'); +insert into Enrolled_in values ( 1021, '600.437', 'B'); +insert into Enrolled_in values ( 1021, '600.445', 'B-'); +insert into Enrolled_in values ( 1021, '600.445', 'C'); +insert into Enrolled_in values ( 1021, '600.463', 'A'); +insert into Enrolled_in values ( 1021, '600.463', 'B'); +insert into Enrolled_in values ( 1022, '550.420', 'B'); +insert into Enrolled_in values ( 1022, '550.420', 'B+'); +insert into Enrolled_in values ( 1022, '600.107', 'A'); +insert into Enrolled_in values ( 1022, '600.227', 'A'); +insert into Enrolled_in values ( 1022, '600.227', 'A'); +insert into Enrolled_in values ( 1022, '600.232', 'B'); +insert into Enrolled_in values ( 1022, '600.303', 'B'); +insert into Enrolled_in values ( 1022, '600.315', 'D'); +insert into Enrolled_in values ( 1022, '600.461', 'A'); +insert into Enrolled_in values ( 1023, '600.113', 'A-'); +insert into Enrolled_in values ( 1023, '600.315', 'B'); +insert into Enrolled_in values ( 1023, '600.333', 'B'); +insert into Enrolled_in values ( 1023, '600.337', 'B+'); +insert into Enrolled_in values ( 1023, '600.463', 'A'); +insert into Enrolled_in values ( 1023, '600.465', 'A'); +insert into Enrolled_in values ( 1023, '600.657', 'B'); +insert into Enrolled_in values ( 1023, '600.787', 'B'); +insert into Enrolled_in values ( 1024, '550.291', 'B'); +insert into Enrolled_in values ( 1024, '550.413', 'C'); +insert into Enrolled_in values ( 1024, '550.471', 'A-'); +insert into Enrolled_in values ( 1024, '550.620', 'A'); +insert into Enrolled_in values ( 1024, '550.626', 'B'); +insert into Enrolled_in values ( 1024, '550.671', 'B'); +insert into Enrolled_in values ( 1024, '550.681', 'B'); +insert into Enrolled_in values ( 1024, '600.415', 'B'); +insert into Enrolled_in values ( 1025, '520.213', 'A'); +insert into Enrolled_in values ( 1025, '520.345', 'A+'); +insert into Enrolled_in values ( 1025, '550.310', 'A'); +insert into Enrolled_in values ( 1025, '550.413', 'A'); +insert into Enrolled_in values ( 1025, '550.420', 'C'); +insert into Enrolled_in values ( 1025, '550.471', 'B'); +insert into Enrolled_in values ( 1025, '600.107', 'B'); +insert into Enrolled_in values ( 1026, '520.349', 'A'); +insert into Enrolled_in values ( 1026, '520.353', 'A'); +insert into Enrolled_in values ( 1026, '600.303', 'A'); +insert into Enrolled_in values ( 1026, '600.437', 'A'); +insert into Enrolled_in values ( 1026, '600.445', 'A'); +insert into Enrolled_in values ( 1026, '600.463', 'B-'); +insert into Enrolled_in values ( 1027, '600.107', 'B'); +insert into Enrolled_in values ( 1027, '600.227', 'B'); +insert into Enrolled_in values ( 1027, '600.232', 'B'); +insert into Enrolled_in values ( 1027, '600.303', 'B'); +insert into Enrolled_in values ( 1027, '600.315', 'B-'); +insert into Enrolled_in values ( 1027, '600.461', 'B-'); +insert into Enrolled_in values ( 1027, '600.463', 'B'); +insert into Enrolled_in values ( 1028, '550.420', 'B+'); +insert into Enrolled_in values ( 1028, '600.227', 'A'); +insert into Enrolled_in values ( 1028, '600.315', 'A+'); +insert into Enrolled_in values ( 1028, '600.333', 'A'); +insert into Enrolled_in values ( 1028, '600.337', 'A+'); +insert into Enrolled_in values ( 1029, '550.413', 'C-'); +insert into Enrolled_in values ( 1029, '550.471', 'A'); +insert into Enrolled_in values ( 1029, '550.620', 'B-'); +insert into Enrolled_in values ( 1029, '550.671', 'A-'); +insert into Enrolled_in values ( 1029, '600.113', 'B-'); +insert into Enrolled_in values ( 1029, '600.463', 'A+'); +insert into Enrolled_in values ( 1030, '520.345', 'B'); +insert into Enrolled_in values ( 1030, '550.291', 'B'); +insert into Enrolled_in values ( 1030, '550.310', 'B-'); +insert into Enrolled_in values ( 1030, '550.413', 'B-'); +insert into Enrolled_in values ( 1030, '550.420', 'B'); +insert into Enrolled_in values ( 1030, '550.471', 'B+'); +insert into Enrolled_in values ( 1030, '600.107', 'B'); +insert into Enrolled_in values ( 1031, '520.213', 'B+'); +insert into Enrolled_in values ( 1031, '520.349', 'B'); +insert into Enrolled_in values ( 1031, '520.353', 'C'); +insert into Enrolled_in values ( 1031, '600.437', 'A+'); +insert into Enrolled_in values ( 1032, '550.420', 'A-'); +insert into Enrolled_in values ( 1032, '550.420', 'D-'); +insert into Enrolled_in values ( 1032, '600.232', 'A-'); +insert into Enrolled_in values ( 1032, '600.303', 'A'); +insert into Enrolled_in values ( 1032, '600.315', 'A'); +insert into Enrolled_in values ( 1033, '600.113', 'A'); +insert into Enrolled_in values ( 1033, '600.227', 'A'); +insert into Enrolled_in values ( 1033, '600.315', 'A'); +insert into Enrolled_in values ( 1033, '600.333', 'A'); +insert into Enrolled_in values ( 1033, '600.337', 'B'); +insert into Enrolled_in values ( 1034, '050.109', 'B+'); +insert into Enrolled_in values ( 1034, '050.203', 'B'); +insert into Enrolled_in values ( 1034, '050.325', 'B'); +insert into Enrolled_in values ( 1034, '600.107', 'B+'); +insert into Enrolled_in values ( 1034, '600.315', 'B'); +insert into Enrolled_in values ( 1035, '050.381', 'B-'); +insert into Enrolled_in values ( 1035, '050.427', 'A-'); +insert into Enrolled_in values ( 1035, '050.670', 'B'); +insert into Enrolled_in values ( 1035, '050.802', 'D'); +insert into Enrolled_in values ( 1035, '050.821', 'A'); +insert into Enrolled_in values ( 1035, '600.109', 'B-'); + + +insert into Gradeconversion values ('A+', 4.0); +insert into Gradeconversion values ('A', 4.0); +insert into Gradeconversion values ('A-', 3.7); +insert into Gradeconversion values ('B+', 3.3); +insert into Gradeconversion values ('B', 3.0); +insert into Gradeconversion values ('B-', 2.7); +insert into Gradeconversion values ('C+', 2.3); +insert into Gradeconversion values ('C', 2.0); +insert into Gradeconversion values ('C-', 1.7); +insert into Gradeconversion values ('D+', 1.3); +insert into Gradeconversion values ('D', 1.0); +insert into Gradeconversion values ('D-', 0.7); +insert into Gradeconversion values ('F', 0.0); + + +insert into Faculty values ( 1082, 'Giuliano', 'Mark', 'Instructor', 'M', 2424, '224', 'NEB'); +insert into Faculty values ( 1121, 'Goodrich', 'Michael', 'Professor', 'M', 3593, '219', 'NEB'); +insert into Faculty values ( 1148, 'Masson', 'Gerald', 'Professor', 'M', 3402, '224B', 'NEB'); +insert into Faculty values ( 1193, 'Jones', 'Stacey', 'Instructor', 'F', 3550, '224', 'NEB'); +insert into Faculty values ( 2192, 'Yarowsky', 'David', 'AsstProf', 'M', 6587, '324', 'NEB'); +insert into Faculty values ( 3457, 'Smith', 'Scott', 'AssocProf', 'M', 1035, '318', 'NEB'); +insert into Faculty values ( 4230, 'Houlahan', 'Joanne', 'Instructor', 'F', 1260, '328', 'NEB'); +insert into Faculty values ( 6112, 'Beach', 'Louis', 'Instructor', 'M', 1838, '207', 'NEB'); +insert into Faculty values ( 7712, 'Awerbuch', 'Baruch', 'Professor', 'M', 2105, '220', 'NEB'); +insert into Faculty values ( 7792, 'Brill', 'Eric', 'AsstProf', 'M', 2303, '324B', 'NEB'); +insert into Faculty values ( 7723, 'Taylor', 'Russell', 'Professor', 'M', 2435, '317', 'NEB'); +insert into Faculty values ( 8114, 'Angelopoulou', 'Ellie', 'Instructor', 'F', 2152, '316', 'NEB'); +insert into Faculty values ( 8423, 'Kumar', 'Subodh', 'AsstProf', 'M', 2522, '218', 'NEB'); +insert into Faculty values ( 8721, 'Wolff', 'Lawrence', 'AssocProf', 'M', 2342, '316', 'NEB'); +insert into Faculty values ( 8741, 'Salzberg', 'Steven', 'AssocProf', 'M', 2641, '324A', 'NEB'); +insert into Faculty values ( 8918, 'Amir', 'Yair', 'AsstProf', 'M', 2672, '308', 'NEB'); +insert into Faculty values ( 9172, 'Kosaraju', 'Rao', 'Professor', 'M', 2757, '319', 'NEB'); +insert into Faculty values ( 9826, 'Delcher', 'Arthur', 'Instructor', 'M', 2956, '329', 'NEB'); +insert into Faculty values ( 1172, 'Runolfsson', 'Thordur', 'AssocProf', 'M', 3121, '119', 'Barton'); +insert into Faculty values ( 1177, 'Naiman', 'Daniel', 'Professor', 'M', 3571, '288', 'Krieger'); +insert into Faculty values ( 1823, 'Davidson', 'Frederic', 'Professor', 'M', 5629, '119', 'Barton'); +insert into Faculty values ( 2028, 'Brody', 'William', 'Professor', 'M', 6073, '119', 'Barton'); +insert into Faculty values ( 2119, 'Meyer', 'Gerard', 'Professor', 'M', 6350, '119', 'Barton'); +insert into Faculty values ( 2291, 'Scheinerman', 'Edward', 'Professor', 'M', 6654, '288', 'Krieger'); +insert into Faculty values ( 2311, 'Priebe', 'Carey', 'AsstProf', 'M', 6953, '288', 'Krieger'); +insert into Faculty values ( 2738, 'Fill', 'James', 'Professor', 'M', 8209, '288', 'Krieger'); +insert into Faculty values ( 2881, 'Goldman', 'Alan', 'Professor', 'M', 8335, '288', 'Krieger'); +insert into Faculty values ( 4432, 'Burzio', 'Luigi', 'Professor', 'M', 1813, '288', 'Krieger'); +insert into Faculty values ( 5718, 'Frank', 'Robert', 'AsstProf', 'M', 1751, '288', 'Krieger'); +insert into Faculty values ( 6182, 'Cheng', 'Cheng', 'AsstProf', 'M', 1856, '288', 'Krieger'); +insert into Faculty values ( 6191, 'Kaplan', 'Alexander', 'Professor', 'M', 1825, '119', 'Barton'); +insert into Faculty values ( 6330, 'Byrne', 'William', 'Instructor', 'M', 1691, '119', 'Barton'); +insert into Faculty values ( 6541, 'Han', 'Shih-Ping', 'Professor', 'M', 1914, '288', 'Krieger'); +insert into Faculty values ( 6910, 'Smolensky', 'Paul', 'Professor', 'M', 2072, '288', 'Krieger'); +insert into Faculty values ( 6925, 'Iglesias', 'Pablo', 'AsstProf', 'M', 2021, '119', 'Barton'); +insert into Faculty values ( 7134, 'Goutsias', 'John', 'Professor', 'M', 2184, '119', 'Barton'); +insert into Faculty values ( 7231, 'Rugh', 'Wilson', 'Professor', 'M', 2191, '119', 'Barton'); +insert into Faculty values ( 7271, 'Jelinek', 'Frederick', 'Professor', 'M', 2890, '119', 'Barton'); +insert into Faculty values ( 7506, 'Westgate', 'Charles', 'Professor', 'M', 2932, '119', 'Barton'); +insert into Faculty values ( 8102, 'James', 'Lancelot', 'AsstProf', 'M', 2792, '288', 'Krieger'); +insert into Faculty values ( 8118, 'Weinert', 'Howard', 'Professor', 'M', 3272, '119', 'Barton'); +insert into Faculty values ( 8122, 'Wierman', 'John', 'Professor', 'M', 3392,'288', 'Krieger'); +insert into Faculty values ( 8722, 'Cauwenberghs', 'Gert', 'AsstProf', 'M', 1372, '119', 'Barton'); +insert into Faculty values ( 8723, 'Andreou', 'Andreas', 'Professor', 'M', 1402, '119', 'Barton'); +insert into Faculty values ( 8772, 'Cowen', 'Lenore', 'AsstProf', 'F', 2870, '288', 'Krieger'); +insert into Faculty values ( 8791, 'McCloskey', 'Michael', 'Professor', 'M', 3440, '288', 'Krieger'); +insert into Faculty values ( 8989, 'Brent', 'Michael', 'AsstProf', 'M', 9373, '288', 'Krieger'); +insert into Faculty values ( 9011, 'Rapp', 'Brenda', 'AsstProf', 'F', 2032, '288', 'Krieger'); +insert into Faculty values ( 9191, 'Collins', 'Oliver', 'AssocProf', 'M', 5427, '119', 'Barton'); +insert into Faculty values ( 9199, 'Hughes', 'Brian', 'AssocProf', 'M', 5666, '119', 'Barton'); +insert into Faculty values ( 9210, 'Joseph', 'Richard', 'Professor', 'M', 5996, '119', 'Barton'); +insert into Faculty values ( 9514, 'Prince', 'Jerry', 'AssocProf', 'M', 5106, '119', 'Barton'); +insert into Faculty values ( 9823, 'Pang', 'Jong-Shi', 'Professor', 'M', 4366, '288', 'Krieger'); +insert into Faculty values ( 9824, 'Glaser', 'Robert', 'Instructor', 'M', 4396, '119', 'Barton'); +insert into Faculty values ( 9811, 'Wu', 'Colin', 'AsstProf', 'M', 2906, '288', 'Krieger'); +insert into Faculty values ( 9643, 'Legendre', 'Geraldine', 'AssocProf', 'F', 8972, '288', 'Krieger'); +insert into Faculty values ( 9379, 'Khurgin', 'Jacob', 'Professor', 'M', 1060, '119', 'Barton'); +insert into Faculty values ( 9922, 'Hall', 'Leslie', 'AsstProf', 'F', 7332, '288', 'Krieger'); + + +insert into Department values ( 010, 'AS', 'History of Art', '268', 'Mergenthaler', 7117); +insert into Department values ( 020, 'AS', 'Biology', '144', 'Mudd', 7330); +insert into Department values ( 030, 'AS', 'Chemistry', '113', 'Remsen', 7429); +insert into Department values ( 040, 'AS', 'Classics', '121', 'Gilman', 7556); +insert into Department values ( 050, 'AS', 'Cognitive Science', '381', 'Krieger', 7119); +insert into Department values ( 060, 'AS', 'English', '146', 'Gilman', 7544); +insert into Department values ( 070, 'AS', 'Anthropology', '404B', 'Macaulay', 7272); +insert into Department values ( 090, 'AS', 'German', '245', 'Gilman', 7508); +insert into Department values ( 100, 'AS', 'History', '312', 'Gilman', 7575); +insert into Department values ( 110, 'AS', 'Mathematics', '404', 'Krieger', 7399); +insert into Department values ( 130, 'AS', 'Near Eastern Studies', '128', 'Gilman', 7499); +insert into Department values ( 140, 'AS', 'History of Science', '234', 'Gilman', 7501); +insert into Department values ( 150, 'AS', 'Philosophy', '347', 'Gilman', 7524); +insert into Department values ( 170, 'AS', 'Physics and Astronomy', '366', 'Bloomberg', 7347); +insert into Department values ( 180, 'AS', 'Economics', '440', 'Mergenthaler', 7601); +insert into Department values ( 190, 'AS', 'Political Science', '338', 'Mergenthaler', 7540); +insert into Department values ( 200, 'AS', 'Psychology', '223', 'Ames', 7055); +insert into Department values ( 340, 'AS', 'French', '225', 'Gilman', 7227); +insert into Department values ( 350, 'AS', 'Hispanic/Italian Studies', '221', 'Gilman', 7226); +insert into Department values ( 520, 'EN', 'ECE', '105', 'Barton', 7033); +insert into Department values ( 530, 'EN', 'Mechanical Engineering', '122', 'Latrobe', 7132); +insert into Department values ( 540, 'EN', 'Chemical Engineering', '24', 'NEB', 7170); +insert into Department values ( 550, 'EN', 'Mathematical Sciences', '221', 'Maryland', 7195); +insert into Department values ( 560, 'EN', 'Civil Engineering', '206', 'Latrobe', 8680); +insert into Department values ( 580, 'EN', 'Biomedical Engineering', '144', 'NEB', 8482); +insert into Department values ( 600, 'EN', 'Computer Science', '224', 'NEB', 8577); + + +insert into Member_of values (7792, 600, 'Primary'); +insert into Member_of values (9210, 520, 'Primary'); +insert into Member_of values (9811, 550, 'Primary'); +insert into Member_of values (9643, 050, 'Primary'); +insert into Member_of values (9379, 520, 'Primary'); +insert into Member_of values (8918, 600, 'Primary'); +insert into Member_of values (7712, 600, 'Primary'); +insert into Member_of values (1121, 600, 'Primary'); +insert into Member_of values (9172, 600, 'Primary'); +insert into Member_of values (8423, 600, 'Primary'); +insert into Member_of values (1148, 600, 'Primary'); +insert into Member_of values (8741, 600, 'Primary'); +insert into Member_of values (3457, 600, 'Primary'); +insert into Member_of values (7723, 600, 'Primary'); +insert into Member_of values (8721, 600, 'Primary'); +insert into Member_of values (2192, 600, 'Primary'); +insert into Member_of values (8114, 600, 'Primary'); +insert into Member_of values (6112, 600, 'Primary'); +insert into Member_of values (9826, 600, 'Primary'); +insert into Member_of values (1193, 600, 'Primary'); +insert into Member_of values (1082, 600, 'Primary'); +insert into Member_of values (4230, 600, 'Primary'); +insert into Member_of values (8989, 600, 'Secondary'); +insert into Member_of values (7271, 600, 'Secondary'); +insert into Member_of values (8721, 520, 'Secondary'); +insert into Member_of values (8741, 050, 'Secondary'); +insert into Member_of values (7271, 050, 'Secondary'); +insert into Member_of values (6182, 550, 'Primary'); +insert into Member_of values (8772, 550, 'Primary'); +insert into Member_of values (2738, 550, 'Primary'); +insert into Member_of values (2881, 550, 'Primary'); +insert into Member_of values (9922, 550, 'Primary'); +insert into Member_of values (6541, 550, 'Primary'); +insert into Member_of values (8102, 550, 'Primary'); +insert into Member_of values (1177, 550, 'Primary'); +insert into Member_of values (9823, 550, 'Primary'); +insert into Member_of values (2311, 550, 'Primary'); +insert into Member_of values (2291, 550, 'Primary'); +insert into Member_of values (8122, 550, 'Primary'); +insert into Member_of values (8989, 050, 'Primary'); +insert into Member_of values (4432, 050, 'Primary'); +insert into Member_of values (5718, 050, 'Primary'); +insert into Member_of values (8791, 050, 'Primary'); +insert into Member_of values (9011, 050, 'Primary'); +insert into Member_of values (6910, 050, 'Primary'); +insert into Member_of values (8723, 520, 'Primary'); +insert into Member_of values (2028, 520, 'Primary'); +insert into Member_of values (8722, 520, 'Primary'); +insert into Member_of values (9191, 520, 'Primary'); +insert into Member_of values (1823, 520, 'Primary'); +insert into Member_of values (7134, 520, 'Primary'); +insert into Member_of values (9199, 520, 'Primary'); +insert into Member_of values (6925, 520, 'Primary'); +insert into Member_of values (7271, 520, 'Primary'); +insert into Member_of values (6191, 520, 'Primary'); +insert into Member_of values (2119, 520, 'Primary'); +insert into Member_of values (9514, 520, 'Primary'); +insert into Member_of values (7231, 520, 'Primary'); +insert into Member_of values (1172, 520, 'Primary'); +insert into Member_of values (8118, 520, 'Primary'); +insert into Member_of values (7506, 520, 'Primary'); +insert into Member_of values (6330, 520, 'Primary'); +insert into Member_of values (9824, 520, 'Primary'); + + +insert into Course values ( '600.101', 'COMPUTER LITERACY', 3, 6112, 'MTW', '3',600); +insert into Course values ( '600.103', 'INTRODUCTION TO COMPUTER SCIENCE', 1, 4230, 'Th', '4',600); +insert into Course values ( '600.107', 'INTRO TO PROGRAMMING IN JAVA', 3, 1193, 'MTW', '3',600); +insert into Course values ( '600.109', 'INTRO TO PROGRAMMING IN C/C++', 3, 4230, 'MTW', '12',600); +insert into Course values ( '600.113', 'EXPLORING THE INTERNET', 3, 6112, 'MTW', '4',600); +insert into Course values ( '600.121', 'JAVA PROGRAMMING', 3, 6112, 'ThF', '10:30-12',600); +insert into Course values ( '600.211', 'UNIX SYSTEMS PROGRAMMING', 3, 6112, 'ThF', '1-2:15',600); +insert into Course values ( '600.227', 'DATA STRUCTURES in JAVA', 3, 1121, 'MTW', '9',600); +insert into Course values ( '600.232', 'MULTIMEDIA COMPUTING', 3, 9826, 'MW', '1-2:30',600); +insert into Course values ( '600.271', 'COMPUTATIONAL MODELS', 3, 9172, 'MTW', '1',600); +insert into Course values ( '600.303', 'SUPERCOMPUTING', 1, 9826, 'W', '4-6:20',600); +insert into Course values ( '600.315', 'DATABASE SYSTEMS', 3, 2192, 'ThF', '2:30-4',600); +insert into Course values ( '600.333', 'COMPUTER SYSTEM FUNDAMENTALS', 3, 1148, 'MTW', '8',600); +insert into Course values ( '600.337', 'DISTRIBUTED SYSTEMS', 3, 8918, 'M', '3',600); +insert into Course values ( '600.363', 'INTRODUCTION TO ALGORITHMS', 3, 7712, 'MTW', '9',600); +insert into Course values ( '600.415', 'DATABASE SYSTEMS', 3, 2192, 'ThF', '2:30-4',600); +insert into Course values ( '600.433', 'COMPUTER SYSTEMS', 3, 1148, 'MTW', '8',600); +insert into Course values ( '600.437', 'DISTRIBUTED SYSTEMS', 3, 8918, 'M', '3',600); +insert into Course values ( '600.445', 'QUANTITATIVE MEDICAL COMPUTING', 3, 7723, 'ThF', '1-2:15',600); +insert into Course values ( '600.461', 'COMPUTER VISION', 3, 8114, 'MTW', '1',600); +insert into Course values ( '600.463', 'ALGORITHMS I', 3, 7712, 'MTW', '9',600); +insert into Course values ( '600.465', 'INTRO TO NATURAL LANGUAGE PROCESSING', 3, 7792, 'MTW', '2',600); +insert into Course values ( '600.509', 'COMPUTER SCIENCE INTERNSHIP', 3, 1121, 'M', '1',600); +insert into Course values ( '600.601', 'COMPUTER SCIENCE SEMINAR', 1, 6191, 'ThF', '10:30-12',600); +insert into Course values ( '600.657', 'HIGH PERFORMANCE GRAPHICS AND MODELING', 3, 8423, 'M', '4-5:30',600); +insert into Course values ( '600.787', 'SEMINAR ON COMPUTATIONAL GEOMETRY', 3, 1121, 'Th', '2',600); +insert into Course values ( '550.111', 'STATISTICAL ANALYSIS', 4, 2311, 'MTW', '12',550); +insert into Course values ( '550.171', 'DISCRETE MATHEMATICS', 4, 8772, 'MTW', '11',550); +insert into Course values ( '500.203', 'ACCOUNTING I', 3, 9823, 'T', '6:15-8:45',550); +insert into Course values ( '500.204', 'ACCOUNTING II', 3, 9823, 'Th', '6:15-8:45',550); +insert into Course values ( '500.205', 'BUSINESS LAW I', 3, 8791, 'W', '6:15-8:45',550); +insert into Course values ( '500.206', 'BUSINESS LAW II', 3, 8791, 'M', '6:15-8:45',550); +insert into Course values ( '550.291', 'LINEAR ALGEBRA AND DIFFERENTIAL EQNS', 4, 6541, 'MTW', '9',550); +insert into Course values ( '550.310', 'PROBABILITY AND STATISTICS', 4, 8102, 'MTW', '10',550); +insert into Course values ( '550.361', 'INTRODUCTION TO OPTIMIZATION', 4, 2881, 'MTW', '2',550); +insert into Course values ( '550.413', 'APPLIED STATISTICS AND DATA ANALYSIS', 4, 1177, 'MTW', '11',550); +insert into Course values ( '550.420', 'INTRODUCTION TO PROBABILITY', 4, 2738, 'MTW', '1',550); +insert into Course values ( '550.471', 'COMBINATORIAL ANALYSIS', 4, 8772, 'MTW', '12',550); +insert into Course values ( '550.620', 'PROBABILITY THEORY I', 3, 2738, 'MTW', '2',550); +insert into Course values ( '550.626', 'STOCHASTIC PROCESSES II', 3, 8102, 'MTW', '1',550); +insert into Course values ( '550.631', 'STATISTICAL INFERENCE', 3, 6182, 'MTW', '3',550); +insert into Course values ( '550.661', 'FOUNDATIONS OF OPTIMIZATION', 3, 9823, 'MTW', '10',550); +insert into Course values ( '550.671', 'COMBINATORIAL ANALYSIS', 3, 8772, 'MTW', '12',550); +insert into Course values ( '550.681', 'NUMERICAL ANALYSIS', 3, 6541, 'MTW', '11',550); +insert into Course values ( '550.721', 'PERCOLATION THEORY', 3, 8122, 'MTW', '9',550); +insert into Course values ( '550.750', 'TOPICS IN OPERATIONS RESEARCH', 3, 9922, 'MW', '3-4:30',550); +insert into Course values ( '550.790', 'TOPICS IN APPLIED MATH', 2, 2881, 'MT', '4:30-6',550); +insert into Course values ( '520.137', 'INTRODUCTION TO ECE', 3, 8723, 'MTW', '11',520); +insert into Course values ( '520.213', 'CIRCUITS', 4, 9210, 'MTW', '2',520); +insert into Course values ( '520.219', 'FIELDS, MATTER AND WAVES', 3, 9210, 'MTW', '3',520); +insert into Course values ( '520.325', 'INTEGRATED ELECTRONICS', 3, 6191, 'MTW', '3',520); +insert into Course values ( '520.345', 'ECE LABORATORY', 3, 1823, 'W', '2',520); +insert into Course values ( '520.349', 'MICROPROCESSOR LAB I', 3, 9824, 'Th', '8',520); +insert into Course values ( '520.353', 'CONTROL SYSTEMS', 3, 6925, 'MTW', '10',520); +insert into Course values ( '520.401', 'BASIC COMMUNICATIONS', 3, 6191, 'MTW', '1',520); +insert into Course values ( '520.410', 'FIBER OPTICS AND PHOTONICS', 3, 6191, 'MTW', '1',520); +insert into Course values ( '520.419', 'ITERATIVE ALGORITHMS', 3, 2119, 'MT', '4-5:15',520); +insert into Course values ( '520.421', 'INTRODUCTION TO NON-LINEAR SYSTEMS', 3, 7231, 'MTW', '9',520); +insert into Course values ( '520.432', 'TOPICS IN MEDICAL IMAGING SYSTEMS', 3, 9514, 'TTh', '8:30-10',520); +insert into Course values ( '520.435', 'DIGITAL SIGNAL PROCESSING', 4, 8118, 'MTW', '11',520); +insert into Course values ( '520.475', 'PROCESSING AND RECOGNITION OF SPEECH', 3, 6330, 'TW', '2-3:30',520); +insert into Course values ( '520.490', 'ANALOG AND DIGITAL VLSI SYSTEMS', 3, 8722, 'ThF', '10:30-12',520); +insert into Course values ( '520.603', 'ELECTROMAGNETIC WAVES', 4, 9210, 'Th', '1-4:30',520); +insert into Course values ( '520.605', 'SOLID STATE PHYSICS', 3, 9379, 'Tu', '1-4',520); +insert into Course values ( '520.609', 'NONLINEAR TECHNICAL IMAGE PROCESSING', 3, 7134, 'Th', '1-4',520); +insert into Course values ( '520.651', 'RANDOM SIGNAL ANALYSIS', 3, 9514, 'ThF', '10:30-12',520); +insert into Course values ( '050.102', 'LANGUAGE AND MIND', 3, 4432, 'MTW', '10',050); +insert into Course values ( '050.109', 'MIND, BRAIN, COMPUTERS', 3, 6910, 'MW', '2-3:15',050); +insert into Course values ( '050.203', 'COGNITIVE NEUROSCIENCE', 4, 9011, 'MT', '3:30-4:45',050); +insert into Course values ( '050.325', 'SOUND STRUCTURES IN NATURAL LANGUAGE', 3, 4432, 'T', '10-12',050); +insert into Course values ( '050.370', 'FORMAL METHODS IN COGNITIVE SCIENCE', 3, 6910, 'MW', '11:30',050); +insert into Course values ( '050.381', 'LANGUAGE DEVELOPMENT', 3, 8989, 'T', '1-3',050); +insert into Course values ( '050.427', 'THE HISTORY OF ROMANCE LANGUAGES', 3, 4432, 'W', '1-3',050); +insert into Course values ( '050.670', 'FORMAL METHODS IN COGNITIVE SCIENCE', 3, 4432, 'MW', '11:30-12:45',050); +insert into Course values ( '050.802', 'RESEARCH SEMINAR IN COGNITIVE PROCESSES', 1, 9011, 'W', '1-3',050); +insert into Course values ( '050.821', 'COMP. MODELS OF SENTENCE PROCESSING', 3, 5718, 'M', '1-4',050); + +insert into Student values ( 1001, 'Smith', 'Linda', 18, 'F', 600, 1121,'BAL'); + insert into Student values ( 1002, 'Kim', 'Tracy', 19, 'F', 600, 7712,'HKG'); + insert into Student values ( 1003, 'Jones', 'Shiela', 21, 'F', 600, 7792,'WAS'); + insert into Student values ( 1004, 'Kumar', 'Dinesh', 20, 'M', 600, 8423,'CHI'); + insert into Student values ( 1005, 'Gompers', 'Paul', 26, 'M', 600, 1121,'YYZ'); + insert into Student values ( 1006, 'Schultz', 'Andy', 18, 'M', 600, 1148,'BAL'); + insert into Student values ( 1007, 'Apap', 'Lisa', 18, 'F', 600, 8918,'PIT'); + insert into Student values ( 1008, 'Nelson', 'Jandy', 20, 'F', 600, 9172,'BAL'); + insert into Student values ( 1009, 'Tai', 'Eric', 19, 'M', 600, 2192,'YYZ'); + insert into Student values ( 1010, 'Lee', 'Derek', 17, 'M', 600, 2192,'HOU'); + insert into Student values ( 1011, 'Adams', 'David', 22, 'M', 600, 1148,'PHL'); + insert into Student values ( 1012, 'Davis', 'Steven', 20, 'M', 600, 7723,'PIT'); + insert into Student values ( 1014, 'Norris', 'Charles', 18, 'M', 600, 8741, 'DAL'); + insert into Student values ( 1015, 'Lee', 'Susan', 16, 'F', 600, 8721,'HKG'); + insert into Student values ( 1016, 'Schwartz', 'Mark', 17, 'M', 600, 2192,'DET'); + insert into Student values ( 1017, 'Wilson', 'Bruce', 27, 'M', 600, 1148,'LON'); + insert into Student values ( 1018, 'Leighton', 'Michael', 20, 'M', 600, 1121, 'PIT'); + insert into Student values ( 1019, 'Pang', 'Arthur', 18, 'M', 600, 2192,'WAS'); + insert into Student values ( 1020, 'Thornton', 'Ian', 22, 'M', 520, 7271,'NYC'); + insert into Student values ( 1021, 'Andreou', 'George', 19, 'M', 520, 8722, 'NYC'); + insert into Student values ( 1022, 'Woods', 'Michael', 17, 'M', 540, 8722,'PHL'); + insert into Student values ( 1023, 'Shieber', 'David', 20, 'M', 520, 8722,'NYC'); + insert into Student values ( 1024, 'Prater', 'Stacy', 18, 'F', 540, 7271,'BAL'); + insert into Student values ( 1025, 'Goldman', 'Mark', 18, 'M', 520, 7134,'PIT'); + insert into Student values ( 1026, 'Pang', 'Eric', 19, 'M', 520, 7134,'HKG'); + insert into Student values ( 1027, 'Brody', 'Paul', 18, 'M', 520, 8723,'LOS'); + insert into Student values ( 1028, 'Rugh', 'Eric', 20, 'M', 550, 2311,'ROC'); + insert into Student values ( 1029, 'Han', 'Jun', 17, 'M', 100, 2311,'PEK'); + insert into Student values ( 1030, 'Cheng', 'Lisa', 21, 'F', 550, 2311,'SFO'); + insert into Student values ( 1031, 'Smith', 'Sarah', 20, 'F', 550, 8772,'PHL'); + insert into Student values ( 1032, 'Brown', 'Eric', 20, 'M', 550, 8772,'ATL'); + insert into Student values ( 1033, 'Simms', 'William', 18, 'M', 550, 8772,'NAR'); + insert into Student values ( 1034, 'Epp', 'Eric', 18, 'M', 050, 5718,'BOS'); + insert into Student values ( 1035, 'Schmidt', 'Sarah', 26, 'F', 050, 5718,'WAS'); diff --git a/test_database/company_employee/company_employee.sqlite b/test_database/company_employee/company_employee.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..03104bfb344dd2a43f58da3d822c59de8c75467a Binary files /dev/null and b/test_database/company_employee/company_employee.sqlite differ diff --git a/test_database/company_employee/schema.sql b/test_database/company_employee/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..3805c59ed4753fdcbb3d483dbf607fa5705e6f23 --- /dev/null +++ b/test_database/company_employee/schema.sql @@ -0,0 +1,72 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "people" ( + "People_ID" int, + "Age" int, + "Name" text, + "Nationality" text, + "Graduation_College" text, + PRIMARY KEY ("People_ID") +); + + +INSERT INTO "people" VALUES ("1","27","Reggie Lewis","United States","Northeastern"); +INSERT INTO "people" VALUES ("2","25","Brad Lohaus","United States","Iowa"); +INSERT INTO "people" VALUES ("3","37","Tom Sheehey","United Kindom","Virginia"); +INSERT INTO "people" VALUES ("4","31","Darryl Kennedy","United States","Oklahoma"); +INSERT INTO "people" VALUES ("5","34","David Butler","United Kindom","California"); +INSERT INTO "people" VALUES ("6","37","Tim Naegeli","United States","Wisconsin–Stevens Point"); +INSERT INTO "people" VALUES ("7","30","Jerry Corcoran","United States","Northeastern"); + + + +CREATE TABLE "company" ( + "Company_ID" real, + "Name" text, + "Headquarters" text, + "Industry" text, + "Sales_in_Billion" real, + "Profits_in_Billion" real, + "Assets_in_Billion" real, + "Market_Value_in_Billion" real, + PRIMARY KEY ("Company_ID") +); + + +INSERT INTO "company" VALUES ("1","ExxonMobil","USA","Oil and gas","433.5","41.1","331.1","407.4"); +INSERT INTO "company" VALUES ("2","JPMorgan Chase","USA","Banking","110.8","19","2265.8","170.1"); +INSERT INTO "company" VALUES ("3","General Electric","USA","Conglomerate","147.3","14.2","717.2","213.7"); +INSERT INTO "company" VALUES ("4","Royal Dutch Shell","Netherlands","Oil and gas","470.2","30.9","340.5","227.6"); +INSERT INTO "company" VALUES ("5","Industrial and Commercial Bank of China","China","Banking","82.6","25.1","2039.1","237.4"); +INSERT INTO "company" VALUES ("6","HSBC","UK","Banking","102","16.2","2550","164.3"); +INSERT INTO "company" VALUES ("7","PetroChina","China","Oil and gas","310.1","20.6","304.7","294.7"); +INSERT INTO "company" VALUES ("8","Berkshire Hathaway","USA","Conglomerate","143.7","10.3","392.6","202.2"); +INSERT INTO "company" VALUES ("9","Wells Fargo","USA","Banking","87.6","15.9","1313.9","178.7"); +INSERT INTO "company" VALUES ("10","Petrobras","Brazil","Oil and gas","145.9","20.1","319.4","180"); +INSERT INTO "company" VALUES ("11","BP","UK","Oil and gas","375.5","25.7","292.5","147.4"); +INSERT INTO "company" VALUES ("12","Chevron","USA","Oil and gas","236.3","26.9","209.5","218"); +INSERT INTO "company" VALUES ("13","China Construction Bank","China","Banking","68.7","20.5","1637.8","201.9"); +INSERT INTO "company" VALUES ("14","Citigroup","USA","Banking","102.6","11.1","1873.9","107.5"); +INSERT INTO "company" VALUES ("15","Gazprom","Russia","Oil and gas","117.6","31.7","302.6","159.8"); +INSERT INTO "company" VALUES ("16","Walmart","USA","Retailing","447","15.7","193.4","208.4"); +INSERT INTO "company" VALUES ("17","Volkswagen Group","Germany","Automotive","221.9","21.5","328.7","79.5"); +INSERT INTO "company" VALUES ("18","Total","France","Oil and gas","216.2","15.9","213","132.4"); +INSERT INTO "company" VALUES ("19","Agricultural Bank of China","China","Banking","62.4","14.4","1563.9","154.8"); + + + +CREATE TABLE "employment" ( + "Company_ID" int, + "People_ID" int, + "Year_working" int, + PRIMARY KEY ("Company_ID","People_ID"), + FOREIGN KEY ("Company_ID") REFERENCES `company`("Company_ID"), + FOREIGN KEY ("People_ID") REFERENCES `people`("People_ID") +); + +INSERT INTO "employment" VALUES (11,3,2); +INSERT INTO "employment" VALUES (13,2,3); +INSERT INTO "employment" VALUES (17,7,4); +INSERT INTO "employment" VALUES (15,1,1); +INSERT INTO "employment" VALUES (7,4,1); + diff --git a/test_database/conference/conference.sqlite b/test_database/conference/conference.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..12dd401051f5a0e6ed6610fd9592e33389a2128e Binary files /dev/null and b/test_database/conference/conference.sqlite differ diff --git a/test_database/conference/schema.sql b/test_database/conference/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..18082d3d9de407de828451cf2b5890c6e0edffbb --- /dev/null +++ b/test_database/conference/schema.sql @@ -0,0 +1,79 @@ + +PRAGMA foreign_keys = ON; + +CREATE TABLE "conference" ( +"Conference_ID" int, +"Conference_Name" text, +"Year" int, +"Location" text, +PRIMARY KEY ("Conference_ID") +); + +INSERT INTO "conference" VALUES (1,"ACL","2003","Philippines"); +INSERT INTO "conference" VALUES (2,"ACL","2004","Philippines"); +INSERT INTO "conference" VALUES (3,"Naccl","2003","Japan"); +INSERT INTO "conference" VALUES (4,"Naccl","2004","China"); +INSERT INTO "conference" VALUES (5,"AICS","2003","England"); +INSERT INTO "conference" VALUES (6,"AICS","2004","USA"); + + +CREATE TABLE institution ( +"Institution_ID" int, +"Institution_Name" text, +"Location" text, +"Founded" int, +PRIMARY KEY ("Institution_ID") +); + +INSERT INTO institution VALUES (1,"Illinois State University","Normal, Illinois","1857"); +INSERT INTO institution VALUES (2,"Bradley University","Peoria, Illinois","1897"); +INSERT INTO institution VALUES (3,"Eureka College","Eureka, Illinois","1855"); +INSERT INTO institution VALUES (4,"Hedding College (defunct)","Abingdon, Illinois","1855"); +INSERT INTO institution VALUES (5,"Illinois College","Jacksonville, Illinois","1829"); +INSERT INTO institution VALUES (6,"Illinois Wesleyan University","Bloomington, Illinois","1850"); +INSERT INTO institution VALUES (7,"Lincoln College, Illinois","Lincoln, Illinois","1865"); +INSERT INTO institution VALUES (8,"Lombard College (defunct)","Galesburg, Illinois","1853"); +INSERT INTO institution VALUES (9,"Millikin University","Decatur, Illinois","1901"); +INSERT INTO institution VALUES (10,"Shurtleff College (defunct)","Alton, Illinois","1827"); + + +CREATE TABLE "staff" ( +"staff_ID" int, +"name" text, +"Age" int, +"Nationality" text, +"Institution_ID" int, +PRIMARY KEY ("staff_ID"), +FOREIGN KEY (`Institution_ID`) REFERENCES `institution`(`Institution_ID`) +); + + +INSERT INTO "staff" VALUES (1,"Bobby Jackson","24","United States",1); +INSERT INTO "staff" VALUES (2,"Casey Jacobsen","23","United States",2); +INSERT INTO "staff" VALUES (3,"Alexander Johnson","42","United Kindom",3); +INSERT INTO "staff" VALUES (4,"Chris Johnson","34","Canada",4); +INSERT INTO "staff" VALUES (5,"Bobby Jones","28","United States",5); +INSERT INTO "staff" VALUES (6,"Dahntay Jones","30","United Kindom",10); +INSERT INTO "staff" VALUES (7,"Damon Jones","41","United Kindom",8); + + + +CREATE TABLE "conference_participation" ( +"Conference_ID" int, +"staff_ID" int, +"role" text, +PRIMARY KEY ("staff_ID","Conference_ID"), +FOREIGN KEY (`staff_ID`) REFERENCES `staff`(`staff_ID`), +FOREIGN KEY (`Conference_ID`) REFERENCES `conference`(`Conference_ID`) +); + +INSERT INTO "conference_participation" VALUES (1,6,"Speaker"); +INSERT INTO "conference_participation" VALUES (2,5,"Sponsor"); +INSERT INTO "conference_participation" VALUES (1,4,"Speaker"); +INSERT INTO "conference_participation" VALUES (1,2,"Sponsor"); +INSERT INTO "conference_participation" VALUES (2,7,"Speaker"); +INSERT INTO "conference_participation" VALUES (4,5,"Participant"); +INSERT INTO "conference_participation" VALUES (1,1,"Sponsor"); +INSERT INTO "conference_participation" VALUES (5,5,"Speaker"); +INSERT INTO "conference_participation" VALUES (6,5,"Participant"); + diff --git a/test_database/course_teach/course_teach.sqlite b/test_database/course_teach/course_teach.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..15eff134cbb8b92da1ba45cd446de0bc8c0af4af Binary files /dev/null and b/test_database/course_teach/course_teach.sqlite differ diff --git a/test_database/course_teach/schema.sql b/test_database/course_teach/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..862575833074dfed4a7004bf5acb5e1edeeeb0d4 --- /dev/null +++ b/test_database/course_teach/schema.sql @@ -0,0 +1,52 @@ + +PRAGMA foreign_keys = ON; + +CREATE TABLE "course" ( +"Course_ID" int, +"Staring_Date" text, +"Course" text, +PRIMARY KEY ("Course_ID") +); + +CREATE TABLE "teacher" ( +"Teacher_ID" int, +"Name" text, +"Age" text, +"Hometown" text, +PRIMARY KEY ("Teacher_ID") +); + +INSERT INTO "course" VALUES ("1","5 May","Language Arts"); +INSERT INTO "course" VALUES ("2","6 May","Math"); +INSERT INTO "course" VALUES ("3","7 May","Science"); +INSERT INTO "course" VALUES ("4","9 May","History"); +INSERT INTO "course" VALUES ("5","10 May","Bible"); +INSERT INTO "course" VALUES ("6","11 May","Geography"); +INSERT INTO "course" VALUES ("7","13 May","Sports"); +INSERT INTO "course" VALUES ("8","14 May","French"); +INSERT INTO "course" VALUES ("9","15 May","Health"); +INSERT INTO "course" VALUES ("10","17 May","Music"); + +INSERT INTO "teacher" VALUES (1,"Joseph Huts",32,"Blackrod Urban District"); +INSERT INTO "teacher" VALUES (2,"Gustaaf Deloor",29,"Bolton County Borough"); +INSERT INTO "teacher" VALUES (3,"Vicente Carretero",26,"Farnworth Municipal Borough"); +INSERT INTO "teacher" VALUES (4,"John Deloor",33,"Horwich Urban District"); +INSERT INTO "teacher" VALUES (5,"Kearsley Brown",45,"Kearsley Urban District"); +INSERT INTO "teacher" VALUES (6,"Anne Walker",41,"Little Lever Urban District"); +INSERT INTO "teacher" VALUES (7,"Lucy Wong",39,"Turton Urban District"); + +CREATE TABLE "course_arrange" ( +"Course_ID" int, +"Teacher_ID" int, +"Grade" int, +PRIMARY KEY ("Course_ID","Teacher_ID","Grade"), +FOREIGN KEY ("Course_ID") REFERENCES `course`("Course_ID"), +FOREIGN KEY ("Teacher_ID") REFERENCES `teacher`("Teacher_ID") +); +INSERT INTO "course_arrange" VALUES (2,5,1); +INSERT INTO "course_arrange" VALUES (2,3,3); +INSERT INTO "course_arrange" VALUES (3,2,5); +INSERT INTO "course_arrange" VALUES (4,6,7); +INSERT INTO "course_arrange" VALUES (5,6,1); +INSERT INTO "course_arrange" VALUES (10,7,4); + diff --git a/test_database/cre_Doc_Control_Systems/cre_Doc_Control_Systems.sqlite b/test_database/cre_Doc_Control_Systems/cre_Doc_Control_Systems.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..d8dc0ab5c3d82ffd74c0bd10cf26c9b39ae34bfd Binary files /dev/null and b/test_database/cre_Doc_Control_Systems/cre_Doc_Control_Systems.sqlite differ diff --git a/test_database/cre_Doc_Template_Mgt/cre_Doc_Template_Mgt.sqlite b/test_database/cre_Doc_Template_Mgt/cre_Doc_Template_Mgt.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..df09eb910edea6c639bcd5bf010fa199d4bfec4e Binary files /dev/null and b/test_database/cre_Doc_Template_Mgt/cre_Doc_Template_Mgt.sqlite differ diff --git a/test_database/cre_Doc_Template_Mgt/schema.sql b/test_database/cre_Doc_Template_Mgt/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..a5ebbe7e4bbfcccc32414cf5b93712c3a06d7222 --- /dev/null +++ b/test_database/cre_Doc_Template_Mgt/schema.sql @@ -0,0 +1,90 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE Ref_Template_Types ( +Template_Type_Code CHAR(15) NOT NULL, +Template_Type_Description VARCHAR(255) NOT NULL, +PRIMARY KEY (Template_Type_Code) +); +CREATE TABLE Templates ( +Template_ID INTEGER NOT NULL, +Version_Number INTEGER NOT NULL, +Template_Type_Code CHAR(15) NOT NULL, +Date_Effective_From DATETIME, +Date_Effective_To DATETIME, +Template_Details VARCHAR(255) NOT NULL, +PRIMARY KEY (Template_ID), +FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code) +); +CREATE TABLE Documents ( +Document_ID INTEGER NOT NULL, +Template_ID INTEGER, +Document_Name VARCHAR(255), +Document_Description VARCHAR(255), +Other_Details VARCHAR(255), +PRIMARY KEY (Document_ID), +FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID) +); +CREATE TABLE Paragraphs ( +Paragraph_ID INTEGER NOT NULL, +Document_ID INTEGER NOT NULL, +Paragraph_Text VARCHAR(255), +Other_Details VARCHAR(255), +PRIMARY KEY (Paragraph_ID), +FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID) +); +INSERT INTO Ref_Template_Types (`Template_Type_Code`, `Template_Type_Description`) VALUES ('PPT', 'Presentation'); +INSERT INTO Ref_Template_Types (`Template_Type_Code`, `Template_Type_Description`) VALUES ('CV', 'CV'); +INSERT INTO Ref_Template_Types (`Template_Type_Code`, `Template_Type_Description`) VALUES ('AD', 'Advertisement'); +INSERT INTO Ref_Template_Types (`Template_Type_Code`, `Template_Type_Description`) VALUES ('PP', 'Paper'); +INSERT INTO Ref_Template_Types (`Template_Type_Code`, `Template_Type_Description`) VALUES ('BK', 'Book'); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (0, 5, 'PP', '2005-11-12 07:09:48', '2008-01-05 14:19:28', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (1, 9, 'PP', '2010-09-24 01:15:11', '1999-07-08 03:31:04', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (4, 4, 'BK', '2002-03-02 14:39:49', '2001-04-18 09:29:52', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (6, 2, 'PPT', '1975-05-20 22:51:19', '1992-05-02 20:06:11', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (7, 8, 'PPT', '1993-10-07 02:33:04', '1975-07-16 04:52:10', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (8, 3, 'BK', '1983-07-16 21:16:16', '1976-10-28 10:08:50', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (9, 2, 'BK', '1997-04-17 08:29:44', '1994-12-07 13:26:23', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (10, 1, 'PPT', '2003-06-05 04:03:45', '2007-06-06 06:18:53', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (11, 6, 'BK', '1996-02-04 11:27:24', '1995-09-19 22:27:48', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (14, 7, 'AD', '1975-10-20 02:28:58', '1979-11-04 08:58:39', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (15, 9, 'CV', '1986-12-09 14:51:36', '1993-03-24 14:30:23', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (16, 5, 'CV', '2012-04-05 07:11:42', '1980-05-07 12:15:47', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (18, 5, 'PP', '1984-08-07 13:36:26', '1998-05-12 12:51:29', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (19, 7, 'AD', '1999-06-21 11:10:30', '1974-09-14 06:34:39', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (20, 6, 'BK', '1986-11-14 12:20:18', '2008-08-08 18:36:43', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (21, 9, 'AD', '2002-08-25 13:26:23', '2015-09-06 01:08:44', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (22, 0, 'PP', '2005-02-20 00:31:34', '1989-11-24 19:06:06', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (23, 2, 'BK', '1979-12-24 10:28:16', '2000-10-22 11:57:12', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (24, 8, 'PP', '2008-08-01 13:57:26', '1973-01-12 14:13:34', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (25, 5, 'PP', '1979-10-20 21:23:20', '2006-02-06 23:52:04', ''); + + +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (0, 7, 'Introduction of OS', 'n', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (1, 25, 'Understanding DB', 'y', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (3, 6, 'Summer Show', 'u', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (76, 20, 'Robbin CV', 'y', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (80, 14, 'Welcome to NY', 'h', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (82, 11, 'Data base', 'w', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (2394, 10, 'Customer reviews', 'y', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (3830, 14, 'Do not panic', 'k', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (33930, 1, 'How Google people work', 'z', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (50123, 22, 'Learning French', 'r', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (651512, 21, 'How to write a CV', 'f', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (801801, 4, 'How to read a book', 'w', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (3540024, 8, 'Palm reading', 'y', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (16514113, 25, 'A history of Arts', 'h', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (385906526, 11, 'About Korea', 'b', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (7, 2394, 'Korea', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (9, 3, 'Somalia', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (65, 50123, 'Palestinian Territory', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (241, 651512, 'Jersey', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (3708, 33930, 'UK', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (9946, 385906526, 'Fiji', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (16615, 80, 'Japan', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (1104059, 3830, 'Senegal', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (243399026, 651512, 'Indonesia', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (280120913, 2394, 'Ukraine', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (510442723, 2394, 'Korea', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (571212310, 16514113, 'Brazil', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (608931827, 80, 'Micronesia', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (765713812, 16514113, 'Ireland', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (946335436, 3540024, 'Papua New Guinea', NULL); diff --git a/test_database/cre_Doc_Workflow/cre_Doc_Workflow.sqlite b/test_database/cre_Doc_Workflow/cre_Doc_Workflow.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..c341830d5cbd72bc34deaf4bb6604da16cd16739 Binary files /dev/null and b/test_database/cre_Doc_Workflow/cre_Doc_Workflow.sqlite differ diff --git a/test_database/cre_Doc_Workflow/schema.sql b/test_database/cre_Doc_Workflow/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..e172e8d51ce82d2e4abc287cc91969629af643e3 --- /dev/null +++ b/test_database/cre_Doc_Workflow/schema.sql @@ -0,0 +1,164 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE Staff ( +staff_id INTEGER NOT NULL, +staff_details VARCHAR(255) NOT NULL, +PRIMARY KEY (staff_id) +); +INSERT INTO Staff (`staff_id`, `staff_details`) VALUES (3, 'Mrs. Aniya Klocko Sr.'); +INSERT INTO Staff (`staff_id`, `staff_details`) VALUES (26, 'Prof. Pietro Hudson'); +INSERT INTO Staff (`staff_id`, `staff_details`) VALUES (52, 'Mr. Sid Hessel'); +INSERT INTO Staff (`staff_id`, `staff_details`) VALUES (66, 'Rosie Conn'); +INSERT INTO Staff (`staff_id`, `staff_details`) VALUES (67, 'Jade O''Connell III'); +INSERT INTO Staff (`staff_id`, `staff_details`) VALUES (76, 'Santina Cronin'); +INSERT INTO Staff (`staff_id`, `staff_details`) VALUES (93, 'Bella Hilll DDS'); +INSERT INTO Staff (`staff_id`, `staff_details`) VALUES (100, 'Prof. Porter Dickinson Sr.'); + + +CREATE TABLE Ref_Staff_Roles ( +staff_role_code CHAR(15) NOT NULL, +staff_role_description VARCHAR(255) NOT NULL, +PRIMARY KEY (staff_role_code) +); +INSERT INTO Ref_Staff_Roles (`staff_role_code`, `staff_role_description`) VALUES ('MG', 'Manager'); +INSERT INTO Ref_Staff_Roles (`staff_role_code`, `staff_role_description`) VALUES ('ED', 'Editor'); +INSERT INTO Ref_Staff_Roles (`staff_role_code`, `staff_role_description`) VALUES ('PT', 'Photo'); +INSERT INTO Ref_Staff_Roles (`staff_role_code`, `staff_role_description`) VALUES ('PR', 'Proof Reader'); +INSERT INTO Ref_Staff_Roles (`staff_role_code`, `staff_role_description`) VALUES ('HR', 'Human Resource'); + + +CREATE TABLE Process_Outcomes ( +process_outcome_code CHAR(15) NOT NULL, +process_outcome_description VARCHAR(255) NOT NULL, +PRIMARY KEY (process_outcome_code) +); +CREATE TABLE Process_Status ( +process_status_code CHAR(15) NOT NULL, +process_status_description VARCHAR(255) NOT NULL, +PRIMARY KEY (process_status_code) +); +INSERT INTO Process_Outcomes (`process_outcome_code`, `process_outcome_description`) VALUES ('working', 'working on'); +INSERT INTO Process_Outcomes (`process_outcome_code`, `process_outcome_description`) VALUES ('finish', 'finish'); +INSERT INTO Process_Outcomes (`process_outcome_code`, `process_outcome_description`) VALUES ('start', 'starting soon'); +INSERT INTO Process_Status (`process_status_code`, `process_status_description`) VALUES ('ct', 'continue'); +INSERT INTO Process_Status (`process_status_code`, `process_status_description`) VALUES ('pp', 'postpone'); + + + +CREATE TABLE Authors ( +author_name VARCHAR(255) NOT NULL, +other_details VARCHAR(255) NOT NULL, +PRIMARY KEY (author_name) +); + +INSERT INTO Authors (`author_name`, `other_details`) VALUES ('Addison Denesik', ''); +INSERT INTO Authors (`author_name`, `other_details`) VALUES ('Adeline Wolff', ''); +INSERT INTO Authors (`author_name`, `other_details`) VALUES ('Antwon Krajcik V', ''); +INSERT INTO Authors (`author_name`, `other_details`) VALUES ('Beverly Bergnaum MD', ''); +INSERT INTO Authors (`author_name`, `other_details`) VALUES ('Bianka Cummings', ''); +INSERT INTO Authors (`author_name`, `other_details`) VALUES ('Dr. Dario Hermiston', ''); +INSERT INTO Authors (`author_name`, `other_details`) VALUES ('Dr. Shad Lowe', ''); +INSERT INTO Authors (`author_name`, `other_details`) VALUES ('Era Kerluke', ''); +INSERT INTO Authors (`author_name`, `other_details`) VALUES ('Eveline Bahringer', ''); +INSERT INTO Authors (`author_name`, `other_details`) VALUES ('Fiona Sipes DVM', ''); +INSERT INTO Authors (`author_name`, `other_details`) VALUES ('Jameson Konopelski', ''); +INSERT INTO Authors (`author_name`, `other_details`) VALUES ('Katharina Koepp', ''); +INSERT INTO Authors (`author_name`, `other_details`) VALUES ('Malvina Metz', ''); +INSERT INTO Authors (`author_name`, `other_details`) VALUES ('Marjolaine Paucek', ''); +INSERT INTO Authors (`author_name`, `other_details`) VALUES ('Mr. Joaquin Sanford', ''); +INSERT INTO Authors (`author_name`, `other_details`) VALUES ('Prof. Baron Heller II', ''); +INSERT INTO Authors (`author_name`, `other_details`) VALUES ('Shanie Skiles', ''); +INSERT INTO Authors (`author_name`, `other_details`) VALUES ('Telly Pfannerstill', ''); +INSERT INTO Authors (`author_name`, `other_details`) VALUES ('Tevin Weber', ''); +INSERT INTO Authors (`author_name`, `other_details`) VALUES ('Vidal Sanford', ''); + + + +CREATE TABLE Documents ( +document_id INTEGER NOT NULL, +author_name VARCHAR(255) NOT NULL, +document_name VARCHAR(255) NOT NULL, +document_description VARCHAR(255) NOT NULL, +other_details VARCHAR(255), +PRIMARY KEY (document_id), +FOREIGN KEY (author_name) REFERENCES Authors (author_name) +); +INSERT INTO Documents (`document_id`, `author_name`, `document_name`, `document_description`, `other_details`) VALUES (0, 'Malvina Metz', 'Travel to Brazil', 'Nulla molestiae voluptas recusandae dolores explicabo et. Consequuntur ut autem velit eos aut.', NULL); +INSERT INTO Documents (`document_id`, `author_name`, `document_name`, `document_description`, `other_details`) VALUES (4, 'Telly Pfannerstill', 'Travel to China', 'Maiores suscipit earum sed iure. Quis voluptatem facilis doloremque nisi corrupti. Sed est repellendus et aut id. Nisi quis ex eligendi possimus ut ut unde.', NULL); +INSERT INTO Documents (`document_id`, `author_name`, `document_name`, `document_description`, `other_details`) VALUES (7, 'Malvina Metz', 'Travel to England', 'Dolores beatae omnis dolorem laudantium quaerat ut. Perspiciatis explicabo est ut vel porro omnis. Aut non occaecati aut quia ut non omnis. Quia quam ea consequuntur quo aliquam.', NULL); +INSERT INTO Documents (`document_id`, `author_name`, `document_name`, `document_description`, `other_details`) VALUES (24, 'Bianka Cummings', 'Travel to Egypt', 'Culpa voluptatibus alias quo amet dolore eum possimus. Qui placeat cumque non aperiam. Cupiditate pariatur dolorum sed ut.', NULL); +INSERT INTO Documents (`document_id`, `author_name`, `document_name`, `document_description`, `other_details`) VALUES (29, 'Bianka Cummings', 'Travel to Ireland', 'Cumque a ducimus perferendis sint. Quidem tempora recusandae accusamus possimus aut vitae quo. Omnis earum sint doloribus velit.', NULL); +INSERT INTO Documents (`document_id`, `author_name`, `document_name`, `document_description`, `other_details`) VALUES (52, 'Eveline Bahringer', 'How to cook chicken', 'Soluta vitae sed soluta. Aut eos omnis dolorem qui non recusandae neque. Atque enim inventore sint dolor sit.', NULL); +INSERT INTO Documents (`document_id`, `author_name`, `document_name`, `document_description`, `other_details`) VALUES (77, 'Marjolaine Paucek', 'How to cook pasta', 'Occaecati id consectetur amet. Fuga vel voluptate qui autem quisquam quis. Eos rerum et iste impedit vel facere.', NULL); +INSERT INTO Documents (`document_id`, `author_name`, `document_name`, `document_description`, `other_details`) VALUES (79, 'Tevin Weber', 'How to cook steak', 'Eius rerum rerum architecto optio reprehenderit rerum id. Voluptatem et atque expedita. Voluptatem sint qui aut nostrum voluptas.', NULL); +INSERT INTO Documents (`document_id`, `author_name`, `document_name`, `document_description`, `other_details`) VALUES (262, 'Addison Denesik', 'How to cook rice', 'Quo alias nam consectetur nostrum voluptatibus omnis occaecati. Perspiciatis assumenda sed ullam veritatis modi id. Animi praesentium tenetur hic reiciendis nihil hic aut.', NULL); +INSERT INTO Documents (`document_id`, `author_name`, `document_name`, `document_description`, `other_details`) VALUES (462, 'Adeline Wolff', 'Learning about flowers', 'Dolor ipsum sed cum aliquid eius enim exercitationem. Eius cupiditate magni sed et. Ex qui debitis sint aliquam illo eligendi magni praesentium. Et reiciendis sed in nostrum eius asperiores. Repellat et odio non qui mollitia.', NULL); +INSERT INTO Documents (`document_id`, `author_name`, `document_name`, `document_description`, `other_details`) VALUES (927, 'Tevin Weber', 'Learning about palm reading', 'Omnis perferendis voluptas ea animi ad eum voluptatibus. Tempora natus deleniti consequatur rerum id nisi fugit nihil. Labore repellendus porro consequatur qui.', NULL); +INSERT INTO Documents (`document_id`, `author_name`, `document_name`, `document_description`, `other_details`) VALUES (435463, 'Antwon Krajcik V', 'Learning about chess', 'Qui dolor et porro ut commodi error sed. Qui deserunt et est provident ut. Et quos libero iusto qui enim.', NULL); +INSERT INTO Documents (`document_id`, `author_name`, `document_name`, `document_description`, `other_details`) VALUES (461893, 'Era Kerluke', 'Learning about society', 'Magnam quos voluptatibus sit qui. Recusandae dignissimos repellendus et dolor sequi provident. Consectetur occaecati illum laboriosam id.', NULL); +INSERT INTO Documents (`document_id`, `author_name`, `document_name`, `document_description`, `other_details`) VALUES (782065904, 'Beverly Bergnaum MD', 'Learning about arts', 'Qui omnis sint eligendi adipisci perferendis. Quis id voluptatum nobis sed magnam animi quos. Consequatur voluptates voluptatum iure recusandae.', NULL); +INSERT INTO Documents (`document_id`, `author_name`, `document_name`, `document_description`, `other_details`) VALUES (948678383, 'Beverly Bergnaum MD', 'Learning about history', 'Corrupti porro nemo voluptas voluptatibus ipsam minus sed. Alias dolores voluptatibus reprehenderit sunt architecto mollitia incidunt molestiae.', NULL); + + +CREATE TABLE Business_Processes ( +process_id INTEGER NOT NULL, +next_process_id INTEGER, +process_name VARCHAR(255) NOT NULL, +process_description VARCHAR(255) NOT NULL, +other_details VARCHAR(255), +PRIMARY KEY (process_id) +); +INSERT INTO Business_Processes (`process_id`, `next_process_id`, `process_name`, `process_description`, `other_details`) VALUES (9, 9, 'process', 'normal', NULL); + + + +CREATE TABLE Documents_Processes ( +document_id INTEGER NOT NULL, +process_id INTEGER NOT NULL, +process_outcome_code CHAR(15) NOT NULL, +process_status_code CHAR(15) NOT NULL, +PRIMARY KEY (document_id, process_id), +FOREIGN KEY (document_id) REFERENCES Documents (document_id), +FOREIGN KEY (process_id) REFERENCES Business_Processes (process_id), +FOREIGN KEY (process_outcome_code) REFERENCES Process_Outcomes (process_outcome_code), +FOREIGN KEY (process_status_code) REFERENCES Process_Status (process_status_code) +); +INSERT INTO Documents_Processes (`document_id`, `process_id`, `process_outcome_code`, `process_status_code`) VALUES (0, 9, 'finish', 'ct'); +INSERT INTO Documents_Processes (`document_id`, `process_id`, `process_outcome_code`, `process_status_code`) VALUES (4, 9, 'start', 'ct'); +INSERT INTO Documents_Processes (`document_id`, `process_id`, `process_outcome_code`, `process_status_code`) VALUES (7, 9, 'start', 'pp'); +INSERT INTO Documents_Processes (`document_id`, `process_id`, `process_outcome_code`, `process_status_code`) VALUES (24, 9, 'start', 'ct'); +INSERT INTO Documents_Processes (`document_id`, `process_id`, `process_outcome_code`, `process_status_code`) VALUES (52, 9, 'finish', 'pp'); +INSERT INTO Documents_Processes (`document_id`, `process_id`, `process_outcome_code`, `process_status_code`) VALUES (462, 9, 'working', 'ct'); +INSERT INTO Documents_Processes (`document_id`, `process_id`, `process_outcome_code`, `process_status_code`) VALUES (927, 9, 'working', 'pp'); +INSERT INTO Documents_Processes (`document_id`, `process_id`, `process_outcome_code`, `process_status_code`) VALUES (435463, 9, 'start', 'ct'); +INSERT INTO Documents_Processes (`document_id`, `process_id`, `process_outcome_code`, `process_status_code`) VALUES (461893, 9, 'finish', 'pp'); +INSERT INTO Documents_Processes (`document_id`, `process_id`, `process_outcome_code`, `process_status_code`) VALUES (782065904, 9, 'working', 'ct'); + + +CREATE TABLE Staff_in_Processes ( +document_id INTEGER NOT NULL, +process_id INTEGER NOT NULL, +staff_id INTEGER NOT NULL, +staff_role_code CHAR(15) NOT NULL, +date_from DATETIME, +date_to DATETIME, +other_details VARCHAR(255), +PRIMARY KEY (document_id, process_id, staff_id), +FOREIGN KEY (staff_id) REFERENCES Staff (staff_id), +FOREIGN KEY (document_id, process_id) REFERENCES Documents_Processes (document_id,process_id), +FOREIGN KEY (staff_role_code) REFERENCES Ref_Staff_Roles (staff_role_code) +); + +INSERT INTO Staff_in_Processes (`document_id`, `process_id`, `staff_id`, `staff_role_code`, `date_from`, `date_to`, `other_details`) VALUES (0, 9, 3, 'MG', '1989-02-06 18:30:52', '2001-08-10 20:58:06', NULL); +INSERT INTO Staff_in_Processes (`document_id`, `process_id`, `staff_id`, `staff_role_code`, `date_from`, `date_to`, `other_details`) VALUES (0, 9, 67, 'ED', '2015-01-01 06:43:57', '1982-01-11 19:27:20', NULL); +INSERT INTO Staff_in_Processes (`document_id`, `process_id`, `staff_id`, `staff_role_code`, `date_from`, `date_to`, `other_details`) VALUES (4, 9, 3, 'HR', '1979-10-19 18:36:39', '1993-12-13 11:55:33', NULL); +INSERT INTO Staff_in_Processes (`document_id`, `process_id`, `staff_id`, `staff_role_code`, `date_from`, `date_to`, `other_details`) VALUES (7, 9, 100, 'PT', '1988-06-20 01:13:16', '2000-06-15 03:03:57', NULL); +INSERT INTO Staff_in_Processes (`document_id`, `process_id`, `staff_id`, `staff_role_code`, `date_from`, `date_to`, `other_details`) VALUES (24, 9, 26, 'PR', '1973-02-04 06:53:33', '2005-10-19 08:53:29', NULL); +INSERT INTO Staff_in_Processes (`document_id`, `process_id`, `staff_id`, `staff_role_code`, `date_from`, `date_to`, `other_details`) VALUES (462, 9, 26, 'ED', '1988-08-05 21:55:02', '1995-03-09 06:54:14', NULL); +INSERT INTO Staff_in_Processes (`document_id`, `process_id`, `staff_id`, `staff_role_code`, `date_from`, `date_to`, `other_details`) VALUES (462, 9, 76, 'ED', '2009-08-07 08:26:16', '1973-09-18 07:39:56', NULL); +INSERT INTO Staff_in_Processes (`document_id`, `process_id`, `staff_id`, `staff_role_code`, `date_from`, `date_to`, `other_details`) VALUES (927, 9, 3, 'ED', '1998-09-05 17:52:04', '2014-05-24 01:12:43', NULL); +INSERT INTO Staff_in_Processes (`document_id`, `process_id`, `staff_id`, `staff_role_code`, `date_from`, `date_to`, `other_details`) VALUES (435463, 9, 52, 'PT', '1972-04-24 05:45:56', '1974-08-02 01:37:15', NULL); +INSERT INTO Staff_in_Processes (`document_id`, `process_id`, `staff_id`, `staff_role_code`, `date_from`, `date_to`, `other_details`) VALUES (461893, 9, 67, 'HR', '2000-06-10 21:41:38', '2007-02-12 17:11:51', NULL); +INSERT INTO Staff_in_Processes (`document_id`, `process_id`, `staff_id`, `staff_role_code`, `date_from`, `date_to`, `other_details`) VALUES (461893, 9, 93, 'MG', '2010-05-08 11:30:36', '1973-02-25 01:08:20', NULL); +INSERT INTO Staff_in_Processes (`document_id`, `process_id`, `staff_id`, `staff_role_code`, `date_from`, `date_to`, `other_details`) VALUES (782065904, 9, 52, 'ED', '2007-07-21 13:51:39', '1970-03-14 11:36:29', NULL); +INSERT INTO Staff_in_Processes (`document_id`, `process_id`, `staff_id`, `staff_role_code`, `date_from`, `date_to`, `other_details`) VALUES (782065904, 9, 66, 'MG', '1983-04-04 06:50:24', '1996-03-15 15:12:08', NULL); diff --git a/test_database/csu_1/schema.sql b/test_database/csu_1/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..e3adbc08051a5986b769347a832a1c60958df1ab --- /dev/null +++ b/test_database/csu_1/schema.sql @@ -0,0 +1,54 @@ +CREATE TABLE "Campuses" ( + "Id" INTEGER PRIMARY KEY, + "Campus" TEXT, + "Location" TEXT, + "County" TEXT, + "Year" INTEGER +); + +CREATE TABLE "csu_fees" ( + "Campus" INTEGER PRIMARY KEY, + "Year" INTEGER, + "CampusFee" INTEGER, + FOREIGN KEY (Campus) REFERENCES Campuses(Id) +); + +CREATE TABLE "degrees" ( + "Year" INTEGER, + "Campus" INTEGER, + "Degrees" INTEGER, + PRIMARY KEY (Year, Campus), + FOREIGN KEY (Campus) REFERENCES Campuses(Id) +); + + + +CREATE TABLE "discipline_enrollments" ( + "Campus" INTEGER, + "Discipline" INTEGER, + "Year" INTEGER, + "Undergraduate" INTEGER, + "Graduate" INTEGER, + PRIMARY KEY (Campus, Discipline), + FOREIGN KEY (Campus) REFERENCES Campuses(Id) +); + + + +CREATE TABLE "enrollments" ( + "Campus" INTEGER, + "Year" INTEGER, + "TotalEnrollment_AY" INTEGER, + "FTE_AY" INTEGER, + PRIMARY KEY(Campus, Year), + FOREIGN KEY (Campus) REFERENCES Campuses(Id) +); + +CREATE TABLE "faculty" ( + "Campus" INTEGER, + "Year" INTEGER, + "Faculty" REAL, + FOREIGN KEY (Campus) REFERENCES Campuses(Id) +); + + diff --git a/test_database/culture_company/culture_company.sqlite b/test_database/culture_company/culture_company.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..f4290e156662d069a642af1367195eddb2376440 Binary files /dev/null and b/test_database/culture_company/culture_company.sqlite differ diff --git a/test_database/culture_company/schema.sql b/test_database/culture_company/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..19d59db8b04c90878851d709ce452bd5df4c3130 --- /dev/null +++ b/test_database/culture_company/schema.sql @@ -0,0 +1,69 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "book_club" ( +"book_club_id" int, +"Year" int, +"Author_or_Editor" text, +"Book_Title" text, +"Publisher" text, +"Category" text, +"Result" text, +PRIMARY KEY ("book_club_id") +); + +INSERT INTO "book_club" VALUES (1, "1989","Michael Nava","Goldenboy","Alyson","Gay M/SF","Won [A ]"); +INSERT INTO "book_club" VALUES (2, "1989","Donald Ward","Death Takes the Stage","St. Martin's Press","Gay M/SF","Nom"); +INSERT INTO "book_club" VALUES (3, "1989","Michael Bishop","Unicorn Mountain","William Morrow","Gay M/SF","Nom"); +INSERT INTO "book_club" VALUES (4, "1989","Joseph Hansen","Obedience","Mysterious Press","Gay M/SF","Nom"); +INSERT INTO "book_club" VALUES (5, "1989","George Baxt","Whoӳ Next","International Polygonics","Gay M/SF","Nom"); +INSERT INTO "book_club" VALUES (6, "1989","Antoinette Azolakov","Skiptrace","Banned Books","Lesb. M/SF","Won"); +INSERT INTO "book_club" VALUES (7,"1989","Claire McNab","Lessons In Murder","Naiad Press","Lesb. M/SF","Nom"); +INSERT INTO "book_club" VALUES (8, "1989","Judy Grahn","Mundaneӳ World","Crossing Press","Lesb. M/SF","Nom"); +INSERT INTO "book_club" VALUES (9, "1989","Dolores Klaich","Heavy Gilt","Naiad Press","Lesb. M/SF","Nom"); +INSERT INTO "book_club" VALUES (10, "1989","Sandy Bayer","The Crystal Curtain","Alyson","Lesb. M/SF","Nom"); +INSERT INTO "book_club" VALUES (11, "1990","Jeffrey N. McMahan","Somewhere in the Night","Alyson","Gay SF/F","Won [B ]"); +INSERT INTO "book_club" VALUES (12, "1990","Thom Nickels","Walking Water / After All This","Banned Books","Gay SF/F","Nom"); + + +CREATE TABLE "movie" ( +"movie_id" int, +"Title" text, +"Year" int, +"Director" text, +"Budget_million" real, +"Gross_worldwide" int, +PRIMARY KEY("movie_id") +); + +INSERT INTO "movie" VALUES (1, "The Boondock Saints","1999","Troy Duffy","6","30471"); +INSERT INTO "movie" VALUES (2, "The Big Kahuna","1999","John Swanbeck","7","3728888"); +INSERT INTO "movie" VALUES (3, "Storm Catcher","1999","Anthony Hickox","5","40500"); +INSERT INTO "movie" VALUES (4, "Jill Rips","2000","Anthony Hickox","4","456774"); +INSERT INTO "movie" VALUES (5, "The Whole Nine Yards","2000","Jonathan Lynn","41.3","106371651"); +INSERT INTO "movie" VALUES (6, "Battlefield Earth","2000","Roger Christian","44","29725663"); +INSERT INTO "movie" VALUES (7, "Get Carter","2000","Stephen Kay","63.6","19412993"); +INSERT INTO "movie" VALUES (8, "The Art of War","2000","Christian Duguay","60","40400425"); +INSERT INTO "movie" VALUES (9, "Agent Red","2000","Damian Lee","47","543356"); +INSERT INTO "movie" VALUES (10, "3000 Miles to Graceland","2001","Demian Lichtenstein","62","18720175"); + + + +CREATE TABLE "culture_company" ( +"Company_name" text, +"Type" text, +"Incorporated_in" text, +"Group_Equity_Shareholding" real, +"book_club_id" text, +"movie_id" text, +PRIMARY KEY("Company_name"), +FOREIGN KEY ("book_club_id") REFERENCES "book_club"("book_club_id"), +FOREIGN KEY ("movie_id") REFERENCES "movie"("movie_id") +); + +INSERT INTO "culture_company" VALUES ("Culture China","Corporate","China","18.77",1,2); +INSERT INTO "culture_company" VALUES ("Culture China Cargo","Joint Venture","China","49",2,3); +INSERT INTO "culture_company" VALUES ("Culture Hong Kong","Joint Venture","Hong Kong","60",3,4); +INSERT INTO "culture_company" VALUES ("Dragonair","Subsidiary","Hong Kong","100",5,7); +INSERT INTO "culture_company" VALUES ("Cathay Pacific Culture","Subsidiary","Hong Kong","100",5,5); +INSERT INTO "culture_company" VALUES ("Cathay Pacific Culture Services (HK) Limited","Subsidiary","Hong Kong","100",6,6); + diff --git a/test_database/customers_and_invoices/customers_and_invoices.sqlite b/test_database/customers_and_invoices/customers_and_invoices.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..630da62dc20b170de1e77ffde7c8e37f2fec2ed1 Binary files /dev/null and b/test_database/customers_and_invoices/customers_and_invoices.sqlite differ diff --git a/test_database/customers_and_invoices/schema.sql b/test_database/customers_and_invoices/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..4425833e7593e46f32ba3947f193c0501b211c0b --- /dev/null +++ b/test_database/customers_and_invoices/schema.sql @@ -0,0 +1,229 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE `Customers` ( +`customer_id` INTEGER PRIMARY KEY, +`customer_first_name` VARCHAR(50), +`customer_middle_initial` VARCHAR(1), +`customer_last_name` VARCHAR(50), +`gender` VARCHAR(1), +`email_address` VARCHAR(255), +`login_name` VARCHAR(80), +`login_password` VARCHAR(20), +`phone_number` VARCHAR(255), +`town_city` VARCHAR(50), +`state_county_province` VARCHAR(50), +`country` VARCHAR(50) +); + +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_middle_initial`, `customer_last_name`, `gender`, `email_address`, `login_name`, `login_password`, `phone_number`, `town_city`, `state_county_province`, `country`) VALUES (1, 'Dee', 'A', 'Larkin', '1', 'thora.torphy@example.org', 'xhartmann', '77789d292604ea04406f', '241.796.1219x37862', 'North Nellie', 'WestVirginia', 'USA'); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_middle_initial`, `customer_last_name`, `gender`, `email_address`, `login_name`, `login_password`, `phone_number`, `town_city`, `state_county_province`, `country`) VALUES (2, 'Brennon', 'H', 'Weimann', '0', 'roosevelt.collier@example.org', 'shayne.lesch', 'ce97a3e4539347daab96', '(943)219-4234x415', 'South Isabell', 'Oklahoma', 'USA'); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_middle_initial`, `customer_last_name`, `gender`, `email_address`, `login_name`, `login_password`, `phone_number`, `town_city`, `state_county_province`, `country`) VALUES (3, 'Joesph', 'K', 'Schaefer', '0', 'homenick.ambrose@example.net', 'feeney.lauriane', 'a6c7a7064c36b038d402', '(488)524-5345', 'New Nikolas', 'Arkansas', 'USA'); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_middle_initial`, `customer_last_name`, `gender`, `email_address`, `login_name`, `login_password`, `phone_number`, `town_city`, `state_county_province`, `country`) VALUES (4, 'Zita', 'L', 'Trantow', '0', 'destinee06@example.com', 'rubye.padberg', 'eb32d2933362d38faff7', '(193)465-6674x4952', 'Ellaburgh', 'Colorado', 'USA'); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_middle_initial`, `customer_last_name`, `gender`, `email_address`, `login_name`, `login_password`, `phone_number`, `town_city`, `state_county_province`, `country`) VALUES (5, 'Murl', 'B', 'Shanahan', '1', 'jovani64@example.com', 'jankunding', '398c1603aec3e9de2684', '1-546-447-9843x13741', 'North Helmerbury', 'Idaho', 'USA'); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_middle_initial`, `customer_last_name`, `gender`, `email_address`, `login_name`, `login_password`, `phone_number`, `town_city`, `state_county_province`, `country`) VALUES (6, 'Vesta', 'E', 'Leuschke', '1', 'philip94@example.org', 'zdeckow', 'bdbc3c18cf28303c4f6a', '+69(0)7149212554', 'North Devonte', 'Mississippi', 'USA'); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_middle_initial`, `customer_last_name`, `gender`, `email_address`, `login_name`, `login_password`, `phone_number`, `town_city`, `state_county_province`, `country`) VALUES (7, 'Dangelo', 'M', 'Spinka', '1', 'zullrich@example.net', 'camilla.dubuque', '180a37476c537e78d3de', '1-904-787-7320', 'West Khaliltown', 'Kansas', 'USA'); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_middle_initial`, `customer_last_name`, `gender`, `email_address`, `login_name`, `login_password`, `phone_number`, `town_city`, `state_county_province`, `country`) VALUES (8, 'Meaghan', 'M', 'Keeling', '0', 'pyundt@example.org', 'lowe.wilber', 'e67856613cd71f1b2884', '06015518212', 'Kenshire', 'Mississippi', 'USA'); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_middle_initial`, `customer_last_name`, `gender`, `email_address`, `login_name`, `login_password`, `phone_number`, `town_city`, `state_county_province`, `country`) VALUES (9, 'Abbey', 'B', 'Ruecker', '0', 'anastacio45@example.org', 'dubuque.gina', 'd7629de5171fe29106c8', '1-344-593-4896x425', 'Bruenchester', 'California', 'USA'); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_middle_initial`, `customer_last_name`, `gender`, `email_address`, `login_name`, `login_password`, `phone_number`, `town_city`, `state_county_province`, `country`) VALUES (10, 'Devin', 'V', 'Glover', '0', 'udeckow@example.com', 'ypowlowski', '604f9062a5a0de83ef9d', '197-955-3766', 'Lake Eusebiomouth', 'Florida', 'USA'); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_middle_initial`, `customer_last_name`, `gender`, `email_address`, `login_name`, `login_password`, `phone_number`, `town_city`, `state_county_province`, `country`) VALUES (11, 'Neoma', 'G', 'Hauck', '1', 'michel92@example.org', 'ahmad.hagenes', '035f2ba1e2a675c4f426', '+95(0)1523064649', 'New Rachellefort', 'Alabama', 'USA'); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_middle_initial`, `customer_last_name`, `gender`, `email_address`, `login_name`, `login_password`, `phone_number`, `town_city`, `state_county_province`, `country`) VALUES (12, 'Jensen', 'M', 'Muller', '0', 'lew.nicolas@example.org', 'pbecker', '5fe7c12dc3176ddf67c4', '(650)406-8761', 'Carleefort', 'Montana', 'USA'); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_middle_initial`, `customer_last_name`, `gender`, `email_address`, `login_name`, `login_password`, `phone_number`, `town_city`, `state_county_province`, `country`) VALUES (13, 'Kieran', 'A', 'Auer', '0', 'nnolan@example.org', 'sophia97', 'd4ade599672bccdabeee', '(157)046-6255x98627', 'Lake Freemanville', 'Kentucky', 'USA'); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_middle_initial`, `customer_last_name`, `gender`, `email_address`, `login_name`, `login_password`, `phone_number`, `town_city`, `state_county_province`, `country`) VALUES (14, 'Percival', 'B', 'Kessler', '1', 'jacobi.shanon@example.org', 'lucy.jast', '178613c20728eec256db', '(791)562-7792x45732', 'Port Hollie', 'Louisiana', 'USA'); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_middle_initial`, `customer_last_name`, `gender`, `email_address`, `login_name`, `login_password`, `phone_number`, `town_city`, `state_county_province`, `country`) VALUES (15, 'Ruby', 'K', 'Boyle', '0', 'gwolff@example.net', 'dthiel', 'eff2c0dbf972481ba23c', '1-546-302-5676', 'East Stephaniafort', 'SouthDakota', 'USA'); + + +CREATE TABLE `Orders` ( +`order_id` INTEGER PRIMARY KEY, +`customer_id` INTEGER NOT NULL, +`date_order_placed` DATETIME NOT NULL, +`order_details` VARCHAR(255), +FOREIGN KEY (`customer_id` ) REFERENCES `Customers`(`customer_id` ) +); +INSERT INTO Orders (`order_id`, `customer_id`, `date_order_placed`, `order_details`) VALUES (1, 12, '2012-06-27 20:49:56', NULL); +INSERT INTO Orders (`order_id`, `customer_id`, `date_order_placed`, `order_details`) VALUES (2, 12, '2012-08-25 07:51:54', NULL); +INSERT INTO Orders (`order_id`, `customer_id`, `date_order_placed`, `order_details`) VALUES (3, 8, '2017-11-05 15:32:38', NULL); +INSERT INTO Orders (`order_id`, `customer_id`, `date_order_placed`, `order_details`) VALUES (4, 5, '2017-11-27 21:50:58', NULL); +INSERT INTO Orders (`order_id`, `customer_id`, `date_order_placed`, `order_details`) VALUES (5, 15, '2015-05-17 03:05:32', NULL); +INSERT INTO Orders (`order_id`, `customer_id`, `date_order_placed`, `order_details`) VALUES (6, 5, '2015-11-25 22:55:41', NULL); +INSERT INTO Orders (`order_id`, `customer_id`, `date_order_placed`, `order_details`) VALUES (7, 3, '2016-04-15 03:33:59', NULL); +INSERT INTO Orders (`order_id`, `customer_id`, `date_order_placed`, `order_details`) VALUES (8, 3, '2010-01-28 03:43:26', NULL); +INSERT INTO Orders (`order_id`, `customer_id`, `date_order_placed`, `order_details`) VALUES (9, 2, '2017-03-08 05:42:10', NULL); +INSERT INTO Orders (`order_id`, `customer_id`, `date_order_placed`, `order_details`) VALUES (10, 11, '2017-12-04 02:59:10', NULL); +INSERT INTO Orders (`order_id`, `customer_id`, `date_order_placed`, `order_details`) VALUES (11, 14, '2010-10-22 06:45:16', NULL); +INSERT INTO Orders (`order_id`, `customer_id`, `date_order_placed`, `order_details`) VALUES (12, 1, '2017-05-24 19:26:44', NULL); +INSERT INTO Orders (`order_id`, `customer_id`, `date_order_placed`, `order_details`) VALUES (13, 10, '2015-08-06 22:40:40', NULL); +INSERT INTO Orders (`order_id`, `customer_id`, `date_order_placed`, `order_details`) VALUES (14, 10, '2017-10-29 04:20:08', NULL); +INSERT INTO Orders (`order_id`, `customer_id`, `date_order_placed`, `order_details`) VALUES (15, 6, '2013-10-25 17:40:25', NULL); + + + +CREATE TABLE `Invoices` ( +`invoice_number` INTEGER PRIMARY KEY, +`order_id` INTEGER NOT NULL, +`invoice_date` DATETIME, +FOREIGN KEY (`order_id` ) REFERENCES `Orders`(`order_id` ) +); +INSERT INTO Invoices (`invoice_number`, `order_id`, `invoice_date`) VALUES (1, 9, '2018-03-01 16:40:48'); +INSERT INTO Invoices (`invoice_number`, `order_id`, `invoice_date`) VALUES (2, 9, '2018-03-20 00:21:41'); +INSERT INTO Invoices (`invoice_number`, `order_id`, `invoice_date`) VALUES (3, 3, '2018-03-05 08:47:33'); +INSERT INTO Invoices (`invoice_number`, `order_id`, `invoice_date`) VALUES (4, 9, '2018-02-28 19:01:06'); +INSERT INTO Invoices (`invoice_number`, `order_id`, `invoice_date`) VALUES (5, 13, '2018-03-07 02:04:32'); +INSERT INTO Invoices (`invoice_number`, `order_id`, `invoice_date`) VALUES (6, 8, '2018-03-16 21:57:43'); +INSERT INTO Invoices (`invoice_number`, `order_id`, `invoice_date`) VALUES (7, 10, '2018-03-13 07:27:38'); +INSERT INTO Invoices (`invoice_number`, `order_id`, `invoice_date`) VALUES (8, 10, '2018-03-19 17:06:30'); +INSERT INTO Invoices (`invoice_number`, `order_id`, `invoice_date`) VALUES (9, 12, '2018-03-16 11:01:06'); +INSERT INTO Invoices (`invoice_number`, `order_id`, `invoice_date`) VALUES (10, 11, '2018-03-01 01:44:08'); +INSERT INTO Invoices (`invoice_number`, `order_id`, `invoice_date`) VALUES (11, 5, '2018-03-23 04:59:28'); +INSERT INTO Invoices (`invoice_number`, `order_id`, `invoice_date`) VALUES (12, 3, '2018-03-15 21:24:13'); +INSERT INTO Invoices (`invoice_number`, `order_id`, `invoice_date`) VALUES (13, 3, '2018-03-03 20:44:06'); +INSERT INTO Invoices (`invoice_number`, `order_id`, `invoice_date`) VALUES (14, 4, '2018-03-19 22:38:10'); +INSERT INTO Invoices (`invoice_number`, `order_id`, `invoice_date`) VALUES (15, 14, '2018-03-15 09:38:49'); + + +CREATE TABLE `Accounts` ( +`account_id` INTEGER PRIMARY KEY, +`customer_id` INTEGER NOT NULL, +`date_account_opened` DATETIME, +`account_name` VARCHAR(50), +`other_account_details` VARCHAR(255), +FOREIGN KEY (`customer_id` ) REFERENCES `Customers`(`customer_id` ) +); + + + +INSERT INTO Accounts (`account_id`, `customer_id`, `date_account_opened`, `account_name`, `other_account_details`) VALUES (1, 8, '2016-07-30 22:22:24', '900', 'Regular'); +INSERT INTO Accounts (`account_id`, `customer_id`, `date_account_opened`, `account_name`, `other_account_details`) VALUES (2, 3, '2017-05-29 16:45:17', '520', 'VIP'); +INSERT INTO Accounts (`account_id`, `customer_id`, `date_account_opened`, `account_name`, `other_account_details`) VALUES (3, 8, '2012-05-04 18:50:32', '323', 'Regular'); +INSERT INTO Accounts (`account_id`, `customer_id`, `date_account_opened`, `account_name`, `other_account_details`) VALUES (4, 15, '2011-03-29 15:06:59', '390', 'VIP'); +INSERT INTO Accounts (`account_id`, `customer_id`, `date_account_opened`, `account_name`, `other_account_details`) VALUES (5, 15, '2014-08-11 18:15:14', '935', 'Regular'); +INSERT INTO Accounts (`account_id`, `customer_id`, `date_account_opened`, `account_name`, `other_account_details`) VALUES (6, 12, '2014-05-30 12:16:52', '371', 'Regular'); +INSERT INTO Accounts (`account_id`, `customer_id`, `date_account_opened`, `account_name`, `other_account_details`) VALUES (7, 13, '2015-11-03 08:04:15', '398', 'VIP'); +INSERT INTO Accounts (`account_id`, `customer_id`, `date_account_opened`, `account_name`, `other_account_details`) VALUES (8, 9, '2009-06-13 11:41:52', '710', 'Regular'); +INSERT INTO Accounts (`account_id`, `customer_id`, `date_account_opened`, `account_name`, `other_account_details`) VALUES (9, 8, '2010-10-22 13:33:45', '337', 'Regular'); +INSERT INTO Accounts (`account_id`, `customer_id`, `date_account_opened`, `account_name`, `other_account_details`) VALUES (10, 15, '2016-04-25 21:49:17', '429', 'VIP'); +INSERT INTO Accounts (`account_id`, `customer_id`, `date_account_opened`, `account_name`, `other_account_details`) VALUES (11, 13, '2012-07-09 23:40:15', '191', 'VIP'); +INSERT INTO Accounts (`account_id`, `customer_id`, `date_account_opened`, `account_name`, `other_account_details`) VALUES (12, 8, '2015-02-02 09:47:08', '601', 'Regular'); +INSERT INTO Accounts (`account_id`, `customer_id`, `date_account_opened`, `account_name`, `other_account_details`) VALUES (13, 13, '2010-06-16 09:35:00', '272', 'Regular'); +INSERT INTO Accounts (`account_id`, `customer_id`, `date_account_opened`, `account_name`, `other_account_details`) VALUES (14, 13, '2014-12-28 07:29:42', '861', 'VIP'); +INSERT INTO Accounts (`account_id`, `customer_id`, `date_account_opened`, `account_name`, `other_account_details`) VALUES (15, 6, '2008-05-04 22:15:56', '662', 'VIP'); + + +CREATE TABLE `Product_Categories` ( +`production_type_code` VARCHAR(15) PRIMARY KEY, +`product_type_description` VARCHAR(80), +`vat_rating` DECIMAL(19,4) +); +CREATE TABLE `Products` ( +`product_id` INTEGER PRIMARY KEY, +`parent_product_id` INTEGER, +`production_type_code` VARCHAR(15) NOT NULL, +`unit_price` DECIMAL(19,4), +`product_name` VARCHAR(80), +`product_color` VARCHAR(20), +`product_size` VARCHAR(20), +FOREIGN KEY (`production_type_code` ) REFERENCES `Product_Categories`(`production_type_code` ) +); + +INSERT INTO Product_Categories (`production_type_code`, `product_type_description`, `vat_rating`) VALUES ('Food', 'Food', '15.8400'); +INSERT INTO Product_Categories (`production_type_code`, `product_type_description`, `vat_rating`) VALUES ('DVDs', 'Dvd products', '11.4000'); +INSERT INTO Product_Categories (`production_type_code`, `product_type_description`, `vat_rating`) VALUES ('Books', 'Books', '13.9500'); +INSERT INTO Product_Categories (`production_type_code`, `product_type_description`, `vat_rating`) VALUES ('Electronics', 'Electrical devices', '17.9000'); +INSERT INTO Products (`product_id`, `parent_product_id`, `production_type_code`, `unit_price`, `product_name`, `product_color`, `product_size`) VALUES (1, 4, 'Food', '617.9500', 'Coffee Bean', 'Red', 'Medium'); +INSERT INTO Products (`product_id`, `parent_product_id`, `production_type_code`, `unit_price`, `product_name`, `product_color`, `product_size`) VALUES (2, 4, 'Books', '558.4900', 'Learning French', 'Yellow', 'Medium'); +INSERT INTO Products (`product_id`, `parent_product_id`, `production_type_code`, `unit_price`, `product_name`, `product_color`, `product_size`) VALUES (3, 8, 'Electronics', '563.5800', 'Fans', 'Black', 'Medium'); +INSERT INTO Products (`product_id`, `parent_product_id`, `production_type_code`, `unit_price`, `product_name`, `product_color`, `product_size`) VALUES (4, 8, 'Electronics', '985.7800', 'Hard Drive', 'Black', 'Small'); +INSERT INTO Products (`product_id`, `parent_product_id`, `production_type_code`, `unit_price`, `product_name`, `product_color`, `product_size`) VALUES (5, 7, 'DVDs', '682.0600', 'Arts', 'Yellow', 'Small'); +INSERT INTO Products (`product_id`, `parent_product_id`, `production_type_code`, `unit_price`, `product_name`, `product_color`, `product_size`) VALUES (6, 7, 'Books', '469.7100', 'Art History', 'Yellow', 'Small'); +INSERT INTO Products (`product_id`, `parent_product_id`, `production_type_code`, `unit_price`, `product_name`, `product_color`, `product_size`) VALUES (7, 5, 'Books', '409.8300', 'Learning English', 'Red', 'Large'); +INSERT INTO Products (`product_id`, `parent_product_id`, `production_type_code`, `unit_price`, `product_name`, `product_color`, `product_size`) VALUES (8, 1, 'Books', '49.6200', 'Menus', 'Black', 'Small'); +INSERT INTO Products (`product_id`, `parent_product_id`, `production_type_code`, `unit_price`, `product_name`, `product_color`, `product_size`) VALUES (9, 8, 'Food', '694.3100', 'Beer Menus', 'Black', 'Small'); +INSERT INTO Products (`product_id`, `parent_product_id`, `production_type_code`, `unit_price`, `product_name`, `product_color`, `product_size`) VALUES (10, 9, 'Electronics', '937.8500', 'TV', 'Red', 'Medium'); +INSERT INTO Products (`product_id`, `parent_product_id`, `production_type_code`, `unit_price`, `product_name`, `product_color`, `product_size`) VALUES (11, 8, 'DVDs', '52.8800', 'Harry Potter 1', 'Black', 'Small'); +INSERT INTO Products (`product_id`, `parent_product_id`, `production_type_code`, `unit_price`, `product_name`, `product_color`, `product_size`) VALUES (12, 1, 'DVDs', '729.0900', 'Harry Potter 2', 'Red', 'Medium'); +INSERT INTO Products (`product_id`, `parent_product_id`, `production_type_code`, `unit_price`, `product_name`, `product_color`, `product_size`) VALUES (13, 6, 'Food', '639.7600', 'Chocolate', 'Yellow', 'Small'); +INSERT INTO Products (`product_id`, `parent_product_id`, `production_type_code`, `unit_price`, `product_name`, `product_color`, `product_size`) VALUES (14, 1, 'DVDs', '469.8700', 'Harry Potter 3', 'Yellow', 'Small'); +INSERT INTO Products (`product_id`, `parent_product_id`, `production_type_code`, `unit_price`, `product_name`, `product_color`, `product_size`) VALUES (15, 2, 'DVDs', '82.9600', 'Harry Potter 4', 'Yellow', 'Large'); + + +CREATE TABLE `Financial_Transactions` ( +`transaction_id` INTEGER NOT NULL , +`account_id` INTEGER NOT NULL, +`invoice_number` INTEGER, +`transaction_type` VARCHAR(15) NOT NULL, +`transaction_date` DATETIME, +`transaction_amount` DECIMAL(19,4), +`transaction_comment` VARCHAR(255), +`other_transaction_details` VARCHAR(255), +FOREIGN KEY (`invoice_number` ) REFERENCES `Invoices`(`invoice_number` ), +FOREIGN KEY (`account_id` ) REFERENCES `Accounts`(`account_id` ) +); +CREATE TABLE `Order_Items` ( +`order_item_id` INTEGER PRIMARY KEY, +`order_id` INTEGER NOT NULL, +`product_id` INTEGER NOT NULL, +`product_quantity` VARCHAR(50), +`other_order_item_details` VARCHAR(255), +FOREIGN KEY (`product_id` ) REFERENCES `Products`(`product_id` ), +FOREIGN KEY (`order_id` ) REFERENCES `Orders`(`order_id` ) +); + + +INSERT INTO Financial_Transactions (`transaction_id`, `account_id`, `invoice_number`, `transaction_type`, `transaction_date`, `transaction_amount`) VALUES (1, 13, 12, 'Payment', '2018-03-15 21:13:57', '613.9600'); +INSERT INTO Financial_Transactions (`transaction_id`, `account_id`, `invoice_number`, `transaction_type`, `transaction_date`, `transaction_amount`) VALUES (2, 9, 1, 'Payment', '2018-03-13 13:27:46', '368.4600'); +INSERT INTO Financial_Transactions (`transaction_id`, `account_id`, `invoice_number`, `transaction_type`, `transaction_date`, `transaction_amount`) VALUES (3, 6, 1, 'Refund', '2018-03-03 01:50:25', '1598.2500'); +INSERT INTO Financial_Transactions (`transaction_id`, `account_id`, `invoice_number`, `transaction_type`, `transaction_date`, `transaction_amount`) VALUES (4, 9, 12, 'Payment', '2018-03-10 13:46:48', '540.7300'); +INSERT INTO Financial_Transactions (`transaction_id`, `account_id`, `invoice_number`, `transaction_type`, `transaction_date`, `transaction_amount`) VALUES (5, 9, 2, 'Payment', '2018-03-23 04:56:12', '1214.2200'); +INSERT INTO Financial_Transactions (`transaction_id`, `account_id`, `invoice_number`, `transaction_type`, `transaction_date`, `transaction_amount`) VALUES (6, 12, 3, 'Refund', '2018-03-22 21:58:37', '1903.4100'); +INSERT INTO Financial_Transactions (`transaction_id`, `account_id`, `invoice_number`, `transaction_type`, `transaction_date`, `transaction_amount`) VALUES (7, 13, 14, 'Payment', '2018-03-12 03:06:52', '1585.0300'); +INSERT INTO Financial_Transactions (`transaction_id`, `account_id`, `invoice_number`, `transaction_type`, `transaction_date`, `transaction_amount`) VALUES (8, 14, 15, 'Payment', '2018-03-11 21:57:47', '1425.4100'); +INSERT INTO Financial_Transactions (`transaction_id`, `account_id`, `invoice_number`, `transaction_type`, `transaction_date`, `transaction_amount`) VALUES (9, 8, 12, 'Payment', '2018-03-07 04:32:54', '1517.7700'); +INSERT INTO Financial_Transactions (`transaction_id`, `account_id`, `invoice_number`, `transaction_type`, `transaction_date`, `transaction_amount`) VALUES (10, 6, 15, 'Payment', '2018-03-14 19:09:07', '1477.5700'); +INSERT INTO Financial_Transactions (`transaction_id`, `account_id`, `invoice_number`, `transaction_type`, `transaction_date`, `transaction_amount`) VALUES (11, 6, 13, 'Refund', '2018-03-12 22:51:05', '1567.6400'); +INSERT INTO Financial_Transactions (`transaction_id`, `account_id`, `invoice_number`, `transaction_type`, `transaction_date`, `transaction_amount`) VALUES (12, 9, 6, 'Refund', '2018-03-05 19:55:23', '1781.2400'); +INSERT INTO Financial_Transactions (`transaction_id`, `account_id`, `invoice_number`, `transaction_type`, `transaction_date`, `transaction_amount`) VALUES (13, 13, 12, 'Refund', '2018-03-24 12:05:11', '899.8700'); +INSERT INTO Financial_Transactions (`transaction_id`, `account_id`, `invoice_number`, `transaction_type`, `transaction_date`, `transaction_amount`) VALUES (14, 11, 5, 'Refund', '2018-03-13 03:51:59', '1462.6200'); +INSERT INTO Financial_Transactions (`transaction_id`, `account_id`, `invoice_number`, `transaction_type`, `transaction_date`, `transaction_amount`) VALUES (15, 4, 14, 'Refund', '2018-02-27 14:58:30', '1979.6600'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `product_quantity`, `other_order_item_details`) VALUES (1, 4, 4, '6', NULL); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `product_quantity`, `other_order_item_details`) VALUES (2, 4, 10, '7', NULL); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `product_quantity`, `other_order_item_details`) VALUES (3, 15, 5, '4', NULL); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `product_quantity`, `other_order_item_details`) VALUES (4, 1, 3, '9', NULL); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `product_quantity`, `other_order_item_details`) VALUES (5, 2, 14, '3', NULL); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `product_quantity`, `other_order_item_details`) VALUES (6, 13, 12, '8', NULL); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `product_quantity`, `other_order_item_details`) VALUES (7, 1, 15, '3', NULL); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `product_quantity`, `other_order_item_details`) VALUES (8, 10, 4, '4', NULL); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `product_quantity`, `other_order_item_details`) VALUES (9, 14, 5, '1', NULL); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `product_quantity`, `other_order_item_details`) VALUES (10, 13, 9, '2', NULL); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `product_quantity`, `other_order_item_details`) VALUES (11, 15, 7, '5', NULL); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `product_quantity`, `other_order_item_details`) VALUES (12, 4, 14, '4', NULL); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `product_quantity`, `other_order_item_details`) VALUES (13, 12, 13, '1', NULL); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `product_quantity`, `other_order_item_details`) VALUES (14, 13, 14, '2', NULL); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `product_quantity`, `other_order_item_details`) VALUES (15, 13, 14, '6', NULL); + +CREATE TABLE `Invoice_Line_Items` ( +`order_item_id` INTEGER NOT NULL, +`invoice_number` INTEGER NOT NULL, +`product_id` INTEGER NOT NULL, +`product_title` VARCHAR(80), +`product_quantity` VARCHAR(50), +`product_price` DECIMAL(19,4), +`derived_product_cost` DECIMAL(19,4), +`derived_vat_payable` DECIMAL(19,4), +`derived_total_cost` DECIMAL(19,4), +FOREIGN KEY (`order_item_id` ) REFERENCES `Order_Items`(`order_item_id` ), +FOREIGN KEY (`invoice_number` ) REFERENCES `Invoices`(`invoice_number` ), +FOREIGN KEY (`product_id` ) REFERENCES `Products`(`product_id` ) +); +INSERT INTO Invoice_Line_Items (`order_item_id`, `invoice_number`, `product_id`, `product_title`, `product_quantity`, `product_price`, `derived_product_cost`, `derived_vat_payable`, `derived_total_cost`) VALUES (14, 9, 5, 'prod_name', '4', '742.3700', '191.1100', NULL, '69.8200'); +INSERT INTO Invoice_Line_Items (`order_item_id`, `invoice_number`, `product_id`, `product_title`, `product_quantity`, `product_price`, `derived_product_cost`, `derived_vat_payable`, `derived_total_cost`) VALUES (3, 9, 15, 'prod_name', '1', '814.8700', '176.2900', NULL, '59.5600'); +INSERT INTO Invoice_Line_Items (`order_item_id`, `invoice_number`, `product_id`, `product_title`, `product_quantity`, `product_price`, `derived_product_cost`, `derived_vat_payable`, `derived_total_cost`) VALUES (4, 10, 15, 'prod_name', '8', '943.0700', '73.1400', NULL, '59.9300'); +INSERT INTO Invoice_Line_Items (`order_item_id`, `invoice_number`, `product_id`, `product_title`, `product_quantity`, `product_price`, `derived_product_cost`, `derived_vat_payable`, `derived_total_cost`) VALUES (6, 15, 14, 'prod_name', '2', '749.6000', '197.0600', NULL, '82.7700'); +INSERT INTO Invoice_Line_Items (`order_item_id`, `invoice_number`, `product_id`, `product_title`, `product_quantity`, `product_price`, `derived_product_cost`, `derived_vat_payable`, `derived_total_cost`) VALUES (8, 11, 10, 'prod_name', '2', '942.9900', '88.4300', NULL, '86.5600'); +INSERT INTO Invoice_Line_Items (`order_item_id`, `invoice_number`, `product_id`, `product_title`, `product_quantity`, `product_price`, `derived_product_cost`, `derived_vat_payable`, `derived_total_cost`) VALUES (9, 11, 9, 'prod_name', '6', '486.6900', '64.6700', NULL, '83.4000'); +INSERT INTO Invoice_Line_Items (`order_item_id`, `invoice_number`, `product_id`, `product_title`, `product_quantity`, `product_price`, `derived_product_cost`, `derived_vat_payable`, `derived_total_cost`) VALUES (8, 14, 3, 'prod_name', '3', '995.3400', '28.1800', NULL, '58.2400'); +INSERT INTO Invoice_Line_Items (`order_item_id`, `invoice_number`, `product_id`, `product_title`, `product_quantity`, `product_price`, `derived_product_cost`, `derived_vat_payable`, `derived_total_cost`) VALUES (11, 1, 6, 'prod_name', '9', '429.0500', '254.0800', NULL, '79.4800'); +INSERT INTO Invoice_Line_Items (`order_item_id`, `invoice_number`, `product_id`, `product_title`, `product_quantity`, `product_price`, `derived_product_cost`, `derived_vat_payable`, `derived_total_cost`) VALUES (15, 9, 3, 'prod_name', '4', '727.4100', '66.0000', NULL, '53.5300'); +INSERT INTO Invoice_Line_Items (`order_item_id`, `invoice_number`, `product_id`, `product_title`, `product_quantity`, `product_price`, `derived_product_cost`, `derived_vat_payable`, `derived_total_cost`) VALUES (7, 9, 14, 'prod_name', '9', '559.9500', '89.1600', NULL, '45.6600'); +INSERT INTO Invoice_Line_Items (`order_item_id`, `invoice_number`, `product_id`, `product_title`, `product_quantity`, `product_price`, `derived_product_cost`, `derived_vat_payable`, `derived_total_cost`) VALUES (5, 7, 8, 'prod_name', '6', '787.6100', '150.0400', NULL, '51.2700'); +INSERT INTO Invoice_Line_Items (`order_item_id`, `invoice_number`, `product_id`, `product_title`, `product_quantity`, `product_price`, `derived_product_cost`, `derived_vat_payable`, `derived_total_cost`) VALUES (10, 10, 1, 'prod_name', '9', '781.4600', '256.8400', NULL, '71.2200'); +INSERT INTO Invoice_Line_Items (`order_item_id`, `invoice_number`, `product_id`, `product_title`, `product_quantity`, `product_price`, `derived_product_cost`, `derived_vat_payable`, `derived_total_cost`) VALUES (10, 14, 11, 'prod_name', '7', '884.4000', '249.1900', NULL, '78.2600'); +INSERT INTO Invoice_Line_Items (`order_item_id`, `invoice_number`, `product_id`, `product_title`, `product_quantity`, `product_price`, `derived_product_cost`, `derived_vat_payable`, `derived_total_cost`) VALUES (10, 5, 11, 'prod_name', '5', '556.3600', '295.2600', NULL, '61.0000'); +INSERT INTO Invoice_Line_Items (`order_item_id`, `invoice_number`, `product_id`, `product_title`, `product_quantity`, `product_price`, `derived_product_cost`, `derived_vat_payable`, `derived_total_cost`) VALUES (8, 12, 6, 'prod_name', '8', '597.2800', '188.7100', NULL, '98.7700'); diff --git a/test_database/customers_and_orders/customers_and_orders.sqlite b/test_database/customers_and_orders/customers_and_orders.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..79dcfc28c134b580e60510e232471ad75fd66599 Binary files /dev/null and b/test_database/customers_and_orders/customers_and_orders.sqlite differ diff --git a/test_database/customers_and_orders/schema.sql b/test_database/customers_and_orders/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..41a010da98604c7a859373b31d105f7af7352580 --- /dev/null +++ b/test_database/customers_and_orders/schema.sql @@ -0,0 +1,134 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE `Products` ( +`product_id` INTEGER PRIMARY KEY, +`product_type_code` VARCHAR(15), +`product_name` VARCHAR(80), +`product_price` DOUBLE NULL +); + +CREATE TABLE `Addresses` ( +`address_id` INTEGER PRIMARY KEY, +`address_details` VARCHAR(255) +); + +CREATE TABLE `Customers` ( +`customer_id` INTEGER PRIMARY KEY, +`address_id` INTEGER NOT NULL, +`payment_method_code` VARCHAR(15), +`customer_number` VARCHAR(20), +`customer_name` VARCHAR(80), +`customer_address` VARCHAR(255), +`customer_phone` VARCHAR(80), +`customer_email` VARCHAR(80) +); +CREATE TABLE `Customer_Orders` ( +`order_id` INTEGER PRIMARY KEY, +`customer_id` INTEGER NOT NULL, +`order_date` DATETIME NOT NULL, +`order_status_code` VARCHAR(15), +FOREIGN KEY (`customer_id` ) REFERENCES `Customers`(`customer_id` ) +); +CREATE TABLE `Order_Items` ( +`order_item_id` INTEGER NOT NULL , +`order_id` INTEGER NOT NULL, +`product_id` INTEGER NOT NULL, +`order_quantity` VARCHAR(80), +FOREIGN KEY (`order_id` ) REFERENCES `Customer_Orders`(`order_id` ), +FOREIGN KEY (`product_id` ) REFERENCES `Products`(`product_id` ) +); + +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (1, '2632 Ofelia Stream Apt. 537 +Rueckerborough, NV 78430-4096'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (2, '481 Tyrique Junction +West Kali, UT 16070-1379'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (3, '4363 Otilia Hill +Landenshire, ND 45637'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (4, '1734 Klocko Views Suite 840 +Schusterfort, WY 34067-3366'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (5, '001 Eliza Ferry Suite 929 +Schillerfurt, WI 60335-2125'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (6, '8013 O''Keefe Harbors +New Baronview, AR 57984'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (7, '50445 Gerhold Springs +Jaleelstad, IL 16333-3222'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (8, '13460 Rylee Green +South Domenicamouth, NM 36408-2902'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (9, '59479 Eladio Cliff +Wymanside, PA 69696-5826'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (10, '4959 Dixie Oval +North Timothyberg, OK 88659'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (11, '80770 Borer Square +Lillianaborough, NE 46012-9033'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (12, '83114 Vanessa Mountains Suite 788 +North Kara, CA 25470-9357'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (13, '078 Jameson Avenue +Cyrusberg, MN 88459-2009'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (14, '0335 Ferne Dale +East Lura, AZ 62151-8685'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (15, '140 Norene Ford +Port Buddymouth, MA 08157-7414'); + + +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (1, 'Hardware', 'Monitor', '2084.944172129'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (2, 'Clothes', 'Topping', '26045678.098468'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (3, 'Clothes', 'Black Jeans', '7312007.4430563'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (4, 'Clothes', 'Blue Jeans', '473.92262166875'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (5, 'Clothes', 'Yellow Jeans', '34529451.515631'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (6, 'Clothes', 'Gray Jeans', '6897489.4162472'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (7, 'Hardware', 'Mouse', '196066792.36835'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (8, 'Clothes', 'White Topping', '705.9133468689'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (9, 'Hardware', 'Keyboard', '495.99319506948'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (10, 'Hardware', 'Drive', '37993003.400391'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (11, 'Clothes', 'Purple Topping', '7194641.5117043'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (12, 'Clothes', 'Black Topping', '201509245.10256'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (13, 'Clothes', 'Yellow Topping', '840.34678227843'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (14, 'Hardware', 'DVD', '870.50471411809'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (15, 'Clothes', 'Blue Topping', '2825.6814780336'); + +INSERT INTO Customers (`customer_id`, `address_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (1, 9, 'Credit Card', '601', 'Jeromy', '422 Bode Mount Apt. 688', '1-968-453-3485', 'everett.kautzer@example.com'); +INSERT INTO Customers (`customer_id`, `address_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (2, 8, 'Credit Card', '920', 'Edmond', '0965 Dickens Springs', '+92(8)6677749570', 'maegan54@example.net'); +INSERT INTO Customers (`customer_id`, `address_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (3, 3, 'Credit Card', '990', 'Twila', '878 Joy Fields Apt. 366', '(291)441-3432', 'dedric.bailey@example.org'); +INSERT INTO Customers (`customer_id`, `address_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (4, 11, 'Credit Card', '037', 'Madelynn', '9128 Berry Mountains Suite 608', '1-909-419-5704x7658', 'white.barney@example.net'); +INSERT INTO Customers (`customer_id`, `address_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (5, 7, 'Credit Card', '949', 'Nya', '689 Wilkinson Coves Apt. 107', '739-333-7916', 'eldred44@example.net'); +INSERT INTO Customers (`customer_id`, `address_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (6, 1, 'Credit Card', '892', 'Kenna', '5425 Vern Rue Suite 490', '804-701-9307', 'thomas67@example.org'); +INSERT INTO Customers (`customer_id`, `address_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (7, 10, 'Credit Card', '707', 'Katrina', '73546 Gaylord Harbors Suite 881', '239.351.4998x35742', 'hoyt80@example.org'); +INSERT INTO Customers (`customer_id`, `address_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (8, 9, 'Credit Card', '979', 'Jaylan', '76957 Kohler Via Suite 315', '+10(8)9243074470', 'penelope.koepp@example.com'); +INSERT INTO Customers (`customer_id`, `address_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (9, 7, 'Credit Card', '025', 'Jeremie', '97464 Greenholt Tunnel', '1-766-484-5984x4558', 'kuhn.mable@example.org'); +INSERT INTO Customers (`customer_id`, `address_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (10, 9, 'Direct Debit', '319', 'Lenny', '869 Anastasia Knoll Apt. 100', '457.149.5849', 'brooks08@example.org'); +INSERT INTO Customers (`customer_id`, `address_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (11, 2, 'Direct Debit', '102', 'Gunner', '44535 Lisette Valleys Apt. 520', '09657208451', 'katelynn81@example.net'); +INSERT INTO Customers (`customer_id`, `address_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (12, 13, 'Credit Card', '759', 'Abe', '022 Turner Shore Suite 221', '+96(9)6593071847', 'floyd.boyer@example.net'); +INSERT INTO Customers (`customer_id`, `address_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (13, 1, 'Direct Debit', '769', 'Kennith', '047 Lang Island Apt. 977', '100-037-1493x19148', 'tromp.maye@example.net'); +INSERT INTO Customers (`customer_id`, `address_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (14, 2, 'Credit Card', '431', 'Mittie', '31742 Grant Plain Suite 093', '+22(4)3215644293', 'daniel.hilma@example.net'); +INSERT INTO Customers (`customer_id`, `address_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (15, 15, 'Direct Debit', '202', 'Alexandrine', '85441 Frieda Skyway', '183.800.7178x7079', 'marguerite93@example.net'); + +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (1, 12, '2016-05-14 22:08:41', 'Part'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (2, 3, '1991-02-26 11:32:39', 'Part'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (3, 3, '2000-06-26 05:17:11', 'Part'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (4, 1, '1987-06-28 09:12:32', 'Completed'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (5, 15, '1994-12-17 22:49:09', 'Completed'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (6, 13, '1978-09-08 23:31:23', 'Part'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (7, 15, '2009-11-20 18:18:29', 'Completed'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (8, 9, '1994-02-07 07:27:57', 'Part'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (9, 5, '2007-11-23 04:32:19', 'Completed'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (10, 14, '1986-01-30 15:27:58', 'Part'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (11, 8, '2005-11-10 16:19:29', 'Part'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (12, 13, '2016-03-01 07:51:02', 'Part'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (13, 4, '2016-02-19 18:07:06', 'Completed'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (14, 12, '2013-08-10 03:01:33', 'Completed'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (15, 14, '1993-11-03 13:47:02', 'Part'); + +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (1, 8, 13, '2'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (2, 1, 10, '2'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (3, 13, 11, '4'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (4, 8, 1, '7'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (5, 2, 7, '7'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (6, 5, 5, '4'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (7, 14, 2, '1'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (8, 1, 1, '9'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (9, 2, 8, '7'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (10, 6, 4, '7'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (11, 12, 15, '7'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (12, 1, 12, '8'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (13, 8, 4, '5'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (14, 8, 15, '1'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (15, 1, 12, '7'); diff --git a/test_database/department_management/schema.sql b/test_database/department_management/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..2a5aaef8b750cd72e3119e3da26275911cfc7293 --- /dev/null +++ b/test_database/department_management/schema.sql @@ -0,0 +1,58 @@ +PRAGMA foreign_keys=ON; +BEGIN TRANSACTION; +CREATE TABLE IF NOT EXISTS "department" ( +"Department_ID" int, +"Name" text, +"Creation" text, +"Ranking" int, +"Budget_in_Billions" real, +"Num_Employees" real, +PRIMARY KEY ("Department_ID") +); +INSERT INTO department VALUES(1,'State','1789','1',9.9600000000000008526,30265.999999999999999); +INSERT INTO department VALUES(2,'Treasury','1789','2',11.099999999999999644,115896.99999999999999); +INSERT INTO department VALUES(3,'Defense','1947','3',439.30000000000001135,3000000.0); +INSERT INTO department VALUES(4,'Justice','1870','4',23.399999999999998578,112556.99999999999999); +INSERT INTO department VALUES(5,'Interior','1849','5',10.699999999999999289,71436.000000000000002); +INSERT INTO department VALUES(6,'Agriculture','1889','6',77.599999999999994316,109831.99999999999999); +INSERT INTO department VALUES(7,'Commerce','1903','7',6.2000000000000001776,35999.999999999999999); +INSERT INTO department VALUES(8,'Labor','1913','8',59.700000000000002843,17346.999999999999999); +INSERT INTO department VALUES(9,'Health and Human Services','1953','9',543.20000000000004548,66999.999999999999998); +INSERT INTO department VALUES(10,'Housing and Urban Development','1965','10',46.200000000000002843,10599.999999999999999); +INSERT INTO department VALUES(11,'Transportation','1966','11',58.000000000000000001,58621.999999999999998); +INSERT INTO department VALUES(12,'Energy','1977','12',21.5,116099.99999999999999); +INSERT INTO department VALUES(13,'Education','1979','13',62.799999999999997156,4487.0000000000000001); +INSERT INTO department VALUES(14,'Veterans Affairs','1989','14',73.200000000000002842,234999.99999999999999); +INSERT INTO department VALUES(15,'Homeland Security','2002','15',44.600000000000001422,207999.99999999999999); +CREATE TABLE IF NOT EXISTS "head" ( +"head_ID" int, +"name" text, +"born_state" text, +"age" real, +PRIMARY KEY ("head_ID") +); +INSERT INTO head VALUES(1,'Tiger Woods','Alabama',66.999999999999999998); +INSERT INTO head VALUES(2,'Sergio García','California',68.000000000000000001); +INSERT INTO head VALUES(3,'K. J. Choi','Alabama',69.0); +INSERT INTO head VALUES(4,'Dudley Hart','California',51.999999999999999998); +INSERT INTO head VALUES(5,'Jeff Maggert','Delaware',53.000000000000000001); +INSERT INTO head VALUES(6,'Billy Mayfair','California',69.0); +INSERT INTO head VALUES(7,'Stewart Cink','Florida',50.0); +INSERT INTO head VALUES(8,'Nick Faldo','California',55.999999999999999999); +INSERT INTO head VALUES(9,'Pádraig Harrington','Connecticut',43.000000000000000001); +INSERT INTO head VALUES(10,'Franklin Langham','Connecticut',66.999999999999999998); +CREATE TABLE IF NOT EXISTS "management" ( +"department_ID" int, +"head_ID" int, +"temporary_acting" text, +PRIMARY KEY ("Department_ID","head_ID"), +FOREIGN KEY ("Department_ID") REFERENCES `department`("Department_ID"), +FOREIGN KEY ("head_ID") REFERENCES `head`("head_ID") +); +INSERT INTO management VALUES(2,5,'Yes'); +INSERT INTO management VALUES(15,4,'Yes'); +INSERT INTO management VALUES(2,6,'Yes'); +INSERT INTO management VALUES(7,3,'No'); +INSERT INTO management VALUES(11,10,'No'); +COMMIT; + diff --git a/test_database/document_management/document_management.sqlite b/test_database/document_management/document_management.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..94ab2e167169b58277967abef198847f2a7ce7ee Binary files /dev/null and b/test_database/document_management/document_management.sqlite differ diff --git a/test_database/document_management/schema.sql b/test_database/document_management/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..cf29b8d00ff6a262fe16fcf326d06bf18b8d315d --- /dev/null +++ b/test_database/document_management/schema.sql @@ -0,0 +1,182 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE `Roles` ( +`role_code` VARCHAR(15) PRIMARY KEY, +`role_description` VARCHAR(80) +); + +CREATE TABLE `Users` ( +`user_id` INTEGER PRIMARY KEY, +`role_code` VARCHAR(15) NOT NULL, +`user_name` VARCHAR(40), +`user_login` VARCHAR(40), +`password` VARCHAR(40), +FOREIGN KEY (`role_code` ) REFERENCES `Roles`(`role_code` ) +); +INSERT INTO Roles (`role_code`, `role_description`) VALUES ('DBA', 'Database Administrator'); +INSERT INTO Roles (`role_code`, `role_description`) VALUES ('PROJ-MGR', 'Project Manager'); +INSERT INTO Users (`user_id`, `role_code`, `user_name`, `user_login`, `password`) VALUES (1, 'PROJ-MGR', 'dickens.elta', '0', 'e72b5a2d50b39a8760764a5f7a9d68ca2f076877'); +INSERT INTO Users (`user_id`, `role_code`, `user_name`, `user_login`, `password`) VALUES (2, 'DBA', 'tremblay.raheem', '1', '9bc25a040d5647ced5ec32e1a455e90fafc10bcb'); +INSERT INTO Users (`user_id`, `role_code`, `user_name`, `user_login`, `password`) VALUES (3, 'DBA', 'lynn.haley', '0', '90db8f51449e6c39e2a01f0b649d5a92fe76bbbb'); +INSERT INTO Users (`user_id`, `role_code`, `user_name`, `user_login`, `password`) VALUES (4, 'PROJ-MGR', 'ycremin', '0', 'f6977378f409f5d2d230016a6678a582e14f43b0'); +INSERT INTO Users (`user_id`, `role_code`, `user_name`, `user_login`, `password`) VALUES (5, 'PROJ-MGR', 'larson.vesta', '1', 'da383455a05a824606c54e99f671c4d6a2ddae26'); +INSERT INTO Users (`user_id`, `role_code`, `user_name`, `user_login`, `password`) VALUES (6, 'DBA', 'amelie53', '0', '6aa66440864ff8143fe7dee5940a6af3460bad07'); +INSERT INTO Users (`user_id`, `role_code`, `user_name`, `user_login`, `password`) VALUES (7, 'DBA', 'jacklyn.schmitt', '1', '3f6affa583bfdf7fac6faeb2ca418431909d4b39'); +INSERT INTO Users (`user_id`, `role_code`, `user_name`, `user_login`, `password`) VALUES (8, 'PROJ-MGR', 'joanne.deckow', '0', '20241478f890508ac47870cfba472e1db04a71ca'); +INSERT INTO Users (`user_id`, `role_code`, `user_name`, `user_login`, `password`) VALUES (9, 'PROJ-MGR', 'dickinson.lenora', '0', 'a0fe5434a5f4c218e37b0082f2408b357feb0fa6'); +INSERT INTO Users (`user_id`, `role_code`, `user_name`, `user_login`, `password`) VALUES (10, 'DBA', 'heller.harley', '1', '11af7569a5c1e8b455add5755e18131be2ac8636'); +INSERT INTO Users (`user_id`, `role_code`, `user_name`, `user_login`, `password`) VALUES (11, 'DBA', 'roger.o''conner', '0', '3d478d7056d6417966f6b1676f6ec81b3094f44f'); +INSERT INTO Users (`user_id`, `role_code`, `user_name`, `user_login`, `password`) VALUES (12, 'DBA', 'gussie00', '1', '75f7b5ed8e70e86467155e003ccda6fce1011c29'); +INSERT INTO Users (`user_id`, `role_code`, `user_name`, `user_login`, `password`) VALUES (13, 'PROJ-MGR', 'johanna.fisher', '1', '1fb26eea854962d41512827bf90a5b7ce4b359d8'); +INSERT INTO Users (`user_id`, `role_code`, `user_name`, `user_login`, `password`) VALUES (14, 'DBA', 'faye30', '0', '27cca8f94136f0e8971b5ca555a21ff756871b27'); +INSERT INTO Users (`user_id`, `role_code`, `user_name`, `user_login`, `password`) VALUES (15, 'PROJ-MGR', 'glenna.simonis', '1', '95f489fc0921bbb3e7d661a550ae208b88d9b11a'); + +CREATE TABLE `Document_Structures` ( +`document_structure_code` VARCHAR(15) PRIMARY KEY, +`parent_document_structure_code` VARCHAR(15), +`document_structure_description` VARCHAR(80) +); +INSERT INTO Document_Structures (`document_structure_code`, `parent_document_structure_code`, `document_structure_description`) VALUES ('1', '1', 'Header'); +INSERT INTO Document_Structures (`document_structure_code`, `parent_document_structure_code`, `document_structure_description`) VALUES ('6', '1', 'Main section'); +INSERT INTO Document_Structures (`document_structure_code`, `parent_document_structure_code`, `document_structure_description`) VALUES ('8', '1', 'Bib'); +INSERT INTO Document_Structures (`document_structure_code`, `parent_document_structure_code`, `document_structure_description`) VALUES ('5', '6', 'Image section'); +INSERT INTO Document_Structures (`document_structure_code`, `parent_document_structure_code`, `document_structure_description`) VALUES ('9', '8', 'Author section'); + + +CREATE TABLE `Functional_Areas` ( +`functional_area_code` VARCHAR(15) PRIMARY KEY, +`parent_functional_area_code` VARCHAR(15), +`functional_area_description` VARCHAR(80) NOT NULL +); + +INSERT INTO Functional_Areas (`functional_area_code`, `parent_functional_area_code`, `functional_area_description`) VALUES ('8', '8', 'Signature'); +INSERT INTO Functional_Areas (`functional_area_code`, `parent_functional_area_code`, `functional_area_description`) VALUES ('1', '8', 'Acknowledgement'); +INSERT INTO Functional_Areas (`functional_area_code`, `parent_functional_area_code`, `functional_area_description`) VALUES ('9', '8', 'Keep blank'); + + +CREATE TABLE `Images` ( +`image_id` INTEGER PRIMARY KEY, +`image_alt_text` VARCHAR(80), +`image_name` VARCHAR(40), +`image_url` VARCHAR(255) +); +INSERT INTO Images (`image_id`, `image_alt_text`, `image_name`, `image_url`) VALUES (1, 'Lea', 'top1', 'http://www.rempelnader.com/1.jpg'); +INSERT INTO Images (`image_id`, `image_alt_text`, `image_name`, `image_url`) VALUES (2, 'Arden', 'top2', 'http://connellykertzmann.org/1.jpg'); +INSERT INTO Images (`image_id`, `image_alt_text`, `image_name`, `image_url`) VALUES (3, 'Mohamed', 'top3', 'http://www.bernierconnelly.com/1.jpg'); +INSERT INTO Images (`image_id`, `image_alt_text`, `image_name`, `image_url`) VALUES (4, 'Chaya', 'top4', 'http://abernathyboehm.com/1.jpg'); +INSERT INTO Images (`image_id`, `image_alt_text`, `image_name`, `image_url`) VALUES (5, 'Percival', 'chapter1', 'http://gaylord.info/1.jpg'); +INSERT INTO Images (`image_id`, `image_alt_text`, `image_name`, `image_url`) VALUES (6, 'Lincoln', 'chapter2', 'http://www.hellerreinger.com/1.jpg'); +INSERT INTO Images (`image_id`, `image_alt_text`, `image_name`, `image_url`) VALUES (7, 'Camylle', 'chapter3', 'http://faycummerata.net/1.jpg'); +INSERT INTO Images (`image_id`, `image_alt_text`, `image_name`, `image_url`) VALUES (8, 'Ashtyn', 'chapter4', 'http://haleychamplin.net/1.jpg'); +INSERT INTO Images (`image_id`, `image_alt_text`, `image_name`, `image_url`) VALUES (9, 'Filomena', 'chapter5', 'http://www.fritsch.net/1.jpg'); +INSERT INTO Images (`image_id`, `image_alt_text`, `image_name`, `image_url`) VALUES (10, 'Jeanette', 'data1', 'http://sauer.com/1.jpg'); +INSERT INTO Images (`image_id`, `image_alt_text`, `image_name`, `image_url`) VALUES (11, 'Name', 'data2', 'http://www.heller.com/1.jpg'); +INSERT INTO Images (`image_id`, `image_alt_text`, `image_name`, `image_url`) VALUES (12, 'Marianna', 'data3', 'http://www.hermann.com/1.jpg'); +INSERT INTO Images (`image_id`, `image_alt_text`, `image_name`, `image_url`) VALUES (13, 'Stephen', 'data4', 'http://rowelakin.com/1.jpg'); +INSERT INTO Images (`image_id`, `image_alt_text`, `image_name`, `image_url`) VALUES (14, 'Miller', 'data5', 'http://andersonluettgen.net/1.jpg'); +INSERT INTO Images (`image_id`, `image_alt_text`, `image_name`, `image_url`) VALUES (15, 'Trycia', 'data6', 'http://www.beahan.biz/1.jpg'); + + +CREATE TABLE `Documents` ( +`document_code` VARCHAR(15) PRIMARY KEY, +`document_structure_code` VARCHAR(15) NOT NULL, +`document_type_code` VARCHAR(15) NOT NULL, +`access_count` INTEGER, +`document_name` VARCHAR(80), +FOREIGN KEY (`document_structure_code` ) REFERENCES `Document_Structures`(`document_structure_code` ) +); + +INSERT INTO Documents (`document_code`, `document_structure_code`, `document_type_code`, `access_count`, `document_name`) VALUES ('217', '8', 'Book', 1864, 'Learning English'); +INSERT INTO Documents (`document_code`, `document_structure_code`, `document_type_code`, `access_count`, `document_name`) VALUES ('621', '1', 'Paper', 8208, 'Research about Art history'); +INSERT INTO Documents (`document_code`, `document_structure_code`, `document_type_code`, `access_count`, `document_name`) VALUES ('958', '8', 'Book', 3769, 'Learning Database'); +INSERT INTO Documents (`document_code`, `document_structure_code`, `document_type_code`, `access_count`, `document_name`) VALUES ('961', '5', 'Advertisement', 6661, 'Summer Sails'); +INSERT INTO Documents (`document_code`, `document_structure_code`, `document_type_code`, `access_count`, `document_name`) VALUES ('989', '9', 'Book', 2910, 'Learning Japanese'); +INSERT INTO Documents (`document_code`, `document_structure_code`, `document_type_code`, `access_count`, `document_name`) VALUES ('930', '9', 'CV', 6345, 'David CV'); +INSERT INTO Documents (`document_code`, `document_structure_code`, `document_type_code`, `access_count`, `document_name`) VALUES ('928', '8', 'Book', 2045, 'How to cook pasta'); +INSERT INTO Documents (`document_code`, `document_structure_code`, `document_type_code`, `access_count`, `document_name`) VALUES ('510', '6', 'Paper', 3479, 'Humanity: a fact'); +INSERT INTO Documents (`document_code`, `document_structure_code`, `document_type_code`, `access_count`, `document_name`) VALUES ('706', '9', 'Advertisement', 8623, 'Winter Sails'); +INSERT INTO Documents (`document_code`, `document_structure_code`, `document_type_code`, `access_count`, `document_name`) VALUES ('465', '9', 'CV', 5924, 'John CV'); +INSERT INTO Documents (`document_code`, `document_structure_code`, `document_type_code`, `access_count`, `document_name`) VALUES ('713', '8', 'CV', 2294, 'Joe CV'); +INSERT INTO Documents (`document_code`, `document_structure_code`, `document_type_code`, `access_count`, `document_name`) VALUES ('566', '5', 'Advertisement', 3289, 'Spring Sails'); +INSERT INTO Documents (`document_code`, `document_structure_code`, `document_type_code`, `access_count`, `document_name`) VALUES ('349', '9', 'Book', 1219, 'Life about Claude Monet'); +INSERT INTO Documents (`document_code`, `document_structure_code`, `document_type_code`, `access_count`, `document_name`) VALUES ('675', '1', 'Advertisement', 7509, 'Fall Sails'); +INSERT INTO Documents (`document_code`, `document_structure_code`, `document_type_code`, `access_count`, `document_name`) VALUES ('714', '6', 'Paper', 9948, 'Relationships between History and Arts'); + + + + +CREATE TABLE `Document_Functional_Areas` ( +`document_code` VARCHAR(15) NOT NULL, +`functional_area_code` VARCHAR(15) NOT NULL, +FOREIGN KEY (`document_code` ) REFERENCES `Documents`(`document_code` ), +FOREIGN KEY (`functional_area_code` ) REFERENCES `Functional_Areas`(`functional_area_code` ) +); +INSERT INTO Document_Functional_Areas (`document_code`, `functional_area_code`) VALUES ('675', '9'); +INSERT INTO Document_Functional_Areas (`document_code`, `functional_area_code`) VALUES ('930', '1'); +INSERT INTO Document_Functional_Areas (`document_code`, `functional_area_code`) VALUES ('217', '1'); +INSERT INTO Document_Functional_Areas (`document_code`, `functional_area_code`) VALUES ('465', '1'); +INSERT INTO Document_Functional_Areas (`document_code`, `functional_area_code`) VALUES ('958', '1'); +INSERT INTO Document_Functional_Areas (`document_code`, `functional_area_code`) VALUES ('958', '9'); +INSERT INTO Document_Functional_Areas (`document_code`, `functional_area_code`) VALUES ('217', '9'); +INSERT INTO Document_Functional_Areas (`document_code`, `functional_area_code`) VALUES ('961', '9'); +INSERT INTO Document_Functional_Areas (`document_code`, `functional_area_code`) VALUES ('928', '9'); +INSERT INTO Document_Functional_Areas (`document_code`, `functional_area_code`) VALUES ('958', '9'); +INSERT INTO Document_Functional_Areas (`document_code`, `functional_area_code`) VALUES ('349', '1'); +INSERT INTO Document_Functional_Areas (`document_code`, `functional_area_code`) VALUES ('961', '8'); +INSERT INTO Document_Functional_Areas (`document_code`, `functional_area_code`) VALUES ('989', '1'); +INSERT INTO Document_Functional_Areas (`document_code`, `functional_area_code`) VALUES ('706', '8'); +INSERT INTO Document_Functional_Areas (`document_code`, `functional_area_code`) VALUES ('713', '8'); + + +CREATE TABLE `Document_Sections` ( +`section_id` INTEGER PRIMARY KEY, +`document_code` VARCHAR(15) NOT NULL, +`section_sequence` INTEGER, +`section_code` VARCHAR(20), +`section_title` VARCHAR(80), +FOREIGN KEY (`document_code` ) REFERENCES `Documents`(`document_code` ) +); +INSERT INTO Document_Sections (`section_id`, `document_code`, `section_sequence`, `section_code`, `section_title`) VALUES (40, '465', 4964, '93', 'after'); +INSERT INTO Document_Sections (`section_id`, `document_code`, `section_sequence`, `section_code`, `section_title`) VALUES (57, '989', 6349, '22', 'after'); +INSERT INTO Document_Sections (`section_id`, `document_code`, `section_sequence`, `section_code`, `section_title`) VALUES (15, '217', 4510, '14', 'after'); +INSERT INTO Document_Sections (`section_id`, `document_code`, `section_sequence`, `section_code`, `section_title`) VALUES (62, '621', 5552, '16', 'after'); +INSERT INTO Document_Sections (`section_id`, `document_code`, `section_sequence`, `section_code`, `section_title`) VALUES (23, '465', 8548, '49', 'after'); +INSERT INTO Document_Sections (`section_id`, `document_code`, `section_sequence`, `section_code`, `section_title`) VALUES (19, '675', 7236, '90', 'after'); +INSERT INTO Document_Sections (`section_id`, `document_code`, `section_sequence`, `section_code`, `section_title`) VALUES (95, '621', 8805, '38', 'before'); +INSERT INTO Document_Sections (`section_id`, `document_code`, `section_sequence`, `section_code`, `section_title`) VALUES (27, '566', 6016, '18', 'before'); +INSERT INTO Document_Sections (`section_id`, `document_code`, `section_sequence`, `section_code`, `section_title`) VALUES (89, '566', 2354, '34', 'before'); +INSERT INTO Document_Sections (`section_id`, `document_code`, `section_sequence`, `section_code`, `section_title`) VALUES (93, '713', 4433, '91', 'before'); +INSERT INTO Document_Sections (`section_id`, `document_code`, `section_sequence`, `section_code`, `section_title`) VALUES (21, '675', 9847, '72', 'before'); +INSERT INTO Document_Sections (`section_id`, `document_code`, `section_sequence`, `section_code`, `section_title`) VALUES (54, '961', 4794, '34', 'before'); +INSERT INTO Document_Sections (`section_id`, `document_code`, `section_sequence`, `section_code`, `section_title`) VALUES (12, '714', 6072, '70', 'after'); +INSERT INTO Document_Sections (`section_id`, `document_code`, `section_sequence`, `section_code`, `section_title`) VALUES (38, '930', 6521, '58', 'after'); +INSERT INTO Document_Sections (`section_id`, `document_code`, `section_sequence`, `section_code`, `section_title`) VALUES (86, '706', 2170, '60', 'after'); + +CREATE TABLE `Document_Sections_Images` ( +`section_id` INTEGER NOT NULL, +`image_id` INTEGER NOT NULL, +PRIMARY KEY (`section_id`,`image_id`), +FOREIGN KEY (`section_id` ) REFERENCES `Document_Sections`(`section_id` ), +FOREIGN KEY (`image_id` ) REFERENCES `Images`(`image_id` ) +); + +INSERT INTO Document_Sections_Images (`section_id`, `image_id`) VALUES (93, 6); +INSERT INTO Document_Sections_Images (`section_id`, `image_id`) VALUES (86, 2); +INSERT INTO Document_Sections_Images (`section_id`, `image_id`) VALUES (27, 3); +INSERT INTO Document_Sections_Images (`section_id`, `image_id`) VALUES (12, 12); +INSERT INTO Document_Sections_Images (`section_id`, `image_id`) VALUES (19, 12); +INSERT INTO Document_Sections_Images (`section_id`, `image_id`) VALUES (38, 12); +INSERT INTO Document_Sections_Images (`section_id`, `image_id`) VALUES (89, 8); +INSERT INTO Document_Sections_Images (`section_id`, `image_id`) VALUES (23, 8); +INSERT INTO Document_Sections_Images (`section_id`, `image_id`) VALUES (40, 5); +INSERT INTO Document_Sections_Images (`section_id`, `image_id`) VALUES (19, 2); +INSERT INTO Document_Sections_Images (`section_id`, `image_id`) VALUES (62, 14); +INSERT INTO Document_Sections_Images (`section_id`, `image_id`) VALUES (21, 2); +INSERT INTO Document_Sections_Images (`section_id`, `image_id`) VALUES (86, 4); +INSERT INTO Document_Sections_Images (`section_id`, `image_id`) VALUES (15, 14); +INSERT INTO Document_Sections_Images (`section_id`, `image_id`) VALUES (54, 12); +INSERT INTO Document_Sections_Images (`section_id`, `image_id`) VALUES (38, 7); +INSERT INTO Document_Sections_Images (`section_id`, `image_id`) VALUES (15, 13); +INSERT INTO Document_Sections_Images (`section_id`, `image_id`) VALUES (27, 10); +INSERT INTO Document_Sections_Images (`section_id`, `image_id`) VALUES (40, 6); +INSERT INTO Document_Sections_Images (`section_id`, `image_id`) VALUES (19, 6); diff --git a/test_database/dog_kennels/dog_kennels.sqlite b/test_database/dog_kennels/dog_kennels.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..102f9e770a76366af3c45878a46ce0ddbeb77690 Binary files /dev/null and b/test_database/dog_kennels/dog_kennels.sqlite differ diff --git a/test_database/dog_kennels/schema.sql b/test_database/dog_kennels/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..a8149aee3b5a26ea45aeaf42a762e8067058e1a9 --- /dev/null +++ b/test_database/dog_kennels/schema.sql @@ -0,0 +1,172 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE `Breeds` ( +`breed_code` VARCHAR(10) PRIMARY KEY , +`breed_name` VARCHAR(80) +); +CREATE TABLE `Charges` ( +`charge_id` INTEGER PRIMARY KEY , +`charge_type` VARCHAR(10), +`charge_amount` DECIMAL(19,4) +); +INSERT INTO Breeds (`breed_code`, `breed_name`) VALUES ('ESK', 'Eskimo'); +INSERT INTO Breeds (`breed_code`, `breed_name`) VALUES ('HUS', 'Husky'); +INSERT INTO Breeds (`breed_code`, `breed_name`) VALUES ('BUL', 'Bulldog'); +INSERT INTO Charges (`charge_id`, `charge_type`, `charge_amount`) VALUES (1, 'Daily Accommodation', '98.0000'); +INSERT INTO Charges (`charge_id`, `charge_type`, `charge_amount`) VALUES (2, 'Drugs', '322.0000'); +INSERT INTO Charges (`charge_id`, `charge_type`, `charge_amount`) VALUES (3, 'Health Check', '640.0000'); + +CREATE TABLE `Sizes` ( +`size_code` VARCHAR(10) PRIMARY KEY , +`size_description` VARCHAR(80) +); + +INSERT INTO Sizes (`size_code`, `size_description`) VALUES ('SML', 'Small'); +INSERT INTO Sizes (`size_code`, `size_description`) VALUES ('MED', 'Medium'); +INSERT INTO Sizes (`size_code`, `size_description`) VALUES ('LGE', 'Large'); + + +CREATE TABLE `Treatment_Types` ( +`treatment_type_code` VARCHAR(10) PRIMARY KEY , +`treatment_type_description` VARCHAR(80) +); +INSERT INTO Treatment_Types (`treatment_type_code`, `treatment_type_description`) VALUES ('EXAM', 'Physical examination'); +INSERT INTO Treatment_Types (`treatment_type_code`, `treatment_type_description`) VALUES ('VAC', 'Vaccination'); +INSERT INTO Treatment_Types (`treatment_type_code`, `treatment_type_description`) VALUES ('WALK', 'Take for a Walk'); + +CREATE TABLE `Owners` ( +`owner_id` INTEGER PRIMARY KEY , +`first_name` VARCHAR(50), +`last_name` VARCHAR(50), +`street` VARCHAR(50), +`city` VARCHAR(50), +`state` VARCHAR(20), +`zip_code` VARCHAR(20), +`email_address` VARCHAR(50), +`home_phone` VARCHAR(20), +`cell_number` VARCHAR(20) +); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (1, 'Nora', 'Haley', '0647 Hintz Village Apt. 024', 'Lake Tia', 'Wisconsin', '93165', 'lynn81@example.org', '1-682-845-0116x63235', '478.978.0729'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (2, 'Melisa', 'DuBuque', '1204 Mae Highway Apt. 107', 'Port Reannamouth', 'Virginia', '45244', 'ykris@example.com', '(799)563-0260x454', '(722)768-5439x484'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (3, 'Jaclyn', 'Stoltenberg', '2635 Caitlyn Plains', 'Barrettburgh', 'Vermont', '02647', 'hudson.favian@example.com', '916.976.9480x13851', '481-483-9083x37986'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (4, 'Tre', 'Hamill', '692 Jaskolski Forges', 'Brakusfurt', 'Florida', '87304', 'marks.gail@example.org', '1-332-849-1908', '739-136-7202'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (5, 'Johann', 'Fisher', '68118 Daniel Row', 'Lake Valentin', 'NorthDakota', '61019', 'zboncak.madonna@example.net', '(544)034-1670', '1-626-264-7659x1697'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (6, 'Kade', 'Rippin', '51934 Treutel Harbor', 'Lake Carleyborough', 'Arizona', '25609', 'margaretta.runte@example.net', '318-052-6573', '+70(4)9217952551'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (7, 'Emelie', 'Mertz', '2417 Keara Stravenue Apt. 146', 'Lake Jennyferfort', 'NewYork', '00589', 'angeline99@example.com', '(058)997-7627', '121.381.3316x6535'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (8, 'Rolando', 'Prohaska', '57382 Yost Ridges', 'South Afton', 'Arkansas', '86010', 'kturner@example.net', '01802479758', '(783)271-6744x4507'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (9, 'Adelle', 'Ondricka', '9212 Rosenbaum Lights', 'East Hillardberg', 'Washington', '92406', 'fschoen@example.net', '066.264.7885', '+00(2)4323592985'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (10, 'Lorenz', 'Nicolas', '59509 Mellie Mountain', 'New Margaretteborough', 'SouthDakota', '78297', 'ymaggio@example.com', '085.557.0379x84348', '559.874.3011x989'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (11, 'Gay', 'Feil', '60352 Kayleigh Crossing Suite 700', 'Port Zackery', 'Indiana', '35747', 'pearlie18@example.com', '130-796-4589x05454', '762.589.6117x1328'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (12, 'Orlando', 'Price', '89011 Kertzmann Spring Suite 642', 'East Maribelbury', 'Mississippi', '11990', 'christy49@example.org', '363.948.1090', '1-739-421-2225x38148'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (13, 'Cindy', 'Schmitt', '6950 Katherine Forges Apt. 630', 'Beerton', 'NorthDakota', '36871', 'wpfeffer@example.net', '(094)747-5094x8134', '633.455.3045x85484'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (14, 'Rachelle', 'Funk', '15828 Spencer Extensions', 'West Leonard', 'Maryland', '22731', 'edythe62@example.org', '1-346-655-5842x768', '(257)399-3116'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (15, 'Heather', 'Hauck', '1858 Jan Park', 'South Daisyfurt', 'Pennsylvania', '22693', 'ybergstrom@example.com', '893-862-5295x61709', '341.667.8085'); + + +CREATE TABLE `Dogs` ( +`dog_id` INTEGER PRIMARY KEY , +`owner_id` INTEGER NOT NULL, +`abandoned_yn` VARCHAR(1), +`breed_code` VARCHAR(10) NOT NULL, +`size_code` VARCHAR(10) NOT NULL, +`name` VARCHAR(50), +`age` VARCHAR(20), +`date_of_birth` DATETIME, +`gender` VARCHAR(1), +`weight` VARCHAR(20), +`date_arrived` DATETIME, +`date_adopted` DATETIME, +`date_departed` DATETIME, +FOREIGN KEY (`breed_code` ) REFERENCES `Breeds`(`breed_code` ), +FOREIGN KEY (`size_code` ) REFERENCES `Sizes`(`size_code` ), +FOREIGN KEY (`owner_id` ) REFERENCES `Owners`(`owner_id` ), +FOREIGN KEY (`owner_id` ) REFERENCES `Owners`(`owner_id` ) +); + +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (1, 3, '1', 'ESK', 'LGE', 'Kacey', '6', '2012-01-27 05:11:53', '1', '7.57', '2017-09-08 20:10:13', '2018-03-06 16:32:11', '2018-03-25 06:58:44'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (2, 11, '0', 'BUL', 'LGE', 'Hipolito', '9', '2013-02-13 05:15:21', '0', '1.72', '2017-12-22 05:02:02', '2018-03-25 08:12:51', '2018-03-25 02:11:32'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (3, 1, '0', 'BUL', 'MED', 'Mavis', '8', '2008-05-19 15:54:49', '1', '8.04', '2017-06-25 10:14:05', '2018-03-07 21:45:43', '2018-03-25 10:25:46'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (4, 14, '0', 'ESK', 'LGE', 'Houston', '5', '2008-10-09 22:38:53', '0', '2.18', '2017-04-20 00:58:55', '2018-03-18 15:12:50', '2018-03-24 19:12:22'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (5, 7, '0', 'BUL', 'MED', 'Jeffrey', '4', '2018-03-17 04:05:12', '0', '1.39', '2017-10-25 00:55:34', '2018-02-27 11:54:35', '2018-03-25 04:50:22'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (6, 5, '0', 'HUS', 'MED', 'Merritt', '9', '2015-02-26 21:31:22', '1', '9.8', '2017-04-15 09:25:31', '2018-03-08 15:03:00', '2018-03-25 13:07:04'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (7, 3, '0', 'BUL', 'MED', 'Narciso', '2', '2017-09-19 05:39:09', '1', '9.48', '2017-05-06 08:03:52', '2018-02-27 00:27:57', '2018-03-25 06:29:10'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (8, 14, '0', 'ESK', 'SML', 'George', '2', '2013-02-20 14:50:56', '0', '8.95', '2017-10-16 20:06:21', '2018-03-23 16:02:04', '2018-03-25 02:47:40'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (9, 2, '0', 'BUL', 'MED', 'Bessie', '4', '2012-05-31 08:01:36', '1', '3.52', '2018-01-17 11:44:16', '2018-02-25 23:45:30', '2018-03-25 06:46:07'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (10, 6, '0', 'HUS', 'MED', 'Troy', '9', '2012-07-11 17:15:10', '0', '8.96', '2017-12-29 06:08:26', '2018-03-18 07:47:40', '2018-03-25 04:42:14'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (11, 13, '0', 'BUL', 'LGE', 'Betty', '3', '2012-10-14 14:44:37', '0', '8.16', '2017-07-25 15:19:07', '2018-03-14 08:05:18', '2018-03-25 15:05:16'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (12, 12, '0', 'HUS', 'MED', 'Holden', '8', '2009-04-12 06:02:48', '0', '6.92', '2017-10-24 04:45:13', '2018-03-05 06:05:23', '2018-03-25 14:15:41'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (13, 8, '0', 'HUS', 'SML', 'Jesus', '2', '2012-05-03 21:42:25', '0', '5.16', '2018-01-02 03:15:29', '2018-03-21 10:41:18', '2018-03-25 05:07:47'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (14, 14, '1', 'ESK', 'MED', 'Lyric', '4', '2010-11-11 07:11:53', '0', '4.36', '2017-06-18 19:45:38', '2018-03-13 12:47:15', '2018-03-24 23:48:59'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (15, 10, '1', 'BUL', 'MED', 'Evangeline', '1', '2008-05-30 12:51:34', '1', '4.01', '2017-12-29 23:24:13', '2018-03-10 15:06:43', '2018-03-24 19:36:59'); + + +CREATE TABLE `Professionals` ( +`professional_id` INTEGER PRIMARY KEY , +`role_code` VARCHAR(10) NOT NULL, +`first_name` VARCHAR(50), +`street` VARCHAR(50), +`city` VARCHAR(50), +`state` VARCHAR(20), +`zip_code` VARCHAR(20), +`last_name` VARCHAR(50), +`email_address` VARCHAR(50), +`home_phone` VARCHAR(20), +`cell_number` VARCHAR(20) +); + +CREATE TABLE `Treatments` ( +`treatment_id` INTEGER PRIMARY KEY , +`dog_id` INTEGER NOT NULL, +`professional_id` INTEGER NOT NULL, +`treatment_type_code` VARCHAR(10) NOT NULL, +`date_of_treatment` DATETIME, +`cost_of_treatment` DECIMAL(19,4), +FOREIGN KEY (`treatment_type_code` ) REFERENCES `Treatment_Types`(`treatment_type_code` ), +FOREIGN KEY (`professional_id` ) REFERENCES `Professionals`(`professional_id` ), +FOREIGN KEY (`dog_id` ) REFERENCES `Dogs`(`dog_id` ) +); + +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (1, 'Employee', 'Taryn', '6915 Oberbrunner Point Suite 491 +Gleasonville, LA ', 'West Heidi', 'Indiana', '06646', 'Braun', 'deanna.schuster@example.com', '+71(6)2898266914', '(275)939-2435x80863'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (2, 'Employee', 'Jayson', '88665 Terence Lodge Apt. 904 +Corneliusfort, NC 194', 'North Odellfurt', 'Connecticut', '43129', 'Ullrich', 'lucile.shanahan@example.org', '+02(1)0259033559', '889-940-2676'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (3, 'Employee', 'Olaf', '68589 Bradly Manor +New Audrey, IN 91497', 'Jaceton', 'Wisconsin', '77129', 'Watsica', 'uboehm@example.org', '325-155-0801x7005', '(369)908-7311x065'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (4, 'Veterenarian', 'Vernice', '72532 Hane Course +Lake Berylland, ND 95283', 'Domenickton', 'Mississippi', '02281', 'Tillman', 'lourdes.lowe@example.net', '312.216.3352', '00230569697'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (5, 'Veterenarian', 'Danny', '188 VonRueden Tunnel Suite 630 +North Macibury, NV ', 'New Laurytown', 'Hawaii', '84515', 'Considine', 'mekhi.little@example.org', '1-609-566-2752x25197', '011.193.9081x3186'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (6, 'Veterenarian', 'Ruben', '17286 Waters Green +East Bernadinefort, CA 89573', 'Baileymouth', 'NewMexico', '52476', 'O''Reilly', 'jacynthe.mclaughlin@example.net', '+43(5)1132733868', '139-321-7313'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (7, 'Veterenarian', 'Velva', '44234 Marvin Shoals Suite 659 +North Frances, AL 23', 'McLaughlinfort', 'NorthCarolina', '67980', 'Hayes', 'lambert62@example.org', '022.529.0550x1319', '499-434-0215x1628'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (8, 'Employee', 'Karley', '36895 Eli Ferry +Port Marcelle, FL 45712', 'Kirastad', 'Indiana', '33020', 'Hyatt', 'goyette.roosevelt@example.net', '891.475.2256', '328.842.3792'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (9, 'Veterenarian', 'Monte', '07073 Brenna Ways Suite 089 +Lowehaven, KY 93275-96', 'South Rockyport', 'SouthCarolina', '80775', 'Kshlerin', 'schneider.kathryne@example.org', '320-508-6023', '962-983-8109x3509'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (10, 'Employee', 'Domenica', '7284 Torphy Flats Apt. 610 +Diannaburgh, SC 78560', 'New Maryjane', 'California', '54312', 'Jacobs', 'jerrod.bahringer@example.org', '(230)338-3342x585', '461-801-2600'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (11, 'Employee', 'Brady', '09615 McKenzie Stravenue Apt. 128 +West Elliottview', 'Raynorfort', 'Alabama', '07412', 'Pouros', 'west.eula@example.net', '(920)304-4499x59146', '609-405-2990'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (12, 'Veterenarian', 'Winfield', '92912 Langworth Valleys Apt. 743 +Thompsonborough, ', 'Juddton', 'Utah', '34041', 'Christiansen', 'marquardt.furman@example.org', '246-951-0080x76716', '1-181-670-9466'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (13, 'Veterenarian', 'Ericka', '7783 Abraham Alley +Port Madelynhaven, KY 59172-273', 'Borisside', 'Wyoming', '17902', 'Murazik', 'delphine29@example.com', '346.594.3739', '880-659-7577x736'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (14, 'Employee', 'Sigurd', '390 Bryce Drive +North Dock, LA 65357-7228', 'East Ila', 'Connecticut', '41215', 'Frami', 'cole.margarita@example.org', '971.048.3763x9404', '1-185-137-1945x409'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (15, 'Employee', 'Lesly', '63949 Keeling Landing Apt. 502 +Johnsview, SD 06780', 'North Adelberttown', 'Montana', '98844', 'Walter', 'jeichmann@example.com', '1-138-287-3775', '1-258-285-4707x8020'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (1, 14, 9, 'WALK', '2018-03-19 04:39:54', '567.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (2, 4, 10, 'VAC', '2018-03-15 20:25:34', '147.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (3, 14, 4, 'EXAM', '2018-03-08 05:26:23', '429.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (4, 2, 8, 'VAC', '2018-03-01 04:14:46', '266.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (5, 12, 14, 'VAC', '2018-03-23 13:52:10', '668.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (6, 10, 4, 'EXAM', '2018-03-11 04:23:15', '313.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (7, 15, 14, 'EXAM', '2018-03-10 11:45:58', '852.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (8, 2, 6, 'EXAM', '2018-03-24 22:25:58', '407.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (9, 14, 10, 'WALK', '2018-03-14 19:10:40', '139.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (10, 10, 7, 'WALK', '2018-02-28 17:09:43', '681.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (11, 15, 5, 'VAC', '2018-03-13 12:22:58', '514.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (12, 13, 9, 'EXAM', '2018-03-16 10:27:36', '428.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (13, 7, 8, 'VAC', '2018-02-26 09:08:53', '945.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (14, 10, 9, 'WALK', '2018-03-04 20:33:43', '349.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (15, 1, 6, 'WALK', '2018-03-15 19:10:02', '656.0000'); diff --git a/test_database/formula_1/data_csv/circuits.csv b/test_database/formula_1/data_csv/circuits.csv new file mode 100644 index 0000000000000000000000000000000000000000..b747c407487be48e22b9ce6b7df7599c907fad01 --- /dev/null +++ b/test_database/formula_1/data_csv/circuits.csv @@ -0,0 +1,74 @@ +circuitId,circuitRef,name,location,country,lat,lng,alt,url +1,albert_park,Albert Park Grand Prix Circuit,Melbourne,Australia,-37.8497,144.968,10,http://en.wikipedia.org/wiki/Melbourne_Grand_Prix_Circuit +2,sepang,Sepang International Circuit,Kuala Lumpur,Malaysia,2.76083,101.738,,http://en.wikipedia.org/wiki/Sepang_International_Circuit +3,bahrain,Bahrain International Circuit,Sakhir,Bahrain,26.0325,50.5106,,http://en.wikipedia.org/wiki/Bahrain_International_Circuit +4,catalunya,Circuit de Barcelona-Catalunya,Montmel_,Spain,41.57,2.26111,,http://en.wikipedia.org/wiki/Circuit_de_Barcelona-Catalunya +5,istanbul,Istanbul Park,Istanbul,Turkey,40.9517,29.405,,http://en.wikipedia.org/wiki/Istanbul_Park +6,monaco,Circuit de Monaco,Monte-Carlo,Monaco,43.7347,7.42056,,http://en.wikipedia.org/wiki/Circuit_de_Monaco +7,villeneuve,Circuit Gilles Villeneuve,Montreal,Canada,45.5,-73.5228,,http://en.wikipedia.org/wiki/Circuit_Gilles_Villeneuve +8,magny_cours,Circuit de Nevers Magny-Cours,Magny Cours,France,46.8642,3.16361,,http://en.wikipedia.org/wiki/Circuit_de_Nevers_Magny-Cours +9,silverstone,Silverstone Circuit,Silverstone,UK,52.0786,-1.01694,,http://en.wikipedia.org/wiki/Silverstone_Circuit +10,hockenheimring,Hockenheimring,Hockenheim,Germany,49.3278,8.56583,,http://en.wikipedia.org/wiki/Hockenheimring +11,hungaroring,Hungaroring,Budapest,Hungary,47.5789,19.2486,,http://en.wikipedia.org/wiki/Hungaroring +12,valencia,Valencia Street Circuit,Valencia,Spain,39.4589,-0.331667,,http://en.wikipedia.org/wiki/Valencia_Street_Circuit +13,spa,Circuit de Spa-Francorchamps,Spa,Belgium,50.4372,5.97139,,http://en.wikipedia.org/wiki/Circuit_de_Spa-Francorchamps +14,monza,Autodromo Nazionale di Monza,Monza,Italy,45.6156,9.28111,,http://en.wikipedia.org/wiki/Autodromo_Nazionale_Monza +15,marina_bay,Marina Bay Street Circuit,Marina Bay,Singapore,1.2914,103.864,,http://en.wikipedia.org/wiki/Marina_Bay_Street_Circuit +16,fuji,Fuji Speedway,Oyama,Japan,35.3717,138.927,,http://en.wikipedia.org/wiki/Fuji_Speedway +17,shanghai,Shanghai International Circuit,Shanghai,China,31.3389,121.22,,http://en.wikipedia.org/wiki/Shanghai_International_Circuit +18,interlagos,Aut_dromo Jos̩ Carlos Pace,Ṣo Paulo,Brazil,-23.7036,-46.6997,,http://en.wikipedia.org/wiki/Aut%C3%B3dromo_Jos%C3%A9_Carlos_Pace +19,indianapolis,Indianapolis Motor Speedway,Indianapolis,USA,39.795,-86.2347,,http://en.wikipedia.org/wiki/Indianapolis_Motor_Speedway +20,nurburgring,N_rburgring,N_rburg,Germany,50.3356,6.9475,,http://en.wikipedia.org/wiki/N%C3%BCrburgring +21,imola,Autodromo Enzo e Dino Ferrari,Imola,Italy,44.3439,11.7167,,http://en.wikipedia.org/wiki/Autodromo_Enzo_e_Dino_Ferrari +22,suzuka,Suzuka Circuit,Suzuka,Japan,34.8431,136.541,,http://en.wikipedia.org/wiki/Suzuka_Circuit +23,osterreichring,A1-Ring,Spielburg,Austria,47.2197,14.7647,,http://en.wikipedia.org/wiki/A1-Ring +24,yas_marina,Yas Marina Circuit,Abu Dhabi,UAE,24.4672,54.6031,,http://en.wikipedia.org/wiki/Yas_Marina_Circuit +25,galvez,Aut_dromo Juan y Oscar Glvez,Buenos Aires,Argentina,-34.6943,-58.4593,,http://en.wikipedia.org/wiki/Aut%C3%B3dromo_Oscar_Alfredo_G%C3%A1lvez +26,jerez,Circuito de Jerez,Jerez de la Frontera,Spain,36.7083,-6.03417,,http://en.wikipedia.org/wiki/Circuito_Permanente_de_Jerez +27,estoril,Aut_dromo do Estoril,Estoril,Portugal,38.7506,-9.39417,,http://en.wikipedia.org/wiki/Aut%C3%B3dromo_do_Estoril +28,okayama,Okayama International Circuit,Okayama,Japan,34.915,134.221,,http://en.wikipedia.org/wiki/TI_Circuit +29,adelaide,Adelaide Street Circuit,Adelaide,Australia,-34.9272,138.617,,http://en.wikipedia.org/wiki/Adelaide_Street_Circuit +30,kyalami,Kyalami,Midrand,South Africa,-25.9894,28.0767,,http://en.wikipedia.org/wiki/Kyalami +31,donington,Donington Park,Castle Donington,UK,52.8306,-1.37528,,http://en.wikipedia.org/wiki/Donington_Park +32,rodriguez,Aut_dromo Hermanos Rodr_guez,Mexico City,Mexico,19.4042,-99.0907,,http://en.wikipedia.org/wiki/Aut%C3%B3dromo_Hermanos_Rodr%C3%ADguez +33,phoenix,Phoenix street circuit,Phoenix,USA,33.4479,-112.075,,http://en.wikipedia.org/wiki/Phoenix_street_circuit +34,ricard,Circuit Paul Ricard,Le Castellet,France,43.2506,5.79167,,http://en.wikipedia.org/wiki/Paul_Ricard_Circuit +35,yeongam,Korean International Circuit,Yeongam County,Korea,34.7333,126.417,,http://en.wikipedia.org/wiki/Korean_International_Circuit +36,jacarepagua,Aut_dromo Internacional Nelson Piquet,Rio de Janeiro,Brazil,-22.9756,-43.395,,http://en.wikipedia.org/wiki/Aut%C3%B3dromo_Internacional_Nelson_Piquet +37,detroit,Detroit Street Circuit,Detroit,USA,42.3298,-83.0401,,http://en.wikipedia.org/wiki/Detroit_street_circuit +38,brands_hatch,Brands Hatch,Kent,UK,51.3569,0.263056,,http://en.wikipedia.org/wiki/Brands_Hatch +39,zandvoort,Circuit Park Zandvoort,Zandvoort,Netherlands,52.3888,4.54092,,http://en.wikipedia.org/wiki/Circuit_Zandvoort +40,zolder,Zolder,Heusden-Zolder,Belgium,50.9894,5.25694,,http://en.wikipedia.org/wiki/Zolder +41,dijon,Dijon-Prenois,Dijon,France,47.3625,4.89913,,http://en.wikipedia.org/wiki/Dijon-Prenois +42,dallas,Fair Park,Dallas,USA,32.7774,-96.7587,,http://en.wikipedia.org/wiki/Fair_Park +43,long_beach,Long Beach,California,USA,33.7651,-118.189,,"http://en.wikipedia.org/wiki/Long_Beach,_California" +44,las_vegas,Las Vegas Street Circuit,Nevada,USA,36.1162,-115.174,,"http://en.wikipedia.org/wiki/Las_Vegas,_Nevada" +45,jarama,Jarama,Madrid,Spain,40.6171,-3.58558,,http://en.wikipedia.org/wiki/Circuito_Permanente_Del_Jarama +46,watkins_glen,Watkins Glen,New York State,USA,42.3369,-76.9272,,http://en.wikipedia.org/wiki/Watkins_Glen_International +47,anderstorp,Scandinavian Raceway,Anderstorp,Sweden,57.2653,13.6042,,http://en.wikipedia.org/wiki/Scandinavian_Raceway +48,mosport,Mosport International Raceway,Ontario,Canada,44.0481,-78.6756,,http://en.wikipedia.org/wiki/Mosport +49,montjuic,Montjuc,Barcelona,Spain,41.3664,2.15167,,http://en.wikipedia.org/wiki/Montju%C3%AFc_circuit +50,nivelles,Nivelles-Baulers,Brussels,Belgium,50.6211,4.32694,,http://en.wikipedia.org/wiki/Nivelles-Baulers +51,charade,Charade Circuit,Clermont-Ferrand,France,45.7472,3.03889,,http://en.wikipedia.org/wiki/Charade_Circuit +52,tremblant,Circuit Mont-Tremblant,Quebec,Canada,46.1877,-74.6099,,http://en.wikipedia.org/wiki/Circuit_Mont-Tremblant +53,essarts,Rouen-Les-Essarts,Rouen,France,49.3306,1.00458,,http://en.wikipedia.org/wiki/Rouen-Les-Essarts +54,lemans,Le Mans,Le Mans,France,47.95,0.224231,,http://en.wikipedia.org/wiki/Circuit_de_la_Sarthe#Bugatti_Circuit +55,reims,Reims-Gueux,Reims,France,49.2542,3.93083,,http://en.wikipedia.org/wiki/Reims-Gueux +56,george,Prince George Circuit,Eastern Cape Province,South Africa,-33.0486,27.8736,,http://en.wikipedia.org/wiki/Prince_George_Circuit +57,zeltweg,Zeltweg,Styria,Austria,47.2039,14.7478,,http://en.wikipedia.org/wiki/Zeltweg_Airfield +58,aintree,Aintree,Liverpool,UK,53.4769,-2.94056,,http://en.wikipedia.org/wiki/Aintree_Motor_Racing_Circuit +59,boavista,Circuito da Boavista,Oporto,Portugal,41.1705,-8.67325,,http://en.wikipedia.org/wiki/Circuito_da_Boavista +60,riverside,Riverside International Raceway,California,USA,33.937,-117.273,,http://en.wikipedia.org/wiki/Riverside_International_Raceway +61,avus,AVUS,Berlin,Germany,52.4806,13.2514,,http://en.wikipedia.org/wiki/AVUS +62,monsanto,Monsanto Park Circuit,Lisbon,Portugal,38.7197,-9.20306,,http://en.wikipedia.org/wiki/Monsanto_Park_Circuit +63,sebring,Sebring International Raceway,Florida,USA,27.4547,-81.3483,,http://en.wikipedia.org/wiki/Sebring_Raceway +64,ain-diab,Ain Diab,Casablanca,Morocco,33.5786,-7.6875,,http://en.wikipedia.org/wiki/Ain-Diab_Circuit +65,pescara,Pescara Circuit,Pescara,Italy,42.475,14.1508,,http://en.wikipedia.org/wiki/Pescara_Circuit +66,bremgarten,Circuit Bremgarten,Bern,Switzerland,46.9589,7.40194,,http://en.wikipedia.org/wiki/Circuit_Bremgarten +67,pedralbes,Circuit de Pedralbes,Barcelona,Spain,41.3903,2.11667,,http://en.wikipedia.org/wiki/Pedralbes_Circuit +68,buddh,Buddh International Circuit,Uttar Pradesh,India,28.3487,77.5331,,http://en.wikipedia.org/wiki/Buddh_International_Circuit +69,americas,Circuit of the Americas,Austin,USA,30.1328,-97.6411,,http://en.wikipedia.org/wiki/Circuit_of_the_Americas +70,red_bull_ring,Red Bull Ring,Spielburg,Austria,47.2197,14.7647,,http://en.wikipedia.org/wiki/Red_Bull_Ring +71,sochi,Sochi Autodrom,Sochi,Russia,43.4057,39.9578,,http://en.wikipedia.org/wiki/Sochi_Autodrom +72,port_imperial,Port Imperial Street Circuit,New Jersey,USA,40.7769,-74.0111,,http://en.wikipedia.org/wiki/Port_Imperial_Street_Circuit +73,BAK,Baku City Circuit,Baku,Azerbaijan,40.3725,49.8533,,http://en.wikipedia.org/wiki/Baku_City_Circuit \ No newline at end of file diff --git a/test_database/formula_1/data_csv/constructors.csv b/test_database/formula_1/data_csv/constructors.csv new file mode 100644 index 0000000000000000000000000000000000000000..93a75f2e51e9fdcc4491f087a6ee18074ffaa1d8 --- /dev/null +++ b/test_database/formula_1/data_csv/constructors.csv @@ -0,0 +1,209 @@ +constructorId,constructorRef,name,nationality,url, +1,mclaren,McLaren,British,http://en.wikipedia.org/wiki/McLaren +2,bmw_sauber,BMW Sauber,German,http://en.wikipedia.org/wiki/BMW_Sauber +3,williams,Williams,British,http://en.wikipedia.org/wiki/Williams_Grand_Prix_Engineering +4,renault,Renault,French,http://en.wikipedia.org/wiki/Renault_F1 +5,toro_rosso,Toro Rosso,Italian,http://en.wikipedia.org/wiki/Scuderia_Toro_Rosso +6,ferrari,Ferrari,Italian,http://en.wikipedia.org/wiki/Scuderia_Ferrari +7,toyota,Toyota,Japanese,http://en.wikipedia.org/wiki/Toyota_Racing +8,super_aguri,Super Aguri,Japanese,http://en.wikipedia.org/wiki/Super_Aguri_F1 +9,red_bull,Red Bull,Austrian,http://en.wikipedia.org/wiki/Red_Bull_Racing +10,force_india,Force India,Indian,http://en.wikipedia.org/wiki/Force_India +11,honda,Honda,Japanese,http://en.wikipedia.org/wiki/Honda_Racing_F1 +12,spyker,Spyker,Dutch,http://en.wikipedia.org/wiki/Spyker_F1 +13,mf1,MF1,Russian,http://en.wikipedia.org/wiki/Midland_F1_Racing +14,spyker_mf1,Spyker MF1,Dutch,http://en.wikipedia.org/wiki/Midland_F1_Racing +15,sauber,Sauber,Swiss,http://en.wikipedia.org/wiki/Sauber +16,bar,BAR,British,http://en.wikipedia.org/wiki/British_American_Racing +17,jordan,Jordan,Irish,http://en.wikipedia.org/wiki/Jordan_Grand_Prix +18,minardi,Minardi,Italian,http://en.wikipedia.org/wiki/Minardi +19,jaguar,Jaguar,British,http://en.wikipedia.org/wiki/Jaguar_Racing +20,prost,Prost,French,http://en.wikipedia.org/wiki/Prost_Grand_Prix +21,arrows,Arrows,British,http://en.wikipedia.org/wiki/Arrows_Grand_Prix_International +22,benetton,Benetton,Italian,http://en.wikipedia.org/wiki/Benetton_Formula +23,brawn,Brawn,British,http://en.wikipedia.org/wiki/Brawn_GP +24,stewart,Stewart,British,http://en.wikipedia.org/wiki/Stewart_Grand_Prix +25,tyrrell,Tyrrell,British,http://en.wikipedia.org/wiki/Tyrrell_Racing +26,lola,Lola,British,http://en.wikipedia.org/wiki/MasterCard_Lola +27,ligier,Ligier,French,http://en.wikipedia.org/wiki/Ligier +28,forti,Forti,Italian,http://en.wikipedia.org/wiki/Forti +29,footwork,Footwork,British,http://en.wikipedia.org/wiki/Footwork_Arrows +30,pacific,Pacific,British,http://en.wikipedia.org/wiki/Pacific_Racing +31,simtek,Simtek,British,http://en.wikipedia.org/wiki/Simtek +32,team_lotus,Team Lotus,British,http://en.wikipedia.org/wiki/Team_Lotus +33,larrousse,Larrousse,French,http://en.wikipedia.org/wiki/Larrousse +34,brabham,Brabham,British,http://en.wikipedia.org/wiki/Brabham +35,dallara,Dallara,Italian,http://en.wikipedia.org/wiki/Dallara +36,fondmetal,Fondmetal,Italian,http://en.wikipedia.org/wiki/Fondmetal +37,march,March,British,http://en.wikipedia.org/wiki/March_Engineering +38,moda,Andrea Moda,Italian,http://en.wikipedia.org/wiki/Andrea_Moda_Formula +39,ags,AGS,French,http://en.wikipedia.org/wiki/Automobiles_Gonfaronnaises_Sportives +40,lambo,Lambo,Italian,http://en.wikipedia.org/wiki/Modena_(racing_team) +41,leyton,Leyton House,British,http://en.wikipedia.org/wiki/Leyton_House +42,coloni,Coloni,Italian,http://en.wikipedia.org/wiki/Enzo_Coloni_Racing_Car_Systems +44,eurobrun,Euro Brun,Italian,http://en.wikipedia.org/wiki/Euro_Brun +45,osella,Osella,Italian,http://en.wikipedia.org/wiki/Osella +46,onyx,Onyx,British,http://en.wikipedia.org/wiki/Onyx_(racing_team) +47,life,Life,Italian,http://en.wikipedia.org/wiki/Life_(Racing_Team) +48,rial,Rial,German,http://en.wikipedia.org/wiki/Rial_%28racing_team%29 +49,zakspeed,Zakspeed,German,http://en.wikipedia.org/wiki/Zakspeed +50,ram,RAM,British,http://en.wikipedia.org/wiki/RAM_Racing +51,alfa,Alfa Romeo,Italian,http://en.wikipedia.org/wiki/Alfa_Romeo_(Formula_One) +52,spirit,Spirit,British,http://en.wikipedia.org/wiki/Spirit_(racing_team) +53,toleman,Toleman,British,http://en.wikipedia.org/wiki/Toleman +54,ats,ATS,Italian,http://en.wikipedia.org/wiki/ATS_(wheels) +55,theodore,Theodore,Hong Kong,http://en.wikipedia.org/wiki/Theodore_Racing +56,fittipaldi,Fittipaldi,Brazilian,http://en.wikipedia.org/wiki/Fittipaldi_%28constructor%29 +57,ensign,Ensign,British,http://en.wikipedia.org/wiki/Ensign_%28racing_team%29 +58,shadow,Shadow,British,http://en.wikipedia.org/wiki/Shadow_Racing_Cars +59,wolf,Wolf,Canadian,http://en.wikipedia.org/wiki/Walter_Wolf_Racing +60,merzario,Merzario,Italian,http://en.wikipedia.org/wiki/Merzario +61,kauhsen,Kauhsen,German,http://en.wikipedia.org/wiki/Kauhsen +62,rebaque,Rebaque,Mexican,http://en.wikipedia.org/wiki/Rebaque +63,surtees,Surtees,British,http://en.wikipedia.org/wiki/Surtees +64,hesketh,Hesketh,British,http://en.wikipedia.org/wiki/Hesketh_Racing +65,martini,Martini,French,http://en.wikipedia.org/wiki/Martini_(cars) +66,brm,BRM,British,http://en.wikipedia.org/wiki/BRM +67,penske,Penske,American,http://en.wikipedia.org/wiki/Penske_Racing +68,lec,LEC,British,http://en.wikipedia.org/wiki/LEC_(Formula_One) +69,mcguire,McGuire,Australian,http://en.wikipedia.org/wiki/McGuire_(Formula_One) +70,boro,Boro,Dutch,http://en.wikipedia.org/wiki/Boro_(Formula_One) +71,apollon,Apollon,Swiss,http://en.wikipedia.org/wiki/Apollon_(Formula_One) +72,kojima,Kojima,Japanese,http://en.wikipedia.org/wiki/Kojima_Engineering +73,parnelli,Parnelli,American,http://en.wikipedia.org/wiki/Parnelli +74,maki,Maki,Japanese,http://en.wikipedia.org/wiki/Maki_(cars) +75,hill,Embassy Hill,British,http://en.wikipedia.org/wiki/Hill_(constructor) +76,lyncar,Lyncar,British,http://en.wikipedia.org/wiki/Lyncar +77,trojan,Trojan,British,http://en.wikipedia.org/wiki/Trojan_(Racing_team) +78,amon,Amon,New Zealand,http://en.wikipedia.org/wiki/Amon_(Formula_One_team) +79,token,Token,British,http://en.wikipedia.org/wiki/Token_(Racing_team) +80,iso_marlboro,Iso Marlboro,British,http://en.wikipedia.org/wiki/Iso_Marlboro +81,tecno,Tecno,Italian,http://en.wikipedia.org/wiki/Tecno +82,matra,Matra,French,http://en.wikipedia.org/wiki/Matra +83,politoys,Politoys,British,http://en.wikipedia.org/wiki/Frank_Williams_Racing_Cars +84,connew,Connew,British,http://en.wikipedia.org/wiki/Connew +85,bellasi,Bellasi,Swiss,http://en.wikipedia.org/wiki/Bellasi +86,tomaso,De Tomaso,Italian,http://en.wikipedia.org/wiki/De_Tomaso +87,cooper,Cooper,British,http://en.wikipedia.org/wiki/Cooper_Car_Company +88,eagle,Eagle,American,http://en.wikipedia.org/wiki/Anglo_American_Racers +89,lds,LDS,South African,http://en.wikipedia.org/wiki/LDS_(automobile) +90,protos,Protos,British,http://en.wikipedia.org/wiki/Protos_(constructor) +91,shannon,Shannon,British,http://en.wikipedia.org/wiki/Shannon_(Formula_One) +92,scirocco,Scirocco,British,http://en.wikipedia.org/wiki/Scirocco-Powell +93,re,RE,Rhodesian,http://en.wikipedia.org/wiki/RE_%28automobile%29 +94,brp,BRP,British,http://en.wikipedia.org/wiki/British_Racing_Partnership +95,porsche,Porsche,German,http://en.wikipedia.org/wiki/Porsche_in_Formula_One +96,derrington,Derrington,British,http://en.wikipedia.org/wiki/Derrington-Francis +97,gilby,Gilby,British,http://en.wikipedia.org/wiki/Gilby +98,stebro,Stebro,Canadian,http://en.wikipedia.org/wiki/Stebro +99,emeryson,Emeryson,British,http://en.wikipedia.org/wiki/Emeryson +100,enb,ENB,Belgium,http://en.wikipedia.org/wiki/Ecurie_Nationale_Belge +101,jbw,JBW,British,http://en.wikipedia.org/wiki/JBW +102,ferguson,Ferguson,British,http://en.wikipedia.org/wiki/Ferguson_Research_Ltd. +103,mbm,MBM,Swiss,http://en.wikipedia.org/wiki/Monteverdi_Basel_Motors +104,behra-porsche,Behra-Porsche,Italian,http://en.wikipedia.org/wiki/Behra-Porsche +105,maserati,Maserati,Italian,http://en.wikipedia.org/wiki/Maserati +106,scarab,Scarab,American,http://en.wikipedia.org/wiki/Scarab_(constructor) +107,watson,Watson,American,http://en.wikipedia.org/wiki/A.J._Watson +108,epperly,Epperly,American,http://en.wikipedia.org/wiki/Epperly +109,phillips,Phillips,American,http://en.wikipedia.org/wiki/Phillips_(constructor) +110,lesovsky,Lesovsky,American,http://en.wikipedia.org/wiki/Lesovsky +111,trevis,Trevis,American,http://en.wikipedia.org/wiki/Trevis +112,meskowski,Meskowski,American,http://en.wikipedia.org/wiki/Meskowski +113,kurtis_kraft,Kurtis Kraft,American,http://en.wikipedia.org/wiki/Kurtis_Kraft +114,kuzma,Kuzma,American,http://en.wikipedia.org/wiki/Kuzma_(constructor) +115,vhristensen,Christensen,American,http://en.wikipedia.org/wiki/Christensen_(constructor) +116,ewing,Ewing,American,http://en.wikipedia.org/wiki/Ewing_(constructor) +117,aston_martin,Aston Martin,British,http://en.wikipedia.org/wiki/Aston_Martin +118,vanwall,Vanwall,British,http://en.wikipedia.org/wiki/Vanwall +119,moore,Moore,American,http://en.wikipedia.org/wiki/Moore_(constructor) +120,dunn,Dunn,American,http://en.wikipedia.org/wiki/Dunn_Engineering +121,elder,Elder,American,http://en.wikipedia.org/wiki/Elder_(constructor) +122,sutton,Sutton,American,http://en.wikipedia.org/wiki/Sutton_(constructor) +123,fry,Fry,British,http://en.wikipedia.org/wiki/Fry_(racing_team) +124,tec-mec,Tec-Mec,Italian,http://en.wikipedia.org/wiki/Tec-Mec +125,connaught,Connaught,British,http://en.wikipedia.org/wiki/Connaught_Engineering +126,alta,Alta,British,http://en.wikipedia.org/wiki/Alta_auto_racing_team +127,osca,OSCA,Italian,http://en.wikipedia.org/wiki/Officine_Specializate_Costruzione_Automobili +128,gordini,Gordini,French,http://en.wikipedia.org/wiki/Gordini +129,stevens,Stevens,American,http://en.wikipedia.org/wiki/Stevens_(constructor) +130,bugatti,Bugatti,French,http://en.wikipedia.org/wiki/Bugatti +131,mercedes,Mercedes,German,http://en.wikipedia.org/wiki/Mercedes-Benz_in_Formula_One +132,lancia,Lancia,Italian,http://en.wikipedia.org/wiki/Lancia_in_Formula_One +133,hwm,HWM,British,http://en.wikipedia.org/wiki/Hersham_and_Walton_Motors +134,schroeder,Schroeder,American,http://en.wikipedia.org/wiki/Schroeder_(constructor) +135,pawl,Pawl,American,http://en.wikipedia.org/wiki/Pawl_(constructor) +136,pankratz,Pankratz,American,http://en.wikipedia.org/wiki/Pankratz +137,arzani-volpini,Arzani-Volpini,Italian,http://en.wikipedia.org/wiki/Arzani-Volpini +138,nichels,Nichels,American,http://en.wikipedia.org/wiki/Nichels +139,bromme,Bromme,American,http://en.wikipedia.org/wiki/Bromme +140,klenk,Klenk,German,http://en.wikipedia.org/wiki/Klenk +141,simca,Simca,French,http://en.wikipedia.org/wiki/Simca +142,turner,Turner,American,http://en.wikipedia.org/wiki/Turner_(constructor) +143,del_roy,Del Roy,American,http://en.wikipedia.org/wiki/Del_Roy +144,veritas,Veritas,German,http://en.wikipedia.org/wiki/Veritas_(constructor) +145,bmw,BMW,German,http://en.wikipedia.org/wiki/BMW +146,emw,EMW,East German,http://en.wikipedia.org/wiki/Eisenacher_Motorenwerk +147,afm,AFM,German,http://en.wikipedia.org/wiki/Alex_von_Falkenhausen_Motorenbau +148,frazer_nash,Frazer Nash,British,http://en.wikipedia.org/wiki/Frazer_Nash +149,sherman,Sherman,American,http://en.wikipedia.org/wiki/Sherman_(constructor) +150,deidt,Deidt,American,http://en.wikipedia.org/wiki/Deidt +151,era,ERA,British,http://en.wikipedia.org/wiki/English_Racing_Automobiles +152,butterworth,Aston Butterworth,British,http://en.wikipedia.org/wiki/Aston_Butterworth +153,cisitalia,Cisitalia,Italian,http://en.wikipedia.org/wiki/Cisitalia +154,lago,Talbot-Lago,French,http://en.wikipedia.org/wiki/Talbot-Lago +155,hall,Hall,American,http://en.wikipedia.org/wiki/Hall_(constructor) +156,marchese,Marchese,American,http://en.wikipedia.org/wiki/Marchese_(constructor) +157,langley,Langley,American,http://en.wikipedia.org/wiki/Langley_(constructor) +158,rae,Rae,American,http://en.wikipedia.org/wiki/Rae_(motorsport) +159,olson,Olson,American,http://en.wikipedia.org/wiki/Olson_(constructor) +160,wetteroth,Wetteroth,American,http://en.wikipedia.org/wiki/Wetteroth +161,adams,Adams,American,http://en.wikipedia.org/wiki/Adams_(constructor) +162,snowberger,Snowberger,American,http://en.wikipedia.org/wiki/Snowberger +163,milano,Milano,Italian,http://en.wikipedia.org/wiki/Scuderia_Milano +164,hrt,HRT,Spanish,http://en.wikipedia.org/wiki/Hispania_Racing +167,cooper-maserati,Cooper-Maserati,British,http://en.wikipedia.org/wiki/Cooper_Car_Company +166,virgin,Virgin,British,http://en.wikipedia.org/wiki/Virgin_Racing +168,cooper-osca,Cooper-OSCA,British,http://en.wikipedia.org/wiki/Cooper_Car_Company +169,cooper-borgward,Cooper-Borgward,British,http://en.wikipedia.org/wiki/Cooper_Car_Company +170,cooper-climax,Cooper-Climax,British,http://en.wikipedia.org/wiki/Cooper_Car_Company +171,cooper-castellotti,Cooper-Castellotti,British,http://en.wikipedia.org/wiki/Cooper_Car_Company +172,lotus-climax,Lotus-Climax,British,http://en.wikipedia.org/wiki/Team_Lotus +173,lotus-maserati,Lotus-Maserati,British,http://en.wikipedia.org/wiki/Team_Lotus +174,de_tomaso-osca,De Tomaso-Osca,Italian,http://en.wikipedia.org/wiki/De_Tomaso +175,de_tomaso-alfa_romeo,De Tomaso-Alfa Romeo,Italian,http://en.wikipedia.org/wiki/De_Tomaso +176,lotus-brm,Lotus-BRM,British,http://en.wikipedia.org/wiki/Team_Lotus +177,lotus-borgward,Lotus-Borgward,British,http://en.wikipedia.org/wiki/Team_Lotus +178,cooper-alfa_romeo,Cooper-Alfa Romeo,British,http://en.wikipedia.org/wiki/Cooper_Car_Company +179,de_tomaso-ferrari,De Tomaso-Ferrari,Italian,http://en.wikipedia.org/wiki/De_Tomaso +180,lotus-ford,Lotus-Ford,British,http://en.wikipedia.org/wiki/Team_Lotus +181,brabham-brm,Brabham-BRM,British,http://en.wikipedia.org/wiki/Brabham +182,brabham-ford,Brabham-Ford,British,http://en.wikipedia.org/wiki/Brabham +183,brabham-climax,Brabham-Climax,British,http://en.wikipedia.org/wiki/Brabham +184,lds-climax,LDS-Climax,South African,http://en.wikipedia.org/wiki/LDS_(automobile) +185,lds-alfa_romeo,LDS-Alfa Romeo,South African,http://en.wikipedia.org/wiki/LDS_(automobile) +186,cooper-ford,Cooper-Ford,British,http://en.wikipedia.org/wiki/Cooper_Car_Company +187,mclaren-ford,McLaren-Ford,British,http://en.wikipedia.org/wiki/Team_McLaren +188,mclaren-seren,McLaren-Serenissima,British,http://en.wikipedia.org/wiki/Team_McLaren +189,eagle-climax,Eagle-Climax,American,http://en.wikipedia.org/wiki/Anglo_American_Racers +190,eagle-weslake,Eagle-Weslake,American,http://en.wikipedia.org/wiki/Anglo_American_Racers +191,brabham-repco,Brabham-Repco,British,http://en.wikipedia.org/wiki/Brabham +192,cooper-ferrari,Cooper-Ferrari,British,http://en.wikipedia.org/wiki/Cooper_Car_Company +193,cooper-ats,Cooper-ATS,British,http://en.wikipedia.org/wiki/Cooper_Car_Company +194,mclaren-brm,McLaren-BRM,British,http://en.wikipedia.org/wiki/McLaren_(racing) +195,cooper-brm,Cooper-BRM,British,http://en.wikipedia.org/wiki/Cooper_Car_Company +196,matra-ford,Matra-Ford,French,http://en.wikipedia.org/wiki/Matra +197,brm-ford,BRM-Ford,British,http://en.wikipedia.org/wiki/BRM +198,mclaren-alfa_romeo,McLaren-Alfa Romeo,British,http://en.wikipedia.org/wiki/McLaren_(racing) +199,march-alfa_romeo,March-Alfa Romeo,British,http://en.wikipedia.org/wiki/March_Engineering +200,march-ford,March-Ford,British,http://en.wikipedia.org/wiki/March_Engineering +201,lotus-pw,Lotus-Pratt & Whitney,British,http://en.wikipedia.org/wiki/Team_Lotus +202,shadow-ford,Shadow-Ford,British,http://en.wikipedia.org/wiki/Shadow_Racing_Cars +203,shadow-matra,Shadow-Matra,British,http://en.wikipedia.org/wiki/Shadow_Racing_Cars +204,brabham-alfa_romeo,Brabham-Alfa Romeo,British,http://en.wikipedia.org/wiki/Brabham +205,lotus_racing,Lotus,Malaysian,http://en.wikipedia.org/wiki/Lotus_Racing +206,marussia,Marussia,Russian,http://en.wikipedia.org/wiki/Marussia_F1 +207,caterham,Caterham,Malaysian,http://en.wikipedia.org/wiki/Caterham_F1 +208,lotus_f1,Lotus F1,British,http://en.wikipedia.org/wiki/Lotus_F1 +209,manor,Manor Marussia,British,http://en.wikipedia.org/wiki/Manor_Motorsport +210,haas,Haas F1 Team,American,http://en.wikipedia.org/wiki/Haas_F1_Team diff --git a/test_database/formula_1/data_csv/driverStandings.csv b/test_database/formula_1/data_csv/driverStandings.csv new file mode 100644 index 0000000000000000000000000000000000000000..95ec151dcf577ae340e7d5c4115105c875c4035f --- /dev/null +++ b/test_database/formula_1/data_csv/driverStandings.csv @@ -0,0 +1,31727 @@ +driverStandingsId,raceId,driverId,points,position,positionText,wins +1,18,1,10,1,1,1 +2,18,2,8,2,2,0 +3,18,3,6,3,3,0 +4,18,4,5,4,4,0 +5,18,5,4,5,5,0 +6,18,6,3,6,6,0 +7,18,7,2,7,7,0 +8,18,8,1,8,8,0 +9,19,1,14,1,1,1 +10,19,2,11,3,3,0 +11,19,3,6,6,6,0 +12,19,4,6,7,7,0 +13,19,5,10,4,4,0 +14,19,6,3,9,9,0 +15,19,7,2,10,10,0 +16,19,8,11,2,2,1 +17,19,9,8,5,5,0 +18,19,15,5,8,8,0 +19,19,17,2,11,11,0 +20,19,14,0,12,12,0 +21,19,18,0,13,13,0 +22,19,12,0,14,14,0 +23,19,21,0,15,15,0 +24,19,22,0,16,16,0 +25,19,19,0,17,17,0 +26,19,11,0,18,18,0 +27,20,1,14,3,3,1 +28,20,2,16,2,2,0 +29,20,3,7,8,8,0 +30,20,4,6,9,9,0 +31,20,5,14,5,5,0 +32,20,6,3,11,11,0 +33,20,7,2,12,12,0 +34,20,8,19,1,1,1 +35,20,9,14,4,4,0 +36,20,15,8,7,7,0 +37,20,17,4,10,10,0 +38,20,14,0,13,13,0 +39,20,18,0,15,15,0 +40,20,12,0,17,17,0 +41,20,21,0,18,18,0 +42,20,22,0,16,16,0 +43,20,19,0,19,19,0 +44,20,11,0,20,20,0 +45,20,13,10,6,6,1 +46,20,10,0,14,14,0 +47,20,16,0,21,21,0 +48,21,1,20,2,2,1 +49,21,2,16,5,5,0 +50,21,3,7,9,9,0 +51,21,4,6,10,10,0 +52,21,5,14,6,6,0 +53,21,6,5,11,11,0 +54,21,7,2,13,13,0 +55,21,8,29,1,1,2 +56,21,9,19,3,3,0 +57,21,15,9,7,7,0 +58,21,17,8,8,8,0 +59,21,14,0,15,15,0 +60,21,18,3,12,12,0 +61,21,12,0,18,18,0 +62,21,21,0,16,16,0 +63,21,22,0,17,17,0 +64,21,19,0,20,20,0 +65,21,11,0,19,19,0 +66,21,13,18,4,4,1 +67,21,10,0,14,14,0 +68,21,16,0,21,21,0 +69,22,1,28,3,3,1 +70,22,2,20,5,5,0 +71,22,3,8,10,10,0 +72,22,4,9,8,8,0 +73,22,5,14,6,6,0 +74,22,6,5,11,11,0 +75,22,7,2,13,13,0 +76,22,8,35,1,1,2 +77,22,9,24,4,4,0 +78,22,15,9,9,9,0 +79,22,17,10,7,7,0 +80,22,14,0,14,14,0 +81,22,18,3,12,12,0 +82,22,12,0,18,18,0 +83,22,21,0,16,16,0 +84,22,22,0,17,17,0 +85,22,19,0,20,20,0 +86,22,11,0,19,19,0 +87,22,13,28,2,2,2 +88,22,10,0,15,15,0 +89,22,16,0,21,21,0 +90,22,20,0,22,22,0 +91,23,1,38,1,1,2 +92,23,2,20,5,5,0 +93,23,3,8,10,10,0 +94,23,4,9,8,8,0 +95,23,5,15,6,6,0 +96,23,6,7,11,11,0 +97,23,7,2,15,15,0 +98,23,8,35,2,2,2 +99,23,9,32,4,4,0 +100,23,15,9,9,9,0 +101,23,17,15,7,7,0 +102,23,14,0,16,16,0 +103,23,18,3,13,13,0 +104,23,12,0,19,19,0 +105,23,21,0,18,18,0 +106,23,22,3,14,14,0 +107,23,19,0,21,21,0 +108,23,11,0,20,20,0 +109,23,13,34,3,3,2 +110,23,10,0,17,17,0 +111,23,16,0,22,22,0 +112,23,20,4,12,12,0 +113,24,1,38,2,2,2 +114,24,2,28,5,5,0 +115,24,3,8,10,10,0 +116,24,4,9,9,9,0 +117,24,5,15,6,6,0 +118,24,6,7,11,11,0 +119,24,7,2,17,17,0 +120,24,8,35,4,4,2 +121,24,9,42,1,1,1 +122,24,15,12,8,8,0 +123,24,17,15,7,7,0 +124,24,14,6,12,12,0 +125,24,18,3,16,16,0 +126,24,12,0,19,19,0 +127,24,21,0,18,18,0 +128,24,22,5,15,15,0 +129,24,19,0,21,21,0 +130,24,11,0,20,20,0 +131,24,13,38,3,3,2 +132,24,10,5,13,13,0 +133,24,16,0,22,22,0 +134,24,20,5,14,14,0 +135,25,1,38,4,4,2 +136,25,2,28,5,5,0 +137,25,3,8,10,10,0 +138,25,4,10,9,9,0 +139,25,5,20,6,6,0 +140,25,6,7,11,11,0 +141,25,7,2,18,18,0 +142,25,8,43,3,3,2 +143,25,9,46,2,2,1 +144,25,15,18,7,7,0 +145,25,17,18,8,8,0 +146,25,14,6,12,12,0 +147,25,18,3,16,16,0 +148,25,12,2,17,17,0 +149,25,21,0,19,19,0 +150,25,22,5,15,15,0 +151,25,19,0,21,21,0 +152,25,11,0,20,20,0 +153,25,13,48,1,1,3 +154,25,10,5,13,13,0 +155,25,16,0,22,22,0 +156,25,20,5,14,14,0 +157,26,1,48,1,1,3 +158,26,2,36,5,5,0 +159,26,3,8,11,11,0 +160,26,4,13,9,9,0 +161,26,5,24,6,6,0 +162,26,6,8,12,12,0 +163,26,7,2,17,17,0 +164,26,8,48,3,3,2 +165,26,9,46,4,4,1 +166,26,15,20,7,7,0 +167,26,17,18,8,8,0 +168,26,14,6,13,13,0 +169,26,18,3,16,16,0 +170,26,12,2,18,18,0 +171,26,21,0,19,19,0 +172,26,22,11,10,10,0 +173,26,19,0,21,21,0 +174,26,11,0,20,20,0 +175,26,13,48,2,2,3 +176,26,10,5,14,14,0 +177,26,16,0,22,22,0 +178,26,20,5,15,15,0 +179,27,1,58,1,1,4 +180,27,2,41,5,5,0 +181,27,3,8,12,12,0 +182,27,4,13,9,9,0 +183,27,5,28,6,6,0 +184,27,6,8,13,13,0 +185,27,7,2,18,18,0 +186,27,8,51,3,3,2 +187,27,9,48,4,4,1 +188,27,15,20,7,7,0 +189,27,17,18,8,8,0 +190,27,14,6,14,14,0 +191,27,18,3,17,17,0 +192,27,12,10,11,11,0 +193,27,21,0,19,19,0 +194,27,22,11,10,10,0 +195,27,19,0,22,22,0 +196,27,11,0,20,20,0 +197,27,13,54,2,2,3 +198,27,10,5,16,16,0 +199,27,16,0,21,21,0 +200,27,20,6,15,15,0 +201,28,1,62,1,1,4 +202,28,2,41,5,5,0 +203,28,3,8,13,13,0 +204,28,4,18,8,8,0 +205,28,5,38,6,6,1 +206,28,6,8,14,14,0 +207,28,7,2,18,18,0 +208,28,8,57,2,2,2 +209,28,9,49,4,4,1 +210,28,15,22,7,7,0 +211,28,17,18,9,9,0 +212,28,14,6,15,15,0 +213,28,18,3,17,17,0 +214,28,12,13,11,11,0 +215,28,21,0,19,19,0 +216,28,22,11,12,12,0 +217,28,19,0,22,22,0 +218,28,11,0,20,20,0 +219,28,13,54,3,3,3 +220,28,10,13,10,10,0 +221,28,16,0,21,21,0 +222,28,20,6,16,16,0 +223,29,1,70,1,1,4 +224,29,2,41,6,6,0 +225,29,3,9,13,13,0 +226,29,4,18,8,8,0 +227,29,5,43,5,5,1 +228,29,6,8,15,15,0 +229,29,7,2,18,18,0 +230,29,8,57,3,3,2 +231,29,9,55,4,4,1 +232,29,15,26,7,7,0 +233,29,17,18,9,9,0 +234,29,14,6,16,16,0 +235,29,18,3,17,17,0 +236,29,12,13,11,11,0 +237,29,21,0,19,19,0 +238,29,22,11,12,12,0 +239,29,19,0,22,22,0 +240,29,11,0,20,20,0 +241,29,13,64,2,2,4 +242,29,10,15,10,10,0 +243,29,16,0,21,21,0 +244,29,20,9,14,14,0 +245,30,1,76,1,1,4 +246,30,2,49,5,5,0 +247,30,3,9,14,14,0 +248,30,4,23,8,8,0 +249,30,5,43,6,6,1 +250,30,6,8,15,15,0 +251,30,7,4,17,17,0 +252,30,8,57,4,4,2 +253,30,9,58,3,3,1 +254,30,15,26,7,7,0 +255,30,17,19,9,9,0 +256,30,14,6,16,16,0 +257,30,18,3,18,18,0 +258,30,12,13,11,11,0 +259,30,21,0,19,19,0 +260,30,22,11,13,13,0 +261,30,19,0,22,22,0 +262,30,11,0,21,21,0 +263,30,13,74,2,2,5 +264,30,10,15,10,10,0 +265,30,16,0,20,20,0 +266,30,20,13,12,12,0 +267,31,1,78,1,1,4 +268,31,2,53,5,5,0 +269,31,3,9,14,14,0 +270,31,4,28,7,7,0 +271,31,5,51,6,6,1 +272,31,6,8,15,15,0 +273,31,7,4,17,17,0 +274,31,8,57,4,4,2 +275,31,9,64,3,3,1 +276,31,15,26,8,8,0 +277,31,17,20,10,10,0 +278,31,14,6,16,16,0 +279,31,18,3,18,18,0 +280,31,12,13,12,12,0 +281,31,21,0,19,19,0 +282,31,22,11,13,13,0 +283,31,19,0,22,22,0 +284,31,11,0,21,21,0 +285,31,13,77,2,2,5 +286,31,10,15,11,11,0 +287,31,16,0,20,20,0 +288,31,20,23,9,9,1 +289,32,1,84,1,1,4 +290,32,2,56,5,5,0 +291,32,3,17,12,12,0 +292,32,4,38,7,7,1 +293,32,5,51,6,6,1 +294,32,6,9,15,15,0 +295,32,7,4,17,17,0 +296,32,8,57,4,4,2 +297,32,9,64,3,3,1 +298,32,15,26,9,9,0 +299,32,17,20,11,11,0 +300,32,14,8,16,16,0 +301,32,18,3,18,18,0 +302,32,12,13,13,13,0 +303,32,21,0,19,19,0 +304,32,22,11,14,14,0 +305,32,19,0,22,22,0 +306,32,11,0,21,21,0 +307,32,13,77,2,2,5 +308,32,10,20,10,10,0 +309,32,16,0,20,20,0 +310,32,20,27,8,8,1 +311,33,1,84,1,1,4 +312,33,2,56,5,5,0 +313,33,3,17,13,13,0 +314,33,4,48,7,7,2 +315,33,5,51,6,6,1 +316,33,6,9,15,15,0 +317,33,7,4,17,17,0 +318,33,8,63,4,4,2 +319,33,9,72,3,3,1 +320,33,15,30,9,9,0 +321,33,17,21,10,10,0 +322,33,14,8,16,16,0 +323,33,18,3,18,18,0 +324,33,12,18,12,12,0 +325,33,21,0,19,19,0 +326,33,22,11,14,14,0 +327,33,19,0,22,22,0 +328,33,11,0,21,21,0 +329,33,13,79,2,2,5 +330,33,10,20,11,11,0 +331,33,16,0,20,20,0 +332,33,20,30,8,8,1 +3459,34,20,30,8,8,1 +3458,34,16,0,20,20,0 +3457,34,10,22,10,10,0 +3456,34,13,87,2,2,5 +3455,34,11,0,21,21,0 +3454,34,19,0,22,22,0 +3453,34,22,11,14,14,0 +3452,34,21,0,19,19,0 +3451,34,12,19,12,12,0 +3450,34,18,3,18,18,0 +3449,34,14,8,16,16,0 +3448,34,17,21,11,11,0 +3447,34,15,30,9,9,0 +3446,34,9,75,3,3,1 +3445,34,8,69,4,4,2 +3444,34,7,4,17,17,0 +3443,34,6,9,15,15,0 +3442,34,5,51,7,7,1 +3441,34,4,53,6,6,2 +3440,34,3,17,13,13,0 +3439,34,2,60,5,5,0 +3438,34,1,94,1,1,5 +355,35,1,98,1,1,5 +356,35,2,60,6,6,0 +357,35,3,17,13,13,0 +358,35,4,61,5,5,2 +359,35,5,53,7,7,1 +360,35,6,9,15,15,0 +361,35,7,4,17,17,0 +362,35,8,75,3,3,2 +363,35,9,75,4,4,1 +364,35,15,31,9,9,0 +365,35,17,21,11,11,0 +366,35,14,8,16,16,0 +367,35,18,3,18,18,0 +368,35,12,19,12,12,0 +369,35,21,0,19,19,0 +370,35,22,11,14,14,0 +371,35,19,0,22,22,0 +372,35,11,0,21,21,0 +373,35,13,97,2,2,6 +374,35,10,25,10,10,0 +375,35,16,0,20,20,0 +376,35,20,35,8,8,1 +13629,36,16,0,17,17,0 +13628,36,19,0,16,16,0 +13627,36,18,0,15,15,0 +13626,36,24,0,14,14,0 +13625,36,17,0,13,13,0 +13624,36,11,0,12,12,0 +13623,36,22,0,11,11,0 +13622,36,5,0,10,10,0 +13621,36,15,0,9,9,0 +13620,36,23,1,8,8,0 +13619,36,3,2,7,7,0 +13618,36,13,3,6,6,0 +13617,36,21,4,5,5,0 +13649,37,9,0,20,20,0 +13648,37,26,0,17,17,0 +13647,37,25,0,11,11,0 +13646,37,16,0,19,19,0 +13645,37,19,0,18,18,0 +13644,37,18,0,15,15,0 +13643,37,24,0,16,16,0 +13642,37,17,0,12,12,0 +13641,37,11,0,14,14,0 +13640,37,22,0,13,13,0 +13639,37,5,1,9,9,0 +13638,37,15,2,7,7,0 +13637,37,23,1,10,10,0 +13635,37,13,7,6,6,0 +13670,38,27,0,18,18,0 +13669,38,9,3,8,8,0 +13668,38,26,0,19,19,0 +13667,38,25,0,12,12,0 +13666,38,16,0,20,20,0 +13665,38,19,0,21,21,0 +13664,38,18,0,16,16,0 +13663,38,24,0,17,17,0 +13662,38,17,0,13,13,0 +13661,38,11,0,15,15,0 +13660,38,22,0,14,14,0 +13659,38,5,1,10,10,0 +13658,38,15,4,7,7,0 +13657,38,23,1,11,11,0 +13656,38,3,2,9,9,0 +13655,38,13,17,4,4,1 +13654,38,21,8,6,6,0 +13653,38,2,15,5,5,0 +13652,38,1,22,3,3,0 +13651,38,4,22,1,1,1 +13650,38,8,22,2,2,1 +13692,39,14,4,9,9,0 +13691,39,27,0,20,20,0 +13690,39,9,8,6,6,0 +13689,39,26,0,22,22,0 +13688,39,25,0,14,14,0 +13687,39,16,0,19,19,0 +13686,39,19,0,17,17,0 +13685,39,18,0,18,18,0 +13684,39,24,0,21,21,0 +13683,39,17,0,16,16,0 +13682,39,11,1,12,12,0 +13681,39,22,0,15,15,0 +13680,39,5,3,11,11,0 +13679,39,15,4,10,10,0 +13678,39,23,1,13,13,0 +13677,39,3,5,8,8,0 +13675,39,21,8,7,7,0 +13714,40,14,4,9,9,0 +13713,40,27,0,21,21,0 +13712,40,9,12,7,7,0 +13711,40,26,0,15,15,0 +13710,40,25,2,12,12,0 +13709,40,16,0,20,20,0 +13708,40,19,0,19,19,0 +13707,40,18,0,18,18,0 +13706,40,24,0,22,22,0 +13705,40,17,0,17,17,0 +13704,40,11,1,13,13,0 +13703,40,22,0,16,16,0 +13702,40,5,3,11,11,0 +13701,40,15,4,10,10,0 +13700,40,23,1,14,14,0 +13699,40,3,5,8,8,0 +13697,40,21,13,6,6,0 +13736,41,14,4,11,11,0 +13735,41,27,0,21,21,0 +13734,41,9,12,7,7,0 +13733,41,26,0,16,16,0 +13732,41,25,8,8,8,0 +13731,41,16,0,20,20,0 +13730,41,19,0,18,18,0 +13729,41,18,0,19,19,0 +13728,41,24,0,22,22,0 +13726,41,11,4,12,12,0 +13724,41,5,8,9,9,0 +13722,41,23,2,14,14,0 +13721,41,3,5,10,10,0 +13720,41,13,33,3,3,2 +13718,41,2,26,5,5,0 +13716,41,4,40,2,2,2 +13759,42,20,1,16,16,0 +13758,42,14,4,12,12,0 +13757,42,27,0,22,22,0 +13756,42,9,12,7,7,0 +13755,42,26,0,17,17,0 +13754,42,25,8,9,9,0 +13753,42,16,0,21,21,0 +13752,42,19,0,19,19,0 +13751,42,18,0,20,20,0 +13750,42,24,0,23,23,0 +13748,42,11,4,13,13,0 +13746,42,5,12,8,8,0 +13744,42,23,2,15,15,0 +13743,42,3,5,11,11,0 +13742,42,13,39,3,3,2 +13740,42,2,26,5,5,0 +13738,42,4,48,2,2,2 +13782,43,20,1,17,17,0 +13781,43,14,4,12,12,0 +13780,43,27,0,22,22,0 +13779,43,9,17,6,6,0 +13778,43,26,0,18,18,0 +13777,43,25,8,9,9,0 +13776,43,16,0,21,21,0 +13775,43,19,0,20,20,0 +13774,43,18,1,16,16,0 +13773,43,24,0,23,23,0 +13772,43,17,2,14,14,0 +13771,43,11,4,13,13,0 +13769,43,5,12,8,8,0 +13767,43,23,2,15,15,0 +13766,43,3,5,11,11,0 +13765,43,13,47,3,3,2 +13763,43,2,30,5,5,0 +13761,43,4,50,2,2,2 +13805,44,20,1,17,17,0 +13804,44,14,4,12,12,0 +13803,44,27,0,22,22,0 +13802,44,9,22,6,6,0 +13801,44,26,0,19,19,0 +13800,44,25,8,9,9,0 +13799,44,16,0,21,21,0 +13798,44,19,0,20,20,0 +13797,44,18,1,16,16,0 +13796,44,24,0,23,23,0 +13795,44,17,2,14,14,0 +13794,44,11,4,13,13,0 +13792,44,5,14,8,8,0 +13790,44,23,2,15,15,0 +13789,44,3,5,11,11,0 +13787,44,21,17,7,7,0 +13784,44,4,58,2,2,2 +13828,45,20,1,17,17,0 +13827,45,14,8,11,11,0 +13826,45,27,0,22,22,0 +13825,45,9,24,6,6,0 +13824,45,26,0,19,19,0 +13823,45,25,13,9,9,0 +13822,45,16,0,21,21,0 +13821,45,19,0,20,20,0 +13820,45,18,1,16,16,0 +13819,45,24,0,23,23,0 +13818,45,17,8,10,10,0 +13817,45,11,4,14,14,0 +13816,45,22,0,18,18,0 +13815,45,5,15,8,8,0 +13814,45,15,7,12,12,0 +13813,45,23,2,15,15,0 +13811,45,13,59,3,3,2 +13809,45,2,36,5,5,0 +13832,46,2,42,5,5,0 +13851,46,20,1,17,17,0 +13850,46,14,8,11,11,0 +13849,46,27,0,22,22,0 +13848,46,9,28,6,6,0 +13847,46,26,0,19,19,0 +13846,46,25,13,9,9,0 +13845,46,16,0,21,21,0 +13844,46,19,0,20,20,0 +13843,46,18,1,16,16,0 +13842,46,24,0,23,23,0 +13841,46,17,8,10,10,0 +13840,46,11,4,15,15,0 +13838,46,5,16,8,8,0 +13837,46,15,7,13,13,0 +13836,46,23,5,14,14,0 +13835,46,3,7,12,12,0 +13833,46,21,17,7,7,0 +13830,46,4,73,2,2,3 +13856,47,21,17,8,8,0 +13875,47,29,0,24,24,0 +13874,47,20,1,17,17,0 +13873,47,14,8,12,12,0 +13872,47,27,0,22,22,0 +13871,47,9,29,6,6,0 +13870,47,26,0,19,19,0 +13869,47,25,13,9,9,0 +13868,47,16,0,21,21,0 +13867,47,19,0,20,20,0 +13866,47,18,1,16,16,0 +13865,47,24,0,23,23,0 +13864,47,17,8,11,11,0 +13863,47,11,4,15,15,0 +13862,47,22,0,18,18,0 +13861,47,5,19,7,7,0 +13858,47,3,9,10,10,0 +13857,47,13,69,3,3,3 +13855,47,2,47,5,5,0 +13853,47,4,79,2,2,3 +13879,48,2,52,5,5,0 +13899,48,29,0,24,24,0 +13898,48,20,1,17,17,0 +13897,48,14,8,12,12,0 +13896,48,27,0,22,22,0 +13895,48,9,33,6,6,0 +13894,48,26,0,19,19,0 +13893,48,25,13,9,9,0 +13892,48,16,0,21,21,0 +13891,48,19,0,20,20,0 +13890,48,18,2,16,16,0 +13889,48,24,0,23,23,0 +13888,48,17,8,11,11,0 +13887,48,11,4,15,15,0 +13886,48,22,0,18,18,0 +13885,48,5,21,7,7,0 +13884,48,15,7,13,13,0 +13881,48,13,69,4,4,3 +13880,48,21,17,8,8,0 +13877,48,4,89,2,2,4 +13903,49,2,56,5,5,0 +13923,49,29,0,24,24,0 +13922,49,20,1,17,17,0 +13921,49,14,8,12,12,0 +13920,49,27,0,23,23,0 +13919,49,9,33,6,6,0 +13918,49,26,0,19,19,0 +13917,49,25,13,10,10,0 +13916,49,16,0,22,22,0 +13915,49,19,0,20,20,0 +13914,49,18,2,16,16,0 +13913,49,24,0,21,21,0 +13912,49,17,10,11,11,0 +13911,49,11,4,15,15,0 +13910,49,22,0,18,18,0 +13909,49,5,22,7,7,0 +13908,49,15,7,13,13,0 +13905,49,13,77,4,4,3 +13904,49,21,17,8,8,0 +13901,49,4,95,2,2,4 +13927,50,2,56,5,5,0 +13947,50,29,0,23,23,0 +13946,50,20,1,18,18,0 +13945,50,14,13,11,11,0 +13944,50,27,0,24,24,0 +13943,50,9,35,6,6,0 +13942,50,26,0,21,21,0 +13941,50,25,13,10,10,0 +13940,50,16,1,17,17,0 +13939,50,19,0,22,22,0 +13938,50,18,2,16,16,0 +13937,50,24,0,20,20,0 +13936,50,17,10,12,12,0 +13935,50,11,4,15,15,0 +13934,50,22,0,19,19,0 +13933,50,5,30,7,7,0 +13932,50,15,7,13,13,0 +13929,50,13,80,4,4,3 +13928,50,21,21,8,8,0 +13925,50,4,95,2,2,4 +13951,51,2,58,5,5,0 +13971,51,29,0,23,23,0 +13970,51,20,6,14,14,0 +13969,51,14,14,10,10,0 +13968,51,27,0,24,24,0 +13967,51,9,35,6,6,0 +13966,51,26,0,21,21,0 +13965,51,25,13,11,11,0 +13964,51,16,1,19,19,0 +13963,51,19,0,22,22,0 +13962,51,18,6,15,15,0 +13961,51,24,3,18,18,0 +13960,51,17,10,12,12,0 +13959,51,11,4,17,17,0 +13958,51,22,0,20,20,0 +13957,51,5,30,7,7,0 +13956,51,15,7,13,13,0 +13955,51,23,5,16,16,0 +13953,51,13,86,4,4,3 +13952,51,21,21,8,8,0 +13949,51,4,103,2,2,4 +13972,52,8,110,1,1,6 +13996,52,6,0,22,22,0 +13995,52,29,0,24,24,0 +13994,52,20,6,14,14,0 +13993,52,14,14,10,10,0 +13992,52,27,0,25,25,0 +13991,52,9,39,6,6,0 +13990,52,26,0,21,21,0 +13989,52,25,13,11,11,0 +13988,52,16,1,19,19,0 +13987,52,19,0,23,23,0 +13986,52,18,6,15,15,0 +13985,52,24,3,18,18,0 +13984,52,17,10,12,12,0 +13983,52,11,4,17,17,0 +13982,52,22,0,20,20,0 +13981,52,5,30,7,7,0 +13980,52,15,8,13,13,0 +13979,52,23,5,16,16,0 +13978,52,3,20,9,9,0 +13977,52,13,94,4,4,3 +13975,52,2,61,5,5,0 +13973,52,4,109,3,3,4 +12824,53,11,0,18,18,0 +12823,53,33,0,17,17,0 +12822,53,15,0,16,16,0 +12821,53,22,0,15,15,0 +12820,53,23,0,14,14,0 +12819,53,26,0,13,13,0 +12818,53,2,0,12,12,0 +12817,53,24,0,11,11,0 +12816,53,14,0,10,10,0 +12815,53,13,0,9,9,0 +12814,53,32,1,8,8,0 +12813,53,3,2,7,7,0 +12812,53,17,3,6,6,0 +12811,53,31,4,5,5,0 +12810,53,18,5,4,4,0 +12809,53,8,6,3,3,0 +12808,53,30,8,2,2,0 +12807,53,4,10,1,1,1 +12845,54,27,0,17,17,0 +12844,54,35,2,10,10,0 +12843,54,21,10,4,4,1 +12842,54,11,0,21,21,0 +12841,54,33,0,19,19,0 +12840,54,15,0,13,13,0 +12839,54,22,0,14,14,0 +12838,54,23,1,11,11,0 +12837,54,26,0,20,20,0 +12836,54,2,0,18,18,0 +12835,54,24,0,16,16,0 +12834,54,14,0,15,15,0 +12833,54,13,4,7,7,0 +12832,54,32,1,12,12,0 +12831,54,3,2,9,9,0 +12830,54,17,3,8,8,0 +12829,54,31,9,5,5,0 +12828,54,18,11,3,3,0 +12827,54,8,6,6,6,0 +12826,54,30,11,2,2,0 +12825,54,4,18,1,1,1 +12867,55,34,0,22,22,0 +12866,55,27,0,19,19,0 +12865,55,35,5,9,9,0 +12864,55,21,14,2,2,1 +12863,55,11,0,20,20,0 +12862,55,33,0,21,21,0 +12861,55,15,0,17,17,0 +12860,55,22,2,12,12,0 +12859,55,23,7,7,7,0 +12858,55,26,0,16,16,0 +12857,55,2,5,8,8,0 +12856,55,24,0,18,18,0 +12855,55,14,1,14,14,0 +12854,55,13,4,10,10,0 +12853,55,32,1,15,15,0 +12852,55,3,2,13,13,0 +12851,55,17,3,11,11,0 +12850,55,31,9,6,6,0 +12849,55,18,11,5,5,0 +12848,55,8,14,3,3,0 +12847,55,30,11,4,4,0 +12846,55,4,28,1,1,2 +12889,56,34,0,22,22,0 +12888,56,27,0,19,19,0 +12887,56,35,5,11,11,0 +12886,56,21,15,4,4,1 +12885,56,11,0,20,20,0 +12884,56,33,0,21,21,0 +12883,56,15,0,17,17,0 +12882,56,22,2,12,12,0 +12881,56,23,7,8,8,0 +12880,56,26,0,16,16,0 +12879,56,2,5,10,10,0 +12878,56,24,0,18,18,0 +12877,56,14,1,14,14,0 +12876,56,13,9,7,7,0 +12875,56,32,1,15,15,0 +12874,56,3,2,13,13,0 +12873,56,17,6,9,9,0 +12872,56,31,15,5,5,0 +12871,56,18,13,6,6,0 +12870,56,8,18,3,3,0 +12869,56,30,21,2,2,1 +12868,56,4,36,1,1,2 +12911,57,34,0,22,22,0 +12910,57,27,0,19,19,0 +12909,57,35,6,11,11,0 +12908,57,21,18,4,4,1 +12907,57,11,0,21,21,0 +12906,57,33,0,20,20,0 +12905,57,15,0,16,16,0 +12904,57,22,6,9,9,0 +12903,57,23,7,8,8,0 +12902,57,26,0,17,17,0 +12901,57,2,5,12,12,0 +12900,57,24,0,18,18,0 +12899,57,14,1,14,14,0 +12898,57,13,15,5,5,0 +12897,57,32,1,15,15,0 +12896,57,3,4,13,13,0 +12895,57,17,6,10,10,0 +12894,57,31,15,6,6,0 +12893,57,18,13,7,7,0 +12892,57,8,23,3,3,0 +12891,57,30,31,2,2,2 +12890,57,4,44,1,1,2 +12933,58,34,0,22,22,0 +12932,58,27,0,19,19,0 +12931,58,35,6,12,12,0 +12930,58,21,24,4,4,1 +12929,58,11,0,21,21,0 +12928,58,33,0,20,20,0 +12927,58,15,0,16,16,0 +12926,58,22,8,8,8,0 +12925,58,23,7,9,9,0 +12924,58,26,0,17,17,0 +12923,58,2,6,10,10,0 +12922,58,24,0,18,18,0 +12921,58,14,1,14,14,0 +12920,58,13,20,5,5,0 +12919,58,32,1,15,15,0 +12918,58,3,4,13,13,0 +12917,58,17,6,11,11,0 +12916,58,31,15,7,7,0 +12915,58,18,16,6,6,0 +12914,58,8,27,3,3,0 +12913,58,30,39,2,2,2 +12912,58,4,54,1,1,3 +12956,59,36,0,23,23,0 +12955,59,34,0,22,22,0 +12954,59,27,0,19,19,0 +12953,59,35,6,13,13,0 +12952,59,21,27,3,3,1 +12951,59,11,0,21,21,0 +12950,59,33,0,20,20,0 +12949,59,15,0,16,16,0 +12948,59,22,13,8,8,0 +12947,59,23,8,9,9,0 +12946,59,26,0,17,17,0 +12945,59,2,8,10,10,0 +12944,59,24,0,18,18,0 +12943,59,14,7,11,11,0 +12942,59,13,20,6,6,0 +12941,59,32,1,15,15,0 +12940,59,3,4,14,14,0 +12939,59,17,6,12,12,0 +12938,59,31,23,5,5,0 +12937,59,18,16,7,7,0 +12936,59,8,27,4,4,0 +12935,59,30,43,2,2,2 +12934,59,4,64,1,1,4 +12979,60,36,0,23,23,0 +12978,60,34,0,22,22,0 +12977,60,27,0,19,19,0 +12976,60,35,7,12,12,0 +12975,60,21,32,4,4,1 +12974,60,11,0,21,21,0 +12973,60,33,0,20,20,0 +12972,60,15,0,16,16,0 +12971,60,22,13,8,8,0 +12970,60,23,8,10,10,0 +12969,60,26,0,17,17,0 +12968,60,2,10,9,9,0 +12967,60,24,0,18,18,0 +12966,60,14,7,11,11,0 +12965,60,13,24,6,6,0 +12964,60,32,1,15,15,0 +12963,60,3,4,14,14,0 +12962,60,17,6,13,13,0 +12961,60,31,26,5,5,0 +12960,60,18,16,7,7,0 +12959,60,8,33,3,3,0 +12958,60,30,51,2,2,2 +12957,60,4,74,1,1,5 +13002,61,36,0,23,23,0 +13001,61,34,0,22,22,0 +13000,61,27,0,19,19,0 +12999,61,35,7,12,12,0 +12998,61,21,37,4,4,1 +12997,61,11,0,21,21,0 +12996,61,33,0,20,20,0 +12995,61,15,3,15,15,0 +12994,61,22,13,8,8,0 +12993,61,23,8,10,10,0 +12992,61,26,0,17,17,0 +12991,61,2,12,9,9,0 +12990,61,24,0,18,18,0 +12989,61,14,8,11,11,0 +12988,61,13,28,5,5,0 +12987,61,32,1,16,16,0 +12986,61,3,4,14,14,0 +12985,61,17,6,13,13,0 +12984,61,31,26,6,6,0 +12983,61,18,16,7,7,0 +12982,61,8,39,3,3,0 +12981,61,30,59,2,2,2 +12980,61,4,84,1,1,6 +13025,62,36,0,23,23,0 +13024,62,34,0,22,22,0 +13023,62,27,0,19,19,0 +13022,62,35,7,13,13,0 +13021,62,21,43,3,3,1 +13020,62,11,0,21,21,0 +13019,62,33,0,20,20,0 +13018,62,15,8,12,12,0 +13017,62,22,16,8,8,0 +13016,62,23,8,11,11,0 +13015,62,26,0,18,18,0 +13014,62,2,12,9,9,0 +13013,62,24,1,16,16,0 +13012,62,14,10,10,10,0 +13011,62,13,36,5,5,0 +13010,62,32,1,17,17,0 +13009,62,3,4,15,15,0 +13008,62,17,6,14,14,0 +13007,62,31,26,6,6,0 +13006,62,18,16,7,7,0 +13005,62,8,39,4,4,0 +13004,62,30,69,2,2,3 +13003,62,4,88,1,1,6 +13049,63,37,2,16,16,0 +13048,63,36,0,24,24,0 +13047,63,34,0,23,23,0 +13046,63,27,0,20,20,0 +13045,63,35,7,13,13,0 +13044,63,21,46,3,3,1 +13043,63,11,0,22,22,0 +13042,63,33,0,21,21,0 +13041,63,15,8,12,12,0 +13040,63,22,16,8,8,0 +13039,63,23,13,9,9,0 +13038,63,26,0,19,19,0 +13037,63,2,13,10,10,0 +13036,63,24,1,17,17,0 +13035,63,14,10,11,11,0 +13034,63,13,42,5,5,0 +13033,63,32,1,18,18,0 +13032,63,3,4,15,15,0 +13031,63,17,6,14,14,0 +13030,63,31,26,6,6,0 +13029,63,18,16,7,7,0 +13028,63,8,43,4,4,0 +13027,63,30,79,2,2,4 +13026,63,4,96,1,1,6 +13073,64,37,2,16,16,0 +13072,64,36,0,24,24,0 +13071,64,34,0,23,23,0 +13070,64,27,0,20,20,0 +13069,64,35,7,13,13,0 +13068,64,21,49,4,4,1 +13067,64,11,0,22,22,0 +13066,64,33,0,21,21,0 +13065,64,15,10,12,12,0 +13064,64,22,16,8,8,0 +13063,64,23,13,9,9,0 +13062,64,26,0,19,19,0 +13061,64,2,13,10,10,0 +13060,64,24,1,18,18,0 +13059,64,14,10,11,11,0 +13058,64,13,50,3,3,0 +13057,64,32,2,17,17,0 +13056,64,3,4,15,15,0 +13055,64,17,6,14,14,0 +13054,64,31,26,6,6,0 +13053,64,18,21,7,7,0 +13052,64,8,49,5,5,0 +13051,64,30,89,2,2,5 +13050,64,4,100,1,1,6 +13097,65,37,10,12,12,0 +13096,65,36,0,24,24,0 +13095,65,34,0,23,23,0 +13094,65,27,0,21,21,0 +13093,65,35,7,14,14,0 +13092,65,21,49,4,4,1 +13091,65,11,0,22,22,0 +13090,65,33,0,20,20,0 +13089,65,15,10,13,13,0 +13088,65,22,21,8,8,0 +13087,65,23,16,10,10,0 +13086,65,26,0,19,19,0 +13085,65,2,19,9,9,0 +13084,65,24,1,18,18,0 +13083,65,14,14,11,11,0 +13082,65,13,52,3,3,0 +13081,65,32,2,17,17,0 +13080,65,3,4,16,16,0 +13079,65,17,6,15,15,0 +13078,65,31,26,7,7,0 +13077,65,18,31,6,6,1 +13076,65,8,49,5,5,0 +13075,65,30,90,2,2,5 +13074,65,4,100,1,1,6 +13122,66,9,0,23,23,0 +13121,66,37,14,11,11,0 +13120,66,36,0,25,25,0 +13119,66,34,0,24,24,0 +13118,66,27,0,21,21,0 +13117,66,35,7,14,14,0 +13116,66,21,52,4,4,1 +13115,66,11,0,22,22,0 +13114,66,33,0,20,20,0 +13113,66,15,10,13,13,0 +13112,66,22,22,8,8,0 +13111,66,23,18,10,10,0 +13110,66,26,0,19,19,0 +13109,66,2,19,9,9,0 +13108,66,24,1,18,18,0 +13107,66,14,14,12,12,0 +13106,66,13,62,3,3,1 +13105,66,32,2,17,17,0 +13104,66,3,4,16,16,0 +13103,66,17,6,15,15,0 +13102,66,31,26,7,7,0 +13101,66,18,36,6,6,1 +13100,66,8,49,5,5,0 +13099,66,30,96,2,2,5 +13098,66,4,108,1,1,6 +13147,67,9,6,15,15,0 +13146,67,37,14,11,11,0 +13145,67,36,0,25,25,0 +13144,67,34,0,24,24,0 +13143,67,27,0,22,22,0 +13142,67,35,7,14,14,0 +13141,67,21,57,4,4,1 +13140,67,11,0,23,23,0 +13139,67,33,0,21,21,0 +13138,67,15,12,13,13,0 +13137,67,22,25,8,8,0 +13136,67,23,18,10,10,0 +13135,67,26,0,20,20,0 +13134,67,2,20,9,9,0 +13133,67,24,1,19,19,0 +13132,67,14,14,12,12,0 +13131,67,13,62,3,3,1 +13130,67,32,2,18,18,0 +13129,67,3,4,17,17,0 +13128,67,17,6,16,16,0 +13127,67,31,26,7,7,0 +13126,67,18,40,6,6,1 +13125,67,8,57,5,5,0 +13124,67,30,106,2,2,6 +13123,67,4,108,1,1,6 +13174,68,29,0,27,27,0 +13173,68,38,0,24,24,0 +13172,68,9,6,16,16,0 +13171,68,37,18,10,10,0 +13170,68,36,0,26,26,0 +13169,68,34,0,25,25,0 +13168,68,27,0,22,22,0 +13167,68,35,7,15,15,0 +13166,68,21,63,3,3,1 +13165,68,11,0,23,23,0 +13164,68,33,0,21,21,0 +13163,68,15,12,13,13,0 +13162,68,22,28,7,7,0 +13161,68,23,18,11,11,0 +13160,68,26,0,20,20,0 +13159,68,2,22,9,9,0 +13158,68,24,1,19,19,0 +13157,68,14,14,12,12,0 +13156,68,13,62,4,4,1 +13155,68,32,2,18,18,0 +13154,68,3,4,17,17,0 +13153,68,17,7,14,14,0 +13152,68,31,26,8,8,0 +13151,68,18,45,6,6,1 +13150,68,8,57,5,5,0 +13149,68,30,116,1,1,7 +13148,68,4,116,2,2,6 +13201,69,29,0,27,27,0 +13200,69,38,0,24,24,0 +13199,69,9,6,16,16,0 +13198,69,37,18,11,11,0 +13197,69,36,0,26,26,0 +13196,69,34,0,25,25,0 +13195,69,27,0,22,22,0 +13194,69,35,7,15,15,0 +13193,69,21,69,4,4,1 +13192,69,11,0,23,23,0 +13191,69,33,0,21,21,0 +13190,69,15,15,12,12,0 +13189,69,22,28,7,7,0 +13188,69,23,20,10,10,0 +13187,69,26,0,20,20,0 +13186,69,2,23,9,9,0 +13185,69,24,1,19,19,0 +13184,69,14,14,13,13,0 +13183,69,13,70,3,3,1 +13182,69,32,2,18,18,0 +13181,69,3,4,17,17,0 +13180,69,17,7,14,14,0 +13179,69,31,26,8,8,0 +13178,69,18,50,6,6,1 +13177,69,8,61,5,5,0 +13176,69,30,116,2,2,7 +13175,69,4,126,1,1,7 +13228,70,29,0,26,26,0 +13227,70,38,0,24,24,0 +13226,70,9,6,16,16,0 +13225,70,37,19,11,11,0 +13224,70,36,0,27,27,0 +13223,70,34,0,25,25,0 +13222,70,27,0,22,22,0 +13221,70,35,7,15,15,0 +13220,70,21,72,4,4,1 +13219,70,11,0,23,23,0 +13218,70,33,0,21,21,0 +13217,70,15,15,12,12,0 +13216,70,22,30,7,7,0 +13215,70,23,20,10,10,0 +13214,70,26,0,20,20,0 +13213,70,2,23,9,9,0 +13212,70,24,1,19,19,0 +13211,70,14,14,13,13,0 +13210,70,13,80,3,3,2 +13209,70,32,2,18,18,0 +13208,70,3,4,17,17,0 +13207,70,17,7,14,14,0 +13206,70,31,26,8,8,0 +13205,70,18,56,6,6,1 +13204,70,8,65,5,5,0 +13203,70,30,121,2,2,7 +13202,70,4,134,1,1,7 +1196,71,21,10,1,1,1 +1197,71,22,8,2,2,0 +1198,71,4,6,3,3,0 +1199,71,14,5,4,4,0 +1200,71,17,4,5,5,0 +1201,71,31,3,6,6,0 +1202,71,32,2,7,7,0 +1203,71,8,1,8,8,0 +1204,71,15,0,9,9,0 +1205,71,13,0,10,10,0 +1206,71,23,0,11,11,0 +1207,71,35,0,12,12,0 +1208,71,39,0,13,13,0 +1209,71,33,0,14,14,0 +1210,71,40,0,15,15,0 +1211,72,21,10,2,2,1 +1212,72,22,8,4,4,0 +1213,72,4,16,1,1,1 +1214,72,14,8,5,5,0 +1215,72,17,4,9,9,0 +1216,72,31,8,6,6,0 +1217,72,32,3,10,10,0 +1218,72,8,1,12,12,0 +1219,72,15,8,3,3,0 +1220,72,13,0,13,13,0 +1221,72,23,4,8,8,0 +1222,72,35,0,17,17,0 +1223,72,39,0,14,14,0 +1224,72,33,0,15,15,0 +1225,72,40,0,18,18,0 +1226,72,2,6,7,7,0 +1227,72,30,2,11,11,0 +1228,72,27,0,16,16,0 +3805,73,37,4,11,11,0 +3804,73,27,0,19,19,0 +3803,73,30,2,14,14,0 +3802,73,2,6,10,10,0 +3801,73,40,0,18,18,0 +3800,73,33,0,15,15,0 +3799,73,39,0,17,17,0 +3798,73,35,0,16,16,0 +3797,73,23,9,4,4,0 +3796,73,13,2,13,13,0 +3795,73,15,16,2,2,0 +3794,73,8,7,8,8,0 +3793,73,32,3,12,12,0 +3792,73,31,8,7,7,0 +3791,73,17,7,9,9,0 +3790,73,14,9,5,5,0 +3789,73,4,26,1,1,2 +3788,73,22,8,6,6,0 +3787,73,21,10,3,3,1 +3826,74,24,1,17,17,0 +3825,74,25,6,12,12,0 +3824,74,37,4,14,14,0 +3823,74,27,0,21,21,0 +3822,74,30,10,4,4,0 +3821,74,2,9,5,5,0 +3820,74,40,0,20,20,0 +3819,74,33,0,18,18,0 +3818,74,39,0,19,19,0 +3817,74,35,5,13,13,0 +3816,74,23,9,6,6,0 +3815,74,13,2,16,16,0 +3813,74,8,7,11,11,0 +3812,74,32,3,15,15,0 +3811,74,31,8,10,10,0 +3810,74,17,9,8,8,0 +3808,74,4,36,1,1,3 +3807,74,22,8,9,9,0 +64338,75,19,0,24,24,0 +64337,75,27,0,21,21,0 +64336,75,2,9,10,10,0 +64335,75,30,10,7,7,0 +64334,75,40,0,20,20,0 +64333,75,33,0,18,18,0 +64332,75,39,0,19,19,0 +64331,75,11,0,23,23,0 +64330,75,35,5,13,13,0 +64329,75,23,14,5,5,0 +64328,75,18,0,22,22,0 +64327,75,13,2,16,16,0 +64326,75,15,26,2,2,0 +64325,75,8,17,3,3,1 +64324,75,32,3,15,15,0 +64323,75,31,10,8,8,0 +64322,75,17,12,6,6,0 +64321,75,14,10,9,9,0 +64320,75,4,44,1,1,3 +64319,75,22,8,11,11,0 +64318,75,21,14,4,4,1 +1290,76,21,14,7,7,1 +1291,76,22,9,11,11,0 +1292,76,4,49,1,1,3 +1293,76,14,10,10,10,0 +1294,76,17,18,4,4,0 +1295,76,31,14,8,8,0 +1296,76,32,3,15,15,0 +1297,76,8,27,2,2,2 +1298,76,15,26,3,3,0 +1299,76,13,2,16,16,0 +1300,76,23,17,6,6,0 +1301,76,35,5,13,13,0 +1302,76,39,0,19,19,0 +1303,76,33,0,18,18,0 +1304,76,40,0,20,20,0 +1305,76,2,17,5,5,0 +1306,76,30,12,9,9,0 +1307,76,27,0,21,21,0 +1308,76,37,4,14,14,0 +1309,76,25,6,12,12,0 +1310,76,24,1,17,17,0 +1311,77,21,17,6,6,1 +1312,77,22,15,10,10,0 +1313,77,4,59,1,1,4 +1314,77,14,15,11,11,0 +1315,77,17,18,5,5,0 +1316,77,31,16,9,9,0 +1317,77,32,3,15,15,0 +1318,77,8,27,2,2,2 +1319,77,15,27,3,3,0 +1320,77,13,2,16,16,0 +1321,77,23,17,7,7,0 +1322,77,35,5,13,13,0 +1323,77,39,0,20,20,0 +1324,77,33,0,18,18,0 +1325,77,40,0,21,21,0 +1326,77,2,25,4,4,0 +1327,77,30,16,8,8,0 +1328,77,27,0,23,23,0 +1329,77,37,4,14,14,0 +1330,77,25,6,12,12,0 +1331,77,24,1,17,17,0 +1332,77,18,0,19,19,0 +1333,77,11,0,22,22,0 +3849,78,11,0,23,23,0 +3848,78,18,0,19,19,0 +3847,78,24,1,17,17,0 +3846,78,25,6,13,13,0 +3845,78,37,4,15,15,0 +3844,78,27,0,21,21,0 +3843,78,30,24,5,5,0 +3842,78,2,25,4,4,0 +3841,78,40,0,22,22,0 +3840,78,33,0,18,18,0 +3839,78,39,0,20,20,0 +3838,78,35,5,14,14,0 +3837,78,23,20,8,8,0 +3836,78,13,7,12,12,0 +3835,78,15,27,3,3,0 +3834,78,8,37,2,2,3 +3833,78,32,4,16,16,0 +3832,78,31,16,11,11,0 +3831,78,17,22,6,6,0 +3830,78,14,17,10,10,0 +3829,78,4,59,1,1,4 +3828,78,22,21,7,7,0 +3827,78,21,17,9,9,1 +3524,79,11,0,23,23,0 +3523,79,18,0,22,22,0 +3522,79,24,1,21,21,0 +3521,79,25,6,14,14,0 +3520,79,37,4,18,18,0 +3519,79,27,4,17,17,0 +3518,79,30,34,3,3,1 +3517,79,2,25,6,6,0 +3516,79,40,3,20,20,0 +3515,79,33,6,13,13,0 +3514,79,39,5,16,16,0 +3513,79,35,5,15,15,0 +3512,79,23,20,8,8,0 +3511,79,13,7,12,12,0 +3510,79,15,27,5,5,0 +3509,79,8,37,2,2,3 +3508,79,32,4,19,19,0 +3507,79,31,16,11,11,0 +3506,79,17,22,7,7,0 +3505,79,14,17,10,10,0 +3504,79,4,59,1,1,4 +3503,79,22,29,4,4,0 +3502,79,21,17,9,9,1 +1380,80,21,20,9,9,1 +1381,80,22,29,5,5,0 +1382,80,4,69,1,1,5 +1383,80,14,17,10,10,0 +1384,80,17,22,7,7,0 +1385,80,31,16,11,11,0 +1386,80,32,4,20,20,0 +1387,80,8,45,2,2,3 +1388,80,15,31,4,4,0 +1389,80,13,7,12,12,0 +1390,80,23,22,8,8,0 +1391,80,35,6,15,15,0 +1392,80,39,5,17,17,0 +1393,80,33,6,13,13,0 +1394,80,40,3,21,21,0 +1395,80,2,25,6,6,0 +1396,80,30,40,3,3,1 +1397,80,27,4,18,18,0 +1398,80,37,4,19,19,0 +1399,80,25,6,14,14,0 +1400,80,24,1,22,22,0 +1401,80,18,5,16,16,0 +1402,80,11,0,23,23,0 +1403,81,21,25,7,7,1 +1404,81,22,31,4,4,0 +1405,81,4,77,1,1,5 +1406,81,14,17,11,11,0 +1407,81,17,22,10,10,0 +1408,81,31,26,6,6,1 +1409,81,32,4,20,20,0 +1410,81,8,51,2,2,3 +1411,81,15,31,5,5,0 +1412,81,13,7,13,13,0 +1413,81,23,23,9,9,0 +1414,81,35,6,16,16,0 +1415,81,39,5,17,17,0 +1416,81,33,6,14,14,0 +1417,81,40,3,21,21,0 +1418,81,2,25,8,8,0 +1419,81,30,43,3,3,1 +1420,81,27,4,18,18,0 +1421,81,37,4,19,19,0 +1422,81,25,6,15,15,0 +1423,81,24,1,22,22,0 +1424,81,18,9,12,12,0 +1425,81,11,0,23,23,0 +1426,82,21,30,7,7,1 +1427,82,22,31,5,5,0 +1428,82,4,87,1,1,6 +1429,82,14,19,11,11,0 +1430,82,17,22,10,10,0 +1431,82,31,34,4,4,1 +1432,82,32,4,20,20,0 +1433,82,8,51,2,2,3 +1434,82,15,31,6,6,0 +1435,82,13,8,13,13,0 +1436,82,23,26,8,8,0 +1437,82,35,6,16,16,0 +1438,82,39,5,17,17,0 +1439,82,33,6,14,14,0 +1440,82,40,3,21,21,0 +1441,82,2,25,9,9,0 +1442,82,30,47,3,3,1 +1443,82,27,4,18,18,0 +1444,82,37,4,19,19,0 +1445,82,25,6,15,15,0 +1446,82,24,1,22,22,0 +1447,82,18,15,12,12,0 +1448,82,11,0,23,23,0 +1449,82,38,0,24,24,0 +1450,83,21,30,8,8,1 +1451,83,22,31,7,7,0 +1452,83,4,87,1,1,6 +1453,83,14,19,12,12,0 +1454,83,17,24,10,10,0 +1455,83,31,34,5,5,1 +1456,83,32,4,20,20,0 +1457,83,8,61,2,2,4 +1458,83,15,36,4,4,0 +1459,83,13,8,13,13,0 +1460,83,23,32,6,6,0 +1461,83,35,6,16,16,0 +1462,83,39,5,17,17,0 +1463,83,33,6,14,14,0 +1464,83,40,3,21,21,0 +1465,83,2,28,9,9,0 +1466,83,30,55,3,3,1 +1467,83,27,4,18,18,0 +1468,83,37,4,19,19,0 +1469,83,25,6,15,15,0 +1470,83,24,1,22,22,0 +1471,83,18,19,11,11,0 +1472,83,11,1,23,23,0 +1473,83,38,0,24,24,0 +1474,84,21,35,6,6,1 +1475,84,22,31,8,8,0 +1476,84,4,95,1,1,6 +1477,84,14,21,12,12,0 +1478,84,17,24,10,10,0 +1479,84,31,40,4,4,1 +1480,84,32,5,18,18,0 +1481,84,8,71,2,2,5 +1482,84,15,39,5,5,0 +1483,84,13,8,13,13,0 +1484,84,23,32,7,7,0 +1485,84,35,6,16,16,0 +1486,84,39,5,17,17,0 +1487,84,33,6,14,14,0 +1488,84,40,3,21,21,0 +1489,84,2,28,9,9,0 +1490,84,30,55,3,3,1 +1491,84,27,4,19,19,0 +1492,84,37,4,20,20,0 +1493,84,25,6,15,15,0 +1494,84,24,1,23,23,0 +1495,84,18,23,11,11,0 +1496,84,11,1,22,22,0 +1497,84,38,0,24,24,0 +1498,85,21,41,6,6,1 +1499,85,22,31,8,8,0 +1500,85,4,103,1,1,6 +1501,85,14,21,12,12,0 +1502,85,17,24,11,11,0 +1503,85,31,50,4,4,2 +1504,85,32,5,18,18,0 +1505,85,8,76,2,2,5 +1506,85,15,43,5,5,0 +1507,85,13,8,13,13,0 +1508,85,23,35,7,7,0 +1509,85,35,6,16,16,0 +1510,85,39,5,17,17,0 +1511,85,33,6,14,14,0 +1512,85,40,3,21,21,0 +1513,85,2,28,9,9,0 +1514,85,30,55,3,3,1 +1515,85,27,4,19,19,0 +1516,85,37,4,20,20,0 +1517,85,25,6,15,15,0 +1518,85,24,1,24,24,0 +1519,85,18,24,10,10,0 +1520,85,11,1,23,23,0 +1521,85,38,0,25,25,0 +1522,85,42,2,22,22,0 +1523,86,21,41,6,6,1 +1524,86,22,35,8,8,0 +1525,86,4,111,1,1,6 +1526,86,14,21,12,12,0 +1527,86,17,29,10,10,0 +1528,86,31,50,4,4,2 +1529,86,32,5,18,18,0 +1530,86,8,86,2,2,6 +1531,86,15,43,5,5,0 +1532,86,13,8,14,14,0 +1533,86,23,37,7,7,0 +1534,86,35,9,13,13,0 +1535,86,39,5,17,17,0 +1536,86,33,7,15,15,0 +1537,86,40,3,21,21,0 +1538,86,2,28,11,11,0 +1539,86,30,55,3,3,1 +1540,86,27,4,19,19,0 +1541,86,37,4,20,20,0 +1542,86,25,6,16,16,0 +1543,86,24,1,24,24,0 +1544,86,18,30,9,9,0 +1545,86,11,1,23,23,0 +1546,86,38,0,25,25,0 +1547,86,42,2,22,22,0 +1548,87,21,45,5,5,1 +1549,87,22,38,7,7,0 +1550,87,4,117,1,1,6 +1551,87,14,21,12,12,0 +1552,87,17,29,10,10,0 +1553,87,31,60,3,3,3 +1554,87,32,5,18,18,0 +1555,87,8,94,2,2,6 +1556,87,15,43,6,6,0 +1557,87,13,8,14,14,0 +1558,87,23,38,8,8,0 +1559,87,35,9,13,13,0 +1560,87,39,5,17,17,0 +1561,87,33,7,15,15,0 +1562,87,40,3,21,21,0 +1563,87,2,28,11,11,0 +1564,87,30,60,4,4,1 +1565,87,27,4,19,19,0 +1566,87,37,4,20,20,0 +1567,87,25,6,16,16,0 +1568,87,24,1,24,24,0 +1569,87,18,32,9,9,0 +1570,87,11,1,23,23,0 +1571,87,38,0,25,25,0 +1572,87,42,2,22,22,0 +1573,88,21,53,5,5,1 +1574,88,22,38,8,8,0 +1575,88,4,123,1,1,6 +1576,88,14,24,12,12,0 +1577,88,17,34,10,10,0 +1578,88,31,60,4,4,3 +1579,88,32,5,18,18,0 +1580,88,8,104,2,2,7 +1581,88,15,43,6,6,0 +1582,88,13,8,14,14,0 +1583,88,23,39,7,7,0 +1584,88,35,9,13,13,0 +1585,88,39,5,17,17,0 +1586,88,33,7,15,15,0 +1587,88,40,3,21,21,0 +1588,88,2,28,11,11,0 +1589,88,30,62,3,3,1 +1590,88,27,4,19,19,0 +1591,88,37,4,20,20,0 +1592,88,25,6,16,16,0 +1593,88,24,1,24,24,0 +1594,88,18,36,9,9,0 +1595,88,11,1,23,23,0 +1596,88,38,0,25,25,0 +1597,88,42,2,22,22,0 +1598,89,21,58,5,5,1 +1599,89,22,38,8,8,0 +1600,89,4,133,1,1,7 +1601,89,14,24,12,12,0 +1602,89,17,36,10,10,0 +1603,89,31,60,4,4,3 +1604,89,32,9,15,15,0 +1605,89,8,112,2,2,7 +1606,89,15,43,7,7,0 +1607,89,13,11,13,13,0 +1608,89,23,45,6,6,0 +1609,89,35,9,14,14,0 +1610,89,39,5,18,18,0 +1611,89,33,7,16,16,0 +1612,89,40,3,21,21,0 +1613,89,2,28,11,11,0 +1614,89,30,62,3,3,1 +1615,89,27,4,19,19,0 +1616,89,37,4,20,20,0 +1617,89,25,6,17,17,0 +1618,89,24,1,24,24,0 +1619,89,18,37,9,9,0 +1620,89,11,1,23,23,0 +1621,89,38,0,25,25,0 +1622,89,42,2,22,22,0 +12435,90,45,0,14,14,0 +12434,90,44,0,13,13,0 +12433,90,43,0,12,12,0 +12432,90,32,0,11,11,0 +12431,90,21,0,10,10,0 +12430,90,11,0,9,9,0 +12429,90,14,1,8,8,0 +12428,90,15,2,7,7,0 +12427,90,18,3,6,6,0 +12426,90,31,4,5,5,0 +12425,90,23,5,4,4,0 +12424,90,4,6,3,3,0 +12423,90,22,8,2,2,0 +12422,90,30,10,1,1,1 +12452,91,47,0,17,17,0 +12451,91,46,0,16,16,0 +12450,91,13,1,9,9,0 +12449,91,45,0,15,15,0 +12448,91,44,0,14,14,0 +12447,91,43,0,10,10,0 +12446,91,32,0,13,13,0 +12445,91,21,0,12,12,0 +12444,91,11,0,11,11,0 +12443,91,14,4,8,8,0 +12442,91,15,6,6,6,0 +12441,91,18,9,4,4,0 +12440,91,31,12,3,3,0 +12439,91,23,5,7,7,0 +12438,91,4,8,5,5,0 +12437,91,22,13,2,2,0 +12436,91,30,20,1,1,2 +12471,92,2,0,18,18,0 +12470,92,17,1,11,11,0 +12469,92,47,0,19,19,0 +12468,92,46,0,17,17,0 +12467,92,13,1,10,10,0 +12466,92,45,0,16,16,0 +12465,92,44,0,13,13,0 +12464,92,43,0,12,12,0 +12463,92,32,0,15,15,0 +12462,92,21,0,14,14,0 +12461,92,11,4,8,8,0 +12460,92,14,4,9,9,0 +12459,92,15,11,6,6,0 +12458,92,18,15,3,3,0 +12457,92,31,12,4,4,0 +12456,92,23,7,7,7,0 +12455,92,4,11,5,5,0 +12454,92,22,21,2,2,0 +12453,92,30,30,1,1,3 +12491,93,8,1,12,12,0 +12490,93,2,0,20,20,0 +12489,93,17,1,11,11,0 +12488,93,47,0,19,19,0 +12487,93,46,0,18,18,0 +12486,93,13,1,10,10,0 +12485,93,45,0,17,17,0 +12484,93,44,0,15,15,0 +12483,93,43,0,14,14,0 +12482,93,32,0,16,16,0 +12481,93,21,0,13,13,0 +12480,93,11,4,8,8,0 +12479,93,14,4,9,9,0 +12478,93,15,15,6,6,0 +12477,93,18,23,3,3,0 +12476,93,31,18,4,4,0 +12475,93,23,9,7,7,0 +12474,93,4,16,5,5,0 +12473,93,22,24,2,2,0 +12472,93,30,40,1,1,4 +12511,94,8,1,12,12,0 +12510,94,2,0,20,20,0 +12509,94,17,1,13,13,0 +12508,94,47,0,19,19,0 +12507,94,46,0,18,18,0 +12506,94,13,1,11,11,0 +12505,94,45,0,17,17,0 +12504,94,44,0,15,15,0 +12503,94,43,0,14,14,0 +12502,94,32,0,16,16,0 +12501,94,21,2,10,10,0 +12500,94,11,8,8,8,0 +12499,94,14,4,9,9,0 +12498,94,15,21,5,5,0 +12497,94,18,24,3,3,0 +12496,94,31,18,6,6,0 +12495,94,23,12,7,7,0 +12494,94,4,21,4,4,0 +12493,94,22,32,2,2,0 +12492,94,30,50,1,1,5 +12531,95,8,1,15,15,0 +12530,95,2,2,13,13,0 +12529,95,17,1,16,16,0 +12528,95,47,0,17,17,0 +12527,95,46,0,20,20,0 +12526,95,13,5,9,9,0 +12525,95,45,0,19,19,0 +12524,95,44,1,14,14,0 +12523,95,43,3,11,11,0 +12522,95,32,0,18,18,0 +12521,95,21,2,12,12,0 +12520,95,11,8,8,8,0 +12519,95,14,4,10,10,0 +12518,95,15,31,4,4,1 +12517,95,18,32,3,3,0 +12516,95,31,23,5,5,0 +12515,95,23,12,7,7,0 +12514,95,4,21,6,6,0 +12513,95,22,38,2,2,0 +12512,95,30,50,1,1,5 +12551,96,8,1,16,16,0 +12550,96,2,2,14,14,0 +12549,96,17,3,13,13,0 +12548,96,47,0,17,17,0 +12547,96,46,0,20,20,0 +12546,96,13,5,9,9,0 +12545,96,45,0,19,19,0 +12544,96,44,1,15,15,0 +12543,96,43,3,12,12,0 +12542,96,32,0,18,18,0 +12541,96,21,5,10,10,0 +12540,96,11,8,8,8,0 +12539,96,14,4,11,11,0 +12538,96,15,36,4,4,1 +12537,96,18,38,3,3,0 +12536,96,31,24,6,6,0 +12535,96,23,12,7,7,0 +12534,96,4,25,5,5,0 +12533,96,22,46,2,2,0 +12532,96,30,60,1,1,6 +12572,97,10,2,16,16,0 +12571,97,8,5,12,12,0 +12570,97,2,3,14,14,0 +12569,97,17,3,15,15,0 +12568,97,47,0,19,19,0 +12567,97,46,0,21,21,0 +12566,97,13,5,11,11,0 +12565,97,45,0,20,20,0 +12564,97,44,1,17,17,0 +12563,97,43,3,13,13,0 +12562,97,32,0,18,18,0 +12561,97,21,10,8,8,0 +12560,97,11,8,9,9,0 +12559,97,14,7,10,10,0 +12558,97,15,36,4,4,1 +12557,97,18,44,3,3,0 +12556,97,31,24,6,6,0 +12555,97,23,12,7,7,0 +12554,97,4,25,5,5,0 +12553,97,22,54,2,2,0 +12552,97,30,70,1,1,7 +12593,98,10,2,17,17,0 +12592,98,8,8,11,11,0 +12591,98,2,3,15,15,0 +12590,98,17,3,16,16,0 +12589,98,47,1,18,18,0 +12588,98,46,0,21,21,0 +12587,98,13,5,12,12,0 +12586,98,45,0,20,20,0 +12585,98,44,5,13,13,0 +12584,98,43,3,14,14,0 +12583,98,32,0,19,19,0 +12582,98,21,10,9,9,0 +12581,98,11,14,7,7,0 +12580,98,14,9,10,10,0 +12579,98,15,41,4,4,1 +12578,98,18,44,3,3,0 +12577,98,31,24,6,6,0 +12576,98,23,12,8,8,0 +12575,98,4,25,5,5,0 +12574,98,22,62,2,2,0 +12573,98,30,80,1,1,8 +12615,99,48,0,20,20,0 +12614,99,10,2,17,17,0 +12613,99,8,10,11,11,0 +12612,99,2,3,16,16,0 +12611,99,17,3,15,15,0 +12610,99,47,1,18,18,0 +12609,99,46,0,22,22,0 +12608,99,13,5,12,12,0 +12607,99,45,0,21,21,0 +12606,99,44,5,13,13,0 +12605,99,43,3,14,14,0 +12604,99,32,0,19,19,0 +12603,99,21,10,10,10,0 +12602,99,11,14,7,7,0 +12601,99,14,12,9,9,0 +12600,99,15,46,4,4,1 +12599,99,18,48,3,3,0 +12598,99,31,25,6,6,0 +12597,99,23,12,8,8,0 +12596,99,4,33,5,5,0 +12595,99,22,68,2,2,0 +12594,99,30,90,1,1,9 +12637,100,48,0,20,20,0 +12636,100,10,2,17,17,0 +12635,100,8,18,7,7,0 +12634,100,2,3,16,16,0 +12633,100,17,4,14,14,0 +12632,100,47,1,18,18,0 +12631,100,46,0,22,22,0 +12630,100,13,5,12,12,0 +12629,100,45,0,21,21,0 +12628,100,44,5,13,13,0 +12627,100,43,3,15,15,0 +12626,100,32,0,19,19,0 +12625,100,21,13,10,10,0 +12624,100,11,14,8,8,0 +12623,100,14,14,9,9,0 +12622,100,15,46,4,4,1 +12621,100,18,53,3,3,0 +12620,100,31,29,6,6,0 +12619,100,23,12,11,11,0 +12618,100,4,33,5,5,0 +12617,100,22,74,2,2,0 +12616,100,30,100,1,1,10 +12660,101,42,2,18,18,0 +12659,101,48,0,21,21,0 +12658,101,10,2,17,17,0 +12657,101,8,18,8,8,0 +12656,101,2,3,16,16,0 +12655,101,17,7,12,12,0 +12654,101,47,1,19,19,0 +12653,101,46,0,23,23,0 +12652,101,13,5,13,13,0 +12651,101,45,0,22,22,0 +12650,101,44,5,14,14,0 +12649,101,43,3,15,15,0 +12648,101,32,0,20,20,0 +12647,101,21,13,10,10,0 +12646,101,11,15,9,9,0 +12645,101,14,19,7,7,0 +12644,101,15,46,4,4,1 +12643,101,18,61,3,3,0 +12642,101,31,33,6,6,0 +12641,101,23,12,11,11,0 +12640,101,4,39,5,5,0 +12639,101,22,74,2,2,0 +12638,101,30,110,1,1,11 +12683,102,42,4,15,15,0 +12682,102,48,0,21,21,0 +12681,102,10,2,18,18,0 +12680,102,8,18,8,8,0 +12679,102,2,3,17,17,0 +12678,102,17,7,12,12,0 +12677,102,47,1,19,19,0 +12676,102,46,0,23,23,0 +12675,102,13,5,13,13,0 +12674,102,45,0,22,22,0 +12673,102,44,5,14,14,0 +12672,102,43,3,16,16,0 +12671,102,32,0,20,20,0 +12670,102,21,14,10,10,0 +12669,102,11,18,9,9,0 +12668,102,14,19,7,7,0 +12667,102,15,46,4,4,1 +12666,102,18,65,3,3,0 +12665,102,31,38,6,6,0 +12664,102,23,12,11,11,0 +12663,102,4,45,5,5,0 +12662,102,22,82,2,2,0 +12661,102,30,120,1,1,12 +12707,103,41,0,22,22,0 +12706,103,42,4,15,15,0 +12705,103,48,0,21,21,0 +12704,103,10,2,19,19,0 +12703,103,8,28,7,7,1 +12702,103,2,3,18,18,0 +12701,103,17,7,13,13,0 +12700,103,47,1,20,20,0 +12699,103,46,0,24,24,0 +12698,103,13,10,12,12,0 +12697,103,45,0,23,23,0 +12696,103,44,6,14,14,0 +12695,103,43,3,17,17,0 +12694,103,32,3,16,16,0 +12693,103,21,18,10,10,0 +12692,103,11,18,9,9,0 +12691,103,14,21,8,8,0 +12690,103,15,46,4,4,1 +12689,103,18,65,3,3,0 +12688,103,31,38,6,6,0 +12687,103,23,12,11,11,0 +12686,103,4,45,5,5,0 +12685,103,22,88,2,2,0 +12684,103,30,128,1,1,12 +12731,104,41,0,21,21,0 +12730,104,42,6,15,15,0 +12729,104,48,0,22,22,0 +12728,104,10,2,19,19,0 +12727,104,8,28,7,7,1 +12726,104,2,3,18,18,0 +12725,104,17,7,13,13,0 +12724,104,47,1,20,20,0 +12723,104,46,0,24,24,0 +12722,104,13,10,12,12,0 +12721,104,45,0,23,23,0 +12720,104,44,6,14,14,0 +12719,104,43,3,17,17,0 +12718,104,32,3,16,16,0 +12717,104,21,19,10,10,0 +12716,104,11,23,9,9,0 +12715,104,14,24,8,8,0 +12714,104,15,46,4,4,1 +12713,104,18,71,3,3,0 +12712,104,31,42,6,6,0 +12711,104,23,12,11,11,0 +12710,104,4,45,5,5,0 +12709,104,22,98,2,2,1 +12708,104,30,136,1,1,12 +12756,105,35,0,23,23,0 +12755,105,41,0,21,21,0 +12754,105,42,6,15,15,0 +12753,105,48,0,22,22,0 +12752,105,10,2,19,19,0 +12751,105,8,34,7,7,1 +12750,105,2,3,18,18,0 +12749,105,17,7,13,13,0 +12748,105,47,1,20,20,0 +12747,105,46,0,25,25,0 +12746,105,13,11,12,12,0 +12745,105,45,0,24,24,0 +12744,105,44,6,14,14,0 +12743,105,43,3,17,17,0 +12742,105,32,3,16,16,0 +12741,105,21,21,10,10,0 +12740,105,11,26,8,8,0 +12739,105,14,24,9,9,0 +12738,105,15,46,5,5,1 +12737,105,18,79,3,3,0 +12736,105,31,46,6,6,0 +12735,105,23,12,11,11,0 +12734,105,4,50,4,4,0 +12733,105,22,108,2,2,2 +12732,105,30,136,1,1,12 +12781,106,35,0,21,21,0 +12780,106,41,0,22,22,0 +12779,106,42,6,15,15,0 +12778,106,48,0,23,23,0 +12777,106,10,2,19,19,0 +12776,106,8,37,7,7,1 +12775,106,2,3,18,18,0 +12774,106,17,7,13,13,0 +12773,106,47,1,20,20,0 +12772,106,46,0,25,25,0 +12771,106,13,11,12,12,0 +12770,106,45,0,24,24,0 +12769,106,44,6,14,14,0 +12768,106,43,3,17,17,0 +12767,106,32,3,16,16,0 +12766,106,21,22,10,10,0 +12765,106,11,31,8,8,0 +12764,106,14,24,9,9,0 +12763,106,15,46,6,6,1 +12762,106,18,85,3,3,0 +12761,106,31,48,5,5,0 +12760,106,23,20,11,11,0 +12759,106,4,54,4,4,0 +12758,106,22,108,2,2,2 +12757,106,30,146,1,1,13 +12806,107,35,0,21,21,0 +12805,107,41,0,22,22,0 +12804,107,42,6,15,15,0 +12803,107,48,0,23,23,0 +12802,107,10,2,19,19,0 +12801,107,8,45,7,7,1 +12800,107,2,3,18,18,0 +12799,107,17,7,13,13,0 +12798,107,47,1,20,20,0 +12797,107,46,0,25,25,0 +12796,107,13,12,12,12,0 +12795,107,45,0,24,24,0 +12794,107,44,6,14,14,0 +12793,107,43,3,17,17,0 +12792,107,32,3,16,16,0 +12791,107,21,22,11,11,0 +12790,107,11,34,8,8,0 +12789,107,14,24,10,10,0 +12788,107,15,46,6,6,1 +12787,107,18,85,3,3,0 +12786,107,31,58,5,5,1 +12785,107,23,24,9,9,0 +12784,107,4,59,4,4,0 +12783,107,22,114,2,2,2 +12782,107,30,148,1,1,13 +12118,108,50,0,11,11,0 +12117,108,18,0,10,10,0 +12116,108,35,0,9,9,0 +12115,108,23,1,8,8,0 +12114,108,4,2,7,7,0 +12113,108,49,3,6,6,0 +12112,108,15,4,5,5,0 +12111,108,30,5,4,4,0 +12110,108,8,6,3,3,0 +12109,108,31,8,2,2,0 +12108,108,14,10,1,1,1 +12133,109,43,0,15,15,0 +12132,109,52,0,13,13,0 +12131,109,2,1,11,11,0 +12130,109,22,8,4,4,0 +12129,109,50,0,14,14,0 +12128,109,18,2,10,10,0 +12127,109,35,0,12,12,0 +12126,109,23,6,8,8,0 +12125,109,4,8,5,5,0 +12124,109,49,3,9,9,0 +12123,109,15,8,7,7,0 +12122,109,30,8,6,6,0 +12121,109,8,16,1,1,1 +12120,109,31,8,3,3,0 +12119,109,14,10,2,2,1 +12150,110,17,0,14,14,0 +12149,110,21,10,4,4,1 +12148,110,43,0,15,15,0 +12147,110,52,0,16,16,0 +12146,110,2,1,13,13,0 +12145,110,22,8,7,7,0 +12144,110,50,0,17,17,0 +12143,110,18,2,12,12,0 +12142,110,35,3,11,11,0 +12141,110,23,8,9,9,0 +12140,110,4,14,3,3,0 +12139,110,49,7,10,10,0 +12138,110,15,9,5,5,0 +12137,110,30,8,8,8,0 +12136,110,8,24,1,1,1 +12135,110,31,8,6,6,0 +12134,110,14,15,2,2,1 +12169,111,42,0,19,19,0 +12168,111,44,0,14,14,0 +12167,111,17,0,15,15,0 +12166,111,21,10,7,7,1 +12165,111,43,0,16,16,0 +12164,111,52,0,17,17,0 +12163,111,2,1,13,13,0 +12162,111,22,14,5,5,0 +12161,111,50,0,18,18,0 +12160,111,18,3,12,12,0 +12159,111,35,3,11,11,0 +12158,111,23,13,6,6,0 +12157,111,4,17,4,4,0 +12156,111,49,7,10,10,0 +12155,111,15,9,9,9,0 +12154,111,30,18,3,3,1 +12153,111,8,32,1,1,1 +12152,111,31,10,8,8,0 +12151,111,14,19,2,2,1 +12189,112,51,0,19,19,0 +12188,112,42,0,20,20,0 +12187,112,44,0,17,17,0 +12186,112,17,2,14,14,0 +12185,112,21,10,8,8,1 +12184,112,43,3,12,12,0 +12183,112,52,1,16,16,0 +12182,112,2,1,15,15,0 +12181,112,22,20,4,4,0 +12180,112,50,0,18,18,0 +12179,112,18,3,13,13,0 +12178,112,35,3,11,11,0 +12177,112,23,17,6,6,0 +12176,112,4,25,3,3,0 +12175,112,49,7,10,10,0 +12174,112,15,9,9,9,0 +12173,112,30,28,2,2,2 +12172,112,8,32,1,1,1 +12171,112,31,15,7,7,0 +12170,112,14,19,5,5,1 +12209,113,51,0,20,20,0 +12208,113,42,0,17,17,0 +12207,113,44,0,18,18,0 +12206,113,17,4,12,12,0 +12205,113,21,10,8,8,1 +12204,113,43,3,14,14,0 +12203,113,52,1,16,16,0 +12202,113,2,1,15,15,0 +12201,113,22,26,3,3,0 +12200,113,50,0,19,19,0 +12199,113,18,8,10,10,0 +12198,113,35,3,13,13,0 +12197,113,23,20,6,6,0 +12196,113,4,25,4,4,0 +12195,113,49,7,11,11,0 +12194,113,15,10,9,9,0 +12193,113,30,38,2,2,3 +12192,113,8,40,1,1,1 +12191,113,31,15,7,7,0 +12190,113,14,23,5,5,1 +12229,114,51,0,20,20,0 +12228,114,42,0,18,18,0 +12227,114,44,0,17,17,0 +12226,114,17,4,12,12,0 +12225,114,21,10,9,9,1 +12224,114,43,3,13,13,0 +12223,114,52,1,16,16,0 +12222,114,2,1,15,15,0 +12221,114,22,27,4,4,0 +12220,114,50,0,19,19,0 +12219,114,18,8,10,10,0 +12218,114,35,3,14,14,0 +12217,114,23,25,7,7,0 +12216,114,4,29,3,3,0 +12215,114,49,7,11,11,0 +12214,114,15,13,8,8,0 +12213,114,30,44,2,2,3 +12212,114,8,48,1,1,1 +12211,114,31,25,5,5,1 +12210,114,14,25,6,6,1 +12249,115,51,0,20,20,0 +12248,115,42,0,18,18,0 +12247,115,44,1,15,15,0 +12246,115,17,6,12,12,0 +12245,115,21,10,9,9,1 +12244,115,43,3,13,13,0 +12243,115,52,1,17,17,0 +12242,115,2,1,16,16,0 +12241,115,22,31,6,6,0 +12240,115,50,0,19,19,0 +12239,115,18,8,10,10,0 +12238,115,35,3,14,14,0 +12237,115,23,33,4,4,0 +12236,115,4,34,3,3,0 +12235,115,49,7,11,11,0 +12234,115,15,13,8,8,0 +12233,115,30,54,1,1,4 +12232,115,8,51,2,2,1 +12231,115,31,31,5,5,1 +12230,115,14,25,7,7,1 +12269,116,51,0,20,20,0 +12268,116,42,0,18,18,0 +12267,116,44,1,16,16,0 +12266,116,17,9,11,11,0 +12265,116,21,10,9,9,1 +12264,116,43,3,13,13,0 +12263,116,52,1,17,17,0 +12262,116,2,2,15,15,0 +12261,116,22,37,6,6,0 +12260,116,50,0,19,19,0 +12259,116,18,10,10,10,0 +12258,116,35,3,14,14,0 +12257,116,23,43,3,3,1 +12256,116,4,39,5,5,0 +12255,116,49,7,12,12,0 +12254,116,15,13,8,8,0 +12253,116,30,58,1,1,4 +12252,116,8,51,2,2,1 +12251,116,31,39,4,4,1 +12250,116,14,25,7,7,1 +12289,117,51,0,20,20,0 +12288,117,42,0,18,18,0 +12287,117,44,2,15,15,0 +12286,117,17,12,9,9,0 +12285,117,21,10,10,10,1 +12284,117,43,3,14,14,0 +12283,117,52,1,17,17,0 +12282,117,2,2,16,16,0 +12281,117,22,39,5,5,0 +12280,117,50,0,19,19,0 +12279,117,18,10,11,11,0 +12278,117,35,3,13,13,0 +12277,117,23,53,3,3,2 +12276,117,4,39,6,6,0 +12275,117,49,7,12,12,0 +12274,117,15,13,8,8,0 +12273,117,30,64,1,1,4 +12272,117,8,56,2,2,1 +12271,117,31,47,4,4,1 +12270,117,14,29,7,7,1 +12309,118,51,0,20,20,0 +12308,118,42,0,18,18,0 +12307,118,44,2,15,15,0 +12306,118,17,12,9,9,0 +12305,118,21,10,11,11,1 +12304,118,43,5,13,13,0 +12303,118,52,1,17,17,0 +12302,118,2,2,16,16,0 +12301,118,22,49,5,5,1 +12300,118,50,0,19,19,0 +12299,118,18,11,10,10,0 +12298,118,35,3,14,14,0 +12297,118,23,53,4,4,2 +12296,118,4,39,6,6,0 +12295,118,49,7,12,12,0 +12294,118,15,16,8,8,0 +12293,118,30,69,1,1,4 +12292,118,8,62,2,2,1 +12291,118,31,55,3,3,1 +12290,118,14,33,7,7,1 +12330,119,53,0,21,21,0 +12329,119,51,0,20,20,0 +12328,119,42,0,18,18,0 +12327,119,44,6,14,14,0 +12326,119,17,12,10,10,0 +12325,119,21,10,11,11,1 +12324,119,43,8,12,12,0 +12323,119,52,1,17,17,0 +12322,119,2,2,16,16,0 +12321,119,22,49,5,5,1 +12320,119,50,0,19,19,0 +12319,119,18,12,9,9,0 +12318,119,35,3,15,15,0 +12317,119,23,53,4,4,2 +12316,119,4,44,6,6,0 +12315,119,49,7,13,13,0 +12314,119,15,22,8,8,0 +12313,119,30,71,1,1,4 +12312,119,8,62,3,3,1 +12311,119,31,65,2,2,2 +12310,119,14,41,7,7,1 +12351,120,53,0,21,21,0 +12350,120,51,0,20,20,0 +12349,120,42,0,18,18,0 +12348,120,44,6,14,14,0 +12347,120,17,15,9,9,0 +12346,120,21,10,11,11,1 +12345,120,43,8,12,12,0 +12344,120,52,1,17,17,0 +12343,120,2,2,16,16,0 +12342,120,22,49,6,6,1 +12341,120,50,0,19,19,0 +12340,120,18,12,10,10,0 +12339,120,35,3,15,15,0 +12338,120,23,58,4,4,2 +12337,120,4,54,5,5,1 +12336,120,49,7,13,13,0 +12335,120,15,24,8,8,0 +12334,120,30,72,1,1,4 +12333,120,8,70,3,3,1 +12332,120,31,71,2,2,2 +12331,120,14,45,7,7,1 +12374,121,47,0,22,22,0 +12373,121,48,4,16,16,0 +12372,121,53,0,23,23,0 +12371,121,51,0,21,21,0 +12370,121,42,0,19,19,0 +12369,121,44,6,14,14,0 +12368,121,17,17,9,9,0 +12367,121,21,10,11,11,1 +12366,121,43,8,12,12,0 +12365,121,52,1,18,18,0 +12364,121,2,2,17,17,0 +12363,121,22,55,5,5,1 +12362,121,50,0,20,20,0 +12361,121,18,12,10,10,0 +12360,121,35,6,15,15,0 +12359,121,23,58,4,4,2 +12358,121,4,55,6,6,1 +12357,121,49,7,13,13,0 +12356,121,15,24,8,8,0 +12355,121,30,82,1,1,5 +12354,121,8,75,3,3,1 +12353,121,31,79,2,2,2 +12352,121,14,45,7,7,1 +12397,122,47,0,23,23,0 +12396,122,48,4,17,17,0 +12395,122,53,0,22,22,0 +12394,122,51,1,19,19,0 +12393,122,42,0,20,20,0 +12392,122,44,6,15,15,0 +12391,122,17,17,9,9,0 +12390,122,21,12,11,11,1 +12389,122,43,8,13,13,0 +12388,122,52,1,18,18,0 +12387,122,2,6,14,14,0 +12386,122,22,55,5,5,1 +12385,122,50,0,21,21,0 +12384,122,18,12,12,12,0 +12383,122,35,6,16,16,0 +12382,122,23,58,4,4,2 +12381,122,4,55,6,6,1 +12380,122,49,13,10,10,0 +12379,122,15,29,8,8,0 +12378,122,30,92,1,1,6 +12377,122,8,83,2,2,1 +12376,122,31,82,3,3,2 +12375,122,14,45,7,7,1 +12421,123,11,3,18,18,0 +12420,123,47,0,24,24,0 +12419,123,48,4,17,17,0 +12418,123,53,0,23,23,0 +12417,123,51,1,20,20,0 +12416,123,42,0,21,21,0 +12415,123,44,6,15,15,0 +12414,123,17,17,10,10,0 +12413,123,21,12,12,12,1 +12412,123,43,10,13,13,0 +12411,123,52,1,19,19,0 +12410,123,2,6,14,14,0 +12409,123,22,65,4,4,2 +12408,123,50,0,22,22,0 +12407,123,18,17,9,9,0 +12406,123,35,6,16,16,0 +12405,123,23,58,5,5,2 +12404,123,4,55,6,6,1 +12403,123,49,13,11,11,0 +12402,123,15,33,8,8,0 +12401,123,30,93,1,1,6 +12400,123,8,91,2,2,1 +12399,123,31,82,3,3,2 +12398,123,14,51,7,7,1 +11771,124,37,0,8,8,0 +11770,124,62,0,7,7,0 +11769,124,63,1,6,6,0 +11768,124,17,2,5,5,0 +11767,124,56,3,4,4,0 +11766,124,8,4,3,3,0 +11765,124,31,6,2,2,0 +11764,124,30,10,1,1,1 +11788,125,21,0,17,17,0 +11787,125,49,0,16,16,0 +11786,125,11,0,15,15,0 +11785,125,35,0,14,14,0 +11784,125,66,0,11,11,0 +11783,125,13,1,10,10,0 +11782,125,2,2,7,7,0 +11781,125,18,3,5,5,0 +11780,125,23,10,3,3,1 +11779,125,37,0,13,13,0 +11778,125,62,0,12,12,0 +11777,125,63,1,9,9,0 +11776,125,17,2,8,8,0 +11775,125,56,3,6,6,0 +11774,125,8,4,4,4,0 +11773,125,31,12,2,2,0 +11772,125,30,14,1,1,1 +11806,126,14,4,6,6,0 +11805,126,21,0,18,18,0 +11804,126,49,0,17,17,0 +11803,126,11,0,16,16,0 +11802,126,35,0,15,15,0 +11801,126,66,0,13,13,0 +11800,126,13,1,11,11,0 +11799,126,2,2,9,9,0 +11798,126,18,6,4,4,0 +11797,126,23,16,2,2,1 +11796,126,37,0,14,14,0 +11795,126,62,0,12,12,0 +11794,126,63,2,10,10,0 +11793,126,17,2,8,8,0 +11792,126,56,3,7,7,0 +11791,126,8,4,5,5,0 +11790,126,31,14,3,3,0 +11789,126,30,24,1,1,2 +11826,127,15,0,18,18,0 +11825,127,22,6,5,5,0 +11824,127,14,5,6,6,0 +11823,127,21,0,20,20,0 +11822,127,49,0,19,19,0 +11821,127,11,0,17,17,0 +11820,127,35,0,13,13,0 +11819,127,66,0,15,15,0 +11818,127,13,1,12,12,0 +11817,127,2,2,9,9,0 +11816,127,18,8,4,4,0 +11815,127,23,20,2,2,1 +11814,127,37,0,16,16,0 +11813,127,62,0,14,14,0 +11812,127,63,2,11,11,0 +11811,127,17,2,10,10,0 +11810,127,56,3,8,8,0 +11809,127,8,4,7,7,0 +11808,127,31,17,3,3,0 +11807,127,30,34,1,1,3 +11846,128,15,0,19,19,0 +11845,128,22,6,6,6,0 +11844,128,14,9,4,4,0 +11843,128,21,0,20,20,0 +11842,128,49,1,13,13,0 +11841,128,11,0,18,18,0 +11840,128,35,0,14,14,0 +11839,128,66,0,15,15,0 +11838,128,13,3,10,10,0 +11837,128,2,5,7,7,0 +11836,128,18,8,5,5,0 +11835,128,23,20,3,3,1 +11834,128,37,0,17,17,0 +11833,128,62,0,16,16,0 +11832,128,63,2,12,12,0 +11831,128,17,2,11,11,0 +11830,128,56,3,9,9,0 +11829,128,8,4,8,8,0 +11828,128,31,23,2,2,0 +11827,128,30,44,1,1,4 +11866,129,15,0,20,20,0 +11865,129,22,12,4,4,0 +11864,129,14,10,5,5,0 +11863,129,21,2,12,12,0 +11862,129,49,1,14,14,0 +11861,129,11,0,19,19,0 +11860,129,35,0,15,15,0 +11859,129,66,0,16,16,0 +11858,129,13,3,10,10,0 +11857,129,2,5,7,7,0 +11856,129,18,8,6,6,0 +11855,129,23,23,3,3,1 +11854,129,37,0,18,18,0 +11853,129,62,0,17,17,0 +11852,129,63,2,13,13,0 +11851,129,17,2,11,11,0 +11850,129,56,3,9,9,0 +11849,129,8,4,8,8,0 +11848,129,31,27,2,2,0 +11847,129,30,54,1,1,5 +11887,130,59,0,21,21,0 +11886,130,15,3,11,11,0 +11885,130,22,12,5,5,0 +11884,130,14,20,4,4,1 +11883,130,21,4,9,9,0 +11882,130,49,2,15,15,0 +11881,130,11,0,20,20,0 +11880,130,35,0,16,16,0 +11879,130,66,0,17,17,0 +11878,130,13,3,12,12,0 +11877,130,2,5,7,7,0 +11876,130,18,8,6,6,0 +11875,130,23,27,2,2,1 +11874,130,37,0,19,19,0 +11873,130,62,0,18,18,0 +11872,130,63,2,14,14,0 +11871,130,17,2,13,13,0 +11870,130,56,3,10,10,0 +11869,130,8,4,8,8,0 +11868,130,31,27,3,3,0 +11867,130,30,60,1,1,5 +11909,131,44,0,20,20,0 +11908,131,59,0,22,22,0 +11907,131,15,4,10,10,0 +11906,131,22,16,5,5,0 +11905,131,14,26,4,4,1 +11904,131,21,6,8,8,0 +11903,131,49,2,15,15,0 +11902,131,11,0,21,21,0 +11901,131,35,0,16,16,0 +11900,131,66,0,17,17,0 +11899,131,13,3,12,12,0 +11898,131,2,5,9,9,0 +11897,131,18,8,6,6,0 +11896,131,23,27,2,2,1 +11895,131,37,0,19,19,0 +11894,131,62,0,18,18,0 +11893,131,63,2,14,14,0 +11892,131,17,2,13,13,0 +11891,131,56,3,11,11,0 +11890,131,8,7,7,7,0 +11889,131,31,27,3,3,0 +11888,131,30,70,1,1,6 +11931,132,44,0,20,20,0 +11930,132,59,0,22,22,0 +11929,132,15,4,10,10,0 +11928,132,22,26,4,4,1 +11927,132,14,26,5,5,1 +11926,132,21,6,8,8,0 +11925,132,49,2,15,15,0 +11924,132,11,0,21,21,0 +11923,132,35,0,16,16,0 +11922,132,66,0,17,17,0 +11921,132,13,4,11,11,0 +11920,132,2,5,9,9,0 +11919,132,18,10,7,7,0 +11918,132,23,30,2,2,1 +11917,132,37,0,19,19,0 +11916,132,62,0,18,18,0 +11915,132,63,2,14,14,0 +11914,132,17,2,13,13,0 +11913,132,56,3,12,12,0 +11912,132,8,11,6,6,0 +11911,132,31,27,3,3,0 +11910,132,30,76,1,1,6 +11953,133,44,2,14,14,0 +11952,133,59,0,22,22,0 +11951,133,15,4,10,10,0 +11950,133,22,32,2,2,1 +11949,133,14,26,5,5,1 +11948,133,21,6,9,9,0 +11947,133,49,2,17,17,0 +11946,133,11,0,21,21,0 +11945,133,35,3,12,12,0 +11944,133,66,0,18,18,0 +11943,133,13,4,11,11,0 +11942,133,2,6,8,8,0 +11941,133,18,10,7,7,0 +11940,133,23,30,4,4,1 +11939,133,37,0,20,20,0 +11938,133,62,0,19,19,0 +11937,133,63,2,16,16,0 +11936,133,17,2,15,15,0 +11935,133,56,3,13,13,0 +11934,133,8,11,6,6,0 +11933,133,31,31,3,3,0 +11932,133,30,86,1,1,7 +11975,134,44,2,14,14,0 +11974,134,59,0,22,22,0 +11973,134,15,4,10,10,0 +11972,134,22,32,3,3,1 +11971,134,14,30,5,5,1 +11970,134,21,6,9,9,0 +11969,134,49,2,17,17,0 +11968,134,11,0,21,21,0 +11967,134,35,3,12,12,0 +11966,134,66,0,18,18,0 +11965,134,13,4,11,11,0 +11964,134,2,6,8,8,0 +11963,134,18,11,7,7,0 +11962,134,23,32,4,4,1 +11961,134,37,0,20,20,0 +11960,134,62,0,19,19,0 +11959,134,63,2,16,16,0 +11958,134,17,2,15,15,0 +11957,134,56,3,13,13,0 +11956,134,8,17,6,6,0 +11955,134,31,34,2,2,0 +11954,134,30,96,1,1,8 +11997,135,44,2,14,14,0 +11996,135,59,0,22,22,0 +11995,135,15,4,10,10,0 +11994,135,22,35,4,4,1 +11993,135,14,32,5,5,1 +11992,135,21,6,9,9,0 +11991,135,49,2,17,17,0 +11990,135,11,0,21,21,0 +11989,135,35,3,12,12,0 +11988,135,66,0,18,18,0 +11987,135,13,4,11,11,0 +11986,135,2,7,8,8,0 +11985,135,18,11,7,7,0 +11984,135,23,36,3,3,1 +11983,135,37,0,20,20,0 +11982,135,62,0,19,19,0 +11981,135,63,2,16,16,0 +11980,135,17,2,15,15,0 +11979,135,56,3,13,13,0 +11978,135,8,17,6,6,0 +11977,135,31,40,2,2,0 +11976,135,30,106,1,1,9 +12019,136,44,2,14,14,0 +12018,136,59,0,22,22,0 +12017,136,15,4,10,10,0 +12016,136,22,45,2,2,2 +12015,136,14,34,5,5,1 +12014,136,21,7,9,9,0 +12013,136,49,2,17,17,0 +12012,136,11,0,21,21,0 +12011,136,35,3,12,12,0 +12010,136,66,0,18,18,0 +12009,136,13,4,11,11,0 +12008,136,2,7,8,8,0 +12007,136,18,11,7,7,0 +12006,136,23,40,3,3,1 +12005,136,37,0,20,20,0 +12004,136,62,0,19,19,0 +12003,136,63,2,16,16,0 +12002,136,17,2,15,15,0 +12001,136,56,3,13,13,0 +12000,136,8,20,6,6,0 +11999,136,31,40,4,4,0 +11998,136,30,112,1,1,9 +12041,137,44,2,14,14,0 +12040,137,59,0,22,22,0 +12039,137,15,4,11,11,0 +12038,137,22,51,2,2,2 +12037,137,14,37,5,5,1 +12036,137,21,7,9,9,0 +12035,137,49,2,17,17,0 +12034,137,11,0,21,21,0 +12033,137,35,3,13,13,0 +12032,137,66,0,18,18,0 +12031,137,13,4,12,12,0 +12030,137,2,7,8,8,0 +12029,137,18,11,7,7,0 +12028,137,23,42,4,4,1 +12027,137,37,0,20,20,0 +12026,137,62,0,19,19,0 +12025,137,63,2,16,16,0 +12024,137,17,2,15,15,0 +12023,137,56,4,10,10,0 +12022,137,8,20,6,6,0 +12021,137,31,44,3,3,0 +12020,137,30,122,1,1,10 +12063,138,44,3,14,14,0 +12062,138,59,0,22,22,0 +12061,138,15,7,9,9,0 +12060,138,22,61,2,2,3 +12059,138,14,37,5,5,1 +12058,138,21,7,11,11,0 +12057,138,49,2,17,17,0 +12056,138,11,0,21,21,0 +12055,138,35,3,13,13,0 +12054,138,66,0,18,18,0 +12053,138,13,4,12,12,0 +12052,138,2,7,10,10,0 +12051,138,18,13,7,7,0 +12050,138,23,42,4,4,1 +12049,138,37,0,20,20,0 +12048,138,62,0,19,19,0 +12047,138,63,2,16,16,0 +12046,138,17,2,15,15,0 +12045,138,56,8,8,8,0 +12044,138,8,20,6,6,0 +12043,138,31,44,3,3,0 +12042,138,30,128,1,1,10 +12085,139,44,3,14,14,0 +12084,139,59,0,22,22,0 +12083,139,15,9,8,8,0 +12082,139,22,71,2,2,4 +12081,139,14,41,5,5,1 +12080,139,21,7,11,11,0 +12079,139,49,2,17,17,0 +12078,139,11,0,21,21,0 +12077,139,35,4,12,12,0 +12076,139,66,0,18,18,0 +12075,139,13,4,13,13,0 +12074,139,2,7,10,10,0 +12073,139,18,13,7,7,0 +12072,139,23,42,4,4,1 +12071,139,37,0,20,20,0 +12070,139,62,0,19,19,0 +12069,139,63,2,16,16,0 +12068,139,17,2,15,15,0 +12067,139,56,8,9,9,0 +12066,139,8,20,6,6,0 +12065,139,31,47,3,3,0 +12064,139,30,134,1,1,10 +12107,140,44,3,14,14,0 +12106,140,59,0,22,22,0 +12105,140,15,9,8,8,0 +12104,140,22,77,2,2,4 +12103,140,14,41,5,5,1 +12102,140,21,7,11,11,0 +12101,140,49,2,18,18,0 +12100,140,11,2,15,15,0 +12099,140,35,4,12,12,0 +12098,140,66,0,19,19,0 +12097,140,13,4,13,13,0 +12096,140,2,7,10,10,0 +12095,140,18,14,7,7,0 +12094,140,23,42,4,4,1 +12093,140,37,0,21,21,0 +12092,140,62,0,20,20,0 +12091,140,63,2,17,17,0 +12090,140,17,2,16,16,0 +12089,140,56,8,9,9,0 +12088,140,8,24,6,6,0 +12087,140,31,50,3,3,0 +12086,140,30,144,1,1,11 +11393,141,21,0,13,13,0 +11392,141,4,0,12,12,0 +11391,141,56,0,11,11,0 +11390,141,50,0,10,10,0 +11389,141,55,0,9,9,0 +11388,141,54,0,8,8,0 +11387,141,44,0,7,7,0 +11386,141,8,1,6,6,0 +11385,141,49,2,5,5,0 +11384,141,2,3,4,4,0 +11383,141,22,4,3,3,0 +11382,141,14,6,2,2,0 +11381,141,30,10,1,1,1 +11412,142,58,0,19,19,0 +11411,142,60,0,17,17,0 +11410,142,18,0,14,14,0 +11409,142,15,0,12,12,0 +11408,142,57,1,7,7,0 +11407,142,23,2,6,6,0 +11406,142,21,0,18,18,0 +11405,142,4,0,16,16,0 +11404,142,56,0,15,15,0 +11403,142,50,0,9,9,0 +11402,142,55,0,13,13,0 +11401,142,54,0,11,11,0 +11400,142,44,0,10,10,0 +11399,142,8,1,8,8,0 +11398,142,49,5,4,4,0 +11397,142,2,3,5,5,0 +11396,142,22,10,2,2,0 +11395,142,14,10,3,3,0 +11394,142,30,20,1,1,2 +11432,143,35,0,13,13,0 +11431,143,58,0,16,16,0 +11430,143,60,0,20,20,0 +11429,143,18,0,17,17,0 +11428,143,15,2,7,7,0 +11427,143,57,1,10,10,0 +11426,143,23,2,8,8,0 +11425,143,21,1,9,9,0 +11424,143,4,0,19,19,0 +11423,143,56,0,18,18,0 +11422,143,50,0,12,12,0 +11421,143,55,0,14,14,0 +11420,143,54,0,15,15,0 +11419,143,44,3,6,6,0 +11418,143,8,1,11,11,0 +11417,143,49,5,5,5,0 +11416,143,2,7,4,4,0 +11415,143,22,10,3,3,0 +11414,143,14,20,2,2,1 +11413,143,30,26,1,1,2 +11453,144,59,0,18,18,0 +11452,144,35,0,13,13,0 +11451,144,58,0,16,16,0 +11450,144,60,0,21,21,0 +11449,144,18,0,17,17,0 +11448,144,15,4,8,8,0 +11447,144,57,4,7,7,0 +11446,144,23,12,4,4,1 +11445,144,21,1,10,10,0 +11444,144,4,0,20,20,0 +11443,144,56,0,19,19,0 +11442,144,50,0,12,12,0 +11441,144,55,0,14,14,0 +11440,144,54,0,15,15,0 +11439,144,44,3,9,9,0 +11438,144,8,1,11,11,0 +11437,144,49,6,6,6,0 +11436,144,2,7,5,5,0 +11435,144,22,14,3,3,0 +11434,144,14,26,2,2,1 +11433,144,30,26,1,1,2 +11475,145,31,6,7,7,0 +11474,145,59,0,19,19,0 +11473,145,35,4,9,9,0 +11472,145,58,0,17,17,0 +11471,145,60,0,22,22,0 +11470,145,18,0,18,18,0 +11469,145,15,7,6,6,0 +11468,145,57,4,10,10,0 +11467,145,23,12,4,4,1 +11466,145,21,1,13,13,0 +11465,145,4,0,21,21,0 +11464,145,56,0,20,20,0 +11463,145,50,0,14,14,0 +11462,145,55,0,15,15,0 +11461,145,54,0,16,16,0 +11460,145,44,3,11,11,0 +11459,145,8,1,12,12,0 +11458,145,49,6,8,8,0 +11457,145,2,8,5,5,0 +11456,145,22,14,3,3,0 +11455,145,14,28,2,2,1 +11454,145,30,36,1,1,3 +11497,146,31,6,7,7,0 +11496,146,59,0,20,20,0 +11495,146,35,4,10,10,0 +11494,146,58,0,18,18,0 +11493,146,60,0,22,22,0 +11492,146,18,0,19,19,0 +11491,146,15,7,6,6,0 +11490,146,57,4,12,12,0 +11489,146,23,12,4,4,1 +11488,146,21,1,14,14,0 +11487,146,4,0,21,21,0 +11486,146,56,0,15,15,0 +11485,146,50,1,13,13,0 +11484,146,55,0,16,16,0 +11483,146,54,0,17,17,0 +11482,146,44,5,9,9,0 +11481,146,8,4,11,11,0 +11480,146,49,6,8,8,0 +11479,146,2,8,5,5,0 +11478,146,22,18,3,3,0 +11477,146,14,38,2,2,2 +11476,146,30,42,1,1,3 +11519,147,31,6,8,8,0 +11518,147,59,0,19,19,0 +11517,147,35,7,6,6,0 +11516,147,58,0,20,20,0 +11515,147,60,0,22,22,0 +11514,147,18,0,17,17,0 +11513,147,15,7,7,7,0 +11512,147,57,4,13,13,0 +11511,147,23,12,4,4,1 +11510,147,21,1,16,16,0 +11509,147,4,0,21,21,0 +11508,147,56,4,11,11,0 +11507,147,50,1,14,14,0 +11506,147,55,1,15,15,0 +11505,147,54,0,18,18,0 +11504,147,44,5,10,10,0 +11503,147,8,4,12,12,0 +11502,147,49,6,9,9,0 +11501,147,2,8,5,5,0 +11500,147,22,24,3,3,0 +11499,147,14,40,2,2,2 +11498,147,30,52,1,1,4 +11543,148,41,0,19,19,0 +11542,148,37,1,17,17,0 +11541,148,31,6,10,10,0 +11540,148,59,0,22,22,0 +11539,148,35,7,7,7,0 +11538,148,58,0,21,21,0 +11537,148,60,0,24,24,0 +11536,148,18,0,18,18,0 +11535,148,15,7,9,9,0 +11534,148,57,8,6,6,0 +11533,148,23,22,4,4,2 +11532,148,21,1,16,16,0 +11531,148,4,0,23,23,0 +11530,148,56,4,13,13,0 +11529,148,50,1,15,15,0 +11528,148,55,3,14,14,0 +11527,148,54,0,20,20,0 +11526,148,44,5,12,12,0 +11525,148,8,7,8,8,0 +11524,148,49,6,11,11,0 +11523,148,2,8,5,5,0 +11522,148,22,24,3,3,0 +11521,148,14,40,2,2,2 +11520,148,30,58,1,1,4 +11567,149,41,0,19,19,0 +11566,149,37,1,16,16,0 +11565,149,31,12,5,5,0 +11564,149,59,0,22,22,0 +11563,149,35,7,8,8,0 +11562,149,58,0,21,21,0 +11561,149,60,0,24,24,0 +11560,149,18,0,18,18,0 +11559,149,15,7,10,10,0 +11558,149,57,9,6,6,0 +11557,149,23,25,4,4,2 +11556,149,21,1,17,17,0 +11555,149,4,0,23,23,0 +11554,149,56,4,13,13,0 +11553,149,50,1,15,15,0 +11552,149,55,3,14,14,0 +11551,149,54,0,20,20,0 +11550,149,44,5,12,12,0 +11549,149,8,7,9,9,0 +11548,149,49,6,11,11,0 +11547,149,2,8,7,7,0 +11546,149,22,26,3,3,0 +11545,149,14,44,2,2,2 +11544,149,30,68,1,1,5 +11591,150,41,0,19,19,0 +11590,150,37,1,16,16,0 +11589,150,31,12,5,5,0 +11588,150,59,0,22,22,0 +11587,150,35,7,9,9,0 +11586,150,58,0,21,21,0 +11585,150,60,0,24,24,0 +11584,150,18,0,18,18,0 +11583,150,15,9,8,8,0 +11582,150,57,9,7,7,0 +11581,150,23,31,3,3,2 +11580,150,21,1,17,17,0 +11579,150,4,0,23,23,0 +11578,150,56,4,13,13,0 +11577,150,50,1,15,15,0 +11576,150,55,3,14,14,0 +11575,150,54,0,20,20,0 +11574,150,44,5,12,12,0 +11573,150,8,7,10,10,0 +11572,150,49,6,11,11,0 +11571,150,2,9,6,6,0 +11570,150,22,30,4,4,0 +11569,150,14,47,2,2,2 +11568,150,30,78,1,1,6 +11615,151,41,0,19,19,0 +11614,151,37,1,16,16,0 +11613,151,31,15,6,6,0 +11612,151,59,0,22,22,0 +11611,151,35,7,10,10,0 +11610,151,58,0,21,21,0 +11609,151,60,0,24,24,0 +11608,151,18,0,18,18,0 +11607,151,15,9,9,9,0 +11606,151,57,19,5,5,1 +11605,151,23,31,4,4,2 +11604,151,21,1,17,17,0 +11603,151,4,0,23,23,0 +11602,151,56,4,13,13,0 +11601,151,50,1,15,15,0 +11600,151,55,3,14,14,0 +11599,151,54,0,20,20,0 +11598,151,44,5,12,12,0 +11597,151,8,9,8,8,0 +11596,151,49,6,11,11,0 +11595,151,2,10,7,7,0 +11594,151,22,34,3,3,0 +11593,151,14,47,2,2,2 +11592,151,30,84,1,1,6 +11639,152,41,0,19,19,0 +11638,152,37,1,18,18,0 +11637,152,31,15,6,6,0 +11636,152,59,0,21,21,0 +11635,152,35,11,7,7,0 +11634,152,58,0,22,22,0 +11633,152,60,0,24,24,0 +11632,152,18,2,16,16,0 +11631,152,15,9,10,10,0 +11630,152,57,19,5,5,1 +11629,152,23,41,3,3,3 +11628,152,21,4,14,14,0 +11627,152,4,0,23,23,0 +11626,152,56,4,13,13,0 +11625,152,50,1,17,17,0 +11624,152,55,4,15,15,0 +11623,152,54,0,20,20,0 +11622,152,44,5,12,12,0 +11621,152,8,9,9,9,0 +11620,152,49,6,11,11,0 +11619,152,2,10,8,8,0 +11618,152,22,40,4,4,0 +11617,152,14,47,2,2,2 +11616,152,30,84,1,1,6 +11663,153,41,0,19,19,0 +11662,153,37,1,18,18,0 +11661,153,31,15,6,6,0 +11660,153,59,0,21,21,0 +11659,153,35,11,7,7,0 +11658,153,58,0,22,22,0 +11657,153,60,0,24,24,0 +11656,153,18,2,16,16,0 +11655,153,15,9,10,10,0 +11654,153,57,21,5,5,1 +11653,153,23,44,4,4,3 +11652,153,21,4,14,14,0 +11651,153,4,0,23,23,0 +11650,153,56,4,13,13,0 +11649,153,50,1,17,17,0 +11648,153,55,4,15,15,0 +11647,153,54,0,20,20,0 +11646,153,44,5,12,12,0 +11645,153,8,9,9,9,0 +11644,153,49,6,11,11,0 +11643,153,2,11,8,8,0 +11642,153,22,46,3,3,0 +11641,153,14,51,2,2,2 +11640,153,30,94,1,1,7 +11687,154,41,0,19,19,0 +11686,154,37,1,18,18,0 +11685,154,31,15,6,6,0 +11684,154,59,0,21,21,0 +11683,154,35,11,7,7,0 +11682,154,58,0,22,22,0 +11681,154,60,0,24,24,0 +11680,154,18,2,16,16,0 +11679,154,15,9,10,10,0 +11678,154,57,24,5,5,1 +11677,154,23,44,4,4,3 +11676,154,21,8,11,11,0 +11675,154,4,0,23,23,0 +11674,154,56,4,15,15,0 +11673,154,50,1,17,17,0 +11672,154,55,5,14,14,0 +11671,154,54,0,20,20,0 +11670,154,44,5,13,13,0 +11669,154,8,9,9,9,0 +11668,154,49,6,12,12,0 +11667,154,2,11,8,8,0 +11666,154,22,48,3,3,0 +11665,154,14,57,2,2,2 +11664,154,30,104,1,1,8 +11712,155,61,0,24,24,0 +11711,155,41,0,19,19,0 +11710,155,37,3,16,16,0 +11709,155,31,25,5,5,1 +11708,155,59,0,21,21,0 +11707,155,35,12,7,7,0 +11706,155,58,0,22,22,0 +11705,155,60,0,25,25,0 +11704,155,18,2,17,17,0 +11703,155,15,9,10,10,0 +11702,155,57,24,6,6,1 +11701,155,23,48,4,4,3 +11700,155,21,8,11,11,0 +11699,155,4,0,23,23,0 +11698,155,56,4,15,15,0 +11697,155,50,1,18,18,0 +11696,155,55,5,14,14,0 +11695,155,54,0,20,20,0 +11694,155,44,5,13,13,0 +11693,155,8,9,9,9,0 +11692,155,49,6,12,12,0 +11691,155,2,11,8,8,0 +11690,155,22,54,3,3,0 +11689,155,14,57,2,2,2 +11688,155,30,107,1,1,8 +11737,156,61,0,24,24,0 +11736,156,41,0,19,19,0 +11735,156,37,3,16,16,0 +11734,156,31,25,6,6,1 +11733,156,59,0,21,21,0 +11732,156,35,12,7,7,0 +11731,156,58,0,22,22,0 +11730,156,60,0,25,25,0 +11729,156,18,2,17,17,0 +11728,156,15,12,9,9,0 +11727,156,57,34,5,5,2 +11726,156,23,48,4,4,3 +11725,156,21,8,11,11,0 +11724,156,4,0,23,23,0 +11723,156,56,6,12,12,0 +11722,156,50,1,18,18,0 +11721,156,55,5,15,15,0 +11720,156,54,0,20,20,0 +11719,156,44,5,14,14,0 +11718,156,8,9,10,10,0 +11717,156,49,6,13,13,0 +11716,156,2,12,8,8,0 +11715,156,22,54,3,3,0 +11714,156,14,61,2,2,2 +11713,156,30,113,1,1,8 +11763,157,62,0,26,26,0 +11762,157,61,0,24,24,0 +11761,157,41,0,19,19,0 +11760,157,37,3,16,16,0 +11759,157,31,31,6,6,1 +11758,157,59,0,21,21,0 +11757,157,35,12,7,7,0 +11756,157,58,0,22,22,0 +11755,157,60,0,25,25,0 +11754,157,18,2,17,17,0 +11753,157,15,12,9,9,0 +11752,157,57,37,5,5,2 +11751,157,23,49,4,4,3 +11750,157,21,8,11,11,0 +11749,157,4,0,23,23,0 +11748,157,56,6,12,12,0 +11747,157,50,1,18,18,0 +11746,157,55,5,15,15,0 +11745,157,54,0,20,20,0 +11744,157,44,5,14,14,0 +11743,157,8,9,10,10,0 +11742,157,49,6,13,13,0 +11741,157,2,12,8,8,0 +11740,157,22,56,3,3,0 +11739,157,14,65,2,2,2 +11738,157,30,123,1,1,9 +3077,158,30,10,1,1,1 +3078,158,22,6,2,2,0 +3079,158,23,4,3,3,0 +3080,158,35,3,4,4,0 +3081,158,21,2,5,5,0 +3082,158,41,1,6,6,0 +3083,158,25,0,7,7,0 +3084,158,48,0,8,8,0 +3085,158,2,0,9,9,0 +3086,159,30,20,1,1,2 +3087,159,22,6,3,3,0 +3088,159,23,6,4,4,0 +3089,159,35,3,7,7,0 +3090,159,21,8,2,2,0 +3091,159,41,1,8,8,0 +3092,159,25,0,11,11,0 +3093,159,48,0,13,13,0 +3094,159,2,0,14,14,0 +3095,159,49,4,5,5,0 +3096,159,15,3,6,6,0 +3097,159,18,1,9,9,0 +3098,159,50,0,10,10,0 +3099,159,37,0,12,12,0 +3100,159,60,0,15,15,0 +3101,160,30,30,1,1,3 +3102,160,22,9,2,2,0 +3103,160,23,6,5,5,0 +3104,160,35,5,6,6,0 +3105,160,21,8,3,3,0 +3106,160,41,1,10,10,0 +3107,160,25,0,13,13,0 +3108,160,48,0,18,18,0 +3109,160,2,0,19,19,0 +3110,160,49,4,8,8,0 +3111,160,15,3,9,9,0 +3112,160,18,1,11,11,0 +3113,160,50,0,14,14,0 +3114,160,37,0,16,16,0 +3115,160,60,0,20,20,0 +3116,160,57,6,4,4,0 +3117,160,14,4,7,7,0 +3118,160,63,1,12,12,0 +3119,160,56,0,15,15,0 +3120,160,64,0,17,17,0 +3121,160,65,0,21,21,0 +3122,161,30,34,1,1,3 +3123,161,22,9,4,4,0 +3124,161,23,9,5,5,0 +3125,161,35,5,7,7,0 +3126,161,21,8,6,6,0 +3127,161,41,1,12,12,0 +3128,161,25,0,13,13,0 +3129,161,48,0,17,17,0 +3130,161,2,0,19,19,0 +3131,161,49,4,8,8,0 +3132,161,15,4,9,9,0 +3133,161,18,3,10,10,0 +3134,161,50,0,15,15,0 +3135,161,37,0,18,18,0 +3136,161,60,0,21,21,0 +3137,161,57,12,3,3,0 +3138,161,14,14,2,2,1 +3139,161,63,1,11,11,0 +3140,161,56,0,14,14,0 +3141,161,64,0,16,16,0 +3142,161,65,0,20,20,0 +3143,161,55,0,22,22,0 +3144,162,30,36,1,1,3 +3145,162,22,13,4,4,0 +3146,162,23,12,5,5,0 +3147,162,35,5,8,8,0 +3148,162,21,8,6,6,0 +3149,162,41,1,12,12,0 +3150,162,25,0,13,13,0 +3151,162,48,0,17,17,0 +3152,162,2,0,19,19,0 +3153,162,49,5,7,7,0 +3154,162,15,4,9,9,0 +3155,162,18,3,10,10,0 +3156,162,50,0,15,15,0 +3157,162,37,0,18,18,0 +3158,162,60,0,21,21,0 +3159,162,57,22,2,2,1 +3160,162,14,20,3,3,1 +3161,162,63,1,11,11,0 +3162,162,56,0,14,14,0 +3163,162,64,0,16,16,0 +3164,162,65,0,20,20,0 +3165,162,55,0,22,22,0 +3166,163,30,46,1,1,4 +3167,163,22,16,4,4,0 +3168,163,23,12,5,5,0 +3169,163,35,5,8,8,0 +3170,163,21,10,6,6,0 +3171,163,41,1,12,12,0 +3172,163,25,0,15,15,0 +3173,163,48,0,19,19,0 +3174,163,2,0,21,21,0 +3175,163,49,5,7,7,0 +3176,163,15,4,9,9,0 +3177,163,18,3,10,10,0 +3178,163,50,0,17,17,0 +3179,163,37,1,13,13,0 +3180,163,60,0,18,18,0 +3181,163,57,28,2,2,1 +3182,163,14,24,3,3,1 +3183,163,63,1,11,11,0 +3184,163,56,0,16,16,0 +3185,163,64,0,14,14,0 +3186,163,65,0,22,22,0 +3187,163,55,0,20,20,0 +3188,164,30,46,1,1,4 +3189,164,22,22,4,4,0 +3190,164,23,12,6,6,0 +3191,164,35,5,8,8,0 +3192,164,21,14,5,5,0 +3193,164,41,1,13,13,0 +3194,164,25,0,16,16,0 +3195,164,48,0,20,20,0 +3196,164,2,0,18,18,0 +3197,164,49,5,7,7,0 +3198,164,15,4,9,9,0 +3199,164,18,3,12,12,0 +3200,164,50,0,17,17,0 +3201,164,37,1,14,14,0 +3202,164,60,0,19,19,0 +3203,164,57,29,3,3,1 +3204,164,14,34,2,2,2 +3205,164,63,3,11,11,0 +3206,164,56,3,10,10,0 +3207,164,64,0,15,15,0 +3208,164,65,0,21,21,0 +3209,164,55,0,22,22,0 +3210,165,30,56,1,1,5 +3211,165,22,28,4,4,0 +3212,165,23,12,6,6,0 +3213,165,35,5,8,8,0 +3214,165,21,18,5,5,0 +3215,165,41,1,14,14,0 +3216,165,25,0,17,17,0 +3217,165,48,0,20,20,0 +3218,165,2,0,18,18,0 +3219,165,49,5,7,7,0 +3220,165,15,5,9,9,0 +3221,165,18,3,12,12,0 +3222,165,50,2,13,13,0 +3223,165,37,1,15,15,0 +3224,165,60,0,19,19,0 +3225,165,57,32,3,3,1 +3226,165,14,34,2,2,2 +3227,165,63,3,11,11,0 +3228,165,56,3,10,10,0 +3229,165,64,0,16,16,0 +3230,165,65,0,21,21,0 +3231,165,55,0,22,22,0 +3232,166,30,56,1,1,5 +3233,166,22,32,4,4,0 +3234,166,23,14,6,6,0 +3235,166,35,8,7,7,0 +3236,166,21,18,5,5,0 +3237,166,41,1,14,14,0 +3238,166,25,0,17,17,0 +3239,166,48,0,20,20,0 +3240,166,2,0,18,18,0 +3241,166,49,5,9,9,0 +3242,166,15,6,8,8,0 +3243,166,18,3,12,12,0 +3244,166,50,2,13,13,0 +3245,166,37,1,15,15,0 +3246,166,60,0,19,19,0 +3247,166,57,38,3,3,1 +3248,166,14,44,2,2,3 +3249,166,63,3,11,11,0 +3250,166,56,3,10,10,0 +3251,166,64,0,16,16,0 +3252,166,65,0,21,21,0 +3253,166,55,0,22,22,0 +3254,167,30,56,1,1,5 +3255,167,22,36,4,4,0 +3256,167,23,14,6,6,0 +3257,167,35,11,7,7,0 +3258,167,21,18,5,5,0 +3259,167,41,1,14,14,0 +3260,167,25,0,17,17,0 +3261,167,48,0,19,19,0 +3262,167,2,0,20,20,0 +3263,167,49,5,9,9,0 +3264,167,15,6,8,8,0 +3265,167,18,5,10,10,0 +3266,167,50,2,13,13,0 +3267,167,37,1,15,15,0 +3268,167,60,0,21,21,0 +3269,167,57,48,3,3,2 +3270,167,14,50,2,2,3 +3271,167,63,4,11,11,0 +3272,167,56,3,12,12,0 +3273,167,64,0,16,16,0 +3274,167,65,0,18,18,0 +3275,167,55,0,22,22,0 +3276,167,54,0,23,23,0 +3277,168,30,56,1,1,5 +3278,168,22,46,4,4,1 +3279,168,23,14,6,6,0 +3280,168,35,11,7,7,0 +3281,168,21,18,5,5,0 +3282,168,41,1,15,15,0 +3283,168,25,0,17,17,0 +3284,168,48,0,19,19,0 +3285,168,2,0,20,20,0 +3286,168,49,5,11,11,0 +3287,168,15,6,9,9,0 +3288,168,18,8,8,8,0 +3289,168,50,2,13,13,0 +3290,168,37,2,14,14,0 +3291,168,60,0,21,21,0 +3292,168,57,54,3,3,2 +3293,168,14,54,2,2,3 +3294,168,63,6,10,10,0 +3295,168,56,3,12,12,0 +3296,168,64,0,16,16,0 +3297,168,65,0,18,18,0 +3298,168,55,0,22,22,0 +3299,168,54,0,23,23,0 +3300,169,30,62,2,2,5 +3301,169,22,49,4,4,1 +3302,169,23,16,6,6,0 +3303,169,35,11,7,7,0 +3304,169,21,18,5,5,0 +3305,169,41,1,15,15,0 +3306,169,25,0,17,17,0 +3307,169,48,0,19,19,0 +3308,169,2,0,20,20,0 +3309,169,49,6,9,9,0 +3310,169,15,6,10,10,0 +3311,169,18,8,8,8,0 +3312,169,50,2,13,13,0 +3313,169,37,2,14,14,0 +3314,169,60,0,21,21,0 +3315,169,57,64,1,1,3 +3316,169,14,58,3,3,3 +3317,169,63,6,11,11,0 +3318,169,56,3,12,12,0 +3319,169,64,0,16,16,0 +3320,169,65,0,18,18,0 +3321,169,55,0,22,22,0 +3322,169,54,0,23,23,0 +3323,170,30,68,2,2,5 +3324,170,22,49,4,4,1 +3325,170,23,20,5,5,0 +3326,170,35,11,7,7,0 +3327,170,21,18,6,6,0 +3328,170,41,1,15,15,0 +3329,170,25,0,18,18,0 +3330,170,48,0,19,19,0 +3331,170,2,0,20,20,0 +3332,170,49,7,9,9,0 +3333,170,15,6,10,10,0 +3334,170,18,10,8,8,0 +3335,170,50,2,13,13,0 +3336,170,37,2,14,14,0 +3337,170,60,0,21,21,0 +3338,170,57,74,1,1,4 +3339,170,14,61,3,3,3 +3340,170,63,6,11,11,0 +3341,170,56,3,12,12,0 +3342,170,64,0,16,16,0 +3343,170,65,0,17,17,0 +3344,170,55,0,22,22,0 +3345,170,54,0,23,23,0 +3346,171,30,78,2,2,6 +3347,171,22,49,4,4,1 +3348,171,23,24,5,5,0 +3349,171,35,11,7,7,0 +3350,171,21,18,6,6,0 +3351,171,41,2,15,15,0 +3352,171,25,2,14,14,0 +3353,171,48,0,19,19,0 +3354,171,2,0,20,20,0 +3355,171,49,7,9,9,0 +3356,171,15,6,10,10,0 +3357,171,18,10,8,8,0 +3358,171,50,5,12,12,0 +3359,171,37,2,16,16,0 +3360,171,60,0,21,21,0 +3361,171,57,80,1,1,4 +3362,171,14,61,3,3,3 +3363,171,63,6,11,11,0 +3364,171,56,3,13,13,0 +3365,171,64,0,17,17,0 +3366,171,65,0,18,18,0 +3367,171,55,0,22,22,0 +3368,171,54,0,23,23,0 +3369,172,30,88,1,1,7 +3370,172,22,55,4,4,1 +3371,172,23,24,5,5,0 +3372,172,35,14,7,7,0 +3373,172,21,18,6,6,0 +3374,172,41,3,14,14,0 +3375,172,25,2,15,15,0 +3376,172,48,0,19,19,0 +3377,172,2,0,20,20,0 +3378,172,49,11,8,8,0 +3379,172,15,6,10,10,0 +3380,172,18,10,9,9,0 +3381,172,50,5,12,12,0 +3382,172,37,2,16,16,0 +3383,172,60,0,21,21,0 +3384,172,57,80,2,2,4 +3385,172,14,63,3,3,3 +3386,172,63,6,11,11,0 +3387,172,56,3,13,13,0 +3388,172,64,0,17,17,0 +3389,172,65,0,18,18,0 +3390,172,55,0,22,22,0 +3391,172,54,0,23,23,0 +3392,173,30,98,1,1,8 +3393,173,22,58,4,4,1 +3394,173,23,24,5,5,0 +3395,173,35,15,7,7,0 +3396,173,21,18,6,6,0 +3397,173,41,3,14,14,0 +3398,173,25,2,15,15,0 +3399,173,48,0,19,19,0 +3400,173,2,0,20,20,0 +3401,173,49,11,9,9,0 +3402,173,15,6,10,10,0 +3403,173,18,12,8,8,0 +3404,173,50,5,12,12,0 +3405,173,37,2,16,16,0 +3406,173,60,0,21,21,0 +3407,173,57,86,2,2,4 +3408,173,14,67,3,3,3 +3409,173,63,6,11,11,0 +3410,173,56,3,13,13,0 +3411,173,64,0,18,18,0 +3412,173,65,0,17,17,0 +3413,173,55,0,22,22,0 +3414,173,54,0,23,23,0 +3415,174,30,108,1,1,9 +3416,174,22,62,4,4,1 +3417,174,23,24,5,5,0 +3418,174,35,17,7,7,0 +3419,174,21,18,6,6,0 +3420,174,41,3,14,14,0 +3421,174,25,2,15,15,0 +3422,174,48,0,19,19,0 +3423,174,2,0,20,20,0 +3424,174,49,11,9,9,0 +3425,174,15,6,10,10,0 +3426,174,18,12,8,8,0 +3427,174,50,5,12,12,0 +3428,174,37,2,16,16,0 +3429,174,60,0,21,21,0 +3430,174,57,89,2,2,4 +3431,174,14,73,3,3,3 +3432,174,63,6,11,11,0 +3433,174,56,4,13,13,0 +3434,174,64,0,18,18,0 +3435,174,65,0,17,17,0 +3436,174,55,0,22,22,0 +3437,174,54,0,23,23,0 +3809,74,14,9,7,7,0 +3806,74,21,10,3,3,1 +3814,74,15,20,2,2,0 +11063,175,30,0,8,8,0 +11062,175,68,0,7,7,0 +11061,175,37,1,6,6,0 +11060,175,22,2,5,5,0 +11059,175,21,3,4,4,0 +11058,175,23,4,3,3,0 +11057,175,49,6,2,2,0 +11056,175,56,10,1,1,1 +11075,176,48,0,12,12,0 +11074,176,25,0,11,11,0 +11073,176,44,1,9,9,0 +11072,176,57,10,2,2,1 +11071,176,30,6,5,5,0 +11070,176,68,0,10,10,0 +11069,176,37,1,8,8,0 +11068,176,22,2,7,7,0 +11067,176,21,3,6,6,0 +11066,176,23,7,4,4,0 +11065,176,49,10,3,3,0 +11064,176,56,12,1,1,1 +11094,177,70,0,19,19,0 +11093,177,65,0,18,18,0 +11092,177,69,0,16,16,0 +11091,177,63,0,14,14,0 +11090,177,55,1,10,10,0 +11089,177,71,3,9,9,0 +11088,177,14,6,6,6,0 +11087,177,48,0,17,17,0 +11086,177,25,0,15,15,0 +11085,177,44,1,12,12,0 +11084,177,57,10,3,3,1 +11083,177,30,16,1,1,1 +11082,177,68,0,13,13,0 +11081,177,37,1,11,11,0 +11080,177,22,6,7,7,0 +11079,177,21,5,8,8,0 +11078,177,23,7,5,5,0 +11077,177,49,10,4,4,0 +11076,177,56,12,2,2,1 +11114,178,15,0,16,16,0 +11113,178,70,0,17,17,0 +11112,178,65,0,20,20,0 +11111,178,69,0,18,18,0 +11110,178,63,0,15,15,0 +11109,178,55,1,11,11,0 +11108,178,71,3,9,9,0 +11107,178,14,6,7,7,0 +11106,178,48,0,19,19,0 +11105,178,25,1,10,10,0 +11104,178,44,1,13,13,0 +11103,178,57,14,3,3,1 +11102,178,30,26,1,1,2 +11101,178,68,0,14,14,0 +11100,178,37,1,12,12,0 +11099,178,22,6,8,8,0 +11098,178,21,7,6,6,0 +11097,178,23,7,5,5,0 +11096,178,49,13,4,4,0 +11095,178,56,18,2,2,1 +11134,179,15,1,11,11,0 +11133,179,70,0,17,17,0 +11132,179,65,0,20,20,0 +11131,179,69,0,18,18,0 +11130,179,63,0,16,16,0 +11129,179,55,1,13,13,0 +11128,179,71,3,9,9,0 +11127,179,14,12,5,5,0 +11126,179,48,0,19,19,0 +11125,179,25,1,10,10,0 +11124,179,44,1,14,14,0 +11123,179,57,24,2,2,2 +11122,179,30,30,1,1,2 +11121,179,68,0,15,15,0 +11120,179,37,1,12,12,0 +11119,179,22,6,8,8,0 +11118,179,21,7,7,7,0 +11117,179,23,9,6,6,0 +11116,179,49,13,4,4,0 +11115,179,56,21,3,3,1 +11155,180,64,1,16,16,0 +11154,180,15,1,12,12,0 +11153,180,70,0,21,21,0 +11152,180,65,2,10,10,0 +11151,180,69,0,20,20,0 +11150,180,63,0,18,18,0 +11149,180,55,1,15,15,0 +11148,180,71,3,9,9,0 +11147,180,14,12,6,6,0 +11146,180,48,0,19,19,0 +11145,180,25,1,11,11,0 +11144,180,44,1,13,13,0 +11143,180,57,34,1,1,3 +11142,180,30,30,2,2,2 +11141,180,68,0,17,17,0 +11140,180,37,1,14,14,0 +11139,180,22,6,8,8,0 +11138,180,21,13,5,5,0 +11137,180,23,12,7,7,0 +11136,180,49,13,4,4,0 +11135,180,56,25,3,3,1 +11177,181,41,0,22,22,0 +11176,181,64,1,16,16,0 +11175,181,15,1,11,11,0 +11174,181,70,0,21,21,0 +11173,181,65,2,10,10,0 +11172,181,69,0,20,20,0 +11171,181,63,0,18,18,0 +11170,181,55,1,15,15,0 +11169,181,71,3,9,9,0 +11168,181,14,12,7,7,0 +11167,181,48,0,19,19,0 +11166,181,25,1,12,12,0 +11165,181,44,1,13,13,0 +11164,181,57,40,1,1,3 +11163,181,30,32,2,2,2 +11162,181,68,0,17,17,0 +11161,181,37,1,14,14,0 +11160,181,22,10,8,8,0 +11159,181,21,13,6,6,0 +11158,181,23,15,5,5,0 +11157,181,49,23,4,4,1 +11156,181,56,26,3,3,1 +11199,182,41,0,22,22,0 +11198,182,64,2,11,11,0 +11197,182,15,1,12,12,0 +11196,182,70,0,21,21,0 +11195,182,65,2,10,10,0 +11194,182,69,0,20,20,0 +11193,182,63,0,18,18,0 +11192,182,55,1,16,16,0 +11191,182,71,5,9,9,0 +11190,182,14,22,5,5,1 +11189,182,48,0,19,19,0 +11188,182,25,1,13,13,0 +11187,182,44,1,14,14,0 +11186,182,57,40,1,1,3 +11185,182,30,32,2,2,2 +11184,182,68,0,17,17,0 +11183,182,37,1,15,15,0 +11182,182,22,10,8,8,0 +11181,182,21,13,7,7,0 +11180,182,23,19,6,6,0 +11179,182,49,26,4,4,1 +11178,182,56,32,3,3,1 +11221,183,41,0,22,22,0 +11220,183,64,3,11,11,0 +11219,183,15,1,13,13,0 +11218,183,70,0,21,21,0 +11217,183,65,2,12,12,0 +11216,183,69,0,20,20,0 +11215,183,63,0,17,17,0 +11214,183,55,1,16,16,0 +11213,183,71,5,9,9,0 +11212,183,14,28,5,5,1 +11211,183,48,0,19,19,0 +11210,183,25,3,10,10,0 +11209,183,44,1,14,14,0 +11208,183,57,44,1,1,3 +11207,183,30,32,3,3,2 +11206,183,68,0,18,18,0 +11205,183,37,1,15,15,0 +11204,183,22,10,8,8,0 +11203,183,21,13,7,7,0 +11202,183,23,19,6,6,0 +11201,183,49,29,4,4,1 +11200,183,56,42,2,2,2 +11243,184,41,0,22,22,0 +11242,184,64,3,12,12,0 +11241,184,15,1,15,15,0 +11240,184,70,0,21,21,0 +11239,184,65,2,13,13,0 +11238,184,69,0,20,20,0 +11237,184,63,6,9,9,0 +11236,184,55,1,16,16,0 +11235,184,71,5,10,10,0 +11234,184,14,30,5,5,1 +11233,184,48,0,19,19,0 +11232,184,25,3,11,11,0 +11231,184,44,2,14,14,0 +11230,184,57,44,2,2,3 +11229,184,30,32,4,4,2 +11228,184,68,0,18,18,0 +11227,184,37,1,17,17,0 +11226,184,22,10,8,8,0 +11225,184,21,13,7,7,0 +11224,184,23,22,6,6,0 +11223,184,49,33,3,3,1 +11222,184,56,52,1,1,3 +11265,185,41,0,22,22,0 +11264,185,64,3,12,12,0 +11263,185,15,1,15,15,0 +11262,185,70,0,21,21,0 +11261,185,65,2,13,13,0 +11260,185,69,0,20,20,0 +11259,185,63,6,9,9,0 +11258,185,55,1,16,16,0 +11257,185,71,6,10,10,0 +11256,185,14,36,3,3,1 +11255,185,48,0,19,19,0 +11254,185,25,3,11,11,0 +11253,185,44,2,14,14,0 +11252,185,57,54,2,2,4 +11251,185,30,32,5,5,2 +11250,185,68,0,18,18,0 +11249,185,37,1,17,17,0 +11248,185,22,12,8,8,0 +11247,185,21,13,7,7,0 +11246,185,23,22,6,6,0 +11245,185,49,36,4,4,1 +11244,185,56,56,1,1,3 +11288,186,35,0,23,23,0 +11287,186,41,0,22,22,0 +11286,186,64,3,12,12,0 +11285,186,15,1,15,15,0 +11284,186,70,0,19,19,0 +11283,186,65,2,13,13,0 +11282,186,69,0,21,21,0 +11281,186,63,6,10,10,0 +11280,186,55,1,16,16,0 +11279,186,71,7,9,9,0 +11278,186,14,46,3,3,2 +11277,186,48,0,20,20,0 +11276,186,25,3,11,11,0 +11275,186,44,2,14,14,0 +11274,186,57,60,1,1,4 +11273,186,30,32,5,5,2 +11272,186,68,0,18,18,0 +11271,186,37,1,17,17,0 +11270,186,22,12,8,8,0 +11269,186,21,13,7,7,0 +11268,186,23,24,6,6,0 +11267,186,49,40,4,4,1 +11266,186,56,59,2,2,3 +11311,187,35,0,22,22,0 +11310,187,41,0,23,23,0 +11309,187,64,3,12,12,0 +11308,187,15,1,15,15,0 +11307,187,70,0,18,18,0 +11306,187,65,2,13,13,0 +11305,187,69,0,21,21,0 +11304,187,63,10,9,9,0 +11303,187,55,1,16,16,0 +11302,187,71,7,10,10,0 +11301,187,14,48,4,4,2 +11300,187,48,0,20,20,0 +11299,187,25,3,11,11,0 +11298,187,44,2,14,14,0 +11297,187,57,60,1,1,4 +11296,187,30,32,5,5,2 +11295,187,68,0,19,19,0 +11294,187,37,1,17,17,0 +11293,187,22,15,7,7,0 +11292,187,21,13,8,8,0 +11291,187,23,30,6,6,0 +11290,187,49,50,3,3,2 +11289,187,56,60,2,2,3 +11334,188,35,0,23,23,0 +11333,188,41,0,21,21,0 +11332,188,64,3,14,14,0 +11331,188,15,7,11,11,0 +11330,188,70,0,19,19,0 +11329,188,65,12,9,9,1 +11328,188,69,0,22,22,0 +11327,188,63,10,10,10,0 +11326,188,55,1,17,17,0 +11325,188,71,7,12,12,0 +11324,188,14,48,4,4,2 +11323,188,48,1,16,16,0 +11322,188,25,3,13,13,0 +11321,188,44,2,15,15,0 +11320,188,57,62,1,1,4 +11319,188,30,32,6,6,2 +11318,188,68,0,20,20,0 +11317,188,37,1,18,18,0 +11316,188,22,19,7,7,0 +11315,188,21,13,8,8,0 +11314,188,23,33,5,5,0 +11313,188,49,50,3,3,2 +11312,188,56,60,2,2,3 +11357,189,35,0,23,23,0 +11356,189,41,0,21,21,0 +11355,189,64,3,14,14,0 +11354,189,15,7,11,11,0 +11353,189,70,0,19,19,0 +11352,189,65,15,8,8,1 +11351,189,69,0,22,22,0 +11350,189,63,10,10,10,0 +11349,189,55,1,16,16,0 +11348,189,71,7,12,12,0 +11347,189,14,48,4,4,2 +11346,189,48,1,17,17,0 +11345,189,25,3,13,13,0 +11344,189,44,2,15,15,0 +11343,189,57,66,2,2,4 +11342,189,30,38,5,5,2 +11341,189,68,0,20,20,0 +11340,189,37,1,18,18,0 +11339,189,22,21,7,7,0 +11338,189,21,13,9,9,0 +11337,189,23,33,6,6,0 +11336,189,49,51,3,3,2 +11335,189,56,70,1,1,4 +11380,190,35,0,21,21,0 +11379,190,41,0,22,22,0 +11378,190,64,3,14,14,0 +11377,190,15,7,11,11,0 +11376,190,70,0,19,19,0 +11375,190,65,15,8,8,1 +11374,190,69,0,23,23,0 +11373,190,63,10,10,10,0 +11372,190,55,2,15,15,0 +11371,190,71,7,12,12,0 +11370,190,14,48,4,4,2 +11369,190,48,1,17,17,0 +11368,190,25,3,13,13,0 +11367,190,44,2,16,16,0 +11366,190,57,76,1,1,5 +11365,190,30,44,5,5,2 +11364,190,68,0,20,20,0 +11363,190,37,1,18,18,0 +11362,190,22,21,7,7,0 +11361,190,21,13,9,9,0 +11360,190,23,35,6,6,0 +11359,190,49,54,3,3,2 +11358,190,56,74,2,2,4 +4291,191,57,10,1,1,1 +4292,191,14,6,2,2,0 +4293,191,49,4,3,3,0 +4294,191,56,3,4,4,0 +4295,191,35,2,5,5,0 +4296,191,65,1,6,6,0 +4297,191,25,0,7,7,0 +4298,191,71,0,8,8,0 +4299,191,44,0,9,9,0 +4300,192,57,20,1,1,2 +4301,192,14,12,2,2,0 +4302,192,49,6,3,3,0 +4303,192,56,3,6,6,0 +4304,192,35,2,7,7,0 +4305,192,65,1,8,8,0 +4306,192,25,3,5,5,0 +4307,192,71,0,10,10,0 +4308,192,44,0,12,12,0 +4309,192,30,4,4,4,0 +4310,192,21,1,9,9,0 +4311,192,55,0,11,11,0 +4312,192,76,0,13,13,0 +4313,193,57,26,1,1,2 +4314,193,14,13,3,3,0 +4315,193,49,6,5,5,0 +4316,193,56,7,4,4,0 +4317,193,35,2,7,7,0 +4318,193,65,1,10,10,0 +4319,193,25,6,6,6,0 +4320,193,71,0,11,11,0 +4321,193,44,0,12,12,0 +4322,193,30,14,2,2,1 +4323,193,21,1,9,9,0 +4324,193,55,2,8,8,0 +4325,193,76,0,14,14,0 +4326,193,22,0,13,13,0 +4327,193,15,0,15,15,0 +4328,193,68,0,16,16,0 +4329,193,75,0,17,17,0 +4330,193,73,0,18,18,0 +4331,194,57,26,1,1,2 +4332,194,14,23,2,2,1 +4333,194,49,8,5,5,0 +4334,194,56,11,4,4,0 +4335,194,35,5,7,7,0 +4336,194,65,1,10,10,0 +4337,194,25,6,6,6,0 +4338,194,71,0,12,12,0 +4339,194,44,0,14,14,0 +4340,194,30,20,3,3,1 +4341,194,21,1,9,9,0 +4342,194,55,3,8,8,0 +4343,194,76,0,17,17,0 +4344,194,22,0,16,16,0 +4345,194,15,0,18,18,0 +4346,194,68,0,19,19,0 +4347,194,75,0,20,20,0 +4348,194,73,0,21,21,0 +4349,194,23,0,11,11,0 +4350,194,74,0,13,13,0 +4351,194,63,0,15,15,0 +4352,195,57,36,1,1,3 +4353,195,14,29,2,2,1 +4354,195,49,8,6,6,0 +4355,195,56,11,4,4,0 +4356,195,35,6,7,7,0 +4357,195,65,1,10,10,0 +4358,195,25,9,5,5,0 +4359,195,71,0,13,13,0 +4360,195,44,0,15,15,0 +4361,195,30,24,3,3,1 +4362,195,21,1,11,11,0 +4363,195,55,3,8,8,0 +4364,195,76,0,18,18,0 +4365,195,22,2,9,9,0 +4366,195,15,0,16,16,0 +4367,195,68,0,19,19,0 +4368,195,75,0,20,20,0 +4369,195,73,0,21,21,0 +4370,195,23,0,12,12,0 +4371,195,74,0,14,14,0 +4372,195,63,0,17,17,0 +4373,196,57,46,1,1,4 +4374,196,14,29,2,2,1 +4375,196,49,8,6,6,0 +4376,196,56,15,4,4,0 +4377,196,35,8,7,7,0 +4378,196,65,1,12,12,0 +4379,196,25,9,5,5,0 +4380,196,71,0,15,15,0 +4381,196,44,0,17,17,0 +4382,196,30,24,3,3,1 +4383,196,21,7,8,8,0 +4384,196,55,3,10,10,0 +4385,196,76,0,20,20,0 +4386,196,22,2,11,11,0 +4387,196,15,0,18,18,0 +4388,196,68,0,21,21,0 +4389,196,75,0,19,19,0 +4390,196,73,0,22,22,0 +4391,196,23,0,14,14,0 +4392,196,74,0,16,16,0 +4393,196,63,3,9,9,0 +4394,196,64,1,13,13,0 +4395,197,57,46,1,1,4 +4396,197,14,29,3,3,1 +4397,197,49,8,7,7,0 +4398,197,56,19,4,4,0 +4399,197,35,8,8,8,0 +4400,197,65,1,12,12,0 +4401,197,25,12,6,6,0 +4402,197,71,0,17,17,0 +4403,197,44,0,20,20,0 +4404,197,30,34,2,2,2 +4405,197,21,13,5,5,0 +4406,197,55,3,11,11,0 +4407,197,76,1,14,14,0 +4408,197,22,4,9,9,0 +4409,197,15,0,21,21,0 +4410,197,68,0,22,22,0 +4411,197,75,0,15,15,0 +4412,197,73,0,18,18,0 +4413,197,23,0,16,16,0 +4414,197,74,0,19,19,0 +4415,197,63,3,10,10,0 +4416,197,64,1,13,13,0 +4417,198,57,50,1,1,4 +4418,198,14,30,3,3,1 +4419,198,49,8,8,8,0 +4420,198,56,25,4,4,0 +4421,198,35,11,7,7,0 +4422,198,65,1,12,12,0 +4423,198,25,14,5,5,0 +4424,198,71,0,17,17,0 +4425,198,44,0,20,20,0 +4426,198,30,44,2,2,3 +4427,198,21,13,6,6,0 +4428,198,55,3,11,11,0 +4429,198,76,1,14,14,0 +4430,198,22,4,9,9,0 +4431,198,15,0,21,21,0 +4432,198,68,0,22,22,0 +4433,198,75,0,15,15,0 +4434,198,73,0,18,18,0 +4435,198,23,0,16,16,0 +4436,198,74,0,19,19,0 +4437,198,63,3,10,10,0 +4438,198,64,1,13,13,0 +4439,198,50,0,23,23,0 +4440,199,57,56,1,1,4 +4441,199,14,30,3,3,1 +4442,199,49,8,8,8,0 +4443,199,56,29,4,4,0 +4444,199,35,11,7,7,0 +4445,199,65,1,12,12,0 +4446,199,25,17,5,5,0 +4447,199,71,0,17,17,0 +4448,199,44,0,20,20,0 +4449,199,30,54,2,2,4 +4450,199,21,15,6,6,0 +4451,199,55,3,11,11,0 +4452,199,76,1,15,15,0 +4453,199,22,4,9,9,0 +4454,199,15,0,22,22,0 +4455,199,68,0,21,21,0 +4456,199,75,0,16,16,0 +4457,199,73,0,18,18,0 +4458,199,23,1,13,13,0 +4459,199,74,0,19,19,0 +4460,199,63,3,10,10,0 +4461,199,64,1,14,14,0 +4462,199,50,0,23,23,0 +4463,200,57,66,1,1,5 +4464,200,14,36,3,3,1 +4465,200,49,8,8,8,0 +4466,200,56,32,4,4,0 +4467,200,35,12,7,7,0 +4468,200,65,1,13,13,0 +4469,200,25,17,5,5,0 +4470,200,71,0,16,16,0 +4471,200,44,0,21,21,0 +4472,200,30,58,2,2,4 +4473,200,21,15,6,6,0 +4474,200,55,3,11,11,0 +4475,200,76,1,15,15,0 +4476,200,22,4,9,9,0 +4477,200,15,0,20,20,0 +4478,200,68,0,22,22,0 +4479,200,75,0,17,17,0 +4480,200,73,0,18,18,0 +4481,200,23,3,12,12,0 +4482,200,74,0,19,19,0 +4483,200,63,3,10,10,0 +4484,200,64,1,14,14,0 +4485,200,50,0,23,23,0 +4486,201,57,76,1,1,6 +4487,201,14,42,3,3,1 +4488,201,49,8,8,8,0 +4489,201,56,32,4,4,0 +4490,201,35,16,6,6,0 +4491,201,65,1,14,14,0 +4492,201,25,17,5,5,0 +4493,201,71,3,11,11,0 +4494,201,44,0,21,21,0 +4495,201,30,60,2,2,4 +4496,201,21,15,7,7,0 +4497,201,55,3,13,13,0 +4498,201,76,1,16,16,0 +4499,201,22,4,9,9,0 +4500,201,15,0,20,20,0 +4501,201,68,0,22,22,0 +4502,201,75,0,17,17,0 +4503,201,73,0,18,18,0 +4504,201,23,4,10,10,0 +4505,201,74,0,19,19,0 +4506,201,63,3,12,12,0 +4507,201,64,1,15,15,0 +4508,201,50,0,23,23,0 +4509,202,57,77,1,1,6 +4510,202,14,48,3,3,1 +4511,202,49,10,8,8,0 +4512,202,56,32,4,4,0 +4513,202,35,20,5,5,0 +4514,202,65,1,14,14,0 +4515,202,25,17,6,6,0 +4516,202,71,6,9,9,0 +4517,202,44,0,21,21,0 +4518,202,30,70,2,2,5 +4519,202,21,15,7,7,0 +4520,202,55,3,13,13,0 +4521,202,76,1,16,16,0 +4522,202,22,4,10,10,0 +4523,202,15,0,20,20,0 +4524,202,68,0,22,22,0 +4525,202,75,0,17,17,0 +4526,202,73,0,18,18,0 +4527,202,23,4,11,11,0 +4528,202,74,0,19,19,0 +4529,202,63,3,12,12,0 +4530,202,64,1,15,15,0 +4531,202,50,0,23,23,0 +4532,203,57,77,1,1,6 +4533,203,14,48,3,3,1 +4534,203,49,13,9,9,0 +4535,203,56,32,4,4,0 +4536,203,35,20,5,5,0 +4537,203,65,1,15,15,0 +4538,203,25,17,6,6,0 +4539,203,71,16,7,7,1 +4540,203,44,0,21,21,0 +4541,203,30,70,2,2,5 +4542,203,21,15,8,8,0 +4543,203,55,7,11,11,0 +4544,203,76,1,17,17,0 +4545,203,22,4,12,12,0 +4546,203,15,1,16,16,0 +4547,203,68,0,22,22,0 +4548,203,75,0,18,18,0 +4549,203,73,0,19,19,0 +4550,203,23,10,10,10,0 +4551,203,74,0,20,20,0 +4552,203,63,3,13,13,0 +4553,203,64,3,14,14,0 +4554,203,50,0,23,23,0 +4555,204,57,80,1,1,6 +4556,204,14,48,3,3,1 +4557,204,49,13,10,10,0 +4558,204,56,38,4,4,0 +4559,204,35,20,5,5,0 +4560,204,65,1,15,15,0 +4561,204,25,17,7,7,0 +4562,204,71,17,6,6,1 +4563,204,44,0,22,22,0 +4564,204,30,80,2,2,6 +4565,204,21,15,8,8,0 +4566,204,55,9,11,11,0 +4567,204,76,1,17,17,0 +4568,204,22,4,12,12,0 +4569,204,15,1,16,16,0 +4570,204,68,0,21,21,0 +4571,204,75,0,18,18,0 +4572,204,73,0,20,20,0 +4573,204,23,14,9,9,0 +4574,204,74,0,19,19,0 +4575,204,63,3,13,13,0 +4576,204,64,3,14,14,0 +4577,204,50,0,23,23,0 +4578,205,57,90,1,1,7 +4579,205,14,52,3,3,1 +4580,205,49,15,9,9,0 +4581,205,56,41,4,4,0 +4582,205,35,20,5,5,0 +4583,205,65,1,15,15,0 +4584,205,25,17,7,7,0 +4585,205,71,17,6,6,1 +4586,205,44,0,22,22,0 +4587,205,30,86,2,2,6 +4588,205,21,16,8,8,0 +4589,205,55,9,11,11,0 +4590,205,76,1,17,17,0 +4591,205,22,4,12,12,0 +4592,205,15,1,16,16,0 +4593,205,68,0,21,21,0 +4594,205,75,0,18,18,0 +4595,205,73,0,20,20,0 +4596,205,23,14,10,10,0 +4597,205,74,0,19,19,0 +4598,205,63,3,13,13,0 +4599,205,64,3,14,14,0 +4600,205,50,0,23,23,0 +4601,206,57,100,1,1,8 +4602,206,14,56,3,3,1 +4603,206,49,17,7,7,0 +4604,206,56,47,4,4,0 +4605,206,35,21,5,5,0 +4606,206,65,1,15,15,0 +4607,206,25,17,8,8,0 +4608,206,71,20,6,6,1 +4609,206,44,0,22,22,0 +4610,206,30,86,2,2,6 +4611,206,21,16,9,9,0 +4612,206,55,9,11,11,0 +4613,206,76,1,17,17,0 +4614,206,22,4,12,12,0 +4615,206,15,1,16,16,0 +4616,206,68,0,21,21,0 +4617,206,75,0,18,18,0 +4618,206,73,0,20,20,0 +4619,206,23,14,10,10,0 +4620,206,74,0,19,19,0 +4621,206,63,3,13,13,0 +4622,206,64,3,14,14,0 +4623,206,50,0,23,23,0 +10669,207,64,0,10,10,0 +10668,207,15,0,9,9,0 +10667,207,49,0,8,8,0 +10666,207,75,0,7,7,0 +10665,207,78,1,6,6,0 +10664,207,44,2,5,5,0 +10663,207,77,3,4,4,0 +10662,207,57,4,3,3,0 +10661,207,30,6,2,2,0 +10660,207,14,10,1,1,1 +10688,208,79,0,19,19,0 +10687,208,71,0,18,18,0 +10686,208,56,0,17,17,0 +10685,208,50,0,16,16,0 +10684,208,63,0,15,15,0 +10683,208,21,0,12,12,0 +10682,208,65,0,10,10,0 +10681,208,55,1,8,8,0 +10680,208,35,10,2,2,1 +10679,208,64,0,14,14,0 +10678,208,15,0,13,13,0 +10677,208,49,0,11,11,0 +10676,208,75,0,9,9,0 +10675,208,78,1,7,7,0 +10674,208,44,6,6,6,0 +10673,208,77,9,3,3,0 +10672,208,57,7,5,5,0 +10671,208,30,8,4,4,0 +10670,208,14,10,1,1,1 +10709,209,76,0,18,18,0 +10708,209,23,4,8,8,0 +10707,209,79,0,21,21,0 +10706,209,71,0,20,20,0 +10705,209,56,6,6,6,0 +10704,209,50,0,19,19,0 +10703,209,63,0,14,14,0 +10702,209,21,0,15,15,0 +10701,209,65,3,9,9,0 +10700,209,55,1,10,10,0 +10699,209,35,20,1,1,2 +10698,209,64,0,17,17,0 +10697,209,15,0,16,16,0 +10696,209,49,0,13,13,0 +10695,209,75,0,12,12,0 +10694,209,78,1,11,11,0 +10693,209,44,6,7,7,0 +10692,209,77,10,3,3,0 +10691,209,57,9,4,4,0 +10690,209,30,8,5,5,0 +10689,209,14,10,2,2,1 +10730,210,76,0,19,19,0 +10729,210,23,4,9,9,0 +10728,210,79,0,20,20,0 +10727,210,71,0,21,21,0 +10726,210,56,10,5,5,0 +10725,210,50,0,17,17,0 +10724,210,63,0,15,15,0 +10723,210,21,3,11,11,0 +10722,210,65,3,10,10,0 +10721,210,55,3,12,12,0 +10720,210,35,20,1,1,2 +10719,210,64,0,18,18,0 +10718,210,15,0,16,16,0 +10717,210,49,10,3,3,1 +10716,210,75,0,14,14,0 +10715,210,78,1,13,13,0 +10714,210,44,6,8,8,0 +10713,210,77,10,6,6,0 +10712,210,57,10,7,7,0 +10711,210,30,14,2,2,0 +10710,210,14,10,4,4,1 +10752,211,22,6,9,9,0 +10751,211,76,0,16,16,0 +10750,211,23,4,10,10,0 +10749,211,79,0,20,20,0 +10748,211,71,0,22,22,0 +10747,211,56,14,3,3,0 +10746,211,50,0,18,18,0 +10745,211,63,2,14,14,0 +10744,211,21,4,11,11,0 +10743,211,65,3,12,12,0 +10742,211,55,3,13,13,0 +10741,211,35,20,2,2,2 +10740,211,64,0,21,21,0 +10739,211,15,0,19,19,0 +10738,211,49,10,4,4,1 +10737,211,75,0,17,17,0 +10736,211,78,1,15,15,0 +10735,211,44,9,8,8,0 +10734,211,77,10,6,6,0 +10733,211,57,10,7,7,0 +10732,211,30,24,1,1,1 +10731,211,14,10,5,5,1 +10775,212,81,0,22,22,0 +10774,212,22,6,10,10,0 +10773,212,76,0,16,16,0 +10772,212,23,4,12,12,0 +10771,212,79,0,20,20,0 +10770,212,71,0,23,23,0 +10769,212,56,14,4,4,0 +10768,212,50,0,18,18,0 +10767,212,63,2,14,14,0 +10766,212,21,4,13,13,0 +10765,212,65,5,11,11,0 +10764,212,55,7,9,9,0 +10763,212,35,30,1,1,3 +10762,212,64,0,21,21,0 +10761,212,15,0,19,19,0 +10760,212,49,10,6,6,1 +10759,212,75,0,17,17,0 +10758,212,78,1,15,15,0 +10757,212,44,15,3,3,0 +10756,212,77,10,7,7,0 +10755,212,57,10,8,8,0 +10754,212,30,27,2,2,1 +10753,212,14,11,5,5,1 +10798,213,81,0,23,23,0 +10797,213,22,6,12,12,0 +10796,213,76,0,17,17,0 +10795,213,23,4,13,13,0 +10794,213,79,0,22,22,0 +10793,213,71,0,21,21,0 +10792,213,56,14,4,4,0 +10791,213,50,0,18,18,0 +10790,213,63,2,14,14,0 +10789,213,21,8,10,10,0 +10788,213,65,7,11,11,0 +10787,213,55,13,6,6,0 +10786,213,35,30,2,2,3 +10785,213,64,0,19,19,0 +10784,213,15,0,20,20,0 +10783,213,49,13,5,5,1 +10782,213,75,1,16,16,0 +10781,213,78,1,15,15,0 +10780,213,44,15,3,3,0 +10779,213,77,10,8,8,0 +10778,213,57,10,9,9,0 +10777,213,30,37,1,1,2 +10776,213,14,11,7,7,1 +10821,214,81,0,23,23,0 +10820,214,22,6,12,12,0 +10819,214,76,0,17,17,0 +10818,214,23,5,13,13,0 +10817,214,79,0,22,22,0 +10816,214,71,0,21,21,0 +10815,214,56,18,4,4,0 +10814,214,50,0,18,18,0 +10813,214,63,2,14,14,0 +10812,214,21,8,10,10,0 +10811,214,65,7,11,11,0 +10810,214,55,15,6,6,0 +10809,214,35,33,2,2,3 +10808,214,64,0,19,19,0 +10807,214,15,0,20,20,0 +10806,214,49,19,3,3,1 +10805,214,75,1,16,16,0 +10804,214,78,1,15,15,0 +10803,214,44,15,5,5,0 +10802,214,77,10,8,8,0 +10801,214,57,10,9,9,0 +10800,214,30,47,1,1,3 +10799,214,14,11,7,7,1 +10847,215,58,0,26,26,0 +10846,215,82,0,23,23,0 +10845,215,25,4,14,14,0 +10844,215,81,0,25,25,0 +10843,215,22,6,13,13,0 +10842,215,76,0,19,19,0 +10841,215,23,7,11,11,0 +10840,215,79,0,24,24,0 +10839,215,71,1,18,18,0 +10838,215,56,18,5,5,0 +10837,215,50,0,21,21,0 +10836,215,63,2,15,15,0 +10835,215,21,8,10,10,0 +10834,215,65,7,12,12,0 +10833,215,55,21,3,3,0 +10832,215,35,43,2,2,4 +10831,215,64,0,22,22,0 +10830,215,15,0,20,20,0 +10829,215,49,19,4,4,1 +10828,215,75,1,16,16,0 +10827,215,78,1,17,17,0 +10826,215,44,15,6,6,0 +10825,215,77,10,8,8,0 +10824,215,57,10,9,9,0 +10823,215,30,47,1,1,3 +10822,215,14,14,7,7,1 +10873,216,58,0,26,26,0 +10872,216,82,0,23,23,0 +10871,216,25,4,14,14,0 +10870,216,81,0,25,25,0 +10869,216,22,6,13,13,0 +10868,216,76,0,20,20,0 +10867,216,23,9,10,10,0 +10866,216,79,0,24,24,0 +10865,216,71,1,19,19,0 +10864,216,56,18,6,6,0 +10863,216,50,0,21,21,0 +10862,216,63,2,16,16,0 +10861,216,21,8,11,11,0 +10860,216,65,7,12,12,0 +10859,216,55,22,3,3,0 +10858,216,35,43,2,2,4 +10857,216,64,0,22,22,0 +10856,216,15,3,15,15,0 +10855,216,49,19,5,5,1 +10854,216,75,1,17,17,0 +10853,216,78,1,18,18,0 +10852,216,44,15,7,7,0 +10851,216,77,20,4,4,1 +10850,216,57,14,9,9,0 +10849,216,30,53,1,1,3 +10848,216,14,14,8,8,1 +10899,217,58,0,25,25,0 +10898,217,82,0,23,23,0 +10897,217,25,4,15,15,0 +10896,217,81,0,26,26,0 +10895,217,22,6,14,14,0 +10894,217,76,0,20,20,0 +10893,217,23,11,11,11,0 +10892,217,79,0,24,24,0 +10891,217,71,7,13,13,0 +10890,217,56,18,6,6,0 +10889,217,50,0,21,21,0 +10888,217,63,2,17,17,0 +10887,217,21,8,12,12,0 +10886,217,65,11,10,10,0 +10885,217,55,22,3,3,0 +10884,217,35,53,2,2,5 +10883,217,64,0,22,22,0 +10882,217,15,3,16,16,0 +10881,217,49,19,5,5,1 +10880,217,75,2,18,18,0 +10879,217,78,1,19,19,0 +10878,217,44,15,7,7,0 +10877,217,77,20,4,4,1 +10876,217,57,14,9,9,0 +10875,217,30,56,1,1,3 +10874,217,14,14,8,8,1 +10925,218,58,0,26,26,0 +10924,218,82,0,23,23,0 +10923,218,25,4,15,15,0 +10922,218,81,0,24,24,0 +10921,218,22,6,14,14,0 +10920,218,76,0,21,21,0 +10919,218,23,11,12,12,0 +10918,218,79,0,25,25,0 +10917,218,71,7,13,13,0 +10916,218,56,18,6,6,0 +10915,218,50,0,22,22,0 +10914,218,63,2,17,17,0 +10913,218,21,14,9,9,0 +10912,218,65,14,11,11,0 +10911,218,55,22,4,4,0 +10910,218,35,55,2,2,5 +10909,218,64,0,20,20,0 +10908,218,15,3,16,16,0 +10907,218,49,23,3,3,1 +10906,218,75,2,18,18,0 +10905,218,78,1,19,19,0 +10904,218,44,15,7,7,0 +10903,218,77,21,5,5,1 +10902,218,57,14,10,10,0 +10901,218,30,66,1,1,4 +10900,218,14,14,8,8,1 +10951,219,58,0,26,26,0 +10950,219,82,0,23,23,0 +10949,219,25,4,15,15,0 +10948,219,81,0,24,24,0 +10947,219,22,6,14,14,0 +10946,219,76,0,21,21,0 +10945,219,23,11,12,12,0 +10944,219,79,0,25,25,0 +10943,219,71,7,13,13,0 +10942,219,56,18,7,7,0 +10941,219,50,0,22,22,0 +10940,219,63,2,17,17,0 +10939,219,21,17,8,8,0 +10938,219,65,14,11,11,0 +10937,219,55,28,3,3,0 +10936,219,35,57,2,2,5 +10935,219,64,0,20,20,0 +10934,219,15,3,16,16,0 +10933,219,49,27,4,4,1 +10932,219,75,2,18,18,0 +10931,219,78,1,19,19,0 +10930,219,44,15,9,9,0 +10929,219,77,21,6,6,1 +10928,219,57,14,10,10,0 +10927,219,30,67,1,1,4 +10926,219,14,24,5,5,2 +10977,220,58,0,26,26,0 +10976,220,82,0,24,24,0 +10975,220,25,4,15,15,0 +10974,220,81,0,23,23,0 +10973,220,22,6,14,14,0 +10972,220,76,0,21,21,0 +10971,220,23,13,12,12,0 +10970,220,79,0,25,25,0 +10969,220,71,7,13,13,0 +10968,220,56,18,8,8,0 +10967,220,50,0,22,22,0 +10966,220,63,2,17,17,0 +10965,220,21,20,7,7,0 +10964,220,65,14,11,11,0 +10963,220,55,28,5,5,0 +10962,220,35,67,2,2,6 +10961,220,64,0,20,20,0 +10960,220,15,3,16,16,0 +10959,220,49,31,3,3,1 +10958,220,75,2,18,18,0 +10957,220,78,1,19,19,0 +10956,220,44,15,9,9,0 +10955,220,77,21,6,6,1 +10954,220,57,14,10,10,0 +10953,220,30,68,1,1,4 +10952,220,14,30,4,4,2 +11003,221,58,0,26,26,0 +11002,221,82,0,24,24,0 +11001,221,25,4,15,15,0 +11000,221,81,0,23,23,0 +10999,221,22,6,14,14,0 +10998,221,76,0,21,21,0 +10997,221,23,13,12,12,0 +10996,221,79,0,25,25,0 +10995,221,71,7,13,13,0 +10994,221,56,18,8,8,0 +10993,221,50,0,22,22,0 +10992,221,63,2,18,18,0 +10991,221,21,20,7,7,0 +10990,221,65,14,11,11,0 +10989,221,55,34,4,4,0 +10988,221,35,77,1,1,7 +10987,221,64,2,17,17,0 +10986,221,15,3,16,16,0 +10985,221,49,35,3,3,1 +10984,221,75,2,19,19,0 +10983,221,78,1,20,20,0 +10982,221,44,16,9,9,0 +10981,221,77,24,6,6,1 +10980,221,57,14,10,10,0 +10979,221,30,68,2,2,4 +10978,221,14,30,5,5,2 +11029,222,58,0,26,26,0 +11028,222,82,0,24,24,0 +11027,222,25,4,15,15,0 +11026,222,81,0,23,23,0 +11025,222,22,6,14,14,0 +11024,222,76,0,21,21,0 +11023,222,23,13,12,12,0 +11022,222,79,0,25,25,0 +11021,222,71,7,13,13,0 +11020,222,56,22,7,7,0 +11019,222,50,0,22,22,0 +11018,222,63,2,18,18,0 +11017,222,21,20,8,8,0 +11016,222,65,15,11,11,0 +11015,222,55,36,4,4,0 +11014,222,35,77,2,2,7 +11013,222,64,2,17,17,0 +11012,222,15,3,16,16,0 +11011,222,49,41,3,3,1 +11010,222,75,2,19,19,0 +11009,222,78,1,20,20,0 +11008,222,44,16,10,10,0 +11007,222,77,24,6,6,1 +11006,222,57,17,9,9,0 +11005,222,30,78,1,1,5 +11004,222,14,30,5,5,2 +11055,223,58,0,25,25,0 +11054,223,82,0,23,23,0 +11053,223,25,4,14,14,0 +11052,223,81,0,22,22,0 +11051,223,22,6,13,13,0 +11050,223,76,0,20,20,0 +11049,223,23,13,11,11,0 +11048,223,79,0,24,24,0 +11047,223,71,7,12,12,0 +11046,223,56,24,7,7,0 +11045,223,50,0,21,21,0 +11044,223,63,2,17,17,0 +11043,223,21,20,8,8,0 +11042,223,65,15,10,10,0 +11041,223,55,36,4,4,0 +11040,223,35,81,1,1,7 +11039,223,64,2,16,16,0 +11038,223,15,3,15,15,0 +11037,223,49,42,2,2,1 +11036,223,75,2,18,18,0 +11035,223,78,1,19,19,0 +11034,223,44,16,9,9,0 +11033,223,77,27,5,5,1 +11032,223,57,27,6,6,1 +11031,223,30,78,26,D,5 +11030,223,14,36,3,3,2 +5042,224,71,10,1,1,1 +5043,224,35,6,2,2,0 +5044,224,56,4,3,3,0 +5045,224,77,3,4,4,0 +5046,224,57,2,5,5,0 +5047,224,63,1,6,6,0 +5048,224,44,0,7,7,0 +5049,224,49,0,8,8,0 +5050,224,73,0,9,9,0 +5051,224,64,0,10,10,0 +5052,224,79,0,11,11,0 +5053,225,71,20,1,1,2 +5054,225,35,6,3,3,0 +5055,225,56,4,5,5,0 +5056,225,77,3,7,7,0 +5057,225,57,5,4,4,0 +5058,225,63,3,8,8,0 +5059,225,44,1,9,9,0 +5060,225,49,0,11,11,0 +5061,225,73,0,13,13,0 +5062,225,64,0,10,10,0 +5063,225,79,0,12,12,0 +5064,225,55,6,2,2,0 +5065,225,30,4,6,6,0 +5066,225,83,0,14,14,0 +5067,225,69,0,15,15,0 +5068,225,84,0,16,16,0 +5069,226,71,30,1,1,3 +5070,226,35,12,2,2,0 +5071,226,56,6,4,4,0 +5072,226,77,3,8,8,0 +5073,226,57,5,5,5,0 +5074,226,63,3,9,9,0 +5075,226,44,1,10,10,0 +5076,226,49,0,14,14,0 +5077,226,73,0,17,17,0 +5078,226,64,0,13,13,0 +5079,226,79,0,15,15,0 +5080,226,55,10,3,3,0 +5081,226,30,4,6,6,0 +5082,226,83,0,18,18,0 +5083,226,69,0,20,20,0 +5084,226,84,0,21,21,0 +5085,226,22,3,7,7,0 +5086,226,50,1,11,11,0 +5087,226,14,0,12,12,0 +5088,226,65,0,16,16,0 +5089,226,85,0,19,19,0 +5090,227,71,33,1,1,3 +5091,227,35,22,2,2,1 +5092,227,56,6,5,5,0 +5093,227,77,3,9,9,0 +5094,227,57,5,6,6,0 +5095,227,63,3,10,10,0 +5096,227,44,1,11,11,0 +5097,227,49,0,16,16,0 +5098,227,73,0,18,18,0 +5099,227,64,0,15,15,0 +5100,227,79,0,17,17,0 +5101,227,55,10,3,3,0 +5102,227,30,10,4,4,0 +5103,227,83,0,19,19,0 +5104,227,69,0,21,21,0 +5105,227,84,1,12,12,0 +5106,227,22,5,7,7,0 +5107,227,50,1,13,13,0 +5108,227,14,4,8,8,0 +5109,227,65,0,14,14,0 +5110,227,85,0,20,20,0 +5111,227,21,0,22,22,0 +5112,228,71,43,1,1,4 +5113,228,35,22,2,2,1 +5114,228,56,9,5,5,0 +5115,228,77,7,6,6,0 +5116,228,57,5,8,8,0 +5117,228,63,3,10,10,0 +5118,228,44,1,11,11,0 +5119,228,49,0,16,16,0 +5120,228,73,0,19,19,0 +5121,228,64,0,14,14,0 +5122,228,79,0,18,18,0 +5123,228,55,11,4,4,0 +5124,228,30,16,3,3,0 +5125,228,83,0,17,17,0 +5126,228,69,0,20,20,0 +5127,228,84,1,12,12,0 +5128,228,22,7,7,7,0 +5129,228,50,1,13,13,0 +5130,228,14,4,9,9,0 +5131,228,65,0,15,15,0 +5132,228,85,0,21,21,0 +5133,228,21,0,22,22,0 +5134,229,71,43,1,1,4 +5135,229,35,22,2,2,1 +5136,229,56,9,7,7,0 +5137,229,77,7,8,8,0 +5138,229,57,6,10,10,0 +5139,229,63,5,11,11,0 +5140,229,44,11,4,4,1 +5141,229,49,3,13,13,0 +5142,229,73,0,19,19,0 +5143,229,64,0,16,16,0 +5144,229,79,0,18,18,0 +5145,229,55,11,5,5,0 +5146,229,30,16,3,3,0 +5147,229,83,0,17,17,0 +5148,229,69,0,20,20,0 +5149,229,84,1,14,14,0 +5150,229,22,7,9,9,0 +5151,229,50,1,15,15,0 +5152,229,14,10,6,6,0 +5153,229,65,4,12,12,0 +5154,229,85,0,21,21,0 +5155,229,21,0,22,22,0 +5156,230,71,43,1,1,4 +5157,230,35,26,2,2,1 +5158,230,56,9,7,7,0 +5159,230,77,7,9,9,0 +5160,230,57,8,8,8,0 +5161,230,63,5,12,12,0 +5162,230,44,11,5,5,1 +5163,230,49,6,11,11,0 +5164,230,73,0,19,19,0 +5165,230,64,1,14,14,0 +5166,230,79,0,18,18,0 +5167,230,55,17,4,4,0 +5168,230,30,26,3,3,1 +5169,230,83,0,17,17,0 +5170,230,69,0,20,20,0 +5171,230,84,1,15,15,0 +5172,230,22,7,10,10,0 +5173,230,50,1,16,16,0 +5174,230,14,10,6,6,0 +5175,230,65,4,13,13,0 +5176,230,85,0,21,21,0 +5177,230,21,0,22,22,0 +5178,231,71,53,1,1,5 +5179,231,35,32,2,2,1 +5180,231,56,9,8,8,0 +5181,231,77,7,9,9,0 +5182,231,57,10,7,7,0 +5183,231,63,5,12,12,0 +5184,231,44,11,6,6,1 +5185,231,49,6,11,11,0 +5186,231,73,0,20,20,0 +5187,231,64,1,15,15,0 +5188,231,79,0,19,19,0 +5189,231,55,21,4,4,0 +5190,231,30,26,3,3,1 +5191,231,83,0,18,18,0 +5192,231,69,0,21,21,0 +5193,231,84,2,14,14,0 +5194,231,22,7,10,10,0 +5195,231,50,1,16,16,0 +5196,231,14,13,5,5,0 +5197,231,65,4,13,13,0 +5198,231,85,0,22,22,0 +5199,231,21,0,17,17,0 +5200,232,71,63,1,1,6 +5201,232,35,38,2,2,1 +5202,232,56,9,9,9,0 +5203,232,77,10,8,8,0 +5204,232,57,12,6,6,0 +5205,232,63,5,12,12,0 +5206,232,44,11,7,7,1 +5207,232,49,6,11,11,0 +5208,232,73,0,19,19,0 +5209,232,64,1,15,15,0 +5210,232,79,0,20,20,0 +5211,232,55,25,4,4,0 +5212,232,30,26,3,3,1 +5213,232,83,0,18,18,0 +5214,232,69,0,21,21,0 +5215,232,84,2,14,14,0 +5216,232,22,7,10,10,0 +5217,232,50,1,16,16,0 +5218,232,14,14,5,5,0 +5219,232,65,4,13,13,0 +5220,232,85,0,22,22,0 +5221,232,21,0,17,17,0 +5222,233,71,63,1,1,6 +5223,233,35,48,2,2,2 +5224,233,56,9,10,10,0 +5225,233,77,16,5,5,0 +5226,233,57,16,7,7,0 +5227,233,63,5,12,12,0 +5228,233,44,11,8,8,1 +5229,233,49,6,11,11,0 +5230,233,73,0,19,19,0 +5231,233,64,1,15,15,0 +5232,233,79,0,20,20,0 +5233,233,55,25,4,4,0 +5234,233,30,26,3,3,1 +5235,233,83,0,18,18,0 +5236,233,69,0,21,21,0 +5237,233,84,3,14,14,0 +5238,233,22,10,9,9,0 +5239,233,50,1,16,16,0 +5240,233,14,16,6,6,0 +5241,233,65,4,13,13,0 +5242,233,85,0,22,22,0 +5243,233,21,0,17,17,0 +5244,234,71,73,1,1,7 +5245,234,35,52,2,2,2 +5246,234,56,9,10,10,0 +5247,234,77,16,6,6,0 +5248,234,57,16,7,7,0 +5249,234,63,5,12,12,0 +5250,234,44,11,8,8,1 +5251,234,49,6,11,11,0 +5252,234,73,0,19,19,0 +5253,234,64,1,15,15,0 +5254,234,79,0,20,20,0 +5255,234,55,31,3,3,0 +5256,234,30,29,4,4,1 +5257,234,83,0,18,18,0 +5258,234,69,0,21,21,0 +5259,234,84,3,14,14,0 +5260,234,22,11,9,9,0 +5261,234,50,1,16,16,0 +5262,234,14,18,5,5,0 +5263,234,65,4,13,13,0 +5264,234,85,0,22,22,0 +5265,234,21,0,17,17,0 +5266,235,71,79,1,1,7 +5267,235,35,62,2,2,3 +5268,235,56,9,10,10,0 +5269,235,77,16,7,7,0 +5270,235,57,19,5,5,0 +5271,235,63,5,12,12,0 +5272,235,44,13,8,8,1 +5273,235,49,6,11,11,0 +5274,235,73,0,18,18,0 +5275,235,64,1,15,15,0 +5276,235,79,0,17,17,0 +5277,235,55,35,3,3,0 +5278,235,30,29,4,4,1 +5279,235,83,0,20,20,0 +5280,235,69,0,21,21,0 +5281,235,84,3,14,14,0 +5282,235,22,12,9,9,0 +5283,235,50,1,16,16,0 +5284,235,14,18,6,6,0 +5285,235,65,4,13,13,0 +5286,235,85,0,23,23,0 +5287,235,21,0,19,19,0 +5288,235,86,0,22,22,0 +5289,236,71,81,1,1,7 +5290,236,35,68,2,2,3 +5291,236,56,9,10,10,0 +5292,236,77,17,7,7,0 +5293,236,57,23,5,5,0 +5294,236,63,5,12,12,0 +5295,236,44,13,8,8,1 +5296,236,49,6,11,11,0 +5297,236,73,0,18,18,0 +5298,236,64,1,15,15,0 +5299,236,79,0,17,17,0 +5300,236,55,38,4,4,0 +5301,236,30,39,3,3,2 +5302,236,83,0,20,20,0 +5303,236,69,0,21,21,0 +5304,236,84,3,14,14,0 +5305,236,22,12,9,9,0 +5306,236,50,1,16,16,0 +5307,236,14,18,6,6,0 +5308,236,65,4,13,13,0 +5309,236,85,0,23,23,0 +5310,236,21,0,19,19,0 +5311,236,86,0,22,22,0 +5312,237,71,81,1,1,7 +5313,237,35,68,2,2,3 +5314,237,56,9,10,10,0 +5315,237,77,17,7,7,0 +5316,237,57,27,5,5,0 +5317,237,63,5,13,13,0 +5318,237,44,13,9,9,1 +5319,237,49,6,11,11,0 +5320,237,73,0,18,18,0 +5321,237,64,2,15,15,0 +5322,237,79,0,17,17,0 +5323,237,55,44,4,4,0 +5324,237,30,49,3,3,3 +5325,237,83,0,20,20,0 +5326,237,69,0,21,21,0 +5327,237,84,6,12,12,0 +5328,237,22,14,8,8,0 +5329,237,50,1,16,16,0 +5330,237,14,18,6,6,0 +5331,237,65,4,14,14,0 +5332,237,85,0,23,23,0 +5333,237,21,0,19,19,0 +5334,237,86,0,22,22,0 +5335,238,71,87,1,1,7 +5336,238,35,78,2,2,4 +5337,238,56,11,10,10,0 +5338,238,77,18,6,6,0 +5339,238,57,27,5,5,0 +5340,238,63,5,13,13,0 +5341,238,44,13,9,9,1 +5342,238,49,6,11,11,0 +5343,238,73,0,18,18,0 +5344,238,64,2,15,15,0 +5345,238,79,0,17,17,0 +5346,238,55,47,4,4,0 +5347,238,30,53,3,3,3 +5348,238,83,0,20,20,0 +5349,238,69,0,21,21,0 +5350,238,84,6,12,12,0 +5351,238,22,14,8,8,0 +5352,238,50,1,16,16,0 +5353,238,14,18,7,7,0 +5354,238,65,4,14,14,0 +5355,238,85,0,23,23,0 +5356,238,21,0,19,19,0 +5357,238,86,0,22,22,0 +5358,239,71,97,1,1,8 +5359,239,35,78,2,2,4 +5360,239,56,11,10,10,0 +5361,239,77,21,6,6,0 +5362,239,57,31,5,5,0 +5363,239,63,5,13,13,0 +5364,239,44,13,9,9,1 +5365,239,49,7,12,12,0 +5366,239,73,0,18,18,0 +5367,239,64,2,15,15,0 +5368,239,79,0,17,17,0 +5369,239,55,47,4,4,0 +5370,239,30,59,3,3,3 +5371,239,83,0,20,20,0 +5372,239,69,0,21,21,0 +5373,239,84,8,11,11,0 +5374,239,22,14,8,8,0 +5375,239,50,1,16,16,0 +5376,239,14,18,7,7,0 +5377,239,65,4,14,14,0 +5378,239,85,0,23,23,0 +5379,239,21,0,19,19,0 +5380,239,86,0,22,22,0 +10201,240,64,0,10,10,0 +10200,240,85,0,9,9,0 +10199,240,88,0,8,8,0 +10198,240,63,0,7,7,0 +10197,240,87,1,6,6,0 +10196,240,55,2,5,5,0 +10195,240,57,3,4,4,0 +10194,240,77,4,3,3,0 +10193,240,14,6,2,2,0 +10192,240,30,10,1,1,1 +10217,241,93,0,15,15,0 +10216,241,79,0,12,12,0 +10215,241,44,0,10,10,0 +10214,241,49,2,8,8,0 +10213,241,65,3,7,7,0 +10212,241,71,10,2,2,1 +10211,241,64,0,16,16,0 +10210,241,85,0,14,14,0 +10209,241,88,0,13,13,0 +10208,241,63,0,11,11,0 +10207,241,87,1,9,9,0 +10206,241,55,8,3,3,0 +10205,241,57,3,6,6,0 +10204,241,77,5,5,5,0 +10203,241,14,6,4,4,0 +10202,241,30,14,1,1,1 +10238,242,69,0,21,21,0 +10237,242,81,0,20,20,0 +10236,242,94,0,19,19,0 +10235,242,95,0,18,18,0 +10234,242,56,0,13,13,0 +10233,242,93,0,16,16,0 +10232,242,79,0,14,14,0 +10231,242,44,0,10,10,0 +10230,242,49,3,8,8,0 +10229,242,65,3,7,7,0 +10228,242,71,20,1,1,2 +10227,242,64,0,17,17,0 +10226,242,85,0,15,15,0 +10225,242,88,0,12,12,0 +10224,242,63,0,11,11,0 +10223,242,87,1,9,9,0 +10222,242,55,14,3,3,0 +10221,242,57,5,6,6,0 +10220,242,77,9,5,5,0 +10219,242,14,9,4,4,0 +10218,242,30,14,2,2,1 +10263,243,91,0,24,24,0 +10262,243,50,0,23,23,0 +10261,243,84,0,17,17,0 +10260,243,22,0,13,13,0 +10259,243,69,0,25,25,0 +10258,243,81,0,21,21,0 +10257,243,94,0,22,22,0 +10256,243,95,0,20,20,0 +10255,243,56,2,9,9,0 +10254,243,93,0,16,16,0 +10253,243,79,0,15,15,0 +10252,243,44,1,10,10,0 +10251,243,49,3,8,8,0 +10250,243,65,9,5,5,0 +10249,243,71,23,2,2,2 +10248,243,64,0,19,19,0 +10247,243,85,0,18,18,0 +10246,243,88,0,14,14,0 +10245,243,63,0,12,12,0 +10244,243,87,1,11,11,0 +10243,243,55,14,3,3,0 +10242,243,57,5,7,7,0 +10241,243,77,13,4,4,0 +10240,243,14,9,6,6,0 +10239,243,30,24,1,1,2 +10289,244,96,0,16,16,0 +10288,244,91,0,25,25,0 +10287,244,50,0,24,24,0 +10286,244,84,0,20,20,0 +10285,244,22,0,14,14,0 +10284,244,69,0,26,26,0 +10283,244,81,0,18,18,0 +10282,244,94,0,13,13,0 +10281,244,95,0,23,23,0 +10280,244,56,2,10,10,0 +10279,244,93,0,19,19,0 +10278,244,79,0,17,17,0 +10277,244,44,1,11,11,0 +10276,244,49,4,8,8,0 +10275,244,65,12,5,5,0 +10274,244,71,29,2,2,2 +10273,244,64,0,22,22,0 +10272,244,85,0,21,21,0 +10271,244,88,0,15,15,0 +10270,244,63,0,12,12,0 +10269,244,87,3,9,9,0 +10268,244,55,14,4,4,0 +10267,244,57,5,7,7,0 +10266,244,77,17,3,3,0 +10265,244,14,9,6,6,0 +10264,244,30,34,1,1,3 +10316,245,89,0,22,22,0 +10315,245,96,0,18,18,0 +10314,245,91,0,27,27,0 +10313,245,50,0,26,26,0 +10312,245,84,0,20,20,0 +10311,245,22,6,7,7,0 +10310,245,69,0,17,17,0 +10309,245,81,1,13,13,0 +10308,245,94,0,15,15,0 +10307,245,95,0,25,25,0 +10306,245,56,6,8,8,0 +10305,245,93,0,21,21,0 +10304,245,79,0,19,19,0 +10303,245,44,4,10,10,0 +10302,245,49,4,11,11,0 +10301,245,65,12,5,5,0 +10300,245,71,29,2,2,2 +10299,245,64,0,24,24,0 +10298,245,85,0,23,23,0 +10297,245,88,0,16,16,0 +10296,245,63,0,14,14,0 +10295,245,87,3,12,12,0 +10294,245,55,24,3,3,1 +10293,245,57,5,9,9,0 +10292,245,77,17,4,4,0 +10291,245,14,9,6,6,0 +10290,245,30,36,1,1,3 +10344,246,90,0,28,28,0 +10343,246,89,0,22,22,0 +10342,246,96,0,19,19,0 +10341,246,91,0,27,27,0 +10340,246,50,0,26,26,0 +10339,246,84,3,12,12,0 +10338,246,22,7,7,7,0 +10337,246,69,0,18,18,0 +10336,246,81,1,14,14,0 +10335,246,94,0,16,16,0 +10334,246,95,0,25,25,0 +10333,246,56,6,8,8,0 +10332,246,93,0,21,21,0 +10331,246,79,0,20,20,0 +10330,246,44,4,10,10,0 +10329,246,49,4,11,11,0 +10328,246,65,12,6,6,0 +10327,246,71,35,2,2,2 +10326,246,64,0,24,24,0 +10325,246,85,0,23,23,0 +10324,246,88,0,17,17,0 +10323,246,63,0,15,15,0 +10322,246,87,3,13,13,0 +10321,246,55,26,3,3,1 +10320,246,57,5,9,9,0 +10319,246,77,17,4,4,0 +10318,246,14,13,5,5,0 +10317,246,30,46,1,1,4 +10373,247,92,0,26,26,0 +10372,247,90,0,29,29,0 +10371,247,89,0,22,22,0 +10370,247,96,0,17,17,0 +10369,247,91,0,28,28,0 +10368,247,50,0,27,27,0 +10367,247,84,3,13,13,0 +10366,247,22,7,7,7,0 +10365,247,69,0,18,18,0 +10364,247,81,1,14,14,0 +10363,247,94,0,16,16,0 +10362,247,95,0,25,25,0 +10361,247,56,6,9,9,0 +10360,247,93,0,21,21,0 +10359,247,79,0,20,20,0 +10358,247,44,7,8,8,0 +10357,247,49,5,12,12,0 +10356,247,65,22,4,4,1 +10355,247,71,35,2,2,2 +10354,247,64,0,24,24,0 +10353,247,85,0,23,23,0 +10352,247,88,0,19,19,0 +10351,247,63,0,15,15,0 +10350,247,87,5,11,11,0 +10349,247,55,32,3,3,1 +10348,247,57,5,10,10,0 +10347,247,77,17,6,6,0 +10346,247,14,17,5,5,0 +10345,247,30,46,1,1,4 +10402,248,92,0,26,26,0 +10401,248,90,0,29,29,0 +10400,248,89,0,23,23,0 +10399,248,96,2,14,14,0 +10398,248,91,0,28,28,0 +10397,248,50,0,27,27,0 +10396,248,84,3,13,13,0 +10395,248,22,7,7,7,0 +10394,248,69,0,21,21,0 +10393,248,81,1,16,16,0 +10392,248,94,0,18,18,0 +10391,248,95,0,25,25,0 +10390,248,56,6,9,9,0 +10389,248,93,0,22,22,0 +10388,248,79,0,19,19,0 +10387,248,44,7,8,8,0 +10386,248,49,5,12,12,0 +10385,248,65,25,4,4,1 +10384,248,71,35,2,2,2 +10383,248,64,0,24,24,0 +10382,248,85,0,20,20,0 +10381,248,88,1,15,15,0 +10380,248,63,0,17,17,0 +10379,248,87,5,11,11,0 +10378,248,55,32,3,3,1 +10377,248,57,5,10,10,0 +10376,248,77,21,6,6,0 +10375,248,14,23,5,5,0 +10374,248,30,56,1,1,5 +10432,249,83,0,24,24,0 +10431,249,92,0,27,27,0 +10430,249,90,0,30,30,0 +10429,249,89,0,23,23,0 +10428,249,96,2,14,14,0 +10427,249,91,0,29,29,0 +10426,249,50,0,28,28,0 +10425,249,84,3,13,13,0 +10424,249,22,7,8,8,0 +10423,249,69,0,20,20,0 +10422,249,81,1,16,16,0 +10421,249,94,0,18,18,0 +10420,249,95,0,26,26,0 +10419,249,56,6,10,10,0 +10418,249,93,0,22,22,0 +10417,249,79,0,19,19,0 +10416,249,44,8,7,7,0 +10415,249,49,7,9,9,0 +10414,249,65,28,5,5,1 +10413,249,71,45,2,2,3 +10412,249,64,0,25,25,0 +10411,249,85,0,21,21,0 +10410,249,88,1,15,15,0 +10409,249,63,0,17,17,0 +10408,249,87,5,12,12,0 +10407,249,55,32,3,3,1 +10406,249,57,5,11,11,0 +10405,249,77,25,6,6,0 +10404,249,14,29,4,4,0 +10403,249,30,56,1,1,5 +10462,250,83,0,22,22,0 +10461,250,92,0,27,27,0 +10460,250,90,0,30,30,0 +10459,250,89,0,23,23,0 +10458,250,96,2,14,14,0 +10457,250,91,0,29,29,0 +10456,250,50,0,28,28,0 +10455,250,84,7,10,10,0 +10454,250,22,8,8,8,0 +10453,250,69,0,20,20,0 +10452,250,81,1,16,16,0 +10451,250,94,0,18,18,0 +10450,250,95,0,26,26,0 +10449,250,56,6,12,12,0 +10448,250,93,0,24,24,0 +10447,250,79,0,19,19,0 +10446,250,44,8,9,9,0 +10445,250,49,10,7,7,0 +10444,250,65,28,5,5,1 +10443,250,71,51,2,2,3 +10442,250,64,0,25,25,0 +10441,250,85,0,21,21,0 +10440,250,88,1,15,15,0 +10439,250,63,0,17,17,0 +10438,250,87,7,11,11,0 +10437,250,55,32,3,3,1 +10436,250,57,5,13,13,0 +10435,250,77,25,6,6,0 +10434,250,14,29,4,4,0 +10433,250,30,66,1,1,6 +10493,251,97,0,20,20,0 +10492,251,83,0,25,25,0 +10491,251,92,0,28,28,0 +10490,251,90,0,31,31,0 +10489,251,89,0,22,22,0 +10488,251,96,3,14,14,0 +10487,251,91,0,30,30,0 +10486,251,50,0,29,29,0 +10485,251,84,7,12,12,0 +10484,251,22,8,10,10,0 +10483,251,69,0,21,21,0 +10482,251,81,1,17,17,0 +10481,251,94,0,18,18,0 +10480,251,95,0,27,27,0 +10479,251,56,6,13,13,0 +10478,251,93,0,26,26,0 +10477,251,79,0,19,19,0 +10476,251,44,8,11,11,0 +10475,251,49,14,7,7,0 +10474,251,65,38,3,3,2 +10473,251,71,51,2,2,3 +10472,251,64,0,24,24,0 +10471,251,85,0,23,23,0 +10470,251,88,1,16,16,0 +10469,251,63,2,15,15,0 +10468,251,87,10,9,9,0 +10467,251,55,32,4,4,1 +10466,251,57,11,8,8,0 +10465,251,77,25,6,6,0 +10464,251,14,29,5,5,0 +10463,251,30,66,1,1,6 +10524,252,97,0,20,20,0 +10523,252,83,0,25,25,0 +10522,252,92,0,28,28,0 +10521,252,90,0,31,31,0 +10520,252,89,0,22,22,0 +10519,252,96,3,14,14,0 +10518,252,91,0,30,30,0 +10517,252,50,0,29,29,0 +10516,252,84,7,12,12,0 +10515,252,22,8,10,10,0 +10514,252,69,0,21,21,0 +10513,252,81,1,17,17,0 +10512,252,94,0,18,18,0 +10511,252,95,0,27,27,0 +10510,252,56,6,13,13,0 +10509,252,93,0,26,26,0 +10508,252,79,0,19,19,0 +10507,252,44,8,11,11,0 +10506,252,49,15,7,7,0 +10505,252,65,38,4,4,2 +10504,252,71,55,2,2,3 +10503,252,64,0,24,24,0 +10502,252,85,0,23,23,0 +10501,252,88,1,16,16,0 +10500,252,63,2,15,15,0 +10499,252,87,10,9,9,0 +10498,252,55,34,5,5,1 +10497,252,57,11,8,8,0 +10496,252,77,28,6,6,0 +10495,252,14,39,3,3,1 +10494,252,30,72,1,1,6 +10557,253,98,0,33,33,0 +10556,253,99,0,32,32,0 +10555,253,97,0,20,20,0 +10554,253,83,0,24,24,0 +10553,253,92,0,28,28,0 +10552,253,90,0,31,31,0 +10551,253,89,0,22,22,0 +10550,253,96,3,14,14,0 +10549,253,91,0,30,30,0 +10548,253,50,0,29,29,0 +10547,253,84,7,12,12,0 +10546,253,22,11,9,9,0 +10545,253,69,0,21,21,0 +10544,253,81,1,17,17,0 +10543,253,94,0,18,18,0 +10542,253,95,0,27,27,0 +10541,253,56,7,13,13,0 +10540,253,93,0,26,26,0 +10539,253,79,0,19,19,0 +10538,253,44,8,11,11,0 +10537,253,49,15,7,7,0 +10536,253,65,40,4,4,2 +10535,253,71,55,2,2,3 +10534,253,64,0,25,25,0 +10533,253,85,0,23,23,0 +10532,253,88,1,16,16,0 +10531,253,63,2,15,15,0 +10530,253,87,10,10,10,0 +10529,253,55,40,5,5,1 +10528,253,57,11,8,8,0 +10527,253,77,28,6,6,0 +10526,253,14,43,3,3,1 +10525,253,30,82,1,1,7 +10591,254,76,0,27,27,0 +10590,254,98,0,34,34,0 +10589,254,99,0,33,33,0 +10588,254,97,0,20,20,0 +10587,254,83,0,24,24,0 +10586,254,92,0,29,29,0 +10585,254,90,0,32,32,0 +10584,254,89,0,22,22,0 +10583,254,96,3,14,14,0 +10582,254,91,0,31,31,0 +10581,254,50,0,30,30,0 +10580,254,84,7,12,12,0 +10579,254,22,11,9,9,0 +10578,254,69,0,21,21,0 +10577,254,81,1,17,17,0 +10576,254,94,0,18,18,0 +10575,254,95,0,28,28,0 +10574,254,56,7,13,13,0 +10573,254,93,0,26,26,0 +10572,254,79,0,19,19,0 +10571,254,44,8,11,11,0 +10570,254,49,15,7,7,0 +10569,254,65,41,5,5,2 +10568,254,71,59,2,2,3 +10567,254,64,0,25,25,0 +10566,254,85,0,23,23,0 +10565,254,88,1,16,16,0 +10564,254,63,2,15,15,0 +10563,254,87,10,10,10,0 +10562,254,55,42,4,4,1 +10561,254,57,11,8,8,0 +10560,254,77,31,6,6,0 +10559,254,14,49,3,3,1 +10558,254,30,92,1,1,8 +10625,255,76,0,28,28,0 +10624,255,98,0,34,34,0 +10623,255,99,0,33,33,0 +10622,255,97,0,20,20,0 +10621,255,83,0,24,24,0 +10620,255,92,0,30,30,0 +10619,255,90,0,32,32,0 +10618,255,89,0,22,22,0 +10617,255,96,3,15,15,0 +10616,255,91,0,27,27,0 +10615,255,50,0,31,31,0 +10614,255,84,7,13,13,0 +10613,255,22,11,9,9,0 +10612,255,69,0,21,21,0 +10611,255,81,1,17,17,0 +10610,255,94,0,18,18,0 +10609,255,95,0,29,29,0 +10608,255,56,10,10,10,0 +10607,255,93,0,26,26,0 +10606,255,79,0,19,19,0 +10605,255,44,10,11,11,0 +10604,255,49,15,8,8,0 +10603,255,65,45,4,4,2 +10602,255,71,59,2,2,3 +10601,255,64,0,25,25,0 +10600,255,85,0,23,23,0 +10599,255,88,1,16,16,0 +10598,255,63,3,14,14,0 +10597,255,87,10,12,12,0 +10596,255,55,42,5,5,1 +10595,255,57,17,7,7,0 +10594,255,77,31,6,6,0 +10593,255,14,49,3,3,1 +10592,255,30,102,1,1,9 +10659,256,76,0,29,29,0 +10658,256,98,0,34,34,0 +10657,256,99,0,33,33,0 +10656,256,97,0,22,22,0 +10655,256,83,1,18,18,0 +10654,256,92,0,26,26,0 +10653,256,90,0,32,32,0 +10652,256,89,0,24,24,0 +10651,256,96,3,16,16,0 +10650,256,91,0,28,28,0 +10649,256,50,0,31,31,0 +10648,256,84,7,13,13,0 +10647,256,22,11,11,11,0 +10646,256,69,0,23,23,0 +10645,256,81,5,14,14,0 +10644,256,94,0,19,19,0 +10643,256,95,0,30,30,0 +10642,256,56,10,12,12,0 +10641,256,93,0,27,27,0 +10640,256,79,0,20,20,0 +10639,256,44,16,8,8,0 +10638,256,49,15,9,9,0 +10637,256,65,45,4,4,2 +10636,256,71,69,2,2,4 +10635,256,64,0,21,21,0 +10634,256,85,0,25,25,0 +10633,256,88,1,17,17,0 +10632,256,63,5,15,15,0 +10631,256,87,13,10,10,0 +10630,256,55,42,5,5,1 +10629,256,57,17,7,7,0 +10628,256,77,31,6,6,0 +10627,256,14,49,3,3,1 +10626,256,30,102,1,1,9 +66036,257,101,0,12,12,0 +66035,257,44,0,11,11,0 +66034,257,83,0,10,10,0 +66033,257,100,0,9,9,0 +66032,257,94,0,8,8,0 +66031,257,65,0,7,7,0 +66030,257,91,1,6,6,0 +66029,257,79,2,5,5,0 +66028,257,22,3,4,4,0 +66027,257,55,4,3,3,0 +66026,257,71,6,2,2,0 +66025,257,30,10,1,1,1 +66069,258,103,0,15,15,0 +66068,258,50,0,23,23,0 +66067,258,56,0,22,22,0 +66066,258,84,0,20,20,0 +66065,258,102,0,19,19,0 +66064,258,101,0,17,17,0 +66063,258,44,0,14,14,0 +66062,258,83,0,12,12,0 +66061,258,100,1,9,9,0 +66060,258,94,0,13,13,0 +66059,258,65,0,11,11,0 +66058,258,91,1,10,10,0 +66057,258,79,2,8,8,0 +66056,258,22,7,2,2,0 +66055,258,55,4,5,5,0 +66054,258,71,6,3,3,0 +66053,258,30,20,1,1,2 +66103,259,57,4,6,6,0 +66102,259,49,2,11,11,0 +66101,259,104,3,10,10,0 +66100,259,87,0,18,18,0 +66099,259,103,0,19,19,0 +66098,259,50,0,27,27,0 +66097,259,56,0,26,26,0 +66096,259,84,0,15,15,0 +66095,259,102,0,23,23,0 +66094,259,101,0,21,21,0 +66093,259,44,0,17,17,0 +66092,259,83,0,14,14,0 +66091,259,100,1,12,12,0 +66090,259,94,0,16,16,0 +66089,259,65,0,13,13,0 +66088,259,91,4,8,8,0 +66087,259,79,4,9,9,0 +66086,259,22,7,3,3,0 +66085,259,55,4,7,7,0 +66084,259,71,7,2,2,0 +66083,259,30,30,1,1,3 +66139,260,106,0,20,20,0 +66138,260,77,10,2,2,0 +66137,260,81,0,26,26,0 +66136,260,105,1,15,15,0 +66135,260,57,4,8,8,0 +66134,260,49,2,13,13,0 +66133,260,104,3,11,11,0 +66132,260,87,0,22,22,0 +66131,260,103,0,23,23,0 +66130,260,50,0,31,31,0 +66129,260,56,0,30,30,0 +66128,260,84,6,5,5,0 +66127,260,102,0,27,27,0 +66126,260,101,0,25,25,0 +66125,260,44,0,21,21,0 +66124,260,83,0,18,18,0 +66123,260,100,1,14,14,0 +66122,260,94,0,19,19,0 +66121,260,65,0,16,16,0 +66120,260,91,4,9,9,0 +66119,260,79,4,10,10,0 +66118,260,22,7,4,4,0 +66117,260,55,6,7,7,0 +66116,260,71,7,3,3,0 +66115,260,30,40,1,1,4 +66173,261,107,0,27,27,0 +66172,261,92,0,31,31,0 +66171,261,106,0,24,24,0 +66170,261,77,10,3,3,0 +66169,261,81,0,28,28,0 +66168,261,105,1,17,17,0 +66167,261,57,4,9,9,0 +66166,261,49,2,14,14,0 +66165,261,104,3,12,12,0 +66164,261,87,4,8,8,0 +66163,261,103,0,23,23,0 +66162,261,50,0,32,32,0 +66161,261,56,1,18,18,0 +66160,261,84,6,6,6,0 +66159,261,102,0,29,29,0 +66158,261,101,0,26,26,0 +66157,261,44,0,20,20,0 +66156,261,83,0,22,22,0 +66155,261,100,1,16,16,0 +66154,261,94,2,15,15,0 +66153,261,65,0,19,19,0 +66152,261,91,4,10,10,0 +66151,261,79,4,11,11,0 +66150,261,22,7,5,5,0 +66149,261,55,9,4,4,0 +66148,261,71,17,2,2,1 +66147,261,30,46,1,1,4 +66209,262,108,0,31,31,0 +66208,262,107,0,28,28,0 +66207,262,92,0,32,32,0 +66206,262,106,0,25,25,0 +66205,262,77,13,3,3,0 +66204,262,81,0,29,29,0 +66203,262,105,1,19,19,0 +66202,262,57,4,9,9,0 +66201,262,49,2,14,14,0 +66200,262,104,3,12,12,0 +66199,262,87,4,8,8,0 +66198,262,103,0,24,24,0 +66197,262,50,0,33,33,0 +66196,262,56,1,20,20,0 +66195,262,84,6,6,6,0 +66194,262,102,0,30,30,0 +66193,262,101,0,27,27,0 +66192,262,44,0,22,22,0 +66191,262,83,0,23,23,0 +66190,262,100,1,18,18,0 +66189,262,94,2,15,15,0 +66188,262,65,0,21,21,0 +66187,262,91,4,10,10,0 +66186,262,79,4,11,11,0 +66185,262,22,7,5,5,0 +66184,262,55,13,4,4,0 +66183,262,71,23,2,2,1 +66182,262,30,56,1,1,5 +66245,263,88,0,36,36,0 +66244,263,108,0,32,32,0 +66243,263,107,0,29,29,0 +66242,263,92,0,33,33,0 +66241,263,106,0,25,25,0 +66240,263,77,17,3,3,0 +66239,263,81,0,30,30,0 +66238,263,105,1,19,19,0 +66237,263,57,4,10,10,0 +66236,263,49,5,8,8,0 +66235,263,104,3,15,15,0 +66234,263,87,4,9,9,0 +66233,263,103,0,24,24,0 +66232,263,50,0,35,35,0 +66231,263,56,1,20,20,0 +66230,263,84,6,6,6,0 +66229,263,102,0,31,31,0 +66228,263,101,0,28,28,0 +66227,263,44,0,22,22,0 +66226,263,83,0,23,23,0 +66225,263,100,1,18,18,0 +66224,263,94,4,13,13,0 +66223,263,65,0,21,21,0 +66222,263,91,4,11,11,0 +66221,263,79,4,14,14,0 +66220,263,22,7,5,5,0 +66219,263,55,13,4,4,0 +66218,263,71,29,2,2,1 +66217,263,30,66,1,1,6 +66283,264,78,6,8,8,0 +66282,264,88,0,36,36,0 +66281,264,108,0,33,33,0 +66280,264,107,0,30,30,0 +66279,264,92,0,34,34,0 +66278,264,106,0,25,25,0 +66277,264,77,17,4,4,0 +66276,264,81,0,31,31,0 +66275,264,105,1,19,19,0 +66274,264,57,8,6,6,0 +66273,264,49,5,9,9,0 +66272,264,104,3,16,16,0 +66271,264,87,4,11,11,0 +66270,264,103,0,24,24,0 +66269,264,50,0,26,26,0 +66268,264,56,1,20,20,0 +66267,264,84,6,7,7,0 +66266,264,102,0,32,32,0 +66265,264,101,0,29,29,0 +66264,264,44,0,22,22,0 +66263,264,83,0,23,23,0 +66262,264,100,1,18,18,0 +66261,264,94,4,14,14,0 +66260,264,65,0,21,21,0 +66259,264,91,4,12,12,0 +66258,264,79,5,10,10,0 +66257,264,22,10,5,5,0 +66256,264,55,19,3,3,0 +66255,264,71,39,2,2,2 +66254,264,30,66,1,1,6 +66321,265,110,4,16,16,0 +66320,265,78,6,9,9,0 +66319,265,88,0,36,36,0 +66318,265,108,0,33,33,0 +66317,265,107,0,31,31,0 +66316,265,92,0,34,34,0 +66315,265,106,0,25,25,0 +66314,265,77,27,3,3,1 +66313,265,81,2,19,19,0 +66312,265,105,1,22,22,0 +66311,265,57,8,6,6,0 +66310,265,49,5,11,11,0 +66309,265,104,6,10,10,0 +66308,265,87,4,14,14,0 +66307,265,103,4,13,13,0 +66306,265,50,0,27,27,0 +66305,265,56,1,23,23,0 +66304,265,84,6,8,8,0 +66303,265,102,0,32,32,0 +66302,265,101,0,30,30,0 +66301,265,44,6,7,7,0 +66300,265,83,0,26,26,0 +66299,265,100,2,20,20,0 +66298,265,94,4,17,17,0 +66297,265,65,0,24,24,0 +66296,265,91,4,15,15,0 +66295,265,79,5,12,12,0 +66294,265,22,10,5,5,0 +66293,265,55,19,4,4,0 +66292,265,71,39,2,2,2 +66291,265,30,66,1,1,6 +66358,266,110,4,17,17,0 +66357,266,78,6,9,9,0 +66356,266,88,0,36,36,0 +66355,266,108,0,33,33,0 +66354,266,107,0,31,31,0 +66353,266,92,0,34,34,0 +66352,266,106,0,26,26,0 +66351,266,77,27,3,3,1 +66350,266,81,2,20,20,0 +66349,266,105,1,22,22,0 +66348,266,57,8,7,7,0 +66347,266,49,5,12,12,0 +66346,266,104,6,11,11,0 +66345,266,87,6,10,10,0 +66344,266,103,4,14,14,0 +66343,266,50,4,15,15,0 +66342,266,56,1,24,24,0 +66341,266,84,9,6,6,0 +66340,266,102,0,32,32,0 +66339,266,101,0,30,30,0 +66338,266,44,7,8,8,0 +66337,266,83,0,27,27,0 +66336,266,100,2,21,21,0 +66335,266,94,4,18,18,0 +66334,266,65,0,25,25,0 +66333,266,91,4,16,16,0 +66332,266,79,5,13,13,0 +66331,266,22,10,5,5,0 +66330,266,55,19,4,4,0 +66329,266,71,45,2,2,2 +66328,266,30,76,1,1,7 +66396,267,110,4,18,18,0 +66395,267,78,6,12,12,0 +66394,267,88,0,36,36,0 +66393,267,108,0,33,33,0 +66392,267,107,0,31,31,0 +66391,267,92,0,34,34,0 +66390,267,106,0,26,26,0 +66389,267,77,27,3,3,1 +66388,267,81,3,20,20,0 +66387,267,105,1,22,22,0 +66386,267,57,14,5,5,0 +66385,267,49,5,14,14,0 +66384,267,104,6,13,13,0 +66383,267,87,8,9,9,0 +66382,267,103,4,16,16,0 +66381,267,50,8,8,8,0 +66380,267,56,1,24,24,0 +66379,267,84,9,7,7,0 +66378,267,102,0,32,32,0 +66377,267,101,0,30,30,0 +66376,267,44,7,10,10,0 +66375,267,83,0,27,27,0 +66374,267,100,2,21,21,0 +66373,267,94,4,19,19,0 +66372,267,65,0,25,25,0 +66371,267,91,4,17,17,0 +66370,267,79,5,15,15,0 +66369,267,22,10,6,6,0 +66368,267,55,19,4,4,0 +66367,267,71,55,2,2,3 +66366,267,30,76,1,1,7 +66434,268,110,4,18,18,0 +66433,268,78,6,12,12,0 +66432,268,88,0,36,36,0 +66431,268,108,0,33,33,0 +66430,268,107,0,31,31,0 +66429,268,92,0,34,34,0 +66428,268,106,0,26,26,0 +66427,268,77,33,3,3,1 +66426,268,81,3,20,20,0 +66425,268,105,1,22,22,0 +66424,268,57,18,5,5,0 +66423,268,49,5,14,14,0 +66422,268,104,6,13,13,0 +66421,268,87,8,9,9,0 +66420,268,103,4,16,16,0 +66419,268,50,8,8,8,0 +66418,268,56,1,24,24,0 +66417,268,84,11,7,7,0 +66416,268,102,0,32,32,0 +66415,268,101,0,30,30,0 +66414,268,44,7,11,11,0 +66413,268,83,0,27,27,0 +66412,268,100,2,21,21,0 +66411,268,94,4,19,19,0 +66410,268,65,0,25,25,0 +66409,268,91,4,17,17,0 +66408,268,79,5,15,15,0 +66407,268,22,13,6,6,0 +66406,268,55,19,4,4,0 +66405,268,71,65,2,2,4 +66404,268,30,76,1,1,7 +66475,269,70,0,29,29,0 +66474,269,109,1,23,23,0 +66473,269,110,4,18,18,0 +66472,269,78,6,12,12,0 +66471,269,88,0,38,38,0 +66470,269,108,0,35,35,0 +66469,269,107,0,31,31,0 +66468,269,92,0,36,36,0 +66467,269,106,0,26,26,0 +66466,269,77,33,3,3,1 +66465,269,81,3,20,20,0 +66464,269,105,1,22,22,0 +66463,269,57,22,4,4,0 +66462,269,49,5,14,14,0 +66461,269,104,6,13,13,0 +66460,269,87,8,10,10,0 +66459,269,103,4,16,16,0 +66458,269,50,10,9,9,0 +66457,269,56,1,24,24,0 +66456,269,84,12,8,8,0 +66455,269,102,0,34,34,0 +66454,269,101,0,30,30,0 +66453,269,44,7,11,11,0 +66452,269,83,0,27,27,0 +66451,269,100,2,21,21,0 +66450,269,94,4,19,19,0 +66449,269,65,0,25,25,0 +66448,269,91,4,17,17,0 +66447,269,79,5,15,15,0 +66446,269,22,16,6,6,0 +66445,269,55,19,5,5,0 +66444,269,71,75,2,2,5 +66443,269,30,76,1,1,7 +66516,270,14,14,7,7,0 +66515,270,70,0,29,29,0 +66514,270,109,1,24,24,0 +66513,270,110,4,19,19,0 +66512,270,78,6,12,12,0 +66511,270,88,0,39,39,0 +66510,270,108,0,36,36,0 +66509,270,107,0,31,31,0 +66508,270,92,0,37,37,0 +66507,270,106,0,26,26,0 +66506,270,77,35,3,3,1 +66505,270,81,3,21,21,0 +66504,270,105,1,23,23,0 +66503,270,57,26,4,4,0 +66502,270,49,6,14,14,0 +66501,270,104,6,13,13,0 +66500,270,87,8,10,10,0 +66499,270,103,4,16,16,0 +66498,270,50,10,9,9,0 +66497,270,56,4,17,17,0 +66496,270,84,12,8,8,0 +66495,270,102,0,35,35,0 +66494,270,101,0,30,30,0 +66493,270,44,7,11,11,0 +66492,270,83,0,27,27,0 +66491,270,100,2,22,22,0 +66490,270,94,4,20,20,0 +66489,270,65,0,25,25,0 +66488,270,91,4,18,18,0 +66487,270,79,5,15,15,0 +66486,270,22,16,6,6,0 +66485,270,55,19,5,5,0 +66484,270,71,81,2,2,5 +66483,270,30,86,1,1,8 +66560,271,111,0,29,29,0 +66559,271,85,0,45,45,0 +66558,271,14,14,7,7,0 +66557,271,70,0,30,30,0 +66556,271,109,1,25,25,0 +66555,271,110,4,19,19,0 +66554,271,78,6,13,13,0 +66553,271,88,0,41,41,0 +66552,271,108,0,38,38,0 +66551,271,107,0,33,33,0 +66550,271,92,0,39,39,0 +66549,271,106,0,27,27,0 +66548,271,77,35,3,3,1 +66547,271,81,3,22,22,0 +66546,271,105,1,24,24,0 +66545,271,57,26,4,4,0 +66544,271,49,7,12,12,0 +66543,271,104,6,14,14,0 +66542,271,87,8,10,10,0 +66541,271,103,4,17,17,0 +66540,271,50,10,9,9,0 +66539,271,56,6,15,15,0 +66538,271,84,12,8,8,0 +66537,271,102,0,37,37,0 +66536,271,101,0,31,31,0 +66535,271,44,7,11,11,0 +66534,271,83,0,28,28,0 +66533,271,100,2,23,23,0 +66532,271,94,4,20,20,0 +66531,271,65,0,26,26,0 +66530,271,91,4,18,18,0 +66529,271,79,5,16,16,0 +66528,271,22,16,6,6,0 +66527,271,55,23,5,5,0 +66526,271,71,91,2,2,6 +66525,271,30,92,1,1,8 +66015,272,95,13,9,9,1 +66014,272,111,0,29,29,0 +66013,272,85,0,46,46,0 +66012,272,14,14,8,8,0 +66011,272,70,0,30,30,0 +66010,272,109,1,24,24,0 +66009,272,110,4,20,20,0 +66008,272,78,6,14,14,0 +66007,272,88,0,42,42,0 +66006,272,108,0,39,39,0 +66005,272,107,0,34,34,0 +66004,272,92,0,40,40,0 +66003,272,106,0,27,27,0 +66002,272,77,41,3,3,1 +66001,272,81,3,22,22,0 +66000,272,105,1,25,25,0 +65999,272,57,26,4,4,0 +65998,272,49,7,13,13,0 +65997,272,104,6,15,15,0 +65996,272,87,8,12,12,0 +65995,272,103,4,18,18,0 +65994,272,50,10,10,10,0 +65993,272,56,6,16,16,0 +65992,272,84,16,7,7,0 +65991,272,102,0,38,38,0 +65990,272,101,0,31,31,0 +65989,272,44,9,11,11,0 +65988,272,83,0,28,28,0 +65987,272,100,2,23,23,0 +65986,272,94,4,21,21,0 +65985,272,65,0,26,26,0 +65984,272,91,4,19,19,0 +65983,272,79,5,17,17,0 +65982,272,22,19,6,6,0 +65981,272,55,24,5,5,0 +65980,272,71,91,2,2,6 +65979,272,30,92,1,1,8 +9357,273,118,0,7,7,0 +9356,273,77,1,6,6,0 +9355,273,109,2,5,5,0 +9354,273,104,3,4,4,0 +9353,273,87,4,3,3,0 +9352,273,102,6,2,2,0 +9351,273,117,10,1,1,1 +9373,274,69,0,16,16,0 +9372,274,105,0,15,15,0 +9371,274,100,0,14,14,0 +9370,274,55,0,13,13,0 +9369,274,112,0,12,12,0 +9368,274,70,1,10,10,0 +9367,274,65,3,7,7,0 +9366,274,30,4,5,5,0 +9365,274,71,6,3,3,0 +9364,274,118,0,11,11,0 +9363,274,77,1,9,9,0 +9362,274,109,2,8,8,0 +9361,274,104,3,6,6,0 +9360,274,87,6,4,4,0 +9359,274,102,16,1,1,1 +9358,274,117,10,2,2,1 +9392,275,22,0,17,17,0 +9391,275,120,1,11,11,0 +9390,275,119,2,9,9,0 +9389,275,69,0,19,19,0 +9388,275,105,0,18,18,0 +9387,275,100,0,16,16,0 +9386,275,55,0,15,15,0 +9385,275,112,0,14,14,0 +9384,275,70,1,10,10,0 +9383,275,65,6,5,5,0 +9382,275,30,4,6,6,0 +9381,275,71,12,3,3,0 +9380,275,118,0,13,13,0 +9379,275,77,1,12,12,0 +9378,275,109,2,8,8,0 +9377,275,104,3,7,7,0 +9376,275,87,6,4,4,0 +9375,275,102,26,1,1,2 +9374,275,117,14,2,2,1 +9413,276,88,0,19,19,0 +9412,276,84,4,8,8,0 +9411,276,22,0,20,20,0 +9410,276,120,2,12,12,0 +9409,276,119,2,11,11,0 +9408,276,69,0,16,16,0 +9407,276,105,0,21,21,0 +9406,276,100,0,18,18,0 +9405,276,55,0,17,17,0 +9404,276,112,2,10,10,0 +9403,276,70,1,13,13,0 +9402,276,65,6,6,6,0 +9401,276,30,10,4,4,0 +9400,276,71,12,3,3,0 +9399,276,118,0,15,15,0 +9398,276,77,1,14,14,0 +9397,276,109,5,7,7,0 +9396,276,104,3,9,9,0 +9395,276,87,6,5,5,0 +9394,276,102,26,1,1,2 +9393,276,117,24,2,2,2 +9436,277,123,0,23,23,0 +9435,277,121,2,12,12,0 +9434,277,88,0,20,20,0 +9433,277,84,4,9,9,0 +9432,277,22,0,21,21,0 +9431,277,120,2,13,13,0 +9430,277,119,5,8,8,0 +9429,277,69,0,17,17,0 +9428,277,105,0,22,22,0 +9427,277,100,0,19,19,0 +9426,277,55,0,18,18,0 +9425,277,112,2,11,11,0 +9424,277,70,1,15,15,0 +9423,277,65,6,6,6,0 +9422,277,30,14,3,3,0 +9421,277,71,12,4,4,0 +9420,277,118,0,16,16,0 +9419,277,77,2,14,14,0 +9418,277,109,5,7,7,0 +9417,277,104,3,10,10,0 +9416,277,87,6,5,5,0 +9415,277,102,32,2,2,2 +9414,277,117,34,1,1,3 +9461,278,91,0,25,25,0 +9460,278,110,0,22,22,0 +9459,278,123,0,24,24,0 +9458,278,121,2,13,13,0 +9457,278,88,0,21,21,0 +9456,278,84,5,7,7,0 +9455,278,22,0,20,20,0 +9454,278,120,2,14,14,0 +9453,278,119,5,10,10,0 +9452,278,69,0,18,18,0 +9451,278,105,0,23,23,0 +9450,278,100,0,19,19,0 +9449,278,55,4,11,11,0 +9448,278,112,2,12,12,0 +9447,278,70,1,16,16,0 +9446,278,65,6,6,6,0 +9445,278,30,14,4,4,0 +9444,278,71,18,3,3,0 +9443,278,118,0,17,17,0 +9442,278,77,2,15,15,0 +9441,278,109,5,9,9,0 +9440,278,104,5,8,8,0 +9439,278,87,6,5,5,0 +9438,278,102,42,1,1,3 +9437,278,117,37,2,2,3 +9513,280,79,0,26,26,0 +9512,280,91,1,17,17,0 +9487,279,79,0,26,26,0 +9486,279,91,1,17,17,0 +9485,279,110,0,23,23,0 +9484,279,123,0,25,25,0 +9483,279,121,2,14,14,0 +9482,279,88,0,22,22,0 +9481,279,84,7,5,5,0 +9480,279,22,0,21,21,0 +9479,279,120,2,15,15,0 +9478,279,119,5,10,10,0 +9477,279,69,0,19,19,0 +9476,279,105,0,24,24,0 +9475,279,100,0,20,20,0 +9474,279,55,4,12,12,0 +9473,279,112,2,13,13,0 +9472,279,70,1,16,16,0 +9471,279,65,6,7,7,0 +9470,279,30,20,4,4,0 +9469,279,71,22,3,3,0 +9468,279,118,0,18,18,0 +9467,279,77,5,11,11,0 +9466,279,109,5,9,9,0 +9465,279,104,5,8,8,0 +9464,279,87,6,6,6,0 +9463,279,102,42,2,2,3 +9462,279,117,47,1,1,4 +9511,280,110,0,23,23,0 +9510,280,123,0,24,24,0 +9509,280,121,3,13,13,0 +9508,280,88,0,22,22,0 +9507,280,84,9,5,5,0 +9506,280,22,0,18,18,0 +9505,280,120,2,15,15,0 +9504,280,119,5,10,10,0 +9503,280,69,0,20,20,0 +9502,280,105,0,25,25,0 +9501,280,100,0,21,21,0 +9500,280,55,4,12,12,0 +9499,280,112,2,14,14,0 +9498,280,70,1,16,16,0 +9497,280,65,6,7,7,0 +9496,280,30,24,4,4,0 +9495,280,71,28,3,3,0 +9494,280,118,0,19,19,0 +9493,280,77,5,11,11,0 +9492,280,109,5,9,9,0 +9491,280,104,5,8,8,0 +9490,280,87,6,6,6,0 +9489,280,102,45,2,2,3 +9488,280,117,57,1,1,5 +9539,281,79,0,26,26,0 +9538,281,91,1,18,18,0 +9537,281,110,0,23,23,0 +9536,281,123,0,24,24,0 +9535,281,121,3,13,13,0 +9534,281,88,0,22,22,0 +9533,281,84,9,6,6,0 +9532,281,22,0,19,19,0 +9531,281,120,2,15,15,0 +9530,281,119,9,5,5,0 +9529,281,69,0,20,20,0 +9528,281,105,0,25,25,0 +9527,281,100,0,21,21,0 +9526,281,55,4,12,12,0 +9525,281,112,2,14,14,0 +9524,281,70,1,16,16,0 +9523,281,65,9,7,7,0 +9522,281,30,30,3,3,0 +9521,281,71,28,4,4,0 +9520,281,118,1,17,17,0 +9519,281,77,5,11,11,0 +9518,281,109,5,10,10,0 +9517,281,104,5,9,9,0 +9516,281,87,6,8,8,0 +9515,281,102,47,2,2,3 +9514,281,117,67,1,1,6 +9566,282,94,0,27,27,0 +9565,282,79,0,26,26,0 +9564,282,91,1,18,18,0 +9563,282,110,0,23,23,0 +9562,282,123,0,24,24,0 +9561,282,121,3,13,13,0 +9560,282,88,0,22,22,0 +9559,282,84,9,7,7,0 +9558,282,22,0,19,19,0 +9557,282,120,2,15,15,0 +9556,282,119,11,5,5,0 +9555,282,69,0,20,20,0 +9554,282,105,0,25,25,0 +9553,282,100,0,21,21,0 +9552,282,55,4,12,12,0 +9551,282,112,2,14,14,0 +9550,282,70,1,16,16,0 +9549,282,65,9,8,8,0 +9548,282,30,36,3,3,0 +9547,282,71,28,4,4,0 +9546,282,118,1,17,17,0 +9545,282,77,6,9,9,0 +9544,282,109,5,11,11,0 +9543,282,104,5,10,10,0 +9542,282,87,10,6,6,0 +9541,282,102,50,2,2,3 +9540,282,117,77,1,1,7 +9593,283,94,0,27,27,0 +9592,283,79,0,25,25,0 +9591,283,91,2,16,16,0 +9590,283,110,0,24,24,0 +9589,283,123,0,23,23,0 +9588,283,121,3,14,14,0 +9587,283,88,0,22,22,0 +9586,283,84,11,6,6,0 +9585,283,22,0,19,19,0 +9584,283,120,2,17,17,0 +9583,283,119,17,5,5,0 +9582,283,69,0,20,20,0 +9581,283,105,0,26,26,0 +9580,283,100,0,21,21,0 +9579,283,55,4,12,12,0 +9578,283,112,2,15,15,0 +9577,283,70,1,18,18,0 +9576,283,65,9,9,9,0 +9575,283,30,36,4,4,0 +9574,283,71,38,3,3,1 +9573,283,118,4,13,13,0 +9572,283,77,10,8,8,0 +9571,283,109,5,11,11,0 +9570,283,104,5,10,10,0 +9569,283,87,10,7,7,0 +9568,283,102,50,2,2,3 +9567,283,117,77,1,1,7 +9620,284,94,0,27,27,0 +9619,284,79,0,25,25,0 +9618,284,91,2,16,16,0 +9617,284,110,0,24,24,0 +9616,284,123,0,23,23,0 +9615,284,121,3,14,14,0 +9614,284,88,0,22,22,0 +9613,284,84,11,6,6,0 +9612,284,22,0,19,19,0 +9611,284,120,2,17,17,0 +9610,284,119,18,5,5,0 +9609,284,69,0,20,20,0 +9608,284,105,0,26,26,0 +9607,284,100,0,21,21,0 +9606,284,55,4,12,12,0 +9605,284,112,2,15,15,0 +9604,284,70,1,18,18,0 +9603,284,65,11,7,7,0 +9602,284,30,42,4,4,0 +9601,284,71,48,3,3,2 +9600,284,118,4,13,13,0 +9599,284,77,10,9,9,0 +9598,284,109,5,11,11,0 +9597,284,104,5,10,10,0 +9596,284,87,10,8,8,0 +9595,284,102,53,2,2,3 +9594,284,117,81,1,1,7 +9648,285,83,0,28,28,0 +9647,285,94,0,22,22,0 +9646,285,79,0,26,26,0 +9645,285,91,5,14,14,0 +9644,285,110,0,25,25,0 +9643,285,123,0,24,24,0 +9642,285,121,7,11,11,0 +9641,285,88,0,23,23,0 +9640,285,84,11,6,6,0 +9639,285,22,0,20,20,0 +9638,285,120,2,17,17,0 +9637,285,119,20,5,5,0 +9636,285,69,0,21,21,0 +9635,285,105,0,27,27,0 +9634,285,100,1,19,19,0 +9633,285,55,10,8,8,0 +9632,285,112,2,16,16,0 +9631,285,70,1,18,18,0 +9630,285,65,11,7,7,0 +9629,285,30,42,4,4,0 +9628,285,71,58,2,2,3 +9627,285,118,4,15,15,0 +9626,285,77,10,10,10,0 +9625,285,109,5,13,13,0 +9624,285,104,5,12,12,0 +9623,285,87,10,9,9,0 +9622,285,102,53,3,3,3 +9621,285,117,81,1,1,7 +9676,286,83,0,28,28,0 +9675,286,94,0,20,20,0 +9674,286,79,0,26,26,0 +9673,286,91,7,12,12,0 +9672,286,110,0,25,25,0 +9671,286,123,0,24,24,0 +9670,286,121,7,11,11,0 +9669,286,88,0,23,23,0 +9668,286,84,12,7,7,0 +9667,286,22,0,21,21,0 +9666,286,120,2,17,17,0 +9665,286,119,20,5,5,0 +9664,286,69,0,22,22,0 +9663,286,105,0,27,27,0 +9662,286,100,1,19,19,0 +9661,286,55,13,6,6,0 +9660,286,112,2,16,16,0 +9659,286,70,1,18,18,0 +9658,286,65,11,8,8,0 +9657,286,30,52,4,4,1 +9656,286,71,62,2,2,3 +9655,286,118,4,15,15,0 +9654,286,77,10,10,10,0 +9653,286,109,5,13,13,0 +9652,286,104,5,14,14,0 +9651,286,87,10,9,9,0 +9650,286,102,53,3,3,3 +9649,286,117,87,1,1,7 +9707,287,126,0,31,31,0 +9706,287,56,1,22,22,0 +9705,287,57,4,15,15,0 +9704,287,83,0,30,30,0 +9703,287,94,0,23,23,0 +9702,287,79,0,28,28,0 +9701,287,91,7,12,12,0 +9700,287,110,0,27,27,0 +9699,287,123,0,26,26,0 +9698,287,121,7,11,11,0 +9697,287,88,0,25,25,0 +9696,287,84,12,7,7,0 +9695,287,22,2,18,18,0 +9694,287,120,2,19,19,0 +9693,287,119,20,5,5,0 +9692,287,69,0,24,24,0 +9691,287,105,0,29,29,0 +9690,287,100,1,21,21,0 +9689,287,55,13,6,6,0 +9688,287,112,2,17,17,0 +9687,287,70,1,20,20,0 +9686,287,65,11,8,8,0 +9685,287,30,52,4,4,1 +9684,287,71,65,2,2,3 +9683,287,118,4,16,16,0 +9682,287,77,10,10,10,0 +9681,287,109,5,13,13,0 +9680,287,104,5,14,14,0 +9679,287,87,10,9,9,0 +9678,287,102,63,3,3,4 +9677,287,117,93,1,1,7 +9738,288,126,0,31,31,0 +9737,288,56,1,22,22,0 +9736,288,57,4,15,15,0 +9735,288,83,0,30,30,0 +9734,288,94,0,23,23,0 +9733,288,79,0,28,28,0 +9732,288,91,7,12,12,0 +9731,288,110,0,27,27,0 +9730,288,123,0,26,26,0 +9729,288,121,7,11,11,0 +9728,288,88,0,24,24,0 +9727,288,84,13,7,7,0 +9726,288,22,2,18,18,0 +9725,288,120,2,19,19,0 +9724,288,119,20,5,5,0 +9723,288,69,0,25,25,0 +9722,288,105,0,29,29,0 +9721,288,100,1,21,21,0 +9720,288,55,16,6,6,0 +9719,288,112,2,17,17,0 +9718,288,70,1,20,20,0 +9717,288,65,11,9,9,0 +9716,288,30,52,4,4,1 +9715,288,71,69,3,3,3 +9714,288,118,4,16,16,0 +9713,288,77,12,8,8,0 +9712,288,109,5,13,13,0 +9711,288,104,5,14,14,0 +9710,288,87,10,10,10,0 +9709,288,102,73,2,2,5 +9708,288,117,99,1,1,7 +6792,289,128,0,13,13,0 +6791,289,79,0,12,12,0 +6790,289,127,0,11,11,0 +6789,289,105,0,10,10,0 +6788,289,57,0,9,9,0 +6787,289,88,0,8,8,0 +6786,289,100,0,7,7,0 +6785,289,65,1,6,6,0 +6784,289,77,2,5,5,0 +6783,289,30,3,4,4,0 +6782,289,102,4,3,3,0 +6781,289,119,6,2,2,0 +6780,289,95,10,1,1,1 +6793,290,95,20,1,1,2 +6794,290,119,12,2,2,0 +6795,290,102,4,5,5,0 +6796,290,30,7,3,3,0 +6797,290,77,5,4,4,0 +6798,290,65,1,7,7,0 +6799,290,100,0,9,9,0 +6800,290,88,0,11,11,0 +6801,290,57,1,8,8,0 +6802,290,105,0,12,12,0 +6803,290,127,0,15,15,0 +6804,290,79,0,16,16,0 +6805,290,128,0,17,17,0 +6806,290,110,2,6,6,0 +6807,290,109,0,10,10,0 +6808,290,123,0,13,13,0 +6809,290,92,0,14,14,0 +6810,291,95,30,1,1,3 +6811,291,119,18,2,2,0 +6812,291,102,4,5,5,0 +6813,291,30,11,3,3,0 +6814,291,77,5,4,4,0 +6815,291,65,1,9,9,0 +6816,291,100,0,12,12,0 +6817,291,88,0,15,15,0 +6818,291,57,1,10,10,0 +6819,291,105,1,11,11,0 +6820,291,127,0,19,19,0 +6821,291,79,0,16,16,0 +6822,291,128,0,20,20,0 +6823,291,110,2,8,8,0 +6824,291,109,0,14,14,0 +6825,291,123,0,17,17,0 +6826,291,92,0,18,18,0 +6827,291,55,3,6,6,0 +6828,291,122,2,7,7,0 +6829,291,81,0,13,13,0 +6897,292,81,0,15,15,0 +6891,292,110,2,9,9,0 +6901,292,108,0,23,23,0 +6883,292,65,1,10,10,0 +6884,292,100,0,14,14,0 +6885,292,88,0,13,13,0 +6886,292,57,1,11,11,0 +6880,292,102,4,6,6,0 +6899,292,91,0,17,17,0 +6898,292,94,1,12,12,0 +6896,292,122,2,8,8,0 +6895,292,55,7,5,5,0 +6894,292,92,0,21,21,0 +6893,292,123,0,19,19,0 +6892,292,109,0,16,16,0 +6890,292,128,0,24,24,0 +6889,292,79,0,18,18,0 +6887,292,105,3,7,7,0 +6888,292,127,0,22,22,0 +6882,292,77,8,4,4,0 +6881,292,30,17,3,3,0 +6879,292,119,18,2,2,0 +6878,292,95,40,1,1,4 +6900,292,104,0,20,20,0 +6902,293,95,50,1,1,5 +6903,293,119,24,2,2,0 +6904,293,102,8,4,4,0 +6905,293,30,17,3,3,0 +6906,293,77,8,5,5,0 +6907,293,65,1,12,12,0 +6908,293,100,0,15,15,0 +6909,293,88,0,14,14,0 +6910,293,57,1,13,13,0 +6911,293,105,5,7,7,0 +6912,293,127,0,16,16,0 +6913,293,79,0,21,21,0 +6914,293,128,0,26,26,0 +6915,293,110,2,10,10,0 +6916,293,109,0,18,18,0 +6917,293,123,0,22,22,0 +6918,293,92,0,24,24,0 +6919,293,55,7,6,6,0 +6920,293,122,2,9,9,0 +6921,293,81,0,17,17,0 +6922,293,94,2,11,11,0 +6923,293,91,0,19,19,0 +6924,293,104,0,23,23,0 +6925,293,108,0,25,25,0 +6926,293,84,3,8,8,0 +6927,293,129,0,20,20,0 +6928,294,95,56,1,1,5 +6929,294,119,28,2,2,0 +6930,294,102,18,4,4,1 +6931,294,30,20,3,3,0 +6932,294,77,8,5,5,0 +6933,294,65,1,12,12,0 +6934,294,100,0,16,16,0 +6935,294,88,0,15,15,0 +6936,294,57,1,13,13,0 +6937,294,105,5,8,8,0 +6938,294,127,0,17,17,0 +6939,294,79,0,23,23,0 +6940,294,128,0,26,26,0 +6941,294,110,2,10,10,0 +6942,294,109,0,19,19,0 +6943,294,123,0,24,24,0 +6944,294,92,1,14,14,0 +6945,294,55,7,6,6,0 +6946,294,122,2,9,9,0 +6947,294,81,0,18,18,0 +6948,294,94,2,11,11,0 +6949,294,91,0,21,21,0 +6950,294,104,0,20,20,0 +6951,294,108,0,25,25,0 +6952,294,84,5,7,7,0 +6953,294,129,0,22,22,0 +6954,295,95,56,1,1,5 +6955,295,119,28,2,2,0 +6956,295,102,18,4,4,1 +6957,295,30,26,3,3,0 +6958,295,77,18,5,5,1 +6959,295,65,1,14,14,0 +6960,295,100,1,13,13,0 +6961,295,88,0,17,17,0 +6962,295,57,1,15,15,0 +6963,295,105,5,8,8,0 +6964,295,127,0,18,18,0 +6965,295,79,0,23,23,0 +6966,295,128,0,26,26,0 +6967,295,110,4,9,9,0 +6968,295,109,0,20,20,0 +6969,295,123,0,24,24,0 +6970,295,92,1,16,16,0 +6971,295,55,11,6,6,0 +6972,295,122,2,11,11,0 +6973,295,81,0,19,19,0 +6974,295,94,2,12,12,0 +6975,295,91,3,10,10,0 +6976,295,104,0,21,21,0 +6977,295,108,0,25,25,0 +6978,295,84,5,7,7,0 +6979,295,129,0,22,22,0 +6980,296,95,66,1,1,6 +6981,296,119,34,2,2,0 +6982,296,102,18,4,4,1 +6983,296,30,26,3,3,0 +6984,296,77,18,5,5,1 +6985,296,65,2,14,14,0 +6986,296,100,3,12,12,0 +6987,296,88,0,17,17,0 +6988,296,57,4,9,9,0 +6989,296,105,5,8,8,0 +6990,296,127,0,19,19,0 +6991,296,79,0,23,23,0 +6992,296,128,0,26,26,0 +6993,296,110,4,10,10,0 +6994,296,109,0,20,20,0 +6995,296,123,0,24,24,0 +6996,296,92,1,16,16,0 +6997,296,55,11,6,6,0 +6998,296,122,2,13,13,0 +6999,296,81,0,18,18,0 +7000,296,94,2,15,15,0 +7001,296,91,3,11,11,0 +7002,296,104,0,22,22,0 +7003,296,108,0,25,25,0 +7004,296,84,9,7,7,0 +7005,296,129,0,21,21,0 +7006,297,95,76,1,1,7 +7007,297,119,40,2,2,0 +7008,297,102,18,5,5,1 +7009,297,30,29,3,3,0 +7010,297,77,20,4,4,1 +7011,297,65,2,14,14,0 +7012,297,100,3,12,12,0 +7013,297,88,0,17,17,0 +7014,297,57,5,8,8,0 +7015,297,105,5,9,9,0 +7016,297,127,0,19,19,0 +7017,297,79,0,23,23,0 +7018,297,128,0,26,26,0 +7019,297,110,4,10,10,0 +7020,297,109,0,20,20,0 +7021,297,123,0,24,24,0 +7022,297,92,1,16,16,0 +7023,297,55,11,7,7,0 +7024,297,122,2,13,13,0 +7025,297,81,0,18,18,0 +7026,297,94,2,15,15,0 +7027,297,91,3,11,11,0 +7028,297,104,0,22,22,0 +7029,297,108,0,25,25,0 +7030,297,84,13,6,6,0 +7031,297,129,0,21,21,0 +7032,297,99,0,27,27,0 +7033,297,71,0,28,28,0 +7034,298,95,86,1,1,8 +7035,298,119,40,2,2,0 +7036,298,102,24,4,4,1 +7037,298,30,33,3,3,0 +7038,298,77,20,5,5,1 +7039,298,65,2,14,14,0 +7040,298,100,4,11,11,0 +7041,298,88,0,17,17,0 +7042,298,57,5,8,8,0 +7043,298,105,5,9,9,0 +7044,298,127,0,20,20,0 +7045,298,79,0,24,24,0 +7046,298,128,0,26,26,0 +7047,298,110,4,10,10,0 +7048,298,109,0,21,21,0 +7049,298,123,0,19,19,0 +7050,298,92,1,16,16,0 +7051,298,55,13,7,7,0 +7052,298,122,2,13,13,0 +7053,298,81,0,18,18,0 +7054,298,94,2,15,15,0 +7055,298,91,3,12,12,0 +7056,298,104,0,23,23,0 +7057,298,108,0,25,25,0 +7058,298,84,16,6,6,0 +7059,298,129,0,22,22,0 +7060,298,99,0,27,27,0 +7061,298,71,0,28,28,0 +7062,299,95,92,1,1,8 +7063,299,119,40,2,2,0 +7064,299,102,34,3,3,2 +7065,299,30,33,4,4,0 +7066,299,77,24,5,5,1 +7067,299,65,2,14,14,0 +7068,299,100,4,11,11,0 +7069,299,88,0,17,17,0 +7070,299,57,8,8,8,0 +7071,299,105,5,9,9,0 +7072,299,127,0,20,20,0 +7073,299,79,0,24,24,0 +7074,299,128,0,27,27,0 +7075,299,110,4,10,10,0 +7076,299,109,0,21,21,0 +7077,299,123,0,19,19,0 +7078,299,92,1,16,16,0 +7079,299,55,13,7,7,0 +7080,299,122,3,13,13,0 +7081,299,81,0,18,18,0 +7082,299,94,2,15,15,0 +7083,299,91,3,12,12,0 +7084,299,104,0,23,23,0 +7085,299,108,0,25,25,0 +7086,299,84,18,6,6,0 +7087,299,129,0,22,22,0 +7088,299,99,0,28,28,0 +7089,299,71,0,26,26,0 +7090,300,95,98,1,1,8 +7091,300,119,44,2,2,0 +7092,300,102,36,4,4,2 +7093,300,30,43,3,3,1 +7094,300,77,24,5,5,1 +7095,300,65,2,14,14,0 +7096,300,100,4,11,11,0 +7097,300,88,0,18,18,0 +7098,300,57,9,8,8,0 +7099,300,105,5,9,9,0 +7100,300,127,0,21,21,0 +7101,300,79,0,24,24,0 +7102,300,128,0,26,26,0 +7103,300,110,4,10,10,0 +7104,300,109,0,17,17,0 +7105,300,123,0,20,20,0 +7106,300,92,1,16,16,0 +7107,300,55,13,7,7,0 +7108,300,122,3,13,13,0 +7109,300,81,0,19,19,0 +7110,300,94,2,15,15,0 +7111,300,91,3,12,12,0 +7112,300,104,0,23,23,0 +7113,300,108,0,25,25,0 +7114,300,84,21,6,6,0 +7115,300,129,0,22,22,0 +7116,300,99,0,29,29,0 +7117,300,71,0,27,27,0 +68160,969,830,10,5,5,0 +7119,300,125,0,28,28,0 +7120,300,131,0,30,30,0 +7121,301,95,98,1,1,8 +7122,301,119,46,4,4,0 +7123,301,102,46,3,3,3 +7124,301,30,47,2,2,1 +7125,301,77,27,5,5,1 +7126,301,65,2,14,14,0 +7127,301,100,4,11,11,0 +7128,301,88,0,18,18,0 +7129,301,57,9,8,8,0 +7130,301,105,5,9,9,0 +7131,301,127,0,21,21,0 +7132,301,79,0,24,24,0 +7133,301,128,0,26,26,0 +7134,301,110,5,10,10,0 +7135,301,109,0,17,17,0 +7136,301,123,0,20,20,0 +7137,301,92,1,16,16,0 +7138,301,55,13,7,7,0 +7139,301,122,3,13,13,0 +7140,301,81,0,19,19,0 +7141,301,94,2,15,15,0 +7142,301,91,3,12,12,0 +7143,301,104,0,23,23,0 +7144,301,108,0,25,25,0 +7145,301,84,27,6,6,0 +7146,301,129,0,22,22,0 +7147,301,99,0,29,29,0 +7148,301,71,0,27,27,0 +68159,969,8,12,4,4,0 +7150,301,125,0,28,28,0 +7151,301,131,0,30,30,0 +7152,302,95,108,1,1,9 +7153,302,119,46,4,4,0 +7154,302,102,50,2,2,3 +7155,302,30,47,3,3,1 +7156,302,77,33,5,5,1 +7157,302,65,2,14,14,0 +7158,302,100,4,11,11,0 +7159,302,88,0,18,18,0 +7160,302,57,11,8,8,0 +7161,302,105,6,9,9,0 +7162,302,127,0,21,21,0 +7163,302,79,0,24,24,0 +7164,302,128,0,26,26,0 +7165,302,110,5,10,10,0 +7166,302,109,0,17,17,0 +7167,302,123,0,19,19,0 +7168,302,92,1,16,16,0 +7169,302,55,13,7,7,0 +7170,302,122,3,13,13,0 +7171,302,81,0,20,20,0 +7172,302,94,2,15,15,0 +7173,302,91,3,12,12,0 +7174,302,104,0,23,23,0 +7175,302,108,0,25,25,0 +7176,302,84,30,6,6,0 +7177,302,129,0,22,22,0 +7178,302,99,0,30,30,0 +7179,302,71,0,28,28,0 +68158,969,822,15,3,3,0 +7181,302,125,0,27,27,0 +7182,302,131,0,29,29,0 +7183,303,95,108,1,1,9 +7184,303,119,56,2,2,1 +7185,303,102,50,3,3,3 +7186,303,30,47,4,4,1 +7187,303,77,39,5,5,1 +7188,303,65,2,14,14,0 +7189,303,100,4,11,11,0 +7190,303,88,0,19,19,0 +7191,303,57,11,8,8,0 +7192,303,105,6,10,10,0 +7193,303,127,0,22,22,0 +7194,303,79,0,25,25,0 +7195,303,128,0,27,27,0 +7196,303,110,8,9,9,0 +7197,303,109,0,18,18,0 +7198,303,123,0,20,20,0 +7199,303,92,1,17,17,0 +7200,303,55,15,7,7,0 +7201,303,122,3,13,13,0 +7202,303,81,0,21,21,0 +7203,303,94,2,15,15,0 +7204,303,91,3,12,12,0 +7205,303,104,1,16,16,0 +7206,303,108,0,26,26,0 +7207,303,84,34,6,6,0 +7208,303,129,0,24,24,0 +7209,303,99,0,31,31,0 +7210,303,71,0,29,29,0 +68157,969,1,18,2,2,0 +7212,303,125,0,28,28,0 +7213,303,131,0,23,23,0 +7214,303,78,0,30,30,0 +7215,304,95,108,1,1,9 +7216,304,119,56,2,2,1 +7217,304,102,50,4,4,3 +7218,304,30,53,3,3,1 +7219,304,77,49,5,5,2 +7220,304,65,2,15,15,0 +7221,304,100,4,11,11,0 +7222,304,88,0,20,20,0 +7223,304,57,11,8,8,0 +7224,304,105,6,10,10,0 +7225,304,127,0,23,23,0 +7226,304,79,0,25,25,0 +7227,304,128,0,27,27,0 +7228,304,110,8,9,9,0 +7229,304,109,0,21,21,0 +7230,304,123,2,14,14,0 +7231,304,92,1,19,19,0 +7232,304,55,18,7,7,0 +7233,304,122,3,13,13,0 +7234,304,81,0,22,22,0 +7235,304,94,2,16,16,0 +7236,304,91,3,12,12,0 +7237,304,104,1,18,18,0 +7238,304,108,0,26,26,0 +7239,304,84,38,6,6,0 +7240,304,129,0,24,24,0 +7241,304,99,0,32,32,0 +7242,304,71,0,30,30,0 +68156,969,20,25,1,1,1 +7244,304,125,0,28,28,0 +7245,304,131,1,17,17,0 +7246,304,78,0,29,29,0 +7247,304,136,0,31,31,0 +17127,306,128,0,34,34,0 +17126,306,129,0,32,32,0 +17125,306,142,0,33,33,0 +17124,306,110,0,27,27,0 +17123,306,141,0,31,31,0 +17122,306,100,0,21,21,0 +17121,306,140,0,30,30,0 +17120,306,133,0,29,29,0 +17119,306,103,0,25,25,0 +17118,306,109,0,26,26,0 +17117,306,81,0,12,12,0 +17116,306,139,0,19,19,0 +17115,306,87,0,23,23,0 +17114,306,127,0,28,28,0 +17113,306,95,0,20,20,0 +17162,307,120,0,33,33,0 +17161,307,128,0,20,20,0 +17160,307,129,0,34,34,0 +17159,307,142,0,35,35,0 +17158,307,110,0,27,27,0 +17157,307,141,1,13,13,0 +17156,307,100,0,22,22,0 +17155,307,140,0,32,32,0 +17154,307,133,0,31,31,0 +17153,307,103,0,30,30,0 +17152,307,109,4,6,6,0 +17151,307,81,0,18,18,0 +17150,307,139,0,24,24,0 +17149,307,87,0,17,17,0 +17148,307,127,0,25,25,0 +17147,307,95,0,26,26,0 +17146,307,77,10,2,2,0 +17145,307,123,0,14,14,0 +17144,307,122,0,29,29,0 +17143,307,105,0,28,28,0 +17142,307,90,0,15,15,0 +17141,307,119,6,4,4,0 +17140,307,57,2,9,9,0 +17197,308,120,0,32,32,0 +17196,308,128,0,24,24,0 +17195,308,129,0,34,34,0 +17193,308,110,0,28,28,0 +17192,308,141,1,16,16,0 +17191,308,100,0,25,25,0 +17190,308,140,0,33,33,0 +17189,308,133,0,31,31,0 +17188,308,103,0,23,23,0 +17187,308,109,4,8,8,0 +17186,308,81,0,20,20,0 +17185,308,139,1,14,14,0 +17184,308,87,0,21,21,0 +17183,308,127,0,27,27,0 +17182,308,95,6,5,5,0 +17181,308,77,10,3,3,0 +17180,308,123,0,17,17,0 +17179,308,122,0,30,30,0 +17178,308,105,0,29,29,0 +17177,308,90,3,9,9,0 +17176,308,119,6,4,4,0 +17175,308,57,2,12,12,0 +17174,308,55,5,7,7,0 +17173,308,84,0,26,26,0 +17172,308,92,0,19,19,0 +17233,309,65,0,34,34,0 +17232,309,120,0,33,33,0 +17231,309,128,0,26,26,0 +17230,309,129,0,35,35,0 +17229,309,142,0,36,36,0 +17228,309,110,3,12,12,0 +17227,309,141,1,18,18,0 +17226,309,100,0,21,21,0 +17225,309,140,0,29,29,0 +17224,309,133,0,32,32,0 +17223,309,103,0,25,25,0 +17222,309,109,4,9,9,0 +17221,309,81,0,22,22,0 +17220,309,139,1,16,16,0 +17219,309,87,0,23,23,0 +17218,309,127,0,28,28,0 +17217,309,95,7,7,7,0 +17216,309,77,10,5,5,0 +17215,309,123,0,19,19,0 +17214,309,122,0,30,30,0 +17213,309,105,0,31,31,0 +17212,309,90,3,11,11,0 +17211,309,119,10,4,4,0 +17210,309,57,2,14,14,0 +17209,309,55,5,8,8,0 +17208,309,84,0,27,27,0 +17269,310,65,0,27,27,0 +17268,310,120,0,35,35,0 +17267,310,128,0,26,26,0 +17266,310,129,0,33,33,0 +17265,310,142,0,36,36,0 +17263,310,141,1,19,19,0 +17262,310,100,0,23,23,0 +17261,310,140,0,30,30,0 +17260,310,133,0,34,34,0 +17259,310,103,1,17,17,0 +17258,310,109,4,11,11,0 +17257,310,81,0,21,21,0 +17256,310,139,1,16,16,0 +17255,310,87,0,24,24,0 +17254,310,127,0,29,29,0 +17253,310,95,13,4,4,0 +17252,310,77,10,6,6,0 +17251,310,123,0,20,20,0 +17250,310,122,0,31,31,0 +17249,310,105,0,32,32,0 +17248,310,90,5,10,10,0 +17247,310,119,20,2,2,1 +17246,310,57,2,14,14,0 +17245,310,55,5,9,9,0 +17244,310,84,0,28,28,0 +17243,310,92,2,13,13,0 +17242,310,94,3,12,12,0 +17305,311,65,0,28,28,0 +17304,311,120,0,35,35,0 +17303,311,128,0,27,27,0 +17302,311,129,0,32,32,0 +17300,311,110,7,9,9,0 +17299,311,141,1,19,19,0 +17298,311,100,0,24,24,0 +17297,311,140,0,30,30,0 +17296,311,133,0,34,34,0 +17295,311,103,1,17,17,0 +17294,311,109,4,11,11,0 +17293,311,81,0,21,21,0 +17292,311,139,1,16,16,0 +17291,311,87,0,25,25,0 +17290,311,127,0,22,22,0 +17289,311,95,23,2,2,1 +17288,311,77,10,6,6,0 +17287,311,123,0,20,20,0 +17286,311,122,0,31,31,0 +17285,311,105,0,33,33,0 +17284,311,90,5,10,10,0 +17283,311,119,22,3,3,1 +17282,311,57,2,14,14,0 +17281,311,55,8,8,8,0 +17280,311,84,0,29,29,0 +17279,311,92,2,13,13,0 +17341,312,65,0,28,28,0 +17340,312,120,0,35,35,0 +17339,312,128,0,27,27,0 +17338,312,129,0,32,32,0 +17336,312,110,7,9,9,0 +17335,312,141,1,19,19,0 +17334,312,100,0,24,24,0 +17333,312,140,0,30,30,0 +17332,312,133,0,34,34,0 +17331,312,103,1,17,17,0 +17330,312,109,4,11,11,0 +17329,312,81,0,21,21,0 +17328,312,139,1,16,16,0 +17327,312,87,0,25,25,0 +17326,312,127,0,22,22,0 +17325,312,95,33,2,2,2 +17324,312,77,16,6,6,0 +17323,312,123,0,20,20,0 +17322,312,122,0,31,31,0 +17321,312,105,0,33,33,0 +17320,312,90,5,10,10,0 +17319,312,119,22,3,3,1 +17318,312,57,2,15,15,0 +17317,312,55,8,8,8,0 +17316,312,84,0,29,29,0 +17315,312,92,3,13,13,0 +17378,313,143,0,36,36,0 +17377,313,65,0,28,28,0 +17376,313,120,0,35,35,0 +17375,313,128,0,27,27,0 +17373,313,142,0,37,37,0 +17372,313,110,9,9,9,0 +17371,313,141,1,19,19,0 +17370,313,100,0,24,24,0 +17369,313,140,0,30,30,0 +17368,313,133,0,34,34,0 +17367,313,103,1,17,17,0 +17366,313,109,4,11,11,0 +17365,313,81,0,21,21,0 +17364,313,139,1,16,16,0 +17363,313,87,0,25,25,0 +17362,313,127,0,22,22,0 +17361,313,95,43,2,2,3 +17360,313,77,19,5,5,0 +17359,313,123,0,20,20,0 +17358,313,122,0,31,31,0 +17357,313,105,0,33,33,0 +17356,313,90,5,10,10,0 +17355,313,119,28,3,3,1 +17354,313,57,2,15,15,0 +17353,313,55,12,7,7,0 +17352,313,84,0,29,29,0 +17415,314,143,0,36,36,0 +17414,314,65,0,29,29,0 +17413,314,120,0,35,35,0 +17412,314,128,0,28,28,0 +17411,314,129,0,32,32,0 +17409,314,110,9,9,9,0 +17408,314,141,1,20,20,0 +17407,314,100,0,25,25,0 +17406,314,140,0,31,31,0 +17405,314,133,0,34,34,0 +17403,314,109,4,11,11,0 +17402,314,81,0,22,22,0 +17401,314,139,1,16,16,0 +17400,314,87,0,26,26,0 +17399,314,127,0,23,23,0 +17398,314,95,49,2,2,3 +17397,314,77,22,4,4,0 +17396,314,123,0,21,21,0 +17395,314,122,1,18,18,0 +17394,314,105,0,33,33,0 +17393,314,90,5,10,10,0 +17392,314,119,32,3,3,1 +17391,314,57,2,15,15,0 +17390,314,55,14,7,7,0 +17389,314,84,0,30,30,0 +17388,314,92,4,12,12,0 +17453,315,30,0,34,34,0 +17452,315,143,0,37,37,0 +17451,315,65,0,24,24,0 +17450,315,120,0,36,36,0 +17449,315,128,0,30,30,0 +17447,315,142,0,38,38,0 +17445,315,141,1,21,21,0 +17444,315,100,0,27,27,0 +17443,315,140,0,32,32,0 +17442,315,133,0,35,35,0 +17441,315,103,1,18,18,0 +17440,315,109,4,11,11,0 +17438,315,139,1,16,16,0 +17437,315,87,1,17,17,0 +17436,315,127,0,25,25,0 +17435,315,95,49,2,2,3 +17434,315,77,28,4,4,0 +17433,315,123,0,22,22,0 +17432,315,122,1,19,19,0 +17431,315,105,0,33,33,0 +17430,315,90,8,10,10,0 +17429,315,119,34,3,3,1 +17428,315,57,2,15,15,0 +17427,315,55,14,7,7,0 +17426,315,84,0,29,29,0 +17425,315,92,4,12,12,0 +17424,315,94,3,13,13,0 +17423,315,99,0,28,28,0 +17491,316,30,2,16,16,0 +17490,316,143,0,37,37,0 +17489,316,65,0,25,25,0 +17488,316,120,0,36,36,0 +17487,316,128,0,31,31,0 +17485,316,142,0,38,38,0 +17484,316,110,9,9,9,0 +17483,316,141,1,22,22,0 +17482,316,100,0,28,28,0 +17481,316,140,0,33,33,0 +17480,316,133,0,35,35,0 +17479,316,103,1,20,20,0 +17478,316,109,4,11,11,0 +17476,316,139,1,17,17,0 +17475,316,87,1,18,18,0 +17474,316,127,0,26,26,0 +17473,316,95,59,2,2,4 +17472,316,77,31,4,4,0 +17471,316,123,0,23,23,0 +17470,316,122,1,19,19,0 +17469,316,105,0,34,34,0 +17468,316,90,8,10,10,0 +17467,316,119,34,3,3,1 +17466,316,57,2,15,15,0 +17465,316,55,14,7,7,0 +17464,316,84,0,30,30,0 +17463,316,92,4,12,12,0 +17462,316,94,3,13,13,0 +17461,316,99,0,29,29,0 +17529,317,30,3,14,14,0 +17528,317,143,0,37,37,0 +17527,317,65,0,26,26,0 +17526,317,120,0,36,36,0 +17525,317,128,0,31,31,0 +17524,317,129,0,32,32,0 +17523,317,142,0,38,38,0 +17521,317,141,1,22,22,0 +17520,317,100,0,28,28,0 +17519,317,140,0,34,34,0 +17518,317,133,0,35,35,0 +17517,317,103,1,20,20,0 +17516,317,109,4,12,12,0 +17515,317,81,0,25,25,0 +17513,317,87,1,18,18,0 +17512,317,127,0,24,24,0 +17511,317,95,59,2,2,4 +17510,317,77,31,4,4,0 +17509,317,123,0,23,23,0 +17508,317,122,1,19,19,0 +17507,317,105,0,33,33,0 +17506,317,90,8,10,10,0 +17505,317,119,44,3,3,2 +17504,317,57,2,16,16,0 +17503,317,55,18,7,7,0 +17502,317,84,0,30,30,0 +17501,317,92,4,13,13,0 +17500,317,94,6,11,11,0 +17499,317,99,0,29,29,0 +17498,317,78,0,27,27,0 +17568,318,70,0,32,32,0 +17567,318,30,4,14,14,0 +17566,318,143,0,38,38,0 +17565,318,65,0,26,26,0 +17564,318,120,0,37,37,0 +17563,318,128,0,31,31,0 +17561,318,142,0,39,39,0 +17560,318,110,9,9,9,0 +17559,318,141,1,22,22,0 +17558,318,100,0,28,28,0 +17557,318,140,0,35,35,0 +17556,318,133,0,36,36,0 +17555,318,103,1,20,20,0 +17554,318,109,4,12,12,0 +17552,318,139,1,17,17,0 +17551,318,87,1,18,18,0 +17550,318,127,0,23,23,0 +17549,318,95,69,2,2,5 +17548,318,77,31,5,5,0 +17547,318,123,0,24,24,0 +17546,318,122,1,19,19,0 +17545,318,105,0,34,34,0 +17544,318,90,8,10,10,0 +17543,318,119,48,3,3,2 +17542,318,57,2,16,16,0 +17541,318,55,21,7,7,0 +17540,318,84,0,30,30,0 +17539,318,92,4,13,13,0 +17538,318,94,6,11,11,0 +17537,318,99,0,29,29,0 +17609,319,144,0,41,41,0 +17608,319,91,0,37,37,0 +17607,319,70,0,31,31,0 +17606,319,30,4,14,14,0 +17605,319,143,0,39,39,0 +17604,319,65,0,27,27,0 +17603,319,120,0,38,38,0 +17601,319,129,0,33,33,0 +17600,319,142,0,40,40,0 +17599,319,110,9,9,9,0 +17598,319,141,1,23,23,0 +17597,319,100,0,29,29,0 +17596,319,140,0,36,36,0 +17594,319,103,1,21,21,0 +17593,319,109,4,12,12,0 +17591,319,139,1,18,18,0 +17590,319,87,1,19,19,0 +17589,319,127,0,24,24,0 +17588,319,95,69,2,2,5 +17587,319,77,41,4,4,1 +17586,319,123,0,25,25,0 +17585,319,122,1,20,20,0 +17584,319,105,0,35,35,0 +17583,319,90,8,10,10,0 +17582,319,119,52,3,3,2 +17581,319,57,2,16,16,0 +17580,319,55,21,7,7,0 +17579,319,84,2,17,17,0 +17578,319,92,4,13,13,0 +17577,319,94,6,11,11,0 +17576,319,99,0,30,30,0 +17650,320,144,0,40,40,0 +17649,320,91,0,36,36,0 +17648,320,70,0,31,31,0 +17647,320,30,4,14,14,0 +17646,320,143,0,39,39,0 +17645,320,65,0,27,27,0 +17644,320,120,0,38,38,0 +17643,320,128,0,32,32,0 +17642,320,129,0,34,34,0 +17641,320,142,0,41,41,0 +17639,320,141,1,23,23,0 +17638,320,100,0,29,29,0 +17637,320,140,0,37,37,0 +17636,320,133,0,33,33,0 +17635,320,103,1,21,21,0 +17634,320,109,4,12,12,0 +17632,320,139,1,18,18,0 +17631,320,87,1,19,19,0 +17630,320,127,0,25,25,0 +17629,320,95,72,2,2,5 +17628,320,77,43,4,4,1 +17627,320,123,0,26,26,0 +17626,320,122,1,20,20,0 +17625,320,105,0,35,35,0 +17624,320,90,8,10,10,0 +17623,320,119,53,3,3,2 +17622,320,57,2,16,16,0 +17621,320,55,21,7,7,0 +17620,320,84,2,17,17,0 +17619,320,92,4,13,13,0 +17618,320,94,6,11,11,0 +17617,320,99,0,30,30,0 +17616,320,78,0,28,28,0 +15889,322,131,2,8,8,0 +15912,322,81,0,19,19,0 +15894,322,105,0,14,14,0 +15891,322,94,0,10,10,0 +15892,322,103,0,11,11,0 +15920,322,133,0,22,22,0 +15919,322,112,0,16,16,0 +15959,323,152,0,38,38,0 +15958,323,101,0,34,34,0 +15957,323,139,0,32,32,0 +15942,323,117,12,2,2,1 +15940,323,129,0,25,25,0 +15921,323,102,13,1,1,1 +15956,323,133,0,26,26,0 +15955,323,112,0,16,16,0 +15954,323,92,0,36,36,0 +15953,323,150,0,39,39,0 +15952,323,149,0,37,37,0 +15951,323,114,0,30,30,0 +15950,323,99,0,35,35,0 +15949,323,109,0,20,20,0 +15948,323,81,0,24,24,0 +15947,323,140,0,33,33,0 +15946,323,151,0,15,15,0 +15972,324,90,0,24,24,0 +15973,324,127,0,25,25,0 +15974,324,147,0,21,21,0 +15975,324,88,0,29,29,0 +15976,324,95,3,9,9,0 +15977,324,77,16,2,2,0 +15978,324,148,0,16,16,0 +15979,324,129,0,28,28,0 +15980,324,110,0,27,27,0 +15981,324,117,12,4,4,1 +15982,324,122,0,31,31,0 +15983,324,118,0,15,15,0 +15984,324,78,0,19,19,0 +15985,324,151,0,17,17,0 +15986,324,140,0,34,34,0 +15998,324,152,0,38,38,0 +15997,324,101,0,30,30,0 +15996,324,139,0,33,33,0 +16000,325,55,13,4,4,0 +16001,325,123,9,7,7,0 +16011,325,90,0,27,27,0 +16012,325,127,0,28,28,0 +16013,325,147,0,22,22,0 +16037,325,152,0,38,38,0 +16036,325,101,0,31,31,0 +16035,325,139,0,33,33,0 +16034,325,133,2,11,11,0 +16033,325,112,0,18,18,0 +16032,325,92,0,36,36,0 +16031,325,150,0,39,39,0 +16030,325,149,0,37,37,0 +16029,325,114,0,32,32,0 +16028,325,99,0,35,35,0 +16027,325,109,0,23,23,0 +16026,325,81,0,29,29,0 +16025,325,140,0,34,34,0 +16024,325,151,0,17,17,0 +16023,325,78,0,19,19,0 +16022,325,118,1,12,12,0 +16021,325,122,0,20,20,0 +16076,326,152,0,38,38,0 +16074,326,139,0,33,33,0 +16075,326,101,0,31,31,0 +16048,326,145,7,9,9,0 +16045,326,103,1,13,13,0 +16073,326,133,2,11,11,0 +16072,326,112,0,18,18,0 +16071,326,92,0,36,36,0 +16070,326,150,0,39,39,0 +16069,326,149,0,37,37,0 +16068,326,114,0,32,32,0 +16067,326,99,0,35,35,0 +16066,326,109,0,23,23,0 +16065,326,81,0,30,30,0 +16064,326,140,0,34,34,0 +16063,326,151,0,17,17,0 +16062,326,78,0,19,19,0 +16061,326,118,1,12,12,0 +16060,326,122,0,21,21,0 +16059,326,117,23,2,2,2 +16058,326,110,0,27,27,0 +16057,326,129,0,26,26,0 +16056,326,148,0,16,16,0 +16055,326,77,23,3,3,0 +16054,326,95,13,5,5,0 +16053,326,88,0,24,24,0 +16052,326,147,0,22,22,0 +16115,327,152,0,38,38,0 +16114,327,101,0,31,31,0 +16113,327,139,0,33,33,0 +16112,327,133,2,12,12,0 +16111,327,112,0,20,20,0 +16110,327,92,0,36,36,0 +16109,327,150,0,39,39,0 +16108,327,149,0,37,37,0 +16107,327,114,0,32,32,0 +16106,327,99,0,35,35,0 +16105,327,109,0,24,24,0 +16104,327,81,0,30,30,0 +16103,327,140,0,34,34,0 +16102,327,151,0,19,19,0 +16101,327,78,0,22,22,0 +16100,327,118,1,13,13,0 +16098,327,117,32,2,2,3 +16097,327,110,0,27,27,0 +16095,327,148,0,18,18,0 +16094,327,77,25,3,3,0 +16093,327,95,13,6,6,0 +16092,327,88,0,17,17,0 +16091,327,147,0,23,23,0 +16090,327,127,0,29,29,0 +16089,327,90,0,28,28,0 +16087,327,145,7,9,9,0 +16154,328,152,0,38,38,0 +16137,328,117,41,1,1,4 +16124,328,119,10,8,8,1 +16153,328,101,0,32,32,0 +16152,328,139,0,24,24,0 +16150,328,112,0,20,20,0 +16149,328,92,0,36,36,0 +16148,328,150,0,39,39,0 +16147,328,149,0,37,37,0 +16146,328,114,0,33,33,0 +16145,328,99,0,34,34,0 +16144,328,109,0,25,25,0 +16143,328,81,0,31,31,0 +16142,328,140,0,35,35,0 +16141,328,151,0,19,19,0 +16140,328,78,0,21,21,0 +16139,328,118,1,14,14,0 +16138,328,122,6,10,10,0 +16136,328,110,0,28,28,0 +16135,328,129,0,27,27,0 +16134,328,148,0,18,18,0 +16133,328,77,25,3,3,0 +16132,328,95,13,7,7,0 +16131,328,88,1,15,15,0 +16130,328,147,0,23,23,0 +16129,328,127,0,30,30,0 +16127,328,146,0,26,26,0 +16193,329,152,0,38,38,0 +16176,329,117,44,2,2,4 +16163,329,119,12,9,9,1 +16192,329,101,0,32,32,0 +16191,329,139,0,24,24,0 +16189,329,112,0,20,20,0 +16188,329,92,0,36,36,0 +16187,329,150,0,39,39,0 +16186,329,149,0,37,37,0 +16185,329,114,0,33,33,0 +16184,329,99,0,34,34,0 +16183,329,109,0,25,25,0 +16182,329,81,0,31,31,0 +16181,329,140,0,35,35,0 +16180,329,151,0,19,19,0 +16179,329,78,0,21,21,0 +16178,329,118,1,14,14,0 +16177,329,122,6,10,10,0 +16175,329,110,0,28,28,0 +16174,329,129,0,27,27,0 +16173,329,148,0,18,18,0 +16172,329,77,29,3,3,0 +16171,329,95,13,8,8,0 +16170,329,88,1,15,15,0 +16169,329,147,0,23,23,0 +16168,329,127,0,30,30,0 +16166,329,146,0,26,26,0 +16211,330,77,29,3,3,0 +16217,330,118,3,12,12,0 +16232,330,152,0,38,38,0 +16231,330,101,0,33,33,0 +16230,330,139,0,24,24,0 +16229,330,133,2,13,13,0 +16228,330,112,0,21,21,0 +16227,330,92,0,36,36,0 +16226,330,150,0,39,39,0 +16225,330,149,0,37,37,0 +16224,330,114,0,34,34,0 +16223,330,99,0,30,30,0 +16222,330,109,0,26,26,0 +16221,330,81,0,32,32,0 +16220,330,140,0,35,35,0 +16219,330,151,0,17,17,0 +16218,330,78,0,22,22,0 +16196,330,123,27,4,4,1 +16216,330,122,6,10,10,0 +16215,330,117,44,2,2,4 +16214,330,110,0,29,29,0 +16213,330,129,0,28,28,0 +16212,330,148,0,19,19,0 +16210,330,95,13,9,9,0 +16209,330,88,1,15,15,0 +16208,330,147,0,25,25,0 +16207,330,127,0,20,20,0 +16205,330,146,0,27,27,0 +16271,331,152,0,38,38,0 +16352,334,123,30,5,5,1 +16250,331,77,33,3,3,0 +16251,331,148,0,20,20,0 +16252,331,129,0,28,28,0 +16270,331,101,0,33,33,0 +16269,331,139,0,24,24,0 +16268,331,133,2,13,13,0 +16267,331,112,0,21,21,0 +16266,331,92,0,36,36,0 +16265,331,150,0,39,39,0 +16264,331,149,0,37,37,0 +16263,331,114,0,34,34,0 +16262,331,99,0,30,30,0 +16261,331,109,0,26,26,0 +16260,331,81,0,32,32,0 +16259,331,140,0,35,35,0 +16258,331,151,0,18,18,0 +16235,331,123,27,4,4,1 +16257,331,78,0,22,22,0 +16256,331,118,3,12,12,0 +16255,331,122,6,10,10,0 +16254,331,117,50,2,2,4 +16253,331,110,0,29,29,0 +16249,331,95,13,9,9,0 +16248,331,88,1,15,15,0 +16247,331,147,0,25,25,0 +16246,331,127,1,17,17,0 +16244,331,146,0,27,27,0 +16310,332,152,0,38,38,0 +16320,333,105,0,22,22,0 +16289,332,77,37,3,3,0 +16290,332,148,0,20,20,0 +16291,332,129,0,29,29,0 +16309,332,101,0,33,33,0 +16308,332,139,0,24,24,0 +16307,332,133,2,13,13,0 +16306,332,112,0,21,21,0 +16305,332,92,0,36,36,0 +16304,332,150,0,39,39,0 +16303,332,149,0,37,37,0 +16302,332,114,0,34,34,0 +16301,332,99,0,30,30,0 +16300,332,109,0,27,27,0 +16299,332,81,0,32,32,0 +16298,332,140,0,35,35,0 +16297,332,151,0,18,18,0 +16274,332,123,27,4,4,1 +16296,332,78,0,22,22,0 +16295,332,118,3,12,12,0 +16294,332,122,6,10,10,0 +16293,332,117,56,2,2,4 +16292,332,110,0,25,25,0 +16288,332,95,16,8,8,0 +16287,332,88,1,16,16,0 +16286,332,147,0,26,26,0 +16285,332,127,1,17,17,0 +16283,332,146,0,28,28,0 +16349,333,152,0,38,38,0 +16327,333,95,25,6,6,1 +16328,333,77,40,3,3,0 +16329,333,148,0,20,20,0 +16348,333,101,0,33,33,0 +16347,333,139,0,24,24,0 +16346,333,133,2,13,13,0 +16345,333,112,0,21,21,0 +16344,333,92,0,36,36,0 +16343,333,150,0,39,39,0 +16342,333,149,0,37,37,0 +16341,333,114,0,34,34,0 +16340,333,99,0,30,30,0 +16339,333,109,0,27,27,0 +16338,333,81,0,32,32,0 +16337,333,140,0,35,35,0 +16336,333,151,0,18,18,0 +16335,333,78,0,23,23,0 +16334,333,118,3,12,12,0 +16333,333,122,6,10,10,0 +16332,333,117,60,2,2,4 +16331,333,110,0,25,25,0 +16330,333,129,0,29,29,0 +16326,333,88,1,16,16,0 +16325,333,147,0,26,26,0 +16324,333,127,1,17,17,0 +16323,333,90,0,31,31,0 +16322,333,146,0,28,28,0 +16367,334,77,40,3,3,0 +16369,334,129,0,30,30,0 +16370,334,110,0,26,26,0 +16371,334,117,69,2,2,5 +16388,334,152,0,38,38,0 +16387,334,101,0,34,34,0 +16386,334,139,0,25,25,0 +16385,334,133,2,13,13,0 +16384,334,112,0,22,22,0 +16383,334,92,0,36,36,0 +16382,334,150,0,39,39,0 +16381,334,149,0,37,37,0 +16380,334,114,0,24,24,0 +16379,334,99,0,31,31,0 +16378,334,109,0,28,28,0 +16377,334,81,0,33,33,0 +16376,334,140,0,35,35,0 +16375,334,151,0,18,18,0 +16374,334,78,0,20,20,0 +16373,334,118,3,12,12,0 +16372,334,122,6,10,10,0 +16368,334,148,0,21,21,0 +16366,334,95,31,4,4,1 +16365,334,88,2,15,15,0 +16364,334,147,0,27,27,0 +16363,334,127,1,17,17,0 +16361,334,146,0,29,29,0 +16428,335,65,0,35,35,0 +16427,335,152,0,39,39,0 +16405,335,95,31,6,6,1 +16406,335,77,40,3,3,0 +16407,335,148,0,22,22,0 +16426,335,101,0,34,34,0 +16425,335,139,0,26,26,0 +16424,335,133,2,16,16,0 +16423,335,112,0,23,23,0 +16422,335,92,0,37,37,0 +16421,335,150,0,40,40,0 +16420,335,149,0,38,38,0 +16419,335,114,0,25,25,0 +16418,335,99,0,32,32,0 +16417,335,109,0,29,29,0 +16416,335,81,0,33,33,0 +16415,335,140,0,36,36,0 +16414,335,151,0,20,20,0 +16413,335,78,0,19,19,0 +16412,335,118,3,14,14,0 +16411,335,122,6,10,10,0 +16410,335,117,69,2,2,5 +16409,335,110,0,27,27,0 +16408,335,129,0,31,31,0 +16404,335,88,6,12,12,0 +16402,335,127,1,18,18,0 +16401,335,90,6,11,11,0 +16400,335,146,0,30,30,0 +16391,335,123,32,5,5,1 +16468,336,65,0,35,35,0 +16467,336,152,0,39,39,0 +16444,336,88,6,12,12,0 +16445,336,95,37,5,5,1 +16446,336,77,43,4,4,0 +16447,336,148,0,22,22,0 +16448,336,129,0,31,31,0 +16449,336,110,0,27,27,0 +16466,336,101,0,34,34,0 +16465,336,139,0,26,26,0 +16464,336,133,2,16,16,0 +16463,336,112,0,23,23,0 +16462,336,92,0,37,37,0 +16461,336,150,0,40,40,0 +16460,336,149,0,38,38,0 +16459,336,114,0,25,25,0 +16458,336,99,0,32,32,0 +16457,336,109,0,29,29,0 +16456,336,81,0,33,33,0 +16455,336,140,0,36,36,0 +16454,336,151,0,20,20,0 +16453,336,78,0,19,19,0 +16452,336,118,3,14,14,0 +16451,336,122,6,10,10,0 +16450,336,117,71,2,2,5 +16443,336,147,0,28,28,0 +16442,336,127,1,18,18,0 +16441,336,90,6,11,11,0 +16440,336,146,0,30,30,0 +16439,336,145,21,8,8,0 +8261,1,8,0,15,15,0 +8260,1,9,0,14,14,0 +8259,1,20,0,13,13,0 +8258,1,17,0,12,12,0 +8257,1,21,0,11,11,0 +8256,1,2,0,10,10,0 +8255,1,16,0,9,9,0 +8254,1,7,1,8,8,0 +8253,1,67,2,7,7,0 +8252,1,3,3,6,6,0 +8251,1,4,4,5,5,0 +8250,1,10,5,4,4,0 +8249,1,15,6,3,3,0 +8248,1,22,8,2,2,0 +8247,1,18,10,1,1,1 +17669,2,5,0,20,20,0 +17668,2,6,0,15,15,0 +17667,2,12,0,17,17,0 +17666,2,13,0,13,13,0 +17665,2,8,0,18,18,0 +17664,2,9,0,19,19,0 +17663,2,20,0,16,16,0 +17662,2,17,1.5,9,9,0 +17661,2,21,0,14,14,0 +17660,2,2,4,5,5,0 +17659,2,16,0,12,12,0 +17658,2,7,1,11,11,0 +17657,2,67,2,8,8,0 +17656,2,3,3.5,7,7,0 +17655,2,4,4,6,6,0 +17654,2,10,8,4,4,0 +17653,2,15,8.5,3,3,0 +17652,2,22,10,2,2,0 +17651,2,18,15,1,1,2 +13613,36,8,10,1,1,1 +13614,36,4,8,2,2,0 +13615,36,1,6,3,3,0 +13616,36,2,5,4,4,0 +13636,37,3,2,8,8,0 +13630,37,8,16,2,2,1 +13631,37,4,18,1,1,1 +13632,37,1,14,3,3,0 +13633,37,2,10,4,4,0 +13634,37,21,7,5,5,0 +13676,39,13,27,3,3,2 +13671,39,8,22,4,4,1 +13672,39,4,28,2,2,1 +13673,39,1,30,1,1,0 +13674,39,2,15,5,5,0 +13698,40,13,33,3,3,2 +13693,40,8,23,4,4,1 +13694,40,4,38,1,1,2 +13695,40,1,38,2,2,0 +13696,40,2,18,5,5,0 +13719,41,21,13,6,6,0 +13717,41,1,48,1,1,1 +13715,41,8,27,4,4,1 +13723,41,15,4,13,13,0 +13727,41,17,0,15,15,0 +13725,41,22,0,17,17,0 +13741,42,21,13,6,6,0 +13739,42,1,58,1,1,2 +13737,42,8,32,4,4,1 +13749,42,17,2,14,14,0 +13745,42,15,7,10,10,0 +13747,42,22,0,18,18,0 +13764,43,21,16,7,7,0 +13762,43,1,64,1,1,2 +13760,43,8,42,4,4,2 +13768,43,15,7,10,10,0 +13770,43,22,0,19,19,0 +13786,44,2,33,5,5,0 +13785,44,1,70,1,1,2 +13783,44,8,52,3,3,3 +13788,44,13,51,4,4,2 +13791,44,15,7,10,10,0 +13793,44,22,0,18,18,0 +13812,45,3,5,13,13,0 +13810,45,21,17,7,7,0 +13806,45,8,52,4,4,3 +13807,45,4,68,2,2,3 +13808,45,1,70,1,1,2 +13831,46,1,80,1,1,3 +13829,46,8,60,3,3,3 +13834,46,13,59,4,4,2 +13839,46,22,0,18,18,0 +13854,47,1,84,1,1,3 +13852,47,8,68,4,4,3 +13859,47,23,5,14,14,0 +13860,47,15,7,13,13,0 +13878,48,1,92,1,1,3 +13876,48,8,74,3,3,3 +13882,48,3,12,10,10,0 +13883,48,23,5,14,14,0 +13902,49,1,97,1,1,3 +13900,49,8,84,3,3,4 +13906,49,3,15,9,9,0 +13907,49,23,5,14,14,0 +13926,50,1,107,1,1,4 +13924,50,8,90,3,3,4 +13930,50,3,15,9,9,0 +13931,50,23,5,14,14,0 +13950,51,1,107,1,1,4 +13948,51,8,100,3,3,5 +13954,51,3,15,9,9,0 +13976,52,21,21,8,8,0 +13974,52,1,109,2,2,4 +15883,321,150,0,33,33,0 +15881,321,114,0,31,31,0 +15879,321,109,0,29,29,0 +15875,321,78,0,25,25,0 +15873,321,122,0,23,23,0 +15871,321,110,0,21,21,0 +15869,321,148,0,19,19,0 +15867,321,95,0,17,17,0 +15865,321,147,0,15,15,0 +15863,321,90,0,13,13,0 +15861,321,145,0,11,11,0 +15857,321,94,0,7,7,0 +15858,321,103,0,8,8,0 +15859,321,119,0,9,9,0 +15884,321,92,0,34,34,0 +15882,321,149,0,32,32,0 +15880,321,99,0,30,30,0 +15878,321,81,0,28,28,0 +15876,321,151,0,26,26,0 +15874,321,118,0,24,24,0 +15872,321,117,0,22,22,0 +15870,321,129,0,20,20,0 +15868,321,77,0,18,18,0 +15866,321,88,0,16,16,0 +15864,321,127,0,14,14,0 +15862,321,146,0,12,12,0 +15860,321,105,0,10,10,0 +15918,322,92,0,35,35,0 +15916,322,149,0,34,34,0 +15915,322,114,0,26,26,0 +15913,322,109,0,32,32,0 +15911,322,140,0,31,31,0 +15910,322,151,0,24,24,0 +15908,322,118,0,27,27,0 +15907,322,122,0,30,30,0 +15906,322,117,9,2,2,1 +15902,322,77,6,4,4,0 +15903,322,148,0,25,25,0 +15904,322,129,0,28,28,0 +15900,322,88,0,23,23,0 +15901,322,95,3,7,7,0 +15899,322,147,0,21,21,0 +15898,322,127,0,20,20,0 +15897,322,90,0,18,18,0 +15896,322,146,0,17,17,0 +15895,322,145,0,13,13,0 +15893,322,119,0,12,12,0 +15890,322,138,1,9,9,0 +15888,322,137,4,6,6,0 +15945,323,78,0,17,17,0 +15944,323,118,0,13,13,0 +15943,323,122,0,31,31,0 +15941,323,110,0,29,29,0 +15939,323,148,0,27,27,0 +15938,323,77,12,3,3,0 +15937,323,95,3,9,9,0 +15936,323,88,0,28,28,0 +15935,323,147,0,19,19,0 +15934,323,127,0,23,23,0 +15930,323,105,0,18,18,0 +15929,323,119,9,4,4,1 +15928,323,103,0,14,14,0 +15927,323,94,0,12,12,0 +15926,323,138,1,11,11,0 +15925,323,131,2,10,10,0 +15924,323,137,6,7,7,0 +15995,324,133,2,10,10,0 +15993,324,92,0,36,36,0 +15992,324,150,0,39,39,0 +15991,324,149,0,37,37,0 +15990,324,114,0,32,32,0 +15988,324,109,0,22,22,0 +15987,324,81,0,26,26,0 +15971,324,146,0,23,23,0 +15969,324,105,0,20,20,0 +15968,324,119,9,5,5,1 +15967,324,103,1,12,12,0 +15966,324,94,0,14,14,0 +15965,324,138,1,13,13,0 +15964,324,131,2,11,11,0 +15963,324,137,6,7,7,0 +15962,324,123,9,6,6,0 +16020,325,117,14,3,3,1 +16019,325,110,0,30,30,0 +16017,325,148,0,16,16,0 +16015,325,95,7,8,8,0 +16014,325,88,0,24,24,0 +16008,325,105,0,21,21,0 +16009,325,145,4,9,9,0 +16010,325,146,0,25,25,0 +16007,325,119,9,6,6,1 +16006,325,103,1,13,13,0 +16005,325,94,0,15,15,0 +16004,325,138,1,14,14,0 +16051,326,127,0,29,29,0 +16050,326,90,0,28,28,0 +16049,326,146,0,25,25,0 +16039,326,55,13,4,4,0 +16047,326,105,0,20,20,0 +16046,326,119,9,8,8,1 +16044,326,94,0,15,15,0 +16043,326,138,1,14,14,0 +16042,326,131,2,10,10,0 +16088,327,146,0,25,25,0 +16081,327,131,2,11,11,0 +16082,327,138,1,15,15,0 +16083,327,94,0,16,16,0 +16084,327,103,1,14,14,0 +16077,327,102,35,1,1,3 +16078,327,55,13,5,5,0 +16079,327,123,11,7,7,0 +16128,328,90,0,29,29,0 +16126,328,145,7,9,9,0 +16125,328,105,0,22,22,0 +16123,328,103,4,11,11,0 +16122,328,94,0,17,17,0 +16121,328,138,1,16,16,0 +16120,328,131,2,13,13,0 +16119,328,137,18,4,4,0 +16118,328,123,17,5,5,0 +16167,329,90,0,29,29,0 +16165,329,145,13,7,7,0 +16164,329,105,0,22,22,0 +16162,329,103,4,11,11,0 +16161,329,94,0,17,17,0 +16160,329,138,1,16,16,0 +16159,329,131,2,13,13,0 +16158,329,137,18,5,5,0 +16157,329,123,18,4,4,0 +16206,330,90,0,31,31,0 +16204,330,145,13,8,8,0 +16203,330,105,0,23,23,0 +16202,330,119,15,6,6,1 +16201,330,103,5,11,11,0 +16200,330,94,0,18,18,0 +16199,330,138,1,16,16,0 +16198,330,131,2,14,14,0 +16245,331,90,0,31,31,0 +16243,331,145,16,6,6,0 +16242,331,105,0,23,23,0 +16241,331,119,15,7,7,1 +16240,331,103,5,11,11,0 +16239,331,94,0,19,19,0 +16238,331,138,1,16,16,0 +16237,331,131,2,14,14,0 +16284,332,90,0,31,31,0 +16282,332,145,16,7,7,0 +16281,332,105,0,23,23,0 +16280,332,119,17,6,6,1 +16279,332,103,5,11,11,0 +16278,332,94,0,19,19,0 +16277,332,138,2,15,15,0 +16276,332,131,2,14,14,0 +16321,333,145,17,8,8,0 +16311,333,102,78,1,1,6 +16319,333,119,17,7,7,1 +16317,333,94,0,19,19,0 +16316,333,138,2,15,15,0 +16315,333,131,2,14,14,0 +16314,333,137,26,5,5,0 +16313,333,123,27,4,4,1 +16362,334,90,0,32,32,0 +16360,334,145,21,7,7,0 +16359,334,105,0,23,23,0 +16358,334,119,19,8,8,1 +16357,334,103,5,11,11,0 +16356,334,94,0,19,19,0 +16355,334,138,2,16,16,0 +16354,334,131,2,14,14,0 +16389,335,102,78,1,1,6 +16399,335,145,21,8,8,0 +16397,335,119,22,7,7,1 +16396,335,103,5,13,13,0 +16395,335,94,0,21,21,0 +16394,335,138,3,15,15,0 +16429,336,102,78,1,1,6 +16438,336,105,0,24,24,0 +16436,336,103,5,13,13,0 +16435,336,94,0,21,21,0 +16434,336,138,3,15,15,0 +16433,336,131,2,17,17,0 +16432,336,137,43,3,3,2 +15877,321,140,0,27,27,0 +15856,321,138,1,6,6,0 +15855,321,131,2,5,5,0 +15854,321,137,3,4,4,0 +15853,321,123,4,3,3,0 +15852,321,55,6,2,2,0 +15851,321,102,9,1,1,1 +15887,322,123,6,5,5,0 +15886,322,55,6,3,3,0 +15885,322,102,13,1,1,1 +15923,323,123,6,6,6,0 +15922,323,55,7,5,5,0 +15970,324,145,4,8,8,0 +15960,324,102,22,1,1,2 +15961,324,55,13,3,3,0 +16002,325,137,12,5,5,0 +15999,325,102,31,1,1,3 +16041,326,137,13,6,6,0 +16040,326,123,11,7,7,0 +16038,326,102,31,1,1,3 +16086,327,105,0,21,21,0 +16085,327,119,10,8,8,1 +16080,327,137,16,4,4,0 +16116,328,102,39,2,2,3 +16155,329,102,48,1,1,4 +16197,330,137,22,5,5,0 +16195,330,55,13,7,7,0 +16194,330,102,54,1,1,4 +16236,331,137,24,5,5,0 +16234,331,55,13,8,8,0 +16233,331,102,63,1,1,5 +16275,332,137,24,5,5,0 +16273,332,55,13,9,9,0 +16272,332,102,72,1,1,6 +16318,333,103,5,11,11,0 +16312,333,55,13,9,9,0 +16353,334,137,26,6,6,0 +16351,334,55,13,9,9,0 +16350,334,102,78,1,1,6 +16393,335,131,2,17,17,0 +16392,335,137,35,4,4,1 +16390,335,55,13,9,9,0 +16431,336,123,34,6,6,1 +16430,336,55,13,9,9,0 +15917,322,150,0,36,36,0 +15914,322,99,0,33,33,0 +15909,322,78,0,15,15,0 +15905,322,110,0,29,29,0 +15931,323,145,4,8,8,0 +15932,323,146,0,21,21,0 +15933,323,90,0,22,22,0 +15994,324,112,0,18,18,0 +15989,324,99,0,35,35,0 +16018,325,129,0,26,26,0 +16016,325,77,19,2,2,0 +16003,325,131,2,10,10,0 +16096,327,129,0,26,26,0 +16099,327,122,6,10,10,0 +16151,328,133,2,12,12,0 +16117,328,55,13,6,6,0 +16190,329,133,2,12,12,0 +16156,329,55,13,6,6,0 +16403,335,147,0,28,28,0 +16398,335,105,0,24,24,0 +16437,336,119,23,7,7,1 +17093,305,128,0,34,34,0 +17091,305,142,0,32,32,0 +17089,305,141,0,30,30,0 +17087,305,140,0,28,28,0 +17085,305,103,0,26,26,0 +17083,305,81,0,24,24,0 +17081,305,87,0,22,22,0 +17079,305,95,0,20,20,0 +17077,305,123,0,18,18,0 +17075,305,105,0,16,16,0 +17073,305,119,0,14,14,0 +17071,305,55,0,12,12,0 +17069,305,92,0,10,10,0 +17067,305,99,0,8,8,0 +17092,305,129,0,33,33,0 +17090,305,110,0,31,31,0 +17088,305,100,0,29,29,0 +17086,305,133,0,27,27,0 +17084,305,109,0,25,25,0 +17082,305,139,0,23,23,0 +17080,305,127,0,21,21,0 +17078,305,77,0,19,19,0 +17076,305,122,0,17,17,0 +17074,305,90,0,15,15,0 +17072,305,57,0,13,13,0 +17070,305,84,0,11,11,0 +17068,305,94,0,9,9,0 +17066,305,78,0,7,7,0 +17065,305,88,1,6,6,0 +17064,305,138,2,5,5,0 +17063,305,131,3,4,4,0 +17062,305,137,4,3,3,0 +17061,305,117,6,2,2,0 +17060,305,102,10,1,1,1 +17112,306,77,4,5,5,0 +17111,306,123,0,17,17,0 +17110,306,122,0,24,24,0 +17109,306,105,0,22,22,0 +17108,306,90,0,10,10,0 +17107,306,119,6,3,3,0 +17106,306,57,0,14,14,0 +17104,306,84,0,18,18,0 +17102,306,94,0,15,15,0 +17100,306,78,0,11,11,0 +17099,306,88,1,9,9,0 +17098,306,138,2,7,7,0 +17096,306,137,6,4,4,0 +17105,306,55,1,8,8,0 +17097,306,131,3,6,6,0 +17103,306,92,0,16,16,0 +17101,306,99,0,13,13,0 +17095,306,117,9,2,2,0 +17094,306,102,20,1,1,2 +17139,307,55,1,11,11,0 +17138,307,84,0,23,23,0 +17135,307,99,0,19,19,0 +17134,307,78,0,16,16,0 +17133,307,88,1,12,12,0 +17132,307,138,2,10,10,0 +17131,307,131,3,8,8,0 +17129,307,117,9,3,3,0 +17130,307,137,6,5,5,0 +17137,307,92,0,21,21,0 +17136,307,94,3,7,7,0 +17128,307,102,30,1,1,3 +17171,308,94,3,10,10,0 +17170,308,99,0,22,22,0 +17167,308,138,2,13,13,0 +17166,308,131,3,11,11,0 +17164,308,117,11,2,2,0 +17194,308,142,0,35,35,0 +17169,308,78,0,18,18,0 +17165,308,137,6,6,6,0 +17168,308,88,1,15,15,0 +17163,308,102,40,1,1,4 +17207,309,92,2,13,13,0 +17206,309,94,3,10,10,0 +17204,309,78,0,20,20,0 +17202,309,138,2,15,15,0 +17199,309,117,11,3,3,0 +17203,309,88,1,17,17,0 +17205,309,99,0,24,24,0 +17201,309,131,9,6,6,0 +17200,309,137,16,2,2,1 +17198,309,102,40,1,1,4 +17241,310,99,0,25,25,0 +17239,310,88,1,18,18,0 +17238,310,138,2,15,15,0 +17237,310,131,9,7,7,0 +17235,310,117,11,5,5,0 +17264,310,110,6,8,8,0 +17240,310,78,0,22,22,0 +17234,310,102,44,1,1,4 +17236,310,137,16,3,3,1 +17278,311,94,3,12,12,0 +17276,311,78,0,23,23,0 +17275,311,88,1,18,18,0 +17274,311,138,2,15,15,0 +17273,311,131,9,7,7,0 +17271,311,117,17,4,4,0 +17301,311,142,0,36,36,0 +17277,311,99,0,26,26,0 +17270,311,102,48,1,1,4 +17272,311,137,16,5,5,1 +17314,312,94,3,12,12,0 +17312,312,78,0,23,23,0 +17311,312,88,1,18,18,0 +17310,312,138,2,14,14,0 +17309,312,131,9,7,7,0 +17307,312,117,21,4,4,0 +17337,312,142,0,36,36,0 +17313,312,99,0,26,26,0 +17306,312,102,51,1,1,4 +17308,312,137,18,5,5,1 +17350,313,94,3,13,13,0 +17348,313,78,0,23,23,0 +17347,313,88,1,18,18,0 +17346,313,138,2,14,14,0 +17345,313,131,9,8,8,0 +17343,313,117,21,4,4,0 +17349,313,99,0,26,26,0 +17374,313,129,0,32,32,0 +17351,313,92,4,12,12,0 +17344,313,137,18,6,6,1 +17342,313,102,51,1,1,4 +17387,314,94,3,13,13,0 +17385,314,78,0,24,24,0 +17384,314,88,1,19,19,0 +17383,314,138,2,14,14,0 +17382,314,131,9,8,8,0 +17380,314,117,21,5,5,0 +17386,314,99,0,27,27,0 +17410,314,142,0,37,37,0 +17404,314,103,1,17,17,0 +17381,314,137,18,6,6,1 +17379,314,102,61,1,1,5 +17422,315,78,0,26,26,0 +17421,315,88,1,20,20,0 +17420,315,138,2,14,14,0 +17419,315,131,9,8,8,0 +17417,315,117,21,6,6,0 +17448,315,129,0,31,31,0 +17446,315,110,9,9,9,0 +17439,315,81,0,23,23,0 +17416,315,102,71,1,1,6 +17418,315,137,22,5,5,1 +17460,316,78,0,27,27,0 +17459,316,88,1,21,21,0 +17458,316,138,2,14,14,0 +17455,316,117,25,5,5,0 +17486,316,129,0,32,32,0 +17454,316,102,77,1,1,6 +17477,316,81,0,24,24,0 +17457,316,131,9,8,8,0 +17456,316,137,23,6,6,1 +17497,317,88,1,21,21,0 +17496,317,138,2,15,15,0 +17493,317,117,25,6,6,0 +17522,317,110,9,9,9,0 +17492,317,102,83,1,1,6 +17514,317,139,1,17,17,0 +17495,317,131,9,8,8,0 +17494,317,137,25,5,5,1 +17536,318,78,0,27,27,0 +17533,318,131,9,8,8,0 +17531,318,117,31,4,4,0 +17562,318,129,0,33,33,0 +17532,318,137,25,6,6,1 +17553,318,81,0,25,25,0 +17535,318,88,1,21,21,0 +17530,318,102,85,1,1,6 +17534,318,138,2,15,15,0 +17575,319,78,0,28,28,0 +17574,319,88,1,22,22,0 +17573,319,138,2,15,15,0 +17572,319,131,10,8,8,0 +17571,319,137,25,6,6,1 +17595,319,133,0,34,34,0 +17602,319,128,0,32,32,0 +17592,319,81,0,26,26,0 +17570,319,117,34,5,5,0 +17569,319,102,91,1,1,6 +17615,320,88,1,22,22,0 +17614,320,138,2,15,15,0 +17613,320,131,10,8,8,0 +17612,320,137,26.5,6,6,1 +17633,320,81,0.5,24,24,0 +17640,320,110,9,9,9,0 +17611,320,117,34,5,5,0 +17610,320,102,96,1,1,7 +17670,2,1,1,10,10,0 +17714,3,10,10,4,4,0 +17729,3,5,4,9,9,0 +17730,3,1,4,10,10,0 +17728,3,6,0,18,18,0 +17727,3,12,0,20,20,0 +17726,3,13,0,15,15,0 +17725,3,8,0,16,16,0 +17724,3,9,0,19,19,0 +17723,3,20,10,3,3,1 +17717,3,67,3,12,12,0 +17718,3,7,1,13,13,0 +17719,3,16,0,14,14,0 +17720,3,2,4,7,7,0 +17721,3,21,0,17,17,0 +17722,3,17,9.5,5,5,0 +17716,3,3,3.5,11,11,0 +17715,3,4,4,8,8,0 +17713,3,15,8.5,6,6,0 +17711,3,18,21,1,1,2 +17712,3,22,15,2,2,0 +17769,4,5,4,10,10,0 +17768,4,6,0,19,19,0 +17767,4,12,0,17,17,0 +17766,4,13,0,15,15,0 +17765,4,8,3,12,12,0 +17764,4,9,0,20,20,0 +17763,4,20,18,3,3,1 +17761,4,21,0,18,18,0 +17760,4,2,4,9,9,0 +17759,4,16,0,16,16,0 +17758,4,7,1,14,14,0 +17757,4,67,3,13,13,0 +17756,4,3,3.5,11,11,0 +17754,4,10,12,5,5,0 +17752,4,22,19,2,2,0 +17770,4,1,9,7,7,0 +17762,4,17,9.5,6,6,0 +17751,4,18,31,1,1,3 +17753,4,15,14.5,4,4,0 +17755,4,4,5,8,8,0 +17771,5,18,41,1,1,4 +17772,5,22,27,2,2,0 +17773,5,15,14.5,5,5,0 +17774,5,10,12,6,6,0 +17775,5,4,9,8,8,0 +17776,5,3,4.5,10,10,0 +17777,5,67,3,14,14,0 +17778,5,7,1,15,15,0 +17779,5,16,0,16,16,0 +17780,5,2,6,9,9,0 +17781,5,21,0,19,19,0 +17782,5,17,15.5,4,4,0 +17783,5,20,23,3,3,1 +17784,5,9,0,18,18,0 +17785,5,8,3,13,13,0 +17786,5,13,3,12,12,0 +17787,5,12,0,17,17,0 +17788,5,6,0,20,20,0 +17789,5,5,4,11,11,0 +17790,5,1,9,7,7,0 +17946,6,13,8,10,10,0 +17947,6,12,0,18,18,0 +17950,6,1,9,9,9,0 +17931,6,18,51,1,1,5 +17949,6,5,4,13,13,0 +17948,6,6,0,20,20,0 +17945,6,8,9,8,8,0 +17944,6,9,0,19,19,0 +17943,6,20,23,3,3,1 +17942,6,17,19.5,4,4,0 +17941,6,21,0,16,16,0 +17940,6,2,6,12,12,0 +17939,6,16,0,17,17,0 +17938,6,7,2,15,15,0 +17936,6,3,7.5,11,11,0 +17937,6,67,3,14,14,0 +17935,6,4,11,7,7,0 +17934,6,10,12,6,6,0 +17933,6,15,14.5,5,5,0 +17932,6,22,35,2,2,0 +17890,7,1,9,11,11,0 +17889,7,5,4,13,13,0 +17888,7,6,0,20,20,0 +17887,7,12,0,19,19,0 +17885,7,8,9,10,10,0 +17884,7,9,2,15,15,0 +17882,7,17,27.5,4,4,0 +17880,7,2,6,12,12,0 +17878,7,7,2,16,16,0 +17874,7,10,13,6,6,0 +17872,7,22,35,2,2,0 +17883,7,20,29,3,3,1 +17877,7,67,3,14,14,0 +17879,7,16,0,18,18,0 +17871,7,18,61,1,1,6 +17873,7,15,19.5,5,5,0 +17881,7,21,0,17,17,0 +17886,7,13,11,8,8,0 +17876,7,3,11.5,7,7,0 +17875,7,4,11,9,9,0 +17930,8,1,9,11,11,0 +17929,8,5,4,13,13,0 +17928,8,6,0,20,20,0 +17927,8,12,0,19,19,0 +17925,8,8,10,10,10,0 +17924,8,9,2,15,15,0 +17922,8,17,35.5,4,4,0 +17920,8,2,6,12,12,0 +17918,8,7,2,16,16,0 +17914,8,10,13,8,8,0 +17912,8,22,41,2,2,0 +17923,8,20,39,3,3,2 +17917,8,67,3,14,14,0 +17919,8,16,0,18,18,0 +17911,8,18,64,1,1,6 +17913,8,15,21.5,5,5,0 +17921,8,21,0,17,17,0 +17926,8,13,16,6,6,0 +17916,8,3,15.5,7,7,0 +17915,8,4,11,9,9,0 +17951,9,18,68,1,1,6 +17952,9,22,44,4,4,0 +17953,9,15,21.5,6,6,0 +17954,9,10,13,8,8,0 +17955,9,4,13,9,9,0 +17956,9,3,20.5,7,7,0 +17957,9,67,3,14,14,0 +17958,9,7,2,16,16,0 +17959,9,16,0,18,18,0 +17960,9,2,6,12,12,0 +17961,9,21,0,17,17,0 +17962,9,17,45.5,3,3,1 +17963,9,20,47,2,2,2 +17964,9,9,2,15,15,0 +17965,9,8,10,10,10,0 +17966,9,13,22,5,5,0 +17967,9,12,0,19,19,0 +17968,9,6,0,20,20,0 +17969,9,5,5,13,13,0 +17970,9,1,9,11,11,0 +17971,10,18,70,1,1,6 +17972,10,22,44,4,4,0 +17973,10,15,22.5,6,6,0 +17974,10,10,16,10,10,0 +17975,10,4,13,11,11,0 +17976,10,3,25.5,5,5,0 +17977,10,67,3,14,14,0 +17978,10,7,2,16,16,0 +17979,10,16,0,19,19,0 +17980,10,2,6,13,13,0 +17981,10,21,0,17,17,0 +17982,10,17,51.5,2,2,1 +17983,10,20,47,3,3,2 +17984,10,9,2,15,15,0 +17985,10,8,18,9,9,0 +17986,10,13,22,7,7,0 +17987,10,12,0,20,20,0 +17988,10,6,0,18,18,0 +17989,10,5,9,12,12,0 +17990,10,1,19,8,8,1 +17991,10,153,0,21,21,0 +17992,11,18,72,1,1,6 +17993,11,22,54,2,2,1 +17994,11,15,22.5,8,8,0 +17995,11,10,16,10,10,0 +17996,11,4,16,11,11,0 +17997,11,3,29.5,5,5,0 +17998,11,67,3,15,15,0 +17999,11,7,2,16,16,0 +18000,11,16,0,18,18,0 +18001,11,2,6,13,13,0 +18002,11,21,0,17,17,0 +18003,11,17,51.5,3,3,1 +18004,11,20,47,4,4,2 +18005,11,9,3,14,14,0 +18006,11,8,24,7,7,0 +18007,11,13,22,9,9,0 +18008,11,12,0,20,20,0 +18009,11,6,0,19,19,0 +18010,11,5,14,12,12,0 +18011,11,1,27,6,6,1 +18012,11,153,0,21,21,0 +18013,11,154,0,22,22,0 +18014,11,69,0,23,23,0 +18015,12,18,72,1,1,6 +18016,12,22,56,2,2,1 +18017,12,15,22.5,8,8,0 +18018,12,10,16,11,11,0 +18019,12,4,16,12,12,0 +18020,12,3,30.5,6,6,0 +18021,12,67,3,16,16,0 +18022,12,7,2,17,17,0 +18023,12,16,0,18,18,0 +18024,12,2,10,13,13,0 +18025,12,21,8,14,14,0 +18026,12,17,51.5,4,4,1 +18027,12,20,53,3,3,2 +18028,12,9,8,15,15,0 +18029,12,8,34,5,5,1 +18030,12,13,22,9,9,0 +18031,12,12,0,20,20,0 +18032,12,6,0,19,19,0 +18033,12,5,17,10,10,0 +18034,12,1,27,7,7,1 +18035,12,153,0,22,22,0 +18036,12,154,0,23,23,0 +18037,12,69,0,21,21,0 +18038,13,18,80,1,1,6 +18039,13,22,66,2,2,2 +18040,13,15,22.5,8,8,0 +18041,13,10,16,12,12,0 +18042,13,4,20,11,11,0 +18043,13,3,30.5,6,6,0 +18044,13,67,3,17,17,0 +18045,13,7,2,18,18,0 +18046,13,16,5,16,16,0 +18047,13,2,12,13,13,0 +18048,13,21,8,14,14,0 +18049,13,17,51.5,4,4,1 +18050,13,20,54,3,3,2 +18051,13,9,8,15,15,0 +18052,13,8,40,5,5,1 +18053,13,13,22,9,9,0 +18054,13,12,0,20,20,0 +18055,13,6,0,19,19,0 +18056,13,5,20,10,10,0 +18057,13,1,27,7,7,1 +18058,13,153,0,23,23,0 +18059,13,154,0,22,22,0 +18060,13,69,0,21,21,0 +18061,13,24,0,24,24,0 +18062,14,18,84,1,1,6 +18063,14,22,69,2,2,2 +18064,14,15,22.5,10,10,0 +18065,14,10,24,9,9,0 +18066,14,4,26,8,8,0 +18067,14,3,30.5,7,7,0 +18068,14,67,3,17,17,0 +18069,14,7,2,18,18,0 +18070,14,16,5,16,16,0 +18071,14,2,12,13,13,0 +18072,14,21,8,15,15,0 +18073,14,17,51.5,4,4,1 +18074,14,20,59,3,3,2 +18075,14,9,9,14,14,0 +18076,14,8,40,5,5,1 +18077,14,13,22,11,11,0 +18078,14,12,0,20,20,0 +18079,14,6,0,19,19,0 +18080,14,5,22,12,12,0 +18081,14,1,37,6,6,2 +18082,14,153,0,24,24,0 +18083,14,154,0,23,23,0 +18084,14,69,0,21,21,0 +18085,14,24,0,22,22,0 +18133,15,24,0,21,21,0 +18132,15,69,0,22,22,0 +18131,15,154,0,23,23,0 +18130,15,153,0,24,24,0 +18129,15,1,43,6,6,2 +18128,15,5,22,12,12,0 +18127,15,6,0,19,19,0 +18126,15,12,0,20,20,0 +18124,15,8,45,5,5,1 +18119,15,2,15,13,13,0 +18117,15,7,2,18,18,0 +18115,15,3,34.5,7,7,0 +18114,15,4,26,9,9,0 +18113,15,10,24,10,10,0 +18112,15,15,30.5,8,8,0 +18125,15,13,22,11,11,0 +18121,15,17,51.5,4,4,1 +18120,15,21,8,15,15,0 +18116,15,67,3,17,17,0 +18122,15,20,69,3,3,3 +18123,15,9,9,14,14,0 +18118,15,16,5,16,16,0 +18110,15,18,85,1,1,6 +18111,15,22,71,2,2,2 +18134,16,18,89,1,1,6 +18135,16,22,72,3,3,2 +18136,16,15,30.5,8,8,0 +18137,16,10,24,10,10,0 +18138,16,4,26,9,9,0 +18139,16,3,34.5,7,7,0 +18140,16,67,5,17,17,0 +18141,16,7,2,18,18,0 +18142,16,16,5,16,16,0 +18143,16,2,15,14,14,0 +18144,16,21,8,15,15,0 +18145,16,17,61.5,4,4,2 +18146,16,20,74,2,2,3 +18147,16,9,17,13,13,0 +18148,16,8,48,6,6,1 +18149,16,13,22,11,11,0 +18150,16,12,0,20,20,0 +18151,16,6,0,19,19,0 +18152,16,5,22,12,12,0 +18153,16,1,49,5,5,2 +18154,16,153,0,24,24,0 +18155,16,154,0,23,23,0 +18156,16,69,0,25,25,0 +18157,16,24,0,22,22,0 +18158,16,155,0,21,21,0 +18159,356,95,9,1,1,1 +18160,356,117,6,2,2,0 +18161,356,127,4,3,3,0 +18162,356,65,3,4,4,0 +18163,356,118,2,5,5,0 +18164,356,145,1,6,6,0 +18165,356,156,0,7,7,0 +18166,356,138,0,8,8,0 +18167,356,129,0,9,9,0 +18168,356,105,0,10,10,0 +18169,356,102,0,11,11,0 +18170,356,112,0,12,12,0 +18171,356,110,0,13,13,0 +18172,356,157,0,14,14,0 +18173,356,119,0,15,15,0 +18174,356,158,0,16,16,0 +18175,356,146,0,17,17,0 +18176,356,84,0,18,18,0 +18177,356,122,0,19,19,0 +18178,356,137,0,20,20,0 +18179,356,131,0,21,21,0 +18180,356,123,0,22,22,0 +18181,356,94,0,23,23,0 +18182,356,77,0,24,24,0 +18183,356,159,0,25,25,0 +18184,356,114,0,26,26,0 +18185,356,163,0,27,27,0 +18186,356,148,0,28,28,0 +18187,356,90,0,29,29,0 +18188,356,133,0,30,30,0 +18189,356,160,0,31,31,0 +18190,356,161,0,32,32,0 +18191,356,162,0,33,33,0 +18192,356,164,0,34,34,0 +18193,356,88,0,35,35,0 +18194,356,140,0,36,36,0 +18195,356,92,0,37,37,0 +18196,357,95,9,3,3,1 +18197,357,117,12,1,1,0 +18198,357,127,4,5,5,0 +18199,357,65,3,7,7,0 +18200,357,118,4,6,6,0 +18201,357,145,5,4,4,0 +18202,357,156,1,9,9,0 +18203,357,138,0,11,11,0 +18204,357,129,0,14,14,0 +18205,357,105,0,16,16,0 +18206,357,102,9,2,2,1 +18207,357,112,0,17,17,0 +18208,357,110,0,15,15,0 +18209,357,157,0,19,19,0 +18210,357,119,0,20,20,0 +18211,357,158,0,13,13,0 +18212,357,146,0,24,24,0 +18213,357,84,0,21,21,0 +18214,357,122,0,25,25,0 +18215,357,137,0,23,23,0 +18216,357,131,0,26,26,0 +18217,357,123,3,8,8,0 +18218,357,94,0,27,27,0 +18219,357,77,0,28,28,0 +18220,357,159,0,22,22,0 +18221,357,114,0,29,29,0 +18222,357,163,0,30,30,0 +18223,357,148,0,31,31,0 +18224,357,90,0,32,32,0 +18225,357,133,0,10,10,0 +18226,357,160,0,34,34,0 +18227,357,161,0,35,35,0 +18228,357,162,0,36,36,0 +18229,357,164,0,38,38,0 +18230,357,88,0,39,39,0 +18231,357,140,0,37,37,0 +18232,357,92,0,33,33,0 +18233,357,99,0,12,12,0 +18234,357,78,0,18,18,0 +18235,358,95,9,3,3,1 +18236,358,117,18,2,2,0 +18237,358,127,4,5,5,0 +18238,358,65,3,10,10,0 +18239,358,118,4,7,7,0 +18240,358,145,5,4,4,0 +18241,358,156,1,12,12,0 +18242,358,138,0,15,15,0 +18243,358,129,0,17,17,0 +18244,358,105,2,11,11,0 +18245,358,102,18,1,1,2 +18246,358,112,0,20,20,0 +18247,358,110,0,18,18,0 +18248,358,157,0,23,23,0 +18249,358,119,0,24,24,0 +18250,358,158,0,14,14,0 +18251,358,146,0,27,27,0 +18252,358,84,1,13,13,0 +18253,358,122,0,19,19,0 +18254,358,137,0,26,26,0 +18255,358,131,4,6,6,0 +18256,358,123,3,9,9,0 +18257,358,94,0,29,29,0 +18258,358,77,0,30,30,0 +18259,358,159,0,25,25,0 +18260,358,114,0,32,32,0 +18261,358,163,0,21,21,0 +18262,358,148,0,33,33,0 +18263,358,90,0,28,28,0 +18264,358,133,3,8,8,0 +18265,358,160,0,34,34,0 +18266,358,161,0,37,37,0 +18267,358,162,0,31,31,0 +18268,358,164,0,38,38,0 +18269,358,88,0,39,39,0 +18270,358,140,0,35,35,0 +18271,358,92,0,36,36,0 +18272,358,99,0,16,16,0 +18273,358,78,0,22,22,0 +18274,359,95,9,3,3,1 +18275,359,117,20,2,2,0 +18276,359,127,4,8,8,0 +18277,359,65,3,12,12,0 +18278,359,118,4,9,9,0 +18279,359,145,8,4,4,0 +18280,359,156,1,13,13,0 +18281,359,138,0,18,18,0 +18282,359,129,0,17,17,0 +18283,359,105,6,6,6,0 +18284,359,102,27,1,1,3 +18285,359,112,0,24,24,0 +18286,359,110,0,19,19,0 +18287,359,157,0,22,22,0 +18288,359,119,6,5,5,0 +18289,359,158,0,16,16,0 +18290,359,146,0,28,28,0 +18291,359,84,1,15,15,0 +18292,359,122,0,21,21,0 +18293,359,137,0,20,20,0 +18294,359,131,4,7,7,0 +18295,359,123,3,11,11,0 +18296,359,94,0,27,27,0 +18297,359,77,0,30,30,0 +18298,359,159,0,26,26,0 +18299,359,114,0,33,33,0 +18300,359,163,0,23,23,0 +18301,359,148,0,34,34,0 +18302,359,90,0,29,29,0 +18303,359,133,3,10,10,0 +18304,359,160,0,35,35,0 +18305,359,161,0,37,37,0 +18306,359,162,0,32,32,0 +18307,359,164,0,38,38,0 +18308,359,88,0,39,39,0 +18309,359,140,0,31,31,0 +18310,359,92,0,36,36,0 +18311,359,99,1,14,14,0 +18312,359,78,0,25,25,0 +18313,360,95,9,4,4,1 +18314,360,117,29,1,1,1 +18315,360,127,4,10,10,0 +18316,360,65,5,7,7,0 +18317,360,118,4,12,12,0 +18318,360,145,8,5,5,0 +18319,360,156,1,16,16,0 +18320,360,138,0,20,20,0 +18321,360,129,0,18,18,0 +18322,360,105,6,6,6,0 +18323,360,102,27,2,2,3 +18324,360,112,0,24,24,0 +18325,360,110,0,19,19,0 +18326,360,157,3,14,14,0 +18327,360,119,12,3,3,0 +18328,360,158,4,8,8,0 +18329,360,146,0,30,30,0 +18330,360,84,1,17,17,0 +18331,360,122,0,22,22,0 +18332,360,137,0,21,21,0 +18333,360,131,4,9,9,0 +18334,360,123,4,11,11,0 +18335,360,94,0,29,29,0 +18336,360,77,0,26,26,0 +18337,360,159,0,28,28,0 +18338,360,114,0,33,33,0 +18339,360,163,0,23,23,0 +18340,360,148,0,34,34,0 +18341,360,90,0,31,31,0 +18342,360,133,3,13,13,0 +18343,360,160,0,35,35,0 +18344,360,161,0,37,37,0 +18345,360,162,0,32,32,0 +18346,360,164,0,38,38,0 +18347,360,88,0,39,39,0 +18348,360,140,0,27,27,0 +18349,360,92,0,36,36,0 +18350,360,99,1,15,15,0 +18351,360,78,0,25,25,0 +18352,361,95,9,5,5,1 +18353,361,117,29,1,1,1 +18354,361,127,4,12,12,0 +18355,361,65,5,8,8,0 +18356,361,118,4,14,14,0 +18357,361,145,8,6,6,0 +18358,361,156,1,19,19,0 +18359,361,138,0,22,22,0 +18360,361,129,0,21,21,0 +18361,361,105,6,7,7,0 +18362,361,102,27,2,2,3 +18363,361,112,0,25,25,0 +18364,361,110,4,10,10,0 +18365,361,157,3,15,15,0 +18366,361,119,18,3,3,0 +18367,361,158,4,9,9,0 +18368,361,146,0,31,31,0 +18369,361,84,1,20,20,0 +18370,361,122,0,23,23,0 +18371,361,137,3,16,16,0 +18372,361,131,4,11,11,0 +18373,361,123,13,4,4,1 +18374,361,94,0,30,30,0 +18375,361,77,0,27,27,0 +18376,361,159,0,29,29,0 +18377,361,114,0,33,33,0 +18378,361,163,2,17,17,0 +18379,361,148,0,34,34,0 +18380,361,90,0,26,26,0 +18381,361,133,4,13,13,0 +18382,361,160,0,35,35,0 +18383,361,161,0,37,37,0 +18384,361,162,0,32,32,0 +18385,361,164,0,38,38,0 +18386,361,88,0,39,39,0 +18387,361,140,0,28,28,0 +18388,361,92,0,36,36,0 +18389,361,99,1,18,18,0 +18390,361,78,0,24,24,0 +18391,362,95,15,4,4,1 +18392,362,117,38,1,1,2 +18393,362,127,4,12,12,0 +18394,362,65,5,8,8,0 +18395,362,118,4,14,14,0 +18396,362,145,8,6,6,0 +18397,362,156,1,21,21,0 +18398,362,138,0,24,24,0 +18399,362,129,1,22,22,0 +18400,362,105,6,7,7,0 +18401,362,102,27,2,2,3 +18402,362,112,0,29,29,0 +18403,362,110,4,10,10,0 +18404,362,157,3,16,16,0 +18405,362,119,22,3,3,0 +18406,362,158,4,9,9,0 +18407,362,146,0,36,36,0 +18408,362,84,1,23,23,0 +18409,362,122,0,26,26,0 +18410,362,137,3,15,15,0 +18411,362,131,4,11,11,0 +18412,362,123,13,5,5,1 +18413,362,94,0,35,35,0 +18414,362,77,0,33,33,0 +18415,362,159,0,34,34,0 +18416,362,114,0,38,38,0 +18417,362,163,2,18,18,0 +18418,362,148,0,39,39,0 +18419,362,90,0,32,32,0 +18420,362,133,4,13,13,0 +18421,362,160,0,40,40,0 +18422,362,161,0,41,41,0 +18423,362,162,0,37,37,0 +18424,362,164,0,42,42,0 +18425,362,88,0,43,43,0 +18426,362,140,2,19,19,0 +18427,362,92,0,31,31,0 +18428,362,99,1,20,20,0 +18429,362,78,0,28,28,0 +18430,362,55,3,17,17,0 +18431,362,139,0,25,25,0 +18432,362,103,0,27,27,0 +18433,362,151,0,30,30,0 +18434,363,95,21,4,4,1 +18435,363,117,47,1,1,3 +18436,363,127,4,13,13,0 +18437,363,65,5,9,9,0 +18438,363,118,4,15,15,0 +18439,363,145,12,6,6,0 +18440,363,156,1,23,23,0 +18441,363,138,0,26,26,0 +18442,363,129,1,21,21,0 +18443,363,105,6,7,7,0 +18444,363,102,27,2,2,3 +18445,363,112,0,32,32,0 +18446,363,110,4,11,11,0 +18447,363,157,3,16,16,0 +18448,363,119,22,3,3,0 +18449,363,158,4,10,10,0 +18450,363,146,0,36,36,0 +18451,363,84,1,24,24,0 +18452,363,122,0,28,28,0 +18453,363,137,6,8,8,0 +18454,363,131,4,12,12,0 +18455,363,123,13,5,5,1 +18456,363,94,2,20,20,0 +18457,363,77,0,35,35,0 +18458,363,159,1,25,25,0 +18459,363,114,0,38,38,0 +18460,363,163,2,18,18,0 +18461,363,148,0,39,39,0 +18462,363,90,0,34,34,0 +18463,363,133,4,14,14,0 +18464,363,160,0,40,40,0 +18465,363,161,0,41,41,0 +18466,363,162,0,37,37,0 +18467,363,164,0,42,42,0 +18468,363,88,0,43,43,0 +18469,363,140,2,19,19,0 +18470,363,92,0,30,30,0 +18471,363,99,1,22,22,0 +18472,363,78,0,31,31,0 +18473,363,55,3,17,17,0 +18474,363,139,0,27,27,0 +18475,363,103,0,29,29,0 +18476,363,151,0,33,33,0 +18477,364,95,25,3,3,1 +18478,364,117,53,1,1,3 +18479,364,127,4,14,14,0 +18480,364,65,5,9,9,0 +18481,364,118,5,10,10,0 +18482,364,145,12,6,6,0 +18483,364,156,1,23,23,0 +18484,364,138,0,26,26,0 +18485,364,129,1,21,21,0 +18486,364,105,6,8,8,0 +18487,364,102,36,2,2,4 +18488,364,112,0,32,32,0 +18489,364,110,4,12,12,0 +18490,364,157,3,16,16,0 +18491,364,119,25,4,4,0 +18492,364,158,4,11,11,0 +18493,364,146,0,36,36,0 +18494,364,84,1,24,24,0 +18495,364,122,0,28,28,0 +18496,364,137,8,7,7,0 +18497,364,131,4,13,13,0 +18498,364,123,13,5,5,1 +18499,364,94,2,18,18,0 +18500,364,77,0,35,35,0 +18501,364,159,1,25,25,0 +18502,364,114,0,38,38,0 +18503,364,163,2,19,19,0 +18504,364,148,0,39,39,0 +18505,364,90,0,34,34,0 +18506,364,133,4,15,15,0 +18507,364,160,0,40,40,0 +18508,364,161,0,41,41,0 +18509,364,162,0,37,37,0 +18510,364,164,0,42,42,0 +18511,364,88,0,43,43,0 +18512,364,140,2,20,20,0 +18513,364,92,0,30,30,0 +18514,364,99,1,22,22,0 +18515,364,78,0,31,31,0 +18516,364,55,3,17,17,0 +18517,364,139,0,27,27,0 +18518,364,103,0,29,29,0 +18519,364,151,0,33,33,0 +18520,365,95,34,3,3,2 +18521,365,117,56,1,1,3 +18522,365,127,4,14,14,0 +18523,365,65,5,10,10,0 +18524,365,118,5,11,11,0 +18525,365,145,12,6,6,0 +18526,365,156,1,23,23,0 +18527,365,138,0,26,26,0 +18528,365,129,1,21,21,0 +18529,365,105,6,9,9,0 +18530,365,102,42,2,2,4 +18531,365,112,0,32,32,0 +18532,365,110,4,12,12,0 +18533,365,157,3,16,16,0 +18534,365,119,25,4,4,0 +18535,365,158,6,8,8,0 +18536,365,146,0,36,36,0 +18537,365,84,1,24,24,0 +18538,365,122,0,28,28,0 +18539,365,137,9,7,7,0 +18540,365,131,4,13,13,0 +18541,365,123,17,5,5,1 +18542,365,94,2,18,18,0 +18543,365,77,0,35,35,0 +18544,365,159,1,25,25,0 +18545,365,114,0,39,39,0 +18546,365,163,2,19,19,0 +18547,365,148,0,40,40,0 +18548,365,90,0,34,34,0 +18549,365,133,4,15,15,0 +18550,365,160,0,38,38,0 +18551,365,161,0,41,41,0 +18552,365,162,0,37,37,0 +18553,365,164,0,42,42,0 +18554,365,88,0,43,43,0 +18555,365,140,2,20,20,0 +18556,365,92,0,30,30,0 +18557,365,99,1,22,22,0 +18558,365,78,0,31,31,0 +18559,365,55,3,17,17,0 +18560,365,139,0,27,27,0 +18561,365,103,0,29,29,0 +18562,365,151,0,33,33,0 +18563,366,95,38,3,3,2 +18564,366,117,62,1,1,3 +18565,366,127,4,13,13,0 +18566,366,65,5,11,11,0 +18567,366,118,6,10,10,0 +18568,366,145,14,6,6,0 +18569,366,156,1,23,23,0 +18570,366,138,0,26,26,0 +18571,366,129,1,21,21,0 +18572,366,105,6,9,9,0 +18573,366,102,51,2,2,5 +18574,366,112,0,31,31,0 +18575,366,110,4,12,12,0 +18576,366,157,3,16,16,0 +18577,366,119,25,4,4,0 +18578,366,158,6,8,8,0 +18579,366,146,0,36,36,0 +18580,366,84,1,24,24,0 +18581,366,122,0,28,28,0 +18582,366,137,9,7,7,0 +18583,366,131,4,14,14,0 +18584,366,123,20,5,5,1 +18585,366,94,2,19,19,0 +18586,366,77,0,35,35,0 +18587,366,159,1,25,25,0 +18588,366,114,0,39,39,0 +18589,366,163,2,20,20,0 +18590,366,148,0,40,40,0 +18591,366,90,0,34,34,0 +18592,366,133,4,15,15,0 +18593,366,160,0,38,38,0 +18594,366,161,0,41,41,0 +18595,366,162,0,37,37,0 +18596,366,164,0,42,42,0 +18597,366,88,0,43,43,0 +18598,366,140,2,18,18,0 +18599,366,92,0,30,30,0 +18600,366,99,1,22,22,0 +18601,366,78,0,32,32,0 +18602,366,55,3,17,17,0 +18603,366,139,0,27,27,0 +18604,366,103,0,29,29,0 +18605,366,151,0,33,33,0 +18606,366,134,0,44,44,0 +18607,367,95,38,3,3,2 +18608,367,117,71,1,1,4 +18609,367,127,4,15,15,0 +18610,367,65,5,13,13,0 +18611,367,118,6,11,11,0 +18612,367,145,14,6,6,0 +18613,367,156,1,25,25,0 +18614,367,138,0,27,27,0 +18615,367,129,1,23,23,0 +18616,367,105,6,10,10,0 +18617,367,102,51,2,2,5 +18618,367,112,0,32,32,0 +18619,367,110,4,14,14,0 +18620,367,157,3,18,18,0 +18621,367,119,28,4,4,0 +18622,367,158,6,9,9,0 +18623,367,146,0,36,36,0 +18624,367,84,2,22,22,0 +18625,367,122,0,29,29,0 +18626,367,137,9,7,7,0 +18627,367,131,4,16,16,0 +18628,367,123,24,5,5,1 +18629,367,94,2,19,19,0 +18630,367,77,6,8,8,0 +18631,367,159,1,26,26,0 +18632,367,114,0,39,39,0 +18633,367,163,2,21,21,0 +18634,367,148,0,40,40,0 +18635,367,90,0,35,35,0 +18636,367,133,4,17,17,0 +18637,367,160,0,38,38,0 +18638,367,161,0,41,41,0 +18639,367,162,0,37,37,0 +18640,367,164,0,42,42,0 +18641,367,88,0,43,43,0 +18642,367,140,2,20,20,0 +18643,367,92,0,31,31,0 +18644,367,99,1,24,24,0 +18645,367,78,0,33,33,0 +18646,367,55,5,12,12,0 +18647,367,139,0,28,28,0 +18648,367,103,0,30,30,0 +18649,367,151,0,34,34,0 +18650,367,134,0,45,45,0 +18651,367,165,0,44,44,0 +18652,368,95,38,3,3,2 +18653,368,117,75,1,1,4 +18654,368,127,4,16,16,0 +18655,368,65,5,14,14,0 +18656,368,118,6,12,12,0 +18657,368,145,17,6,6,0 +18658,368,156,2,22,22,0 +18659,368,138,0,27,27,0 +18660,368,129,1,24,24,0 +18661,368,105,6,11,11,0 +18662,368,102,51,2,2,5 +18663,368,112,0,29,29,0 +18664,368,110,4,15,15,0 +18665,368,157,3,20,20,0 +18666,368,119,28,4,4,0 +18667,368,158,6,9,9,0 +18668,368,146,0,36,36,0 +18669,368,84,2,23,23,0 +18670,368,122,0,30,30,0 +18671,368,137,9,8,8,0 +18672,368,131,4,17,17,0 +18673,368,123,24,5,5,1 +18674,368,94,4,19,19,0 +18675,368,77,15,7,7,1 +18676,368,159,1,26,26,0 +18677,368,114,0,39,39,0 +18678,368,163,2,21,21,0 +18679,368,148,0,40,40,0 +18680,368,90,0,35,35,0 +18681,368,133,4,18,18,0 +18682,368,160,0,38,38,0 +18683,368,161,0,41,41,0 +18684,368,162,0,37,37,0 +18685,368,164,0,44,44,0 +18686,368,88,0,45,45,0 +18687,368,140,6,10,10,0 +18688,368,92,0,32,32,0 +18689,368,99,1,25,25,0 +18690,368,78,0,33,33,0 +18691,368,55,5,13,13,0 +18692,368,139,0,28,28,0 +18693,368,103,0,31,31,0 +18694,368,151,0,34,34,0 +18695,368,134,0,46,46,0 +18696,368,165,0,43,43,0 +18697,368,109,0,42,42,0 +18698,369,95,38,3,3,2 +18699,369,117,76,1,1,4 +18700,369,127,4,16,16,0 +18701,369,65,5,14,14,0 +18702,369,118,6,13,13,0 +18703,369,145,17,7,7,0 +18704,369,156,2,22,22,0 +18705,369,138,0,28,28,0 +18706,369,129,1,24,24,0 +18707,369,105,6,12,12,0 +18708,369,102,60,2,2,6 +18709,369,112,1,27,27,0 +18710,369,110,4,15,15,0 +18711,369,157,3,20,20,0 +18712,369,119,30,4,4,0 +18713,369,158,6,10,10,0 +18714,369,146,0,36,36,0 +18715,369,84,2,23,23,0 +18716,369,122,0,30,30,0 +18717,369,137,9,8,8,0 +18718,369,131,4,17,17,0 +18719,369,123,24,5,5,1 +18720,369,94,4,19,19,0 +18721,369,77,21,6,6,1 +18722,369,159,1,26,26,0 +18723,369,114,0,40,40,0 +18724,369,163,2,21,21,0 +18725,369,148,0,41,41,0 +18726,369,90,0,35,35,0 +18727,369,133,4,18,18,0 +18728,369,160,0,38,38,0 +18729,369,161,0,42,42,0 +18730,369,162,0,39,39,0 +18731,369,164,0,45,45,0 +18732,369,88,0,43,43,0 +18733,369,140,6,11,11,0 +18734,369,92,0,32,32,0 +18735,369,99,1,25,25,0 +18736,369,78,0,33,33,0 +18737,369,55,8,9,9,0 +18738,369,139,0,29,29,0 +18739,369,103,0,31,31,0 +18740,369,151,0,34,34,0 +18741,369,134,0,46,46,0 +18742,369,165,0,44,44,0 +18743,369,109,0,37,37,0 +18923,370,78,0,33,33,0 +18928,370,134,0,47,47,0 +18913,370,90,0,35,35,0 +18914,370,133,4,18,18,0 +18915,370,160,0,38,38,0 +18908,370,77,21,7,7,1 +18909,370,159,1,26,26,0 +18920,370,140,6,12,12,0 +18917,370,162,0,39,39,0 +18931,370,147,0,41,41,0 +18930,370,109,0,37,37,0 +18929,370,165,0,45,45,0 +18927,370,151,0,34,34,0 +18926,370,103,0,31,31,0 +18925,370,139,0,29,29,0 +18924,370,55,8,9,9,0 +18922,370,99,1,25,25,0 +18921,370,92,0,32,32,0 +18919,370,88,0,44,44,0 +18918,370,164,0,46,46,0 +18916,370,161,0,43,43,0 +18912,370,148,0,42,42,0 +18911,370,163,2,22,22,0 +18910,370,114,0,40,40,0 +18907,370,94,4,19,19,0 +18906,370,123,28,5,5,1 +18905,370,131,4,17,17,0 +18904,370,137,12,8,8,0 +18903,370,122,0,30,30,0 +18902,370,84,4,20,20,0 +18901,370,146,0,36,36,0 +18900,370,158,6,11,11,0 +18899,370,119,36,4,4,0 +18898,370,157,3,21,21,0 +18897,370,110,4,15,15,0 +18896,370,112,1,27,27,0 +18895,370,102,60,2,2,6 +18894,370,105,6,13,13,0 +18893,370,129,1,24,24,0 +18892,370,138,0,28,28,0 +18891,370,156,2,23,23,0 +18890,370,145,26,6,6,1 +18889,370,118,7,10,10,0 +18888,370,65,5,14,14,0 +18887,370,127,4,16,16,0 +18886,370,117,76,1,1,4 +18885,370,95,38,3,3,2 +18932,371,95,38,4,4,2 +18933,371,117,76,1,1,4 +18934,371,127,4,16,16,0 +18935,371,65,5,14,14,0 +18936,371,118,7,10,10,0 +18937,371,145,32,6,6,1 +18938,371,156,2,25,25,0 +18939,371,138,3,21,21,0 +18940,371,129,1,26,26,0 +18941,371,105,6,13,13,0 +18942,371,102,60,2,2,6 +18943,371,112,1,29,29,0 +18944,371,110,4,17,17,0 +18945,371,157,3,22,22,0 +18946,371,119,40,3,3,0 +18947,371,158,6,11,11,0 +18948,371,146,0,38,38,0 +18949,371,84,4,20,20,0 +18950,371,122,0,30,30,0 +18951,371,137,12,8,8,0 +18952,371,131,4,18,18,0 +18953,371,123,37,5,5,2 +18954,371,94,5,15,15,0 +18955,371,77,21,7,7,1 +18956,371,159,1,28,28,0 +18957,371,114,0,40,40,0 +18958,371,163,2,24,24,0 +18959,371,148,0,42,42,0 +18960,371,90,0,35,35,0 +18961,371,133,4,19,19,0 +18962,371,160,0,37,37,0 +18963,371,161,0,43,43,0 +18964,371,162,0,39,39,0 +18965,371,164,0,46,46,0 +18966,371,88,0,44,44,0 +18967,371,140,6,12,12,0 +18968,371,92,0,32,32,0 +18969,371,99,1,27,27,0 +18970,371,78,0,33,33,0 +18971,371,55,8,9,9,0 +18972,371,139,2,23,23,0 +18973,371,103,0,31,31,0 +18974,371,151,0,34,34,0 +18975,371,134,0,47,47,0 +18976,371,165,0,45,45,0 +18977,371,109,0,36,36,0 +18978,371,147,0,41,41,0 +18979,372,117,9,1,1,1 +18980,372,77,6,2,2,0 +18981,372,137,4,3,3,0 +18982,372,118,3,4,4,0 +18983,372,105,2,5,5,0 +18984,372,138,1,6,6,0 +18985,372,123,0,7,7,0 +18986,372,158,0,8,8,0 +18987,372,140,0,9,9,0 +18988,372,110,0,10,10,0 +18989,372,156,0,11,11,0 +18990,372,159,0,12,12,0 +18991,372,112,0,13,13,0 +18992,372,99,0,14,14,0 +18993,372,166,0,15,15,0 +18994,372,114,0,16,16,0 +18995,372,163,0,17,17,0 +18996,372,131,0,18,18,0 +18997,372,95,0,19,19,0 +18998,372,145,0,20,20,0 +18999,372,119,0,21,21,0 +19000,372,122,0,22,22,0 +19001,372,167,0,23,23,0 +19002,372,127,0,24,24,0 +19003,372,165,0,25,25,0 +19004,372,141,0,26,26,0 +19005,372,160,0,27,27,0 +19006,372,78,0,28,28,0 +19007,372,146,0,29,29,0 +19008,372,133,0,30,30,0 +19009,373,117,15,1,1,1 +19010,373,77,8,3,3,0 +19011,373,137,8,4,4,0 +19012,373,118,3,6,6,0 +19013,373,105,2,7,7,0 +19014,373,138,1,8,8,0 +19015,373,123,3,5,5,0 +19016,373,158,0,10,10,0 +19017,373,140,0,11,11,0 +19018,373,110,0,20,20,0 +19019,373,156,0,16,16,0 +19020,373,159,0,13,13,0 +19021,373,112,0,19,19,0 +19022,373,99,0,21,21,0 +19023,373,166,0,12,12,0 +19024,373,114,0,14,14,0 +19025,373,163,0,22,22,0 +19026,373,131,0,23,23,0 +19027,373,95,0,24,24,0 +19028,373,145,1,9,9,0 +19029,373,119,0,15,15,0 +19030,373,122,0,26,26,0 +19031,373,167,0,18,18,0 +19032,373,127,0,17,17,0 +19033,373,165,0,29,29,0 +19034,373,141,0,25,25,0 +19035,373,160,0,28,28,0 +19036,373,78,0,30,30,0 +19037,373,146,0,31,31,0 +19038,373,133,0,27,27,0 +19039,373,102,9,2,2,1 +19040,374,117,24,1,1,2 +19041,374,77,14,2,2,0 +19042,374,137,8,4,4,0 +19043,374,118,6,6,6,0 +19044,374,105,6,5,5,0 +19045,374,138,1,9,9,0 +19046,374,123,3,7,7,0 +19047,374,158,0,12,12,0 +19048,374,140,0,14,14,0 +19049,374,110,0,22,22,0 +19050,374,156,2,8,8,0 +19051,374,159,0,18,18,0 +19052,374,112,0,21,21,0 +19053,374,99,0,23,23,0 +19054,374,166,0,16,16,0 +19055,374,114,0,13,13,0 +19056,374,163,0,26,26,0 +19057,374,131,0,27,27,0 +19058,374,95,0,25,25,0 +19059,374,145,1,11,11,0 +19060,374,119,1,10,10,0 +19061,374,122,0,17,17,0 +19062,374,167,0,20,20,0 +19063,374,127,0,19,19,0 +19064,374,165,0,28,28,0 +19065,374,141,0,29,29,0 +19066,374,160,0,24,24,0 +19067,374,78,0,15,15,0 +19068,374,146,0,31,31,0 +19069,374,133,0,30,30,0 +19070,374,102,9,3,3,1 +19071,375,117,33,1,1,3 +19072,375,77,18,2,2,0 +19073,375,137,8,5,5,0 +19074,375,118,8,6,6,0 +19075,375,105,9,4,4,0 +19076,375,138,1,11,11,0 +19077,375,123,3,7,7,0 +19078,375,158,1,9,9,0 +19079,375,140,0,14,14,0 +19080,375,110,0,25,25,0 +19081,375,156,2,8,8,0 +19082,375,159,0,18,18,0 +19083,375,112,0,24,24,0 +19084,375,99,0,20,20,0 +19085,375,166,0,16,16,0 +19086,375,114,0,13,13,0 +19087,375,163,0,27,27,0 +19088,375,131,0,28,28,0 +19089,375,95,0,26,26,0 +19090,375,145,1,10,10,0 +19091,375,119,1,12,12,0 +19092,375,122,0,17,17,0 +19093,375,167,0,23,23,0 +19094,375,127,0,21,21,0 +19095,375,165,0,19,19,0 +19096,375,141,0,29,29,0 +19097,375,160,0,22,22,0 +19098,375,78,0,15,15,0 +19099,375,146,0,30,30,0 +19100,375,133,0,31,31,0 +19101,375,102,15,3,3,1 +19102,376,117,39,1,1,3 +19103,376,77,18,3,3,0 +19104,376,137,11,4,4,0 +19105,376,118,8,6,6,0 +19106,376,105,9,5,5,0 +19107,376,138,1,12,12,0 +19108,376,123,7,7,7,0 +19109,376,158,1,10,10,0 +19110,376,140,0,16,16,0 +19111,376,110,0,17,17,0 +19112,376,156,3,8,8,0 +19113,376,159,0,21,21,0 +19114,376,112,0,20,20,0 +19115,376,99,0,15,15,0 +19116,376,166,0,19,19,0 +19117,376,114,0,14,14,0 +19118,376,163,0,27,27,0 +19119,376,131,0,22,22,0 +19120,376,95,0,28,28,0 +19121,376,145,1,11,11,0 +19122,376,119,1,13,13,0 +19123,376,122,2,9,9,0 +19124,376,167,0,26,26,0 +19125,376,127,0,25,25,0 +19126,376,165,0,23,23,0 +19127,376,141,0,29,29,0 +19128,376,160,0,24,24,0 +19129,376,78,0,18,18,0 +19130,376,146,0,30,30,0 +19131,376,133,0,31,31,0 +19132,376,102,24,2,2,2 +19133,377,117,45,1,1,3 +19134,377,77,18,3,3,0 +19135,377,137,11,5,5,0 +19136,377,118,8,7,7,0 +19137,377,105,9,6,6,0 +19138,377,138,1,13,13,0 +19139,377,123,11,4,4,0 +19140,377,158,1,11,11,0 +19141,377,140,0,19,19,0 +19142,377,110,3,9,9,0 +19143,377,156,5,8,8,0 +19144,377,159,0,24,24,0 +19145,377,112,0,23,23,0 +19146,377,99,0,17,17,0 +19147,377,166,0,22,22,0 +19148,377,114,0,16,16,0 +19149,377,163,0,30,30,0 +19150,377,131,0,25,25,0 +19151,377,95,0,31,31,0 +19152,377,145,1,12,12,0 +19153,377,119,1,14,14,0 +19154,377,122,2,10,10,0 +19155,377,167,0,29,29,0 +19156,377,127,0,28,28,0 +19157,377,165,0,26,26,0 +19158,377,141,0,20,20,0 +19159,377,160,0,27,27,0 +19160,377,78,0,21,21,0 +19161,377,146,0,32,32,0 +19162,377,133,0,18,18,0 +19163,377,102,33,2,2,3 +19164,377,94,1,15,15,0 +19165,378,117,54,1,1,4 +19166,378,77,21,3,3,0 +19167,378,137,13,5,5,0 +19168,378,118,8,7,7,0 +19169,378,105,13,4,4,0 +19170,378,138,1,12,12,0 +19171,378,123,11,6,6,0 +19172,378,158,1,13,13,0 +19173,378,140,0,20,20,0 +19174,378,110,3,9,9,0 +19175,378,156,5,8,8,0 +19176,378,159,0,25,25,0 +19177,378,112,0,24,24,0 +19178,378,99,0,18,18,0 +19179,378,166,0,23,23,0 +19180,378,114,0,16,16,0 +19181,378,163,0,30,30,0 +19182,378,131,0,26,26,0 +19183,378,95,0,31,31,0 +19184,378,145,2,11,11,0 +19185,378,119,1,14,14,0 +19186,378,122,2,10,10,0 +19187,378,167,0,29,29,0 +19188,378,127,0,19,19,0 +19189,378,165,0,27,27,0 +19190,378,141,0,22,22,0 +19191,378,160,0,28,28,0 +19192,378,78,0,21,21,0 +19193,378,146,0,32,32,0 +19194,378,133,0,17,17,0 +19195,378,102,39,2,2,3 +19196,378,94,1,15,15,0 +19197,379,117,54,1,1,4 +19198,379,77,21,3,3,0 +19199,379,137,15,4,4,0 +19200,379,118,9,7,7,0 +19201,379,105,13,5,5,0 +19202,379,138,1,15,15,0 +19203,379,123,11,6,6,0 +19204,379,158,1,14,14,0 +19205,379,140,0,21,21,0 +19206,379,110,3,12,12,0 +19207,379,156,5,10,10,0 +19208,379,159,0,26,26,0 +19209,379,112,0,25,25,0 +19210,379,99,0,20,20,0 +19211,379,166,0,24,24,0 +19212,379,114,0,18,18,0 +19213,379,163,0,31,31,0 +19214,379,131,0,27,27,0 +19215,379,95,6,8,8,0 +19216,379,145,6,9,9,0 +19217,379,119,1,16,16,0 +19218,379,122,2,13,13,0 +19219,379,167,0,30,30,0 +19220,379,127,3,11,11,0 +19221,379,165,0,28,28,0 +19222,379,141,0,22,22,0 +19223,379,160,0,29,29,0 +19224,379,78,0,23,23,0 +19225,379,146,0,32,32,0 +19226,379,133,0,19,19,0 +19227,379,102,48,2,2,4 +19228,379,94,1,17,17,0 +19229,380,117,60,1,1,4 +19230,380,77,25,3,3,0 +19231,380,137,15,5,5,0 +19232,380,118,9,7,7,0 +19233,380,105,16,4,4,0 +19234,380,138,1,15,15,0 +19235,380,123,12,6,6,0 +19236,380,158,1,14,14,0 +19237,380,140,0,21,21,0 +19238,380,110,3,13,13,0 +19239,380,156,5,10,10,0 +19240,380,159,0,26,26,0 +19241,380,112,0,25,25,0 +19242,380,99,0,20,20,0 +19243,380,166,0,24,24,0 +19244,380,114,0,18,18,0 +19245,380,163,0,32,32,0 +19246,380,131,0,27,27,0 +19247,380,95,6,8,8,0 +19248,380,145,6,9,9,0 +19249,380,119,1,16,16,0 +19250,380,122,4,11,11,0 +19251,380,167,0,31,31,0 +19252,380,127,3,12,12,0 +19253,380,165,0,29,29,0 +19254,380,141,0,22,22,0 +19255,380,160,0,30,30,0 +19256,380,78,0,23,23,0 +19257,380,146,0,28,28,0 +19258,380,133,0,19,19,0 +19259,380,102,57,2,2,5 +19260,380,94,1,17,17,0 +19261,381,117,66,2,2,4 +19262,381,77,28,3,3,0 +19263,381,137,15,6,6,0 +19264,381,118,9,7,7,0 +19265,381,105,16,5,5,0 +19266,381,138,1,15,15,0 +19267,381,123,16,4,4,0 +19268,381,158,1,16,16,0 +19269,381,140,0,21,21,0 +19270,381,110,3,13,13,0 +19271,381,156,5,11,11,0 +19272,381,159,0,24,24,0 +19273,381,112,0,25,25,0 +19274,381,99,0,20,20,0 +19275,381,166,0,26,26,0 +19276,381,114,0,18,18,0 +19277,381,163,0,32,32,0 +19278,381,131,0,27,27,0 +19279,381,95,6,8,8,0 +19280,381,145,6,9,9,0 +19281,381,119,2,14,14,0 +19282,381,122,4,12,12,0 +19283,381,167,0,31,31,0 +19284,381,127,5,10,10,0 +19285,381,165,0,29,29,0 +19286,381,141,0,22,22,0 +19287,381,160,0,30,30,0 +19288,381,78,0,23,23,0 +19289,381,146,0,28,28,0 +19290,381,133,0,19,19,0 +19291,381,102,66,1,1,6 +19292,381,94,1,17,17,0 +19293,382,117,72,2,2,4 +19294,382,77,28,3,3,0 +19295,382,137,18,4,4,0 +19296,382,118,11,7,7,0 +19297,382,105,16,6,6,0 +19298,382,138,1,16,16,0 +19299,382,123,16,5,5,0 +19300,382,158,2,14,14,0 +19301,382,140,0,22,22,0 +19302,382,110,3,13,13,0 +19303,382,156,5,12,12,0 +19304,382,159,0,27,27,0 +19305,382,112,0,23,23,0 +19306,382,99,0,21,21,0 +19307,382,166,0,26,26,0 +19308,382,114,0,18,18,0 +19309,382,163,0,33,33,0 +19310,382,131,0,28,28,0 +19311,382,95,6,9,9,0 +19312,382,145,6,10,10,0 +19313,382,119,2,15,15,0 +19314,382,122,8,8,8,0 +19315,382,167,0,32,32,0 +19316,382,127,5,11,11,0 +19317,382,165,0,30,30,0 +19318,382,141,0,24,24,0 +19319,382,160,0,31,31,0 +19320,382,78,0,25,25,0 +19321,382,146,0,29,29,0 +19322,382,133,0,20,20,0 +19323,382,102,75,1,1,7 +19324,382,94,1,17,17,0 +19325,382,84,0,19,19,0 +19326,383,117,72,2,2,4 +19327,383,77,37,3,3,1 +19328,383,137,18,5,5,0 +19329,383,118,14,7,7,0 +19330,383,105,22,4,4,0 +19331,383,138,1,16,16,0 +19332,383,123,17,6,6,0 +19333,383,158,6,10,10,0 +19334,383,140,0,22,22,0 +19335,383,110,3,14,14,0 +19336,383,156,5,13,13,0 +19337,383,159,0,27,27,0 +19338,383,112,0,23,23,0 +19339,383,99,0,21,21,0 +19340,383,166,0,26,26,0 +19341,383,114,0,18,18,0 +19342,383,163,0,32,32,0 +19343,383,131,0,28,28,0 +19344,383,95,6,9,9,0 +19345,383,145,6,11,11,0 +19346,383,119,2,15,15,0 +19347,383,122,10,8,8,0 +19348,383,167,0,34,34,0 +19349,383,127,5,12,12,0 +19350,383,165,0,31,31,0 +19351,383,141,0,24,24,0 +19352,383,160,0,33,33,0 +19353,383,78,0,25,25,0 +19354,383,146,0,30,30,0 +19355,383,133,0,20,20,0 +19356,383,102,75,1,1,7 +19357,383,94,1,17,17,0 +19358,383,84,0,19,19,0 +19359,383,168,0,29,29,0 +19360,384,117,81,1,1,5 +19361,384,77,37,3,3,1 +19362,384,137,18,6,6,0 +19363,384,118,17,7,7,0 +19364,384,105,24,4,4,0 +19365,384,138,1,16,16,0 +19366,384,123,21,5,5,0 +19367,384,158,6,10,10,0 +19368,384,140,0,24,24,0 +19369,384,110,3,14,14,0 +19370,384,156,5,13,13,0 +19371,384,159,0,21,21,0 +19372,384,112,0,25,25,0 +19373,384,99,0,22,22,0 +19374,384,166,0,23,23,0 +19375,384,114,0,18,18,0 +19376,384,163,0,28,28,0 +19377,384,131,0,29,29,0 +19378,384,95,6,9,9,0 +19379,384,145,6,11,11,0 +19380,384,119,2,15,15,0 +19381,384,122,16,8,8,0 +19382,384,167,0,34,34,0 +19383,384,127,5,12,12,0 +19384,384,165,0,32,32,0 +19385,384,141,0,26,26,0 +19386,384,160,0,33,33,0 +19387,384,78,0,27,27,0 +19388,384,146,0,31,31,0 +19389,384,133,0,19,19,0 +19390,384,102,76,2,2,7 +19391,384,94,1,17,17,0 +19392,384,84,0,20,20,0 +19393,384,168,0,30,30,0 +19394,385,117,84,1,1,6 +19395,385,77,38,3,3,1 +19396,385,137,18,6,6,0 +19397,385,118,17,7,7,0 +19398,385,105,24,4,4,0 +19399,385,138,1,16,16,0 +19400,385,123,21,5,5,0 +19401,385,158,6,11,11,0 +19402,385,140,0,24,24,0 +19403,385,110,3,15,15,0 +19404,385,156,5,13,13,0 +19405,385,159,0,21,21,0 +19406,385,112,0,25,25,0 +19407,385,99,0,22,22,0 +19408,385,166,0,23,23,0 +19409,385,114,0,18,18,0 +19410,385,163,0,28,28,0 +19411,385,131,0,29,29,0 +19412,385,95,12,9,9,0 +19413,385,145,10,10,10,0 +19414,385,119,4,14,14,0 +19415,385,122,16,8,8,0 +19416,385,167,0,34,34,0 +19417,385,127,5,12,12,0 +19418,385,165,0,32,32,0 +19419,385,141,0,26,26,0 +19420,385,160,0,33,33,0 +19421,385,78,0,27,27,0 +19422,385,146,0,31,31,0 +19423,385,133,0,19,19,0 +19424,385,102,79,2,2,7 +19425,385,94,1,17,17,0 +19426,385,84,0,20,20,0 +19427,385,168,0,30,30,0 +19428,386,117,84,2,2,6 +19429,386,77,41,3,3,1 +19430,386,137,18,6,6,0 +19431,386,118,17,7,7,0 +19432,386,105,24,5,5,0 +19433,386,138,1,16,16,0 +19434,386,123,25,4,4,0 +19435,386,158,6,11,11,0 +19436,386,140,0,25,25,0 +19437,386,110,3,15,15,0 +19438,386,156,5,13,13,0 +19439,386,159,0,22,22,0 +19440,386,112,0,24,24,0 +19441,386,99,0,23,23,0 +19442,386,166,0,21,21,0 +19443,386,114,0,18,18,0 +19444,386,163,0,28,28,0 +19445,386,131,0,29,29,0 +19446,386,95,12,9,9,0 +19447,386,145,12,10,10,0 +19448,386,119,5,14,14,0 +19449,386,122,16,8,8,0 +19450,386,167,0,34,34,0 +19451,386,127,5,12,12,0 +19452,386,165,0,32,32,0 +19453,386,141,0,26,26,0 +19454,386,160,0,33,33,0 +19455,386,78,0,27,27,0 +19456,386,146,0,31,31,0 +19457,386,133,0,19,19,0 +19458,386,102,87,1,1,8 +19459,386,94,1,17,17,0 +19460,386,84,0,20,20,0 +19461,386,168,0,30,30,0 +19462,386,88,0,35,35,0 +19463,387,117,87,2,2,7 +19464,387,77,41,3,3,1 +19465,387,137,22,6,6,0 +19466,387,118,17,8,8,0 +19467,387,105,24,5,5,0 +19468,387,138,1,16,16,0 +19469,387,123,27,4,4,0 +19470,387,158,6,12,12,0 +19471,387,140,0,25,25,0 +19472,387,110,3,15,15,0 +19473,387,156,5,14,14,0 +19474,387,159,0,22,22,0 +19475,387,112,0,24,24,0 +19476,387,99,0,23,23,0 +19477,387,166,0,21,21,0 +19478,387,114,0,18,18,0 +19479,387,163,0,28,28,0 +19480,387,131,0,29,29,0 +19481,387,95,12,9,9,0 +19482,387,145,12,10,10,0 +19483,387,119,8,11,11,0 +19484,387,122,17,7,7,0 +19485,387,167,0,34,34,0 +19486,387,127,5,13,13,0 +19487,387,165,0,32,32,0 +19488,387,141,0,26,26,0 +19489,387,160,0,33,33,0 +19490,387,78,0,27,27,0 +19491,387,146,0,31,31,0 +19492,387,133,0,19,19,0 +19493,387,102,90,1,1,8 +19494,387,94,1,17,17,0 +19495,387,84,0,20,20,0 +19496,387,168,0,30,30,0 +19497,387,88,0,35,35,0 +19498,387,162,0,36,36,0 +19499,388,117,9,1,1,1 +19500,388,137,6,2,2,0 +19501,388,140,4,3,3,0 +19502,388,77,3,4,4,0 +19503,388,123,2,5,5,0 +19504,388,95,1,6,6,0 +19505,388,138,0,7,7,0 +19506,388,105,0,8,8,0 +19507,388,157,0,9,9,0 +19508,388,156,0,10,10,0 +19509,388,166,0,11,11,0 +19510,388,169,0,12,12,0 +19511,388,158,0,13,13,0 +19512,388,102,0,14,14,0 +19513,388,119,0,15,15,0 +19514,388,110,0,16,16,0 +19515,388,118,0,17,17,0 +19516,388,133,0,18,18,0 +19517,388,145,0,19,19,0 +19518,388,84,0,20,20,0 +19519,388,170,0,21,21,0 +19520,388,122,0,22,22,0 +19521,389,117,9,2,2,1 +19522,389,137,6,5,5,0 +19523,389,140,7,3,3,0 +19524,389,77,3,7,7,0 +19525,389,123,2,8,8,0 +19526,389,95,10,1,1,1 +19527,389,138,1,10,10,0 +19528,389,105,4,6,6,0 +19529,389,157,0,11,11,0 +19530,389,156,0,14,14,0 +19531,389,166,0,12,12,0 +19532,389,169,0,17,17,0 +19533,389,158,0,19,19,0 +19534,389,102,6,4,4,0 +19535,389,119,0,13,13,0 +19536,389,110,0,21,21,0 +19537,389,118,0,16,16,0 +19538,389,133,0,18,18,0 +19539,389,145,0,22,22,0 +19540,389,84,2,9,9,0 +19541,389,170,0,20,20,0 +19542,389,122,0,25,25,0 +19543,389,112,0,15,15,0 +19544,389,167,0,23,23,0 +19545,389,99,0,24,24,0 +19546,389,160,0,26,26,0 +19547,389,163,0,27,27,0 +19548,390,117,18,1,1,2 +19549,390,137,6,5,5,0 +19550,390,140,13,2,2,0 +19551,390,77,3,9,9,0 +19552,390,123,2,12,12,0 +19553,390,95,10,3,3,1 +19554,390,138,3,10,10,0 +19555,390,105,4,6,6,0 +19556,390,157,0,14,14,0 +19557,390,156,0,20,20,0 +19558,390,166,0,16,16,0 +19559,390,169,0,19,19,0 +19560,390,158,3,8,8,0 +19561,390,102,6,4,4,0 +19562,390,119,0,18,18,0 +19563,390,110,4,7,7,0 +19564,390,118,0,21,21,0 +19565,390,133,0,22,22,0 +19566,390,145,0,25,25,0 +19567,390,84,2,11,11,0 +19568,390,170,0,23,23,0 +19569,390,122,0,24,24,0 +19570,390,112,0,17,17,0 +19571,390,167,0,26,26,0 +19572,390,99,0,27,27,0 +19573,390,160,0,15,15,0 +19574,390,163,1,13,13,0 +19575,391,117,18,1,1,2 +19576,391,137,12,4,4,0 +19577,391,140,13,3,3,0 +19578,391,77,6,7,7,0 +19579,391,123,2,13,13,0 +19580,391,95,10,5,5,1 +19581,391,138,3,10,10,0 +19582,391,105,8,6,6,0 +19583,391,157,0,16,16,0 +19584,391,156,2,12,12,0 +19585,391,166,0,18,18,0 +19586,391,169,0,22,22,0 +19587,391,158,3,9,9,0 +19588,391,102,15,2,2,1 +19589,391,119,0,21,21,0 +19590,391,110,4,8,8,0 +19591,391,118,0,23,23,0 +19592,391,133,0,24,24,0 +19593,391,145,0,25,25,0 +19594,391,84,2,11,11,0 +19595,391,170,0,20,20,0 +19596,391,122,1,15,15,0 +19597,391,112,0,19,19,0 +19598,391,167,0,26,26,0 +19599,391,99,0,27,27,0 +19600,391,160,0,17,17,0 +19601,391,163,1,14,14,0 +19602,392,117,22,2,2,2 +19603,392,137,18,3,3,0 +19604,392,140,13,4,4,0 +19605,392,77,9,6,6,0 +19606,392,123,2,13,13,0 +19607,392,95,12,5,5,1 +19608,392,138,3,10,10,0 +19609,392,105,8,7,7,0 +19610,392,157,0,16,16,0 +19611,392,156,2,12,12,0 +19612,392,166,0,18,18,0 +19613,392,169,0,22,22,0 +19614,392,158,4,9,9,0 +19615,392,102,24,1,1,2 +19616,392,119,0,21,21,0 +19617,392,110,4,8,8,0 +19618,392,118,0,23,23,0 +19619,392,133,0,24,24,0 +19620,392,145,0,25,25,0 +19621,392,84,2,11,11,0 +19622,392,170,0,20,20,0 +19623,392,122,1,15,15,0 +19624,392,112,0,19,19,0 +19625,392,167,0,26,26,0 +19626,392,99,0,27,27,0 +19627,392,160,0,17,17,0 +19628,392,163,1,14,14,0 +19629,393,117,26,2,2,2 +19630,393,137,24,3,3,0 +19631,393,140,13,5,5,0 +19632,393,77,9,6,6,0 +19633,393,123,2,14,14,0 +19634,393,95,21,4,4,2 +19635,393,138,3,10,10,0 +19636,393,105,8,7,7,0 +19637,393,157,0,18,18,0 +19638,393,156,2,11,11,0 +19639,393,166,1,15,15,0 +19640,393,169,0,22,22,0 +19641,393,158,4,9,9,0 +19642,393,102,27,1,1,2 +19643,393,119,0,21,21,0 +19644,393,110,4,8,8,0 +19645,393,118,0,23,23,0 +19646,393,133,0,24,24,0 +19647,393,145,0,26,26,0 +19648,393,84,2,12,12,0 +19649,393,170,2,13,13,0 +19650,393,122,1,17,17,0 +19651,393,112,0,20,20,0 +19652,393,167,0,25,25,0 +19653,393,99,0,27,27,0 +19654,393,160,0,19,19,0 +19655,393,163,1,16,16,0 +19656,394,117,26,4,4,2 +19657,394,137,30,3,3,0 +19658,394,140,13,5,5,0 +19659,394,77,9,6,6,0 +19660,394,123,2,14,14,0 +19661,394,95,30,2,2,3 +19662,394,138,6,8,8,0 +19663,394,105,8,7,7,0 +19664,394,157,0,19,19,0 +19665,394,156,2,12,12,0 +19666,394,166,1,16,16,0 +19667,394,169,0,22,22,0 +19668,394,158,4,10,10,0 +19669,394,102,31,1,1,2 +19670,394,119,0,23,23,0 +19671,394,110,4,9,9,0 +19672,394,118,2,15,15,0 +19673,394,133,0,24,24,0 +19674,394,145,0,26,26,0 +19675,394,84,2,13,13,0 +19676,394,170,3,11,11,0 +19677,394,122,1,18,18,0 +19678,394,112,0,21,21,0 +19679,394,167,0,25,25,0 +19680,394,99,0,27,27,0 +19681,394,160,0,20,20,0 +19682,394,163,1,17,17,0 +19683,395,117,26,4,4,2 +19684,395,137,39,1,1,1 +19685,395,140,19,5,5,0 +19686,395,77,9,6,6,0 +19687,395,123,2,15,15,0 +19688,395,95,30,3,3,3 +19689,395,138,6,8,8,0 +19690,395,105,8,7,7,0 +19691,395,157,0,20,20,0 +19692,395,156,4,12,12,0 +19693,395,166,4,10,10,0 +19694,395,169,0,22,22,0 +19695,395,158,4,11,11,0 +19696,395,102,35,2,2,2 +19697,395,119,0,23,23,0 +19698,395,110,4,9,9,0 +19699,395,118,2,16,16,0 +19700,395,133,0,24,24,0 +19701,395,145,0,26,26,0 +19702,395,84,2,14,14,0 +19703,395,170,3,13,13,0 +19704,395,122,1,19,19,0 +19705,395,112,1,17,17,0 +19706,395,167,0,25,25,0 +19707,395,99,0,27,27,0 +19708,395,160,0,21,21,0 +19709,395,163,1,18,18,0 +19710,396,117,30,4,4,2 +19711,396,137,48,1,1,2 +19712,396,140,19,5,5,0 +19713,396,77,9,6,6,0 +19714,396,123,5,9,9,0 +19715,396,95,30,3,3,3 +19716,396,138,6,8,8,0 +19717,396,105,8,7,7,0 +19718,396,157,0,21,21,0 +19719,396,156,4,13,13,0 +19720,396,166,4,11,11,0 +19721,396,169,0,23,23,0 +19722,396,158,4,12,12,0 +19723,396,102,41,2,2,2 +19724,396,119,2,17,17,0 +19725,396,110,4,10,10,0 +19726,396,118,3,15,15,0 +19727,396,133,0,25,25,0 +19728,396,145,0,24,24,0 +19729,396,84,2,16,16,0 +19730,396,170,3,14,14,0 +19731,396,122,1,20,20,0 +19732,396,112,1,18,18,0 +19733,396,167,0,26,26,0 +19734,396,99,0,27,27,0 +19735,396,160,0,22,22,0 +19736,396,163,1,19,19,0 +19737,397,117,31,4,4,2 +19738,397,137,54,1,1,2 +19739,397,140,19,5,5,0 +19740,397,77,9,6,6,0 +19741,397,123,8,8,8,0 +19742,397,95,39,3,3,4 +19743,397,138,6,10,10,0 +19744,397,105,8,7,7,0 +19745,397,157,0,21,21,0 +19746,397,156,4,14,14,0 +19747,397,166,4,12,12,0 +19748,397,169,0,23,23,0 +19749,397,158,4,13,13,0 +19750,397,102,43,2,2,2 +19751,397,119,2,17,17,0 +19752,397,110,4,11,11,0 +19753,397,118,3,15,15,0 +19754,397,133,0,25,25,0 +19755,397,145,0,24,24,0 +19756,397,84,2,16,16,0 +19757,397,170,7,9,9,0 +19758,397,122,1,20,20,0 +19759,397,112,1,18,18,0 +19760,397,167,0,26,26,0 +19761,397,99,0,27,27,0 +19762,397,160,0,22,22,0 +19763,397,163,1,19,19,0 +19764,398,117,31,4,4,2 +19765,398,137,63,1,1,3 +19766,398,140,20,5,5,0 +19767,398,77,12,6,6,0 +19768,398,123,10,7,7,0 +19769,398,95,43,3,3,4 +19770,398,138,6,10,10,0 +19771,398,105,8,8,8,0 +19772,398,157,0,22,22,0 +19773,398,156,4,14,14,0 +19774,398,166,4,12,12,0 +19775,398,169,0,23,23,0 +19776,398,158,4,13,13,0 +19777,398,102,49,2,2,2 +19778,398,119,2,17,17,0 +19779,398,110,4,11,11,0 +19780,398,118,3,15,15,0 +19781,398,133,0,25,25,0 +19782,398,145,0,24,24,0 +19783,398,84,2,16,16,0 +19784,398,170,7,9,9,0 +19785,398,122,1,20,20,0 +19786,398,112,1,18,18,0 +19787,398,167,0,26,26,0 +19788,398,99,0,27,27,0 +19789,398,160,0,21,21,0 +19790,398,163,1,19,19,0 +19791,398,171,0,28,28,0 +19792,398,78,0,29,29,0 +19793,399,117,40,4,4,3 +19794,399,137,67,1,1,3 +19795,399,140,22,5,5,0 +19796,399,77,18,6,6,0 +19797,399,123,10,8,8,0 +19798,399,95,43,3,3,4 +19799,399,138,6,10,10,0 +19800,399,105,8,9,9,0 +19801,399,157,0,22,22,0 +19802,399,156,4,14,14,0 +19803,399,166,4,13,13,0 +19804,399,169,0,23,23,0 +19805,399,158,5,11,11,0 +19806,399,102,49,2,2,2 +19807,399,119,2,17,17,0 +19808,399,110,4,12,12,0 +19809,399,118,3,15,15,0 +19810,399,133,0,25,25,0 +19811,399,145,0,24,24,0 +19812,399,84,2,16,16,0 +19813,399,170,10,7,7,0 +19814,399,122,1,19,19,0 +19815,399,112,1,18,18,0 +19816,399,167,0,26,26,0 +19817,399,99,0,28,28,0 +19818,399,160,0,21,21,0 +19819,399,163,1,20,20,0 +19820,399,171,0,27,27,0 +19821,399,78,0,29,29,0 +19822,400,117,46,4,4,3 +19823,400,137,70,1,1,3 +19824,400,140,26,5,5,0 +19825,400,77,18,6,6,0 +19826,400,123,10,8,8,0 +19827,400,95,52,2,2,5 +19828,400,138,6,10,10,0 +19829,400,105,8,9,9,0 +19830,400,157,0,22,22,0 +19831,400,156,4,14,14,0 +19832,400,166,4,13,13,0 +19833,400,169,0,23,23,0 +19834,400,158,5,11,11,0 +19835,400,102,51,3,3,2 +19836,400,119,2,17,17,0 +19837,400,110,4,12,12,0 +19838,400,118,3,15,15,0 +19839,400,133,0,25,25,0 +19840,400,145,0,24,24,0 +19841,400,84,2,16,16,0 +19842,400,170,10,7,7,0 +19843,400,122,1,19,19,0 +19844,400,112,2,18,18,0 +19845,400,167,0,26,26,0 +19846,400,99,0,28,28,0 +19847,400,160,0,21,21,0 +19848,400,163,1,20,20,0 +19849,400,171,0,27,27,0 +19850,400,78,0,29,29,0 +19851,401,117,46,4,4,3 +19852,401,137,73,1,1,3 +19853,401,140,26,5,5,0 +19854,401,77,18,6,6,0 +19855,401,123,10,8,8,0 +19856,401,95,61,2,2,6 +19857,401,138,6,12,12,0 +19858,401,105,8,9,9,0 +19859,401,157,0,22,22,0 +19860,401,156,4,15,15,0 +19861,401,166,4,14,14,0 +19862,401,169,0,23,23,0 +19863,401,158,8,10,10,0 +19864,401,102,51,3,3,2 +19865,401,119,6,11,11,0 +19866,401,110,4,13,13,0 +19867,401,118,3,16,16,0 +19868,401,133,0,26,26,0 +19869,401,145,0,25,25,0 +19870,401,84,2,18,18,0 +19871,401,170,12,7,7,0 +19872,401,122,1,19,19,0 +19873,401,112,3,17,17,0 +19874,401,167,0,27,27,0 +19875,401,99,0,29,29,0 +19876,401,160,0,21,21,0 +19877,401,163,1,20,20,0 +19878,401,171,0,28,28,0 +19879,401,78,0,30,30,0 +19880,401,114,0,24,24,0 +19881,402,117,46,4,4,3 +19882,402,137,73,1,1,3 +19883,402,140,30,5,5,0 +19884,402,77,27,6,6,1 +19885,402,123,12,8,8,0 +19886,402,95,61,2,2,6 +19887,402,138,7,11,11,0 +19888,402,105,11,9,9,0 +19889,402,157,0,22,22,0 +19890,402,156,4,15,15,0 +19891,402,166,4,14,14,0 +19892,402,169,0,23,23,0 +19893,402,158,8,10,10,0 +19894,402,102,57,3,3,2 +19895,402,119,6,12,12,0 +19896,402,110,4,13,13,0 +19897,402,118,3,16,16,0 +19898,402,133,0,26,26,0 +19899,402,145,0,25,25,0 +19900,402,84,2,18,18,0 +19901,402,170,12,7,7,0 +19902,402,122,1,19,19,0 +19903,402,112,3,17,17,0 +19904,402,167,0,27,27,0 +19905,402,99,0,30,30,0 +19906,402,160,0,21,21,0 +19907,402,163,1,20,20,0 +19908,402,171,0,28,28,0 +19909,402,78,0,31,31,0 +19910,402,114,0,24,24,0 +19911,402,90,0,29,29,0 +19912,403,117,46,4,4,3 +19913,403,137,73,1,1,3 +19914,403,140,30,6,6,0 +19915,403,77,36,5,5,2 +19916,403,123,16,8,8,0 +19917,403,95,61,2,2,6 +19918,403,138,7,12,12,0 +19919,403,105,17,7,7,0 +19920,403,157,0,23,23,0 +19921,403,156,7,11,11,0 +19922,403,166,4,15,15,0 +19923,403,169,0,25,25,0 +19924,403,158,8,10,10,0 +19925,403,102,57,3,3,2 +19926,403,119,6,13,13,0 +19927,403,110,4,14,14,0 +19928,403,118,3,16,16,0 +19929,403,133,0,27,27,0 +19930,403,145,0,26,26,0 +19931,403,84,2,18,18,0 +19932,403,170,12,9,9,0 +19933,403,122,1,19,19,0 +19934,403,112,3,17,17,0 +19935,403,167,0,28,28,0 +19936,403,99,0,31,31,0 +19937,403,160,0,24,24,0 +19938,403,163,1,20,20,0 +19939,403,171,0,29,29,0 +19940,403,78,0,32,32,0 +19941,403,114,0,22,22,0 +19942,403,90,1,21,21,0 +19943,403,131,0,30,30,0 +19944,404,137,9,1,1,1 +19945,404,102,6,2,2,0 +19946,404,172,4,3,3,0 +19947,404,163,3,4,4,0 +19948,404,84,2,5,5,0 +19949,404,77,1,6,6,0 +19950,404,166,0,7,7,0 +19951,404,173,0,8,8,0 +19952,404,174,0,9,9,0 +19953,404,170,0,10,10,0 +19954,404,123,0,11,11,0 +19955,404,105,0,12,12,0 +19956,404,117,0,13,13,0 +19957,404,157,0,14,14,0 +19958,404,140,0,15,15,0 +19959,404,175,0,16,16,0 +19960,404,119,0,17,17,0 +19961,404,156,0,18,18,0 +19962,404,176,0,19,19,0 +19963,404,145,0,20,20,0 +19964,404,110,0,21,21,0 +19965,404,160,0,22,22,0 +19966,404,177,0,23,23,0 +19967,404,178,0,24,24,0 +19968,404,95,0,25,25,0 +19969,405,137,9,2,2,1 +19970,405,102,15,1,1,1 +19971,405,172,4,4,4,0 +19972,405,163,3,6,6,0 +19973,405,84,2,9,9,0 +19974,405,77,2,10,10,0 +19975,405,166,0,12,12,0 +19976,405,173,0,13,13,0 +19977,405,174,0,15,15,0 +19978,405,170,2,8,8,0 +19979,405,123,0,11,11,0 +19980,405,105,0,16,16,0 +19981,405,117,4,5,5,0 +19982,405,157,0,18,18,0 +19983,405,140,0,19,19,0 +19984,405,175,0,14,14,0 +19985,405,119,0,20,20,0 +19986,405,156,0,21,21,0 +19987,405,176,0,17,17,0 +19988,405,145,0,23,23,0 +19989,405,110,0,24,24,0 +19990,405,160,0,22,22,0 +19991,405,177,3,7,7,0 +19992,405,178,0,25,25,0 +19993,405,95,6,3,3,0 +19994,406,137,15,1,1,1 +19995,406,102,15,2,2,1 +19996,406,172,4,7,7,0 +19997,406,163,3,8,8,0 +19998,406,84,2,10,10,0 +19999,406,77,6,5,5,0 +20000,406,166,0,14,14,0 +20001,406,173,0,15,15,0 +20002,406,174,0,17,17,0 +20003,406,170,2,11,11,0 +20004,406,123,0,13,13,0 +20005,406,105,0,19,19,0 +20006,406,117,13,3,3,1 +20007,406,157,0,21,21,0 +20008,406,140,3,9,9,0 +20009,406,175,0,16,16,0 +20010,406,119,1,12,12,0 +20011,406,156,0,22,22,0 +20012,406,176,0,18,18,0 +20013,406,145,0,25,25,0 +20014,406,110,0,24,24,0 +20015,406,160,0,20,20,0 +20016,406,177,5,6,6,0 +20017,406,178,0,23,23,0 +20018,406,95,6,4,4,0 +20019,406,179,0,26,26,0 +20020,407,137,15,3,3,1 +20021,407,102,19,2,2,1 +20022,407,172,5,7,7,0 +20023,407,163,5,8,8,0 +20024,407,84,2,10,10,0 +20025,407,77,6,6,6,0 +20026,407,166,0,14,14,0 +20027,407,173,0,16,16,0 +20028,407,174,0,18,18,0 +20029,407,170,2,11,11,0 +20030,407,123,0,13,13,0 +20031,407,105,0,19,19,0 +20032,407,117,22,1,1,2 +20033,407,157,0,22,22,0 +20034,407,140,3,9,9,0 +20035,407,175,0,15,15,0 +20036,407,119,1,12,12,0 +20037,407,156,0,20,20,0 +20038,407,176,0,17,17,0 +20039,407,145,0,25,25,0 +20040,407,110,0,24,24,0 +20041,407,160,0,21,21,0 +20042,407,177,11,4,4,0 +20043,407,178,0,23,23,0 +20044,407,95,9,5,5,0 +20045,407,179,0,26,26,0 +20046,408,137,15,4,4,1 +20047,408,102,25,1,1,1 +20048,408,172,7,7,7,0 +20049,408,163,5,9,9,0 +20050,408,84,2,12,12,0 +20051,408,77,6,8,8,0 +20052,408,166,0,15,15,0 +20053,408,173,0,17,17,0 +20054,408,174,0,19,19,0 +20055,408,170,2,11,11,0 +20056,408,123,0,14,14,0 +20057,408,105,3,10,10,0 +20058,408,117,23,2,2,2 +20059,408,157,0,23,23,0 +20060,408,140,7,6,6,0 +20061,408,175,0,16,16,0 +20062,408,119,1,13,13,0 +20063,408,156,0,21,21,0 +20064,408,176,0,18,18,0 +20065,408,145,0,26,26,0 +20066,408,110,0,24,24,0 +20067,408,160,0,22,22,0 +20068,408,177,11,5,5,0 +20069,408,178,0,20,20,0 +20070,408,95,18,3,3,1 +20071,408,179,0,25,25,0 +20072,409,137,19,4,4,1 +20073,409,102,27,3,3,1 +20074,409,172,7,7,7,0 +20075,409,163,6,9,9,0 +20076,409,84,2,12,12,0 +20077,409,77,6,8,8,0 +20078,409,166,0,15,15,0 +20079,409,173,0,17,17,0 +20080,409,174,0,19,19,0 +20081,409,170,2,11,11,0 +20082,409,123,0,14,14,0 +20083,409,105,3,10,10,0 +20084,409,117,29,1,1,2 +20085,409,157,0,25,25,0 +20086,409,140,7,6,6,0 +20087,409,175,0,16,16,0 +20088,409,119,1,13,13,0 +20089,409,156,0,21,21,0 +20090,409,176,0,18,18,0 +20091,409,145,0,26,26,0 +20092,409,110,0,24,24,0 +20093,409,160,0,23,23,0 +20094,409,177,14,5,5,0 +20095,409,178,0,20,20,0 +20096,409,95,27,2,2,2 +20097,409,179,0,22,22,0 +20098,409,118,0,27,27,0 +20155,410,158,0,28,28,0 +20153,410,179,0,23,23,0 +20152,410,95,29,3,3,2 +20149,410,160,0,25,25,0 +20148,410,110,0,26,26,0 +20146,410,176,0,20,20,0 +20145,410,156,0,17,17,0 +20143,410,175,0,18,18,0 +20141,410,157,0,24,24,0 +20140,410,117,33,2,2,2 +20139,410,105,6,9,9,0 +20137,410,170,2,11,11,0 +20135,410,173,0,19,19,0 +20133,410,77,6,8,8,0 +20131,410,163,6,10,10,0 +20150,410,177,14,5,5,0 +20132,410,84,2,12,12,0 +20136,410,174,0,16,16,0 +20147,410,145,0,27,27,0 +20151,410,178,0,21,21,0 +20154,410,118,0,22,22,0 +20144,410,119,2,13,13,0 +20156,410,180,0,29,29,0 +20142,410,140,7,7,7,0 +20134,410,166,0,15,15,0 +20130,410,172,13,6,6,0 +20138,410,123,0,14,14,0 +20129,410,102,36,1,1,2 +20128,410,137,19,4,4,1 +20157,411,137,23,4,4,1 +20158,411,102,36,3,3,2 +20159,411,172,14,6,6,0 +20160,411,163,8,7,7,0 +20161,411,84,2,12,12,0 +20162,411,77,6,9,9,0 +20163,411,166,0,15,15,0 +20164,411,173,0,19,19,0 +20165,411,174,0,16,16,0 +20166,411,170,2,11,11,0 +20167,411,123,0,14,14,0 +20168,411,105,6,10,10,0 +20169,411,117,39,1,1,2 +20170,411,157,0,23,23,0 +20171,411,140,7,8,8,0 +20172,411,175,0,18,18,0 +20173,411,119,2,13,13,0 +20174,411,156,0,17,17,0 +20175,411,176,0,20,20,0 +20176,411,145,0,27,27,0 +20177,411,110,0,26,26,0 +20178,411,160,0,25,25,0 +20179,411,177,17,5,5,0 +20180,411,178,0,22,22,0 +20181,411,95,38,2,2,3 +20182,411,179,0,24,24,0 +20183,411,118,0,21,21,0 +20184,411,158,0,29,29,0 +20185,411,180,0,28,28,0 +20186,412,137,29,4,4,1 +20187,412,102,36,3,3,2 +20188,412,172,14,6,6,0 +20189,412,163,11,7,7,0 +20190,412,84,4,11,11,0 +20191,412,77,6,9,9,0 +20192,412,166,1,14,14,0 +20193,412,173,0,20,20,0 +20194,412,174,0,16,16,0 +20195,412,170,2,12,12,0 +20196,412,123,0,15,15,0 +20197,412,105,6,10,10,0 +20198,412,117,43,2,2,2 +20199,412,157,0,23,23,0 +20200,412,140,7,8,8,0 +20201,412,175,0,19,19,0 +20202,412,119,2,13,13,0 +20203,412,156,0,18,18,0 +20204,412,176,0,21,21,0 +20205,412,145,0,26,26,0 +20206,412,110,0,27,27,0 +20207,412,160,0,25,25,0 +20208,412,177,17,5,5,0 +20209,412,178,0,22,22,0 +20210,412,95,47,1,1,4 +20211,412,179,0,24,24,0 +20212,412,118,0,17,17,0 +20213,412,158,0,29,29,0 +20214,412,180,0,28,28,0 +20215,413,137,38,4,4,2 +20216,413,102,42,3,3,2 +20217,413,172,14,6,6,0 +20218,413,163,14,7,7,0 +20219,413,84,4,11,11,0 +20220,413,77,6,9,9,0 +20221,413,166,1,14,14,0 +20222,413,173,0,20,20,0 +20223,413,174,0,16,16,0 +20224,413,170,2,12,12,0 +20225,413,123,0,15,15,0 +20226,413,105,6,10,10,0 +20227,413,117,44,2,2,2 +20228,413,157,0,23,23,0 +20229,413,140,7,8,8,0 +20230,413,175,0,18,18,0 +20231,413,119,2,13,13,0 +20232,413,156,0,19,19,0 +20233,413,176,0,21,21,0 +20234,413,145,0,27,27,0 +20235,413,110,0,28,28,0 +20236,413,160,0,26,26,0 +20237,413,177,19,5,5,0 +20238,413,178,0,22,22,0 +20239,413,95,51,1,1,4 +20240,413,179,0,24,24,0 +20241,413,118,0,17,17,0 +20242,413,158,0,29,29,0 +20243,413,180,0,25,25,0 +20244,413,112,0,30,30,0 +20245,414,137,47,3,3,3 +20246,414,102,48,2,2,2 +20247,414,172,14,6,6,0 +20248,414,163,14,7,7,0 +20249,414,84,5,11,11,0 +20250,414,77,6,9,9,0 +20251,414,166,1,15,15,0 +20252,414,173,0,20,20,0 +20253,414,174,2,12,12,0 +20254,414,170,2,13,13,0 +20255,414,123,0,16,16,0 +20256,414,105,6,10,10,0 +20257,414,117,44,4,4,2 +20258,414,157,0,24,24,0 +20259,414,140,10,8,8,0 +20260,414,175,0,17,17,0 +20261,414,119,2,14,14,0 +20262,414,156,0,19,19,0 +20263,414,176,0,21,21,0 +20264,414,145,0,28,28,0 +20265,414,110,0,29,29,0 +20266,414,160,0,27,27,0 +20267,414,177,19,5,5,0 +20268,414,178,0,22,22,0 +20269,414,95,55,1,1,4 +20270,414,179,0,25,25,0 +20271,414,118,0,18,18,0 +20272,414,158,0,30,30,0 +20273,414,180,0,26,26,0 +20274,414,112,0,23,23,0 +20275,415,137,47,4,4,3 +20276,415,102,48,3,3,2 +20277,415,172,14,6,6,0 +20278,415,163,14,8,8,0 +20279,415,84,5,11,11,0 +20280,415,77,6,10,10,0 +20281,415,166,1,17,17,0 +20282,415,173,0,23,23,0 +20283,415,174,2,13,13,0 +20284,415,170,2,15,15,0 +20285,415,123,0,19,19,0 +20286,415,105,12,9,9,0 +20287,415,117,53,2,2,3 +20288,415,157,1,18,18,0 +20289,415,140,14,7,7,0 +20290,415,175,2,14,14,0 +20291,415,119,2,16,16,0 +20292,415,156,0,21,21,0 +20293,415,176,0,24,24,0 +20294,415,145,0,28,28,0 +20295,415,110,0,29,29,0 +20296,415,160,0,26,26,0 +20297,415,177,19,5,5,0 +20298,415,178,3,12,12,0 +20299,415,95,55,1,1,4 +20300,415,179,0,22,22,0 +20301,415,118,0,20,20,0 +20302,415,158,0,30,30,0 +20303,415,180,0,27,27,0 +20304,415,112,0,25,25,0 +20305,416,137,56,2,2,4 +20306,416,102,48,4,4,2 +20307,416,172,14,7,7,0 +20308,416,163,14,8,8,0 +20309,416,84,5,11,11,0 +20310,416,77,8,10,10,0 +20311,416,166,1,17,17,0 +20312,416,173,0,23,23,0 +20313,416,174,2,13,13,0 +20314,416,170,2,15,15,0 +20315,416,123,0,19,19,0 +20316,416,105,12,9,9,0 +20317,416,117,53,3,3,3 +20318,416,157,1,18,18,0 +20319,416,140,18,6,6,0 +20320,416,175,2,14,14,0 +20321,416,119,2,16,16,0 +20322,416,156,0,21,21,0 +20323,416,176,0,24,24,0 +20324,416,145,0,29,29,0 +20325,416,110,0,30,30,0 +20326,416,160,0,26,26,0 +20327,416,177,22,5,5,0 +20328,416,178,4,12,12,0 +20329,416,95,61,1,1,4 +20330,416,179,0,22,22,0 +20331,416,118,0,20,20,0 +20332,416,158,0,32,32,0 +20333,416,180,0,27,27,0 +20334,416,112,0,25,25,0 +20335,416,133,0,28,28,0 +20336,416,122,0,31,31,0 +20337,417,137,60,2,2,4 +20338,417,102,51,4,4,2 +20339,417,172,14,7,7,0 +20340,417,163,14,9,9,0 +20341,417,84,5,11,11,0 +20342,417,77,8,10,10,0 +20343,417,166,1,17,17,0 +20344,417,173,0,23,23,0 +20345,417,174,2,13,13,0 +20346,417,170,2,15,15,0 +20347,417,123,0,19,19,0 +20348,417,105,14,8,8,0 +20349,417,117,59,3,3,3 +20350,417,157,1,18,18,0 +20351,417,140,19,6,6,0 +20352,417,175,2,14,14,0 +20353,417,119,2,16,16,0 +20354,417,156,0,21,21,0 +20355,417,176,0,24,24,0 +20356,417,145,0,29,29,0 +20357,417,110,0,30,30,0 +20358,417,160,0,26,26,0 +20359,417,177,22,5,5,0 +20360,417,178,4,12,12,0 +20361,417,95,70,1,1,5 +20362,417,179,0,22,22,0 +20363,417,118,0,20,20,0 +20364,417,158,0,32,32,0 +20365,417,180,0,27,27,0 +20366,417,112,0,25,25,0 +20367,417,133,0,28,28,0 +20368,417,122,0,31,31,0 +20369,418,137,63,3,3,4 +20370,418,102,55,4,4,2 +20371,418,172,14,8,8,0 +20372,418,163,14,10,10,0 +20373,418,84,5,11,11,0 +20374,418,77,17,7,7,1 +20375,418,166,1,17,17,0 +20376,418,173,0,25,25,0 +20377,418,174,2,13,13,0 +20378,418,170,2,15,15,0 +20379,418,123,0,20,20,0 +20380,418,105,14,9,9,0 +20381,418,117,64,2,2,3 +20382,418,157,1,18,18,0 +20383,418,140,19,6,6,0 +20384,418,175,2,14,14,0 +20385,418,119,2,16,16,0 +20386,418,156,0,22,22,0 +20387,418,176,0,26,26,0 +20388,418,145,0,29,29,0 +20389,418,110,0,24,24,0 +20390,418,160,0,27,27,0 +20391,418,177,22,5,5,0 +20392,418,178,4,12,12,0 +20393,418,95,70,1,1,5 +20394,418,179,0,23,23,0 +20395,418,118,0,21,21,0 +20396,418,158,0,32,32,0 +20397,418,180,0,28,28,0 +20398,418,112,1,19,19,0 +20399,418,133,0,30,30,0 +20400,418,122,0,31,31,0 +20401,419,137,69,3,3,4 +20402,419,102,55,4,4,2 +20403,419,172,14,8,8,0 +20404,419,163,14,10,10,0 +20405,419,84,8,11,11,0 +20406,419,77,17,7,7,1 +20407,419,166,3,14,14,0 +20408,419,173,0,25,25,0 +20409,419,174,3,13,13,0 +20410,419,170,2,16,16,0 +20411,419,123,0,20,20,0 +20412,419,105,14,9,9,0 +20413,419,117,72,1,1,4 +20414,419,157,1,18,18,0 +20415,419,140,23,5,5,0 +20416,419,175,2,15,15,0 +20417,419,119,2,17,17,0 +20418,419,156,0,22,22,0 +20419,419,176,0,26,26,0 +20420,419,145,0,29,29,0 +20421,419,110,0,24,24,0 +20422,419,160,0,27,27,0 +20423,419,177,22,6,6,0 +20424,419,178,4,12,12,0 +20425,419,95,70,2,2,5 +20426,419,179,0,23,23,0 +20427,419,118,0,21,21,0 +20428,419,158,0,32,32,0 +20429,419,180,0,28,28,0 +20430,419,112,1,19,19,0 +20431,419,133,0,30,30,0 +20432,419,122,0,31,31,0 +20433,420,117,9,1,1,1 +20434,420,105,6,2,2,0 +20435,420,173,4,3,3,0 +20436,420,163,3,4,4,0 +20437,420,175,2,5,5,0 +20438,420,172,1,6,6,0 +20439,420,140,0,7,7,0 +20440,420,84,0,8,8,0 +20441,420,112,0,9,9,0 +20442,420,118,0,10,10,0 +20443,420,123,0,11,11,0 +20444,420,160,0,12,12,0 +20445,420,181,0,13,13,0 +20446,420,77,0,14,14,0 +20447,420,102,0,15,15,0 +20448,420,158,0,16,16,0 +20449,420,94,0,17,17,0 +20450,420,182,0,18,18,0 +20451,420,110,0,19,19,0 +20452,420,119,0,20,20,0 +20453,420,177,0,21,21,0 +20454,420,183,0,22,22,0 +20455,420,95,0,23,23,0 +20456,420,184,0,24,24,0 +20457,420,137,0,25,25,0 +20458,421,117,9,2,2,1 +20459,421,105,12,1,1,0 +20460,421,173,7,4,4,0 +20461,421,163,3,6,6,0 +20462,421,175,6,5,5,0 +20463,421,172,1,8,8,0 +20464,421,140,0,10,10,0 +20465,421,84,0,12,12,0 +20466,421,112,0,14,14,0 +20467,421,118,0,11,11,0 +20468,421,123,0,15,15,0 +20469,421,160,0,13,13,0 +20470,421,181,0,16,16,0 +20471,421,77,0,20,20,0 +20472,421,102,9,3,3,1 +20473,421,158,0,18,18,0 +20474,421,94,0,22,22,0 +20475,421,182,0,17,17,0 +20476,421,110,0,19,19,0 +20477,421,119,0,25,25,0 +20478,421,177,0,24,24,0 +20479,421,183,0,26,26,0 +20480,421,95,2,7,7,0 +20481,421,184,0,23,23,0 +20482,421,137,0,21,21,0 +20483,421,185,1,9,9,0 +20484,421,156,0,27,27,0 +20485,422,117,9,5,5,1 +20486,422,105,12,2,2,0 +20487,422,173,16,1,1,1 +20488,422,163,3,9,9,0 +20489,422,175,10,3,3,0 +20490,422,172,1,11,11,0 +20491,422,140,1,10,10,0 +20492,422,84,0,14,14,0 +20493,422,112,0,17,17,0 +20494,422,118,0,13,13,0 +20495,422,123,6,6,6,0 +20496,422,160,0,16,16,0 +20497,422,181,0,18,18,0 +20498,422,77,0,21,21,0 +20499,422,102,9,4,4,1 +20500,422,158,0,19,19,0 +20501,422,94,0,23,23,0 +20502,422,182,3,8,8,0 +20503,422,110,0,20,20,0 +20504,422,119,0,25,25,0 +20505,422,177,0,22,22,0 +20506,422,183,0,26,26,0 +20507,422,95,4,7,7,0 +20508,422,184,0,24,24,0 +20509,422,137,0,15,15,0 +20510,422,185,1,12,12,0 +20511,422,156,0,27,27,0 +20512,423,117,18,2,2,2 +20513,423,105,18,3,3,0 +20514,423,173,20,1,1,1 +20515,423,163,3,10,10,0 +20516,423,175,10,4,4,0 +20517,423,172,2,12,12,0 +20518,423,140,1,13,13,0 +20519,423,84,0,15,15,0 +20520,423,112,0,19,19,0 +20521,423,118,2,11,11,0 +20522,423,123,6,6,6,0 +20523,423,160,0,18,18,0 +20524,423,181,0,21,21,0 +20525,423,77,0,24,24,0 +20526,423,102,9,5,5,1 +20527,423,158,0,22,22,0 +20528,423,94,0,26,26,0 +20529,423,182,3,8,8,0 +20530,423,110,3,9,9,0 +20531,423,119,0,23,23,0 +20532,423,177,0,17,17,0 +20533,423,183,0,28,28,0 +20534,423,95,4,7,7,0 +20535,423,184,0,27,27,0 +20536,423,137,0,16,16,0 +20537,423,185,1,14,14,0 +20538,423,156,0,20,20,0 +20539,423,170,0,25,25,0 +20540,424,117,22,2,2,2 +20541,424,105,27,1,1,1 +20542,424,173,22,3,3,1 +20543,424,163,3,12,12,0 +20544,424,175,10,4,4,0 +20545,424,172,2,14,14,0 +20546,424,140,7,6,6,0 +20547,424,84,0,16,16,0 +20548,424,112,0,19,19,0 +20549,424,118,2,13,13,0 +20550,424,123,6,7,7,0 +20551,424,160,0,18,18,0 +20552,424,181,0,22,22,0 +20553,424,77,0,23,23,0 +20554,424,102,9,5,5,1 +20555,424,158,0,25,25,0 +20556,424,94,0,27,27,0 +20557,424,182,3,11,11,0 +20558,424,110,3,10,10,0 +20559,424,119,0,20,20,0 +20560,424,177,3,9,9,0 +20561,424,183,0,29,29,0 +20562,424,95,5,8,8,0 +20563,424,184,0,28,28,0 +20564,424,137,0,17,17,0 +20565,424,185,1,15,15,0 +20566,424,156,0,21,21,0 +20567,424,170,0,26,26,0 +20568,424,176,0,24,24,0 +20655,425,176,0,18,18,0 +20636,425,118,2,14,14,0 +20637,425,123,6,8,8,0 +20646,425,119,0,22,22,0 +20654,425,170,0,26,26,0 +20653,425,156,0,24,24,0 +20652,425,185,4,10,10,0 +20651,425,137,1,16,16,0 +20650,425,184,0,28,28,0 +20649,425,95,5,9,9,0 +20648,425,183,0,29,29,0 +20647,425,177,12,5,5,1 +20645,425,110,3,11,11,0 +20644,425,182,3,12,12,0 +20640,425,77,0,23,23,0 +20641,425,102,9,7,7,1 +20642,425,158,0,20,20,0 +20643,425,94,0,27,27,0 +20639,425,181,0,25,25,0 +20638,425,160,0,19,19,0 +20635,425,112,0,21,21,0 +20634,425,84,0,17,17,0 +20633,425,140,13,4,4,0 +20632,425,172,2,15,15,0 +20631,425,175,10,6,6,0 +20629,425,173,24,2,2,1 +20630,425,163,3,13,13,0 +20628,425,105,31,1,1,1 +20627,425,117,22,3,3,2 +20713,426,176,0,17,17,0 +20712,426,170,0,26,26,0 +20711,426,156,0,24,24,0 +20710,426,185,4,11,11,0 +20709,426,137,10,7,7,1 +20708,426,184,0,28,28,0 +20707,426,95,5,10,10,0 +20706,426,183,0,29,29,0 +20704,426,119,0,22,22,0 +20703,426,110,3,12,12,0 +20702,426,182,3,13,13,0 +20700,426,158,0,19,19,0 +20699,426,102,9,8,8,1 +20698,426,77,0,23,23,0 +20696,426,160,0,20,20,0 +20694,426,118,2,15,15,0 +20692,426,84,0,18,18,0 +20689,426,175,11,6,6,0 +20688,426,163,3,14,14,0 +20686,426,105,31,1,1,1 +20693,426,112,0,21,21,0 +20697,426,181,0,25,25,0 +20690,426,172,2,16,16,0 +20691,426,140,16,5,5,0 +20685,426,117,26,2,2,2 +20705,426,177,18,4,4,1 +20701,426,94,0,27,27,0 +20687,426,173,26,3,3,1 +20695,426,123,6,9,9,0 +20714,427,117,35,2,2,3 +20715,427,105,37,1,1,1 +20716,427,173,26,3,3,1 +20717,427,163,3,16,16,0 +20718,427,175,11,7,7,0 +20719,427,172,6,10,10,0 +20720,427,140,16,5,5,0 +20721,427,84,0,18,18,0 +20722,427,112,0,23,23,0 +20723,427,118,4,13,13,0 +20724,427,123,6,9,9,0 +20725,427,160,0,22,22,0 +20726,427,181,0,25,25,0 +20727,427,77,0,19,19,0 +20728,427,102,9,8,8,1 +20729,427,158,0,21,21,0 +20730,427,94,0,27,27,0 +20731,427,182,3,15,15,0 +20732,427,110,3,14,14,0 +20733,427,119,0,20,20,0 +20734,427,177,18,4,4,1 +20735,427,183,0,29,29,0 +20736,427,95,5,11,11,0 +20737,427,184,0,28,28,0 +20738,427,137,13,6,6,1 +20739,427,185,4,12,12,0 +20740,427,156,0,24,24,0 +20741,427,170,0,26,26,0 +20742,427,176,1,17,17,0 +20743,428,117,41,2,2,3 +20744,428,105,46,1,1,2 +20745,428,173,26,3,3,1 +20746,428,163,3,16,16,0 +20747,428,175,11,7,7,0 +20748,428,172,10,8,8,0 +20749,428,140,16,5,5,0 +20750,428,84,0,18,18,0 +20751,428,112,0,23,23,0 +20752,428,118,4,14,14,0 +20753,428,123,9,10,10,0 +20754,428,160,0,22,22,0 +20755,428,181,0,26,26,0 +20756,428,77,0,19,19,0 +20757,428,102,9,9,9,1 +20758,428,158,0,21,21,0 +20759,428,94,0,24,24,0 +20760,428,182,5,12,12,0 +20761,428,110,3,15,15,0 +20762,428,119,0,20,20,0 +20763,428,177,18,4,4,1 +20764,428,183,0,30,30,0 +20765,428,95,6,11,11,0 +20766,428,184,0,29,29,0 +20767,428,137,13,6,6,1 +20768,428,185,4,13,13,0 +20769,428,156,0,25,25,0 +20770,428,170,0,27,27,0 +20771,428,176,1,17,17,0 +20772,428,179,0,28,28,0 +20773,429,117,50,1,1,4 +20774,429,105,50,2,2,2 +20775,429,173,28,3,3,1 +20776,429,163,3,16,16,0 +20777,429,175,11,8,8,0 +20778,429,172,10,9,9,0 +20779,429,140,19,4,4,0 +20780,429,84,0,18,18,0 +20781,429,112,0,23,23,0 +20782,429,118,4,14,14,0 +20783,429,123,9,10,10,0 +20784,429,160,0,22,22,0 +20785,429,181,0,27,27,0 +20786,429,77,0,19,19,0 +20787,429,102,15,6,6,1 +20788,429,158,0,21,21,0 +20789,429,94,0,25,25,0 +20790,429,182,5,12,12,0 +20791,429,110,3,15,15,0 +20792,429,119,0,20,20,0 +20793,429,177,18,5,5,1 +20794,429,183,0,31,31,0 +20795,429,95,6,11,11,0 +20796,429,184,0,30,30,0 +20797,429,137,13,7,7,1 +20798,429,185,4,13,13,0 +20799,429,156,0,26,26,0 +20800,429,170,0,28,28,0 +20801,429,176,2,17,17,0 +20802,429,179,0,24,24,0 +20803,429,186,0,29,29,0 +20804,430,117,56,1,1,4 +20805,430,105,53,2,2,2 +20806,430,173,30,3,3,1 +20807,430,163,3,16,16,0 +20808,430,175,11,9,9,0 +20809,430,172,10,10,10,0 +20810,430,140,19,5,5,0 +20811,430,84,0,18,18,0 +20812,430,112,0,24,24,0 +20813,430,118,4,14,14,0 +20814,430,123,9,11,11,0 +20815,430,160,0,22,22,0 +20816,430,181,0,27,27,0 +20817,430,77,0,19,19,0 +20818,430,102,19,4,4,1 +20819,430,158,0,21,21,0 +20820,430,94,0,25,25,0 +20821,430,182,14,7,7,1 +20822,430,110,3,15,15,0 +20823,430,119,0,20,20,0 +20824,430,177,18,6,6,1 +20825,430,183,0,31,31,0 +20826,430,95,7,12,12,0 +20827,430,184,0,30,30,0 +20828,430,137,13,8,8,1 +20829,430,185,4,13,13,0 +20830,430,156,0,26,26,0 +20831,430,170,0,28,28,0 +20832,430,176,2,17,17,0 +20833,430,179,0,23,23,0 +20834,430,186,0,29,29,0 +20835,431,117,65,1,1,5 +20836,431,105,53,2,2,2 +20837,431,173,31,3,3,1 +20838,431,163,3,17,17,0 +20839,431,175,11,9,9,0 +20840,431,172,10,10,10,0 +20841,431,140,21,5,5,0 +20842,431,84,0,18,18,0 +20843,431,112,0,24,24,0 +20844,431,118,4,15,15,0 +20845,431,123,9,11,11,0 +20846,431,160,0,22,22,0 +20847,431,181,0,28,28,0 +20848,431,77,0,19,19,0 +20849,431,102,23,4,4,1 +20850,431,158,0,21,21,0 +20851,431,94,0,26,26,0 +20852,431,182,14,8,8,1 +20853,431,110,3,16,16,0 +20854,431,119,0,20,20,0 +20855,431,177,18,7,7,1 +20856,431,183,0,32,32,0 +20857,431,95,7,12,12,0 +20858,431,184,0,31,31,0 +20859,431,137,19,6,6,1 +20860,431,185,4,14,14,0 +20861,431,156,0,27,27,0 +20862,431,170,0,29,29,0 +20863,431,176,5,13,13,0 +20864,431,179,0,23,23,0 +20865,431,186,0,30,30,0 +20866,431,166,0,25,25,0 +20867,431,178,0,33,33,0 +20868,432,117,69,1,1,5 +20869,432,105,53,2,2,2 +20870,432,173,31,4,4,1 +20871,432,163,3,17,17,0 +20872,432,175,11,10,10,0 +20873,432,172,10,11,11,0 +20874,432,140,21,7,7,0 +20875,432,84,0,18,18,0 +20876,432,112,0,25,25,0 +20877,432,118,5,14,14,0 +20878,432,123,9,12,12,0 +20879,432,160,0,23,23,0 +20880,432,181,0,28,28,0 +20881,432,77,0,19,19,0 +20882,432,102,32,3,3,2 +20883,432,158,0,21,21,0 +20884,432,94,0,26,26,0 +20885,432,182,14,8,8,1 +20886,432,110,3,16,16,0 +20887,432,119,0,20,20,0 +20888,432,177,21,5,5,1 +20889,432,183,0,33,33,0 +20890,432,95,13,9,9,0 +20891,432,184,0,31,31,0 +20892,432,137,21,6,6,1 +20893,432,185,4,15,15,0 +20894,432,156,0,27,27,0 +20895,432,170,0,29,29,0 +20896,432,176,5,13,13,0 +20897,432,179,0,24,24,0 +20898,432,186,0,30,30,0 +20899,432,166,0,22,22,0 +20900,432,178,0,34,34,0 +20901,432,157,0,32,32,0 +20902,433,117,72,1,1,5 +20903,433,105,53,2,2,2 +20904,433,173,33,4,4,1 +20905,433,163,3,17,17,0 +20906,433,175,11,10,10,0 +20907,433,172,10,12,12,0 +20908,433,140,21,8,8,0 +20909,433,84,0,18,18,0 +20910,433,112,0,26,26,0 +20911,433,118,5,14,14,0 +20912,433,123,10,11,11,0 +20913,433,160,0,24,24,0 +20914,433,181,0,29,29,0 +20915,433,77,0,19,19,0 +20916,433,102,38,3,3,2 +20917,433,158,0,23,23,0 +20918,433,94,0,27,27,0 +20919,433,182,14,9,9,1 +20920,433,110,3,16,16,0 +20921,433,119,0,22,22,0 +20922,433,177,25,5,5,1 +20923,433,183,0,35,35,0 +20924,433,95,22,6,6,1 +20925,433,184,0,34,34,0 +20926,433,137,21,7,7,1 +20927,433,185,4,15,15,0 +20928,433,156,0,28,28,0 +20929,433,170,0,30,30,0 +20930,433,176,5,13,13,0 +20931,433,179,0,25,25,0 +20932,433,186,0,32,32,0 +20933,433,166,0,21,21,0 +20934,433,178,0,36,36,0 +20935,433,157,0,31,31,0 +20936,433,187,0,20,20,0 +20937,433,122,0,33,33,0 +20938,434,117,73,1,1,5 +20939,434,105,53,2,2,2 +20940,434,173,33,4,4,1 +20941,434,163,3,17,17,0 +20942,434,175,11,11,11,0 +20943,434,172,10,12,12,0 +20944,434,140,24,7,7,0 +20945,434,84,0,19,19,0 +20946,434,112,0,26,26,0 +20947,434,118,5,14,14,0 +20948,434,123,11,10,10,0 +20949,434,160,0,24,24,0 +20950,434,181,0,29,29,0 +20951,434,77,2,18,18,0 +20952,434,102,38,3,3,2 +20953,434,158,0,23,23,0 +20954,434,94,0,27,27,0 +20955,434,182,14,9,9,1 +20956,434,110,3,16,16,0 +20957,434,119,0,22,22,0 +20958,434,177,31,6,6,1 +20959,434,183,0,36,36,0 +20960,434,95,31,5,5,2 +20961,434,184,0,34,34,0 +20962,434,137,21,8,8,1 +20963,434,185,4,15,15,0 +20964,434,156,0,28,28,0 +20965,434,170,0,30,30,0 +20966,434,176,5,13,13,0 +20967,434,179,0,25,25,0 +20968,434,186,0,32,32,0 +20969,434,166,0,21,21,0 +20970,434,178,0,35,35,0 +20971,434,157,0,31,31,0 +20972,434,187,0,20,20,0 +20973,434,122,0,33,33,0 +20974,435,117,73,1,1,5 +20975,435,105,53,2,2,2 +20976,435,173,33,5,5,1 +20977,435,163,3,19,19,0 +20978,435,175,11,12,12,0 +20979,435,172,16,9,9,0 +20980,435,140,26,7,7,0 +20981,435,84,0,21,21,0 +20982,435,112,0,28,28,0 +20983,435,118,5,14,14,0 +20984,435,123,11,11,11,0 +20985,435,160,0,27,27,0 +20986,435,181,0,30,30,0 +20987,435,77,3,20,20,0 +20988,435,102,38,4,4,2 +20989,435,158,0,26,26,0 +20990,435,94,0,24,24,0 +20991,435,182,14,10,10,1 +20992,435,110,3,17,17,0 +20993,435,119,0,25,25,0 +20994,435,177,40,3,3,2 +20995,435,183,0,36,36,0 +20996,435,95,31,6,6,2 +20997,435,184,0,34,34,0 +20998,435,137,21,8,8,1 +20999,435,185,4,16,16,0 +21000,435,156,0,29,29,0 +21001,435,170,0,31,31,0 +21002,435,176,5,13,13,0 +21003,435,179,0,22,22,0 +21004,435,186,0,33,33,0 +21005,435,166,4,15,15,0 +21006,435,178,0,35,35,0 +21007,435,157,0,32,32,0 +21008,435,187,0,23,23,0 +21009,435,122,3,18,18,0 +21010,436,117,9,1,1,1 +21011,436,177,6,2,2,0 +21012,436,173,4,3,3,0 +21013,436,158,3,4,4,0 +21014,436,175,2,5,5,0 +21015,436,123,1,6,6,0 +21016,436,176,0,7,7,0 +21017,436,156,0,8,8,0 +21018,436,118,0,9,9,0 +21019,436,110,0,10,10,0 +21020,436,119,0,11,11,0 +21021,436,182,0,12,12,0 +21022,436,95,0,13,13,0 +21023,436,137,0,14,14,0 +21024,436,170,0,15,15,0 +21025,436,163,0,16,16,0 +21026,436,160,0,17,17,0 +21027,436,183,0,18,18,0 +21028,436,112,0,19,19,0 +21029,436,188,0,20,20,0 +21030,436,172,0,21,21,0 +21031,436,105,0,22,22,0 +21032,436,184,0,23,23,0 +21033,436,102,0,24,24,0 +21034,437,117,15,1,1,1 +21035,437,177,6,3,3,0 +21036,437,173,4,4,4,0 +21037,437,158,3,7,7,0 +21038,437,175,2,9,9,0 +21039,437,123,1,10,10,0 +21040,437,176,0,12,12,0 +21041,437,156,0,14,14,0 +21042,437,118,4,5,5,0 +21043,437,110,2,8,8,0 +21044,437,119,3,6,6,0 +21045,437,182,9,2,2,1 +21046,437,95,0,18,18,0 +21047,437,137,0,19,19,0 +21048,437,170,0,22,22,0 +21049,437,163,0,23,23,0 +21050,437,160,0,25,25,0 +21051,437,183,0,15,15,0 +21052,437,112,0,26,26,0 +21053,437,188,0,27,27,0 +21054,437,172,0,21,21,0 +21055,437,105,0,16,16,0 +21056,437,184,0,13,13,0 +21057,437,102,1,11,11,0 +21058,437,84,0,17,17,0 +21059,437,185,0,20,20,0 +21060,437,181,0,24,24,0 +21061,438,117,15,1,1,1 +21062,438,177,9,5,5,0 +21063,438,173,6,6,6,0 +21064,438,158,3,9,9,0 +21065,438,175,2,10,10,0 +21066,438,123,1,13,13,0 +21067,438,176,0,14,14,0 +21068,438,156,0,15,15,0 +21069,438,118,10,2,2,0 +21070,438,110,2,11,11,0 +21071,438,119,3,8,8,0 +21072,438,182,9,4,4,1 +21073,438,95,0,20,20,0 +21074,438,137,0,17,17,0 +21075,438,170,0,21,21,0 +21076,438,163,4,7,7,0 +21077,438,160,0,25,25,0 +21078,438,183,0,18,18,0 +21079,438,112,0,26,26,0 +21080,438,188,0,27,27,0 +21081,438,172,0,24,24,0 +21082,438,105,9,3,3,1 +21083,438,184,0,16,16,0 +21084,438,102,2,12,12,0 +21085,438,84,0,19,19,0 +21086,438,185,0,22,22,0 +21087,438,181,0,23,23,0 +21143,439,189,0,27,27,0 +21141,439,185,0,24,24,0 +21139,439,102,2,13,13,0 +21137,439,105,9,5,5,1 +21136,439,172,0,26,26,0 +21134,439,112,0,19,19,0 +21132,439,160,0,28,28,0 +21131,439,163,10,3,3,0 +21130,439,170,0,23,23,0 +21128,439,95,0,22,22,0 +21127,439,182,9,6,6,1 +21126,439,119,3,9,9,0 +21125,439,110,3,11,11,0 +21124,439,118,13,2,2,0 +21122,439,176,0,14,14,0 +21121,439,123,3,10,10,0 +21120,439,175,2,12,12,0 +21119,439,158,3,8,8,0 +21117,439,177,9,7,7,0 +21142,439,181,0,25,25,0 +21138,439,184,0,15,15,0 +21140,439,84,0,21,21,0 +21123,439,156,0,16,16,0 +21135,439,188,0,20,20,0 +21129,439,137,0,17,17,0 +21133,439,183,0,18,18,0 +21118,439,173,10,4,4,0 +21116,439,117,24,1,1,2 +21144,440,117,24,1,1,2 +21145,440,177,10,6,6,0 +21146,440,173,12,5,5,0 +21147,440,158,3,10,10,0 +21148,440,175,8,8,8,0 +21149,440,123,3,13,13,0 +21150,440,176,0,15,15,0 +21151,440,156,0,17,17,0 +21152,440,118,13,3,3,0 +21153,440,110,3,12,12,0 +21154,440,119,3,11,11,0 +21155,440,182,18,2,2,2 +21156,440,95,4,9,9,0 +21157,440,137,0,19,19,0 +21158,440,170,0,20,20,0 +21159,440,163,13,4,4,0 +21160,440,160,0,22,22,0 +21161,440,183,0,21,21,0 +21162,440,112,0,23,23,0 +21163,440,188,0,24,24,0 +21164,440,172,0,18,18,0 +21165,440,105,9,7,7,1 +21166,440,184,0,16,16,0 +21167,440,102,2,14,14,0 +21168,440,84,0,25,25,0 +21169,440,185,0,26,26,0 +21170,440,181,0,27,27,0 +21171,440,189,0,28,28,0 +21172,441,117,28.5,1,1,3 +21173,441,177,11.5,6,6,0 +21174,441,173,13,5,5,0 +21175,441,158,3,11,11,0 +21176,441,175,8,8,8,0 +21177,441,123,3,14,14,0 +21178,441,176,0,15,15,0 +21179,441,156,0,19,19,0 +21180,441,118,13,4,4,0 +21181,441,110,3,13,13,0 +21182,441,119,3,12,12,0 +21183,441,182,18,2,2,2 +21184,441,95,4,10,10,0 +21185,441,137,0,20,20,0 +21186,441,170,0,21,21,0 +21187,441,163,15,3,3,0 +21188,441,160,0,16,16,0 +21189,441,183,0,22,22,0 +21190,441,112,0,24,24,0 +21191,441,188,0,25,25,0 +21192,441,172,0,18,18,0 +21193,441,105,9.5,7,7,1 +21194,441,184,0,17,17,0 +21195,441,102,5,9,9,0 +21196,441,84,0,26,26,0 +21197,441,185,0,27,27,0 +21198,441,181,0,23,23,0 +21199,441,189,0,29,29,0 +21200,441,190,0,28,28,0 +21201,442,117,32.5,1,1,3 +21202,442,177,11.5,6,6,0 +21203,442,173,16,4,4,0 +21204,442,158,3,12,12,0 +21205,442,175,8,9,9,0 +21206,442,123,3,15,15,0 +21207,442,176,0,16,16,0 +21208,442,156,0,20,20,0 +21209,442,118,13,5,5,0 +21210,442,110,3,14,14,0 +21211,442,119,3,13,13,0 +21212,442,182,24,2,2,2 +21213,442,95,5,11,11,0 +21214,442,137,9,8,8,1 +21215,442,170,0,23,23,0 +21216,442,163,17,3,3,0 +21217,442,160,0,17,17,0 +21218,442,183,0,25,25,0 +21219,442,112,0,24,24,0 +21220,442,188,0,22,22,0 +21221,442,172,0,19,19,0 +21222,442,105,9.5,7,7,1 +21223,442,184,0,18,18,0 +21224,442,102,5,10,10,0 +21225,442,84,0,26,26,0 +21226,442,185,0,27,27,0 +21227,442,181,0,21,21,0 +21228,442,189,0,30,30,0 +21229,442,190,0,29,29,0 +21230,442,179,0,28,28,0 +21231,442,191,0,31,31,0 +21232,443,117,35.5,1,1,3 +21233,443,177,11.5,7,7,0 +21234,443,173,22,3,3,0 +21235,443,158,3,13,13,0 +21236,443,175,8,9,9,0 +21237,443,123,3,16,16,0 +21238,443,176,0,18,18,0 +21239,443,156,0,21,21,0 +21240,443,118,13,6,6,0 +21241,443,110,3,15,15,0 +21242,443,119,3,14,14,0 +21243,443,182,24,2,2,2 +21244,443,95,5,11,11,0 +21245,443,137,18,4,4,2 +21246,443,170,4,12,12,0 +21247,443,163,17,5,5,0 +21248,443,160,0,19,19,0 +21249,443,183,0,25,25,0 +21250,443,112,0,24,24,0 +21251,443,188,0,23,23,0 +21252,443,172,2,17,17,0 +21253,443,105,9.5,8,8,1 +21254,443,184,0,20,20,0 +21255,443,102,5,10,10,0 +21256,443,84,0,26,26,0 +21257,443,185,0,28,28,0 +21258,443,181,0,22,22,0 +21259,443,189,0,30,30,0 +21260,443,190,0,29,29,0 +21261,443,179,0,27,27,0 +21262,443,191,0,31,31,0 +21263,444,117,35.5,1,1,3 +21264,444,177,20.5,5,5,1 +21265,444,173,26,2,2,0 +21266,444,158,3,14,14,0 +21267,444,175,8,9,9,0 +21268,444,123,3,17,17,0 +21269,444,176,0,19,19,0 +21270,444,156,0,23,23,0 +21271,444,118,13,7,7,0 +21272,444,110,3,16,16,0 +21273,444,119,3,15,15,0 +21274,444,182,24,3,3,2 +21275,444,95,6,10,10,0 +21276,444,137,18,6,6,2 +21277,444,170,4,13,13,0 +21278,444,163,23,4,4,0 +21279,444,160,2,18,18,0 +21280,444,183,0,26,26,0 +21281,444,112,0,25,25,0 +21282,444,188,0,24,24,0 +21283,444,172,5,12,12,0 +21284,444,105,9.5,8,8,1 +21285,444,184,0,21,21,0 +21286,444,102,5,11,11,0 +21287,444,84,0,27,27,0 +21288,444,185,0,29,29,0 +21289,444,181,0,22,22,0 +21290,444,189,0,30,30,0 +21291,444,190,0,20,20,0 +21292,444,179,0,28,28,0 +21293,444,191,0,31,31,0 +21294,445,117,35.5,1,1,3 +21295,445,177,20.5,5,5,1 +21296,445,173,29,3,3,0 +21297,445,158,3,14,14,0 +21298,445,175,8,10,10,0 +21299,445,123,3,17,17,0 +21300,445,176,0,19,19,0 +21301,445,156,0,23,23,0 +21302,445,118,19,6,6,0 +21303,445,110,3,16,16,0 +21304,445,119,3,15,15,0 +21305,445,182,33,2,2,3 +21306,445,95,6,11,11,0 +21307,445,137,18,7,7,2 +21308,445,170,4,13,13,0 +21309,445,163,24,4,4,0 +21310,445,160,2,18,18,0 +21311,445,183,0,26,26,0 +21312,445,112,0,25,25,0 +21313,445,188,0,24,24,0 +21314,445,172,5,12,12,0 +21315,445,105,11.5,8,8,1 +21316,445,184,0,21,21,0 +21317,445,102,9,9,9,0 +21318,445,84,0,27,27,0 +21319,445,185,0,29,29,0 +21320,445,181,0,22,22,0 +21321,445,189,0,30,30,0 +21322,445,190,0,20,20,0 +21323,445,179,0,28,28,0 +21324,445,191,0,31,31,0 +21325,446,117,44.5,1,1,4 +21326,446,177,20.5,6,6,1 +21327,446,173,29,3,3,0 +21328,446,158,3,14,14,0 +21329,446,175,10,9,9,0 +21330,446,123,3,17,17,0 +21331,446,176,0,19,19,0 +21332,446,156,0,23,23,0 +21333,446,118,23,5,5,0 +21334,446,110,3,16,16,0 +21335,446,119,3,15,15,0 +21336,446,182,39,2,2,3 +21337,446,95,9,11,11,0 +21338,446,137,18,7,7,2 +21339,446,170,4,13,13,0 +21340,446,163,25,4,4,0 +21341,446,160,2,18,18,0 +21342,446,183,0,24,24,0 +21343,446,112,0,27,27,0 +21344,446,188,0,25,25,0 +21345,446,172,5,12,12,0 +21346,446,105,11.5,8,8,1 +21347,446,184,0,22,22,0 +21348,446,102,9,10,10,0 +21349,446,84,0,28,28,0 +21350,446,185,0,29,29,0 +21351,446,181,0,21,21,0 +21352,446,189,0,30,30,0 +21353,446,190,0,20,20,0 +21354,446,179,0,26,26,0 +21355,446,191,0,31,31,0 +21356,447,117,44.5,2,2,4 +21357,447,177,20.5,7,7,1 +21358,447,173,29,3,3,0 +21359,447,158,3,15,15,0 +21360,447,175,10,9,9,0 +21361,447,123,5,14,14,0 +21362,447,176,1,19,19,0 +21363,447,156,0,24,24,0 +21364,447,118,23,6,6,0 +21365,447,110,3,17,17,0 +21366,447,119,3,16,16,0 +21367,447,182,48,1,1,4 +21368,447,95,9,11,11,0 +21369,447,137,24,5,5,2 +21370,447,170,7,12,12,0 +21371,447,163,25,4,4,0 +21372,447,160,2,18,18,0 +21373,447,183,0,21,21,0 +21374,447,112,0,27,27,0 +21375,447,188,0,25,25,0 +21376,447,172,5,13,13,0 +21377,447,105,15.5,8,8,1 +21378,447,184,0,23,23,0 +21379,447,102,9,10,10,0 +21380,447,84,0,29,29,0 +21381,447,185,0,30,30,0 +21382,447,181,0,22,22,0 +21383,447,189,0,31,31,0 +21384,447,190,0,20,20,0 +21385,447,179,0,26,26,0 +21386,447,191,0,32,32,0 +21387,447,77,0,28,28,0 +21388,447,140,0,33,33,0 +21389,448,117,53.5,2,2,5 +21390,448,177,20.5,7,7,1 +21391,448,173,32,3,3,0 +21392,448,158,3,15,15,0 +21393,448,175,11,10,10,0 +21394,448,123,5,14,14,0 +21395,448,176,1,19,19,0 +21396,448,156,0,24,24,0 +21397,448,118,23,6,6,0 +21398,448,110,3,17,17,0 +21399,448,119,3,16,16,0 +21400,448,182,54,1,1,4 +21401,448,95,13,9,9,0 +21402,448,137,24,5,5,2 +21403,448,170,9,12,12,0 +21404,448,163,25,4,4,0 +21405,448,160,2,18,18,0 +21406,448,183,0,20,20,0 +21407,448,112,0,27,27,0 +21408,448,188,0,25,25,0 +21409,448,172,5,13,13,0 +21410,448,105,15.5,8,8,1 +21411,448,184,0,23,23,0 +21412,448,102,9,11,11,0 +21413,448,84,0,30,30,0 +21414,448,185,0,31,31,0 +21415,448,181,0,22,22,0 +21416,448,189,0,28,28,0 +21417,448,190,0,21,21,0 +21418,448,179,0,26,26,0 +21419,448,191,0,32,32,0 +21420,448,77,0,29,29,0 +21421,448,140,0,33,33,0 +21489,449,94,0,34,34,0 +21488,449,140,3,17,17,0 +21487,449,77,0,22,22,0 +21486,449,191,0,33,33,0 +21485,449,179,0,28,28,0 +21484,449,190,0,24,24,0 +21483,449,189,0,21,21,0 +21481,449,185,0,32,32,0 +21480,449,84,0,31,31,0 +21479,449,102,9,11,11,0 +21477,449,105,21.5,7,7,1 +21476,449,172,5,14,14,0 +21475,449,188,0,29,29,0 +21474,449,112,0,30,30,0 +21473,449,183,0,23,23,0 +21471,449,163,25,4,4,0 +21470,449,170,9,12,12,0 +21469,449,137,24,5,5,2 +21465,449,110,3,18,18,0 +21464,449,118,23,6,6,0 +21462,449,176,1,20,20,0 +21461,449,123,5,15,15,0 +21460,449,175,11,10,10,0 +21458,449,173,32,3,3,0 +21478,449,184,0,26,26,0 +21482,449,181,0,25,25,0 +21468,449,95,13,9,9,0 +21472,449,160,2,19,19,0 +21457,449,177,20.5,8,8,1 +21459,449,158,3,16,16,0 +21463,449,156,0,27,27,0 +21467,449,182,63,1,1,5 +21466,449,119,7,13,13,0 +21456,449,117,53.5,2,2,5 +21490,450,117,62.5,2,2,6 +21491,450,177,20.5,8,8,1 +21492,450,173,32,3,3,0 +21493,450,158,3,16,16,0 +21494,450,175,11,10,10,0 +21495,450,123,5,15,15,0 +21496,450,176,1,20,20,0 +21497,450,156,0,27,27,0 +21498,450,118,23,7,7,0 +21499,450,110,3,18,18,0 +21500,450,119,8,13,13,0 +21501,450,182,66,1,1,5 +21502,450,95,13,9,9,0 +21503,450,137,28,4,4,2 +21504,450,170,9,12,12,0 +21505,450,163,27,6,6,0 +21506,450,160,2,19,19,0 +21507,450,183,0,23,23,0 +21508,450,112,0,30,30,0 +21509,450,188,0,29,29,0 +21510,450,172,5,14,14,0 +21511,450,105,27.5,5,5,1 +21512,450,184,0,25,25,0 +21513,450,102,9,11,11,0 +21514,450,84,0,31,31,0 +21515,450,185,0,32,32,0 +21516,450,181,0,26,26,0 +21517,450,189,0,21,21,0 +21518,450,190,0,24,24,0 +21519,450,179,0,28,28,0 +21520,450,191,0,33,33,0 +21521,450,77,0,22,22,0 +21522,450,140,3,17,17,0 +21523,450,94,0,34,34,0 +21524,451,117,71.5,2,2,7 +21525,451,177,20.5,8,8,1 +21526,451,173,34,3,3,0 +21527,451,158,3,16,16,0 +21528,451,175,11,11,11,0 +21529,451,123,5,15,15,0 +21530,451,176,1,20,20,0 +21531,451,156,0,27,27,0 +21532,451,118,23,7,7,0 +21533,451,110,3,18,18,0 +21534,451,119,8,13,13,0 +21535,451,182,72,1,1,5 +21536,451,95,13,10,10,0 +21537,451,137,29,5,5,2 +21538,451,170,9,12,12,0 +21539,451,163,27,6,6,0 +21540,451,160,2,19,19,0 +21541,451,183,0,23,23,0 +21542,451,112,0,30,30,0 +21543,451,188,0,29,29,0 +21544,451,172,5,14,14,0 +21545,451,105,30.5,4,4,1 +21546,451,184,0,25,25,0 +21547,451,102,13,9,9,0 +21548,451,84,0,31,31,0 +21549,451,185,0,32,32,0 +21550,451,181,0,26,26,0 +21551,451,189,0,21,21,0 +21552,451,190,0,24,24,0 +21553,451,179,0,28,28,0 +21554,451,191,0,34,34,0 +21555,451,77,0,22,22,0 +21556,451,140,3,17,17,0 +21557,451,94,0,35,35,0 +21558,451,166,0,33,33,0 +21559,452,137,9,1,1,1 +21560,452,182,4,2,2,0 +21561,452,172,3,3,3,0 +21562,452,175,2,4,4,0 +21563,452,176,1,5,5,0 +21564,452,117,0,6,6,0 +21565,452,118,0,7,7,0 +21566,452,192,0,8,8,0 +21567,452,163,0,9,9,0 +21568,452,193,0,10,10,0 +21569,452,95,0,11,11,0 +21570,452,188,0,12,12,0 +21571,452,194,0,13,13,0 +21572,452,181,0,14,14,0 +21573,452,195,0,15,15,0 +21574,452,158,0,16,16,0 +21575,452,187,0,17,17,0 +21576,452,196,0,18,18,0 +21577,452,184,0,19,19,0 +21578,452,197,0,20,20,0 +21579,452,119,0,21,21,0 +21580,452,190,0,22,22,0 +21581,452,152,0,23,23,0 +21582,452,105,0,24,24,0 +21583,452,110,0,25,25,0 +21584,452,160,0,26,26,0 +21585,453,137,9,2,2,1 +21586,453,182,10,1,1,0 +21587,453,172,6,4,4,0 +21588,453,175,2,7,7,0 +21589,453,176,3,6,6,0 +21590,453,117,0,9,9,0 +21591,453,118,0,12,12,0 +21592,453,192,0,14,14,0 +21593,453,163,4,5,5,0 +21594,453,193,0,11,11,0 +21595,453,95,0,16,16,0 +21596,453,188,1,8,8,0 +21597,453,194,0,18,18,0 +21598,453,181,0,19,19,0 +21599,453,195,0,22,22,0 +21600,453,158,0,17,17,0 +21601,453,187,9,3,3,1 +21602,453,196,0,10,10,0 +21603,453,184,0,26,26,0 +21604,453,197,0,24,24,0 +21605,453,119,0,15,15,0 +21606,453,190,0,28,28,0 +21607,453,152,0,25,25,0 +21608,453,105,0,13,13,0 +21609,453,110,0,21,21,0 +21610,453,160,0,29,29,0 +21611,453,178,0,20,20,0 +21612,453,173,0,23,23,0 +21613,453,177,0,27,27,0 +21614,454,137,15,1,1,1 +21615,454,182,10,2,2,0 +21616,454,172,7,5,5,0 +21617,454,175,5,6,6,0 +21618,454,176,3,9,9,0 +21619,454,117,9,3,3,1 +21620,454,118,0,15,15,0 +21621,454,192,0,17,17,0 +21622,454,163,4,7,7,0 +21623,454,193,0,14,14,0 +21624,454,95,0,19,19,0 +21625,454,188,1,11,11,0 +21626,454,194,0,22,22,0 +21627,454,181,0,23,23,0 +21628,454,195,0,26,26,0 +21629,454,158,4,8,8,0 +21630,454,187,9,4,4,1 +21631,454,196,0,12,12,0 +21632,454,184,0,28,28,0 +21633,454,197,0,16,16,0 +21634,454,119,0,18,18,0 +21635,454,190,0,25,25,0 +21636,454,152,0,21,21,0 +21637,454,105,0,13,13,0 +21638,454,110,0,20,20,0 +21639,454,160,0,29,29,0 +21640,454,178,0,24,24,0 +21641,454,173,0,27,27,0 +21642,454,177,2,10,10,0 +21643,454,168,0,30,30,0 +21644,455,137,15,2,2,1 +21645,455,182,10,5,5,0 +21646,455,172,7,7,7,0 +21647,455,175,14,3,3,1 +21648,455,176,4,10,10,0 +21649,455,117,15,1,1,1 +21650,455,118,0,16,16,0 +21651,455,192,0,13,13,0 +21652,455,163,8,6,6,0 +21653,455,193,0,15,15,0 +21654,455,95,0,21,21,0 +21655,455,188,1,11,11,0 +21656,455,194,0,24,24,0 +21657,455,181,0,20,20,0 +21658,455,195,0,28,28,0 +21659,455,158,4,9,9,0 +21660,455,187,11,4,4,1 +21661,455,196,0,12,12,0 +21662,455,184,0,19,19,0 +21663,455,197,0,17,17,0 +21664,455,119,0,18,18,0 +21665,455,190,0,27,27,0 +21666,455,152,0,23,23,0 +21667,455,105,0,14,14,0 +21668,455,110,0,22,22,0 +21669,455,160,0,29,29,0 +21670,455,178,0,25,25,0 +21671,455,173,0,26,26,0 +21672,455,177,5,8,8,0 +21673,455,168,0,30,30,0 +21674,456,137,21,1,1,1 +21675,456,182,10,6,6,0 +21676,456,172,7,8,8,0 +21677,456,175,17,3,3,1 +21678,456,176,4,10,10,0 +21679,456,117,19,2,2,1 +21680,456,118,0,17,17,0 +21681,456,192,0,14,14,0 +21682,456,163,8,7,7,0 +21683,456,193,2,11,11,0 +21684,456,95,0,21,21,0 +21685,456,188,1,13,13,0 +21686,456,194,0,24,24,0 +21687,456,181,0,20,20,0 +21688,456,195,0,28,28,0 +21689,456,158,4,9,9,0 +21690,456,187,11,5,5,1 +21691,456,196,0,15,15,0 +21692,456,184,1,12,12,0 +21693,456,197,0,18,18,0 +21694,456,119,0,19,19,0 +21695,456,190,0,27,27,0 +21696,456,152,0,23,23,0 +21697,456,105,0,16,16,0 +21698,456,110,0,22,22,0 +21699,456,160,0,29,29,0 +21700,456,178,0,26,26,0 +21701,456,173,0,25,25,0 +21702,456,177,14,4,4,1 +21703,456,168,0,30,30,0 +21704,457,137,24,2,2,1 +21705,457,182,10,6,6,0 +21706,457,172,8,9,9,0 +21707,457,175,23,3,3,1 +21708,457,176,4,10,10,0 +21709,457,117,28,1,1,2 +21710,457,118,0,15,15,0 +21711,457,192,0,14,14,0 +21712,457,163,8,7,7,0 +21713,457,193,2,11,11,0 +21714,457,95,0,23,23,0 +21715,457,188,1,12,12,0 +21716,457,194,0,25,25,0 +21717,457,181,0,22,22,0 +21718,457,195,0,28,28,0 +21719,457,158,8,8,8,0 +21720,457,187,11,5,5,1 +21721,457,196,0,16,16,0 +21722,457,184,1,13,13,0 +21723,457,197,0,20,20,0 +21724,457,119,0,21,21,0 +21725,457,190,0,27,27,0 +21726,457,152,0,18,18,0 +21727,457,105,0,17,17,0 +21728,457,110,0,24,24,0 +21729,457,160,0,30,30,0 +21730,457,178,0,26,26,0 +21731,457,173,0,19,19,0 +21732,457,177,16,4,4,1 +21733,457,168,0,31,31,0 +21734,457,123,0,29,29,0 +21735,458,137,27,2,2,1 +21736,458,182,10,6,6,0 +21737,458,172,10,7,7,0 +21738,458,175,23,3,3,1 +21739,458,176,4,11,11,0 +21740,458,117,28,1,1,2 +21741,458,118,0,17,17,0 +21742,458,192,0,16,16,0 +21743,458,163,8,9,9,0 +21744,458,193,2,12,12,0 +21745,458,95,1,15,15,0 +21746,458,188,1,13,13,0 +21747,458,194,0,26,26,0 +21748,458,181,0,24,24,0 +21749,458,195,0,27,27,0 +21750,458,158,8,10,10,0 +21751,458,187,15,5,5,1 +21752,458,196,0,18,18,0 +21753,458,184,1,14,14,0 +21754,458,197,0,22,22,0 +21755,458,119,0,23,23,0 +21756,458,190,0,29,29,0 +21757,458,152,0,20,20,0 +21758,458,105,9,8,8,1 +21759,458,110,0,25,25,0 +21760,458,160,0,30,30,0 +21761,458,178,0,28,28,0 +21762,458,173,0,21,21,0 +21763,458,177,22,4,4,1 +21764,458,168,0,31,31,0 +21765,458,123,0,19,19,0 +21766,459,137,27,2,2,1 +21767,459,182,10,8,8,0 +21768,459,172,10,9,9,0 +21769,459,175,27,3,3,1 +21770,459,176,4,11,11,0 +21771,459,117,30,1,1,2 +21772,459,118,0,18,18,0 +21773,459,192,0,17,17,0 +21774,459,163,17,5,5,1 +21775,459,193,2,12,12,0 +21776,459,95,1,15,15,0 +21777,459,188,1,14,14,0 +21778,459,194,0,26,26,0 +21779,459,181,0,21,21,0 +21780,459,195,0,27,27,0 +21781,459,158,14,7,7,0 +21782,459,187,16,6,6,1 +21783,459,196,0,19,19,0 +21784,459,184,1,13,13,0 +21785,459,197,0,23,23,0 +21786,459,119,0,24,24,0 +21787,459,190,0,29,29,0 +21788,459,152,0,20,20,0 +21789,459,105,9,10,10,1 +21790,459,110,0,25,25,0 +21791,459,160,0,30,30,0 +21792,459,178,0,28,28,0 +21793,459,173,0,22,22,0 +21794,459,177,25,4,4,1 +21795,459,168,0,32,32,0 +21796,459,123,0,16,16,0 +21797,459,198,0,31,31,0 +21798,460,137,33,2,2,1 +21799,460,182,11,8,8,0 +21800,460,172,10,9,9,0 +21801,460,175,31,3,3,1 +21802,460,176,4,12,12,0 +21803,460,117,39,1,1,3 +21804,460,118,0,18,18,0 +21805,460,192,0,17,17,0 +21806,460,163,19,5,5,1 +21807,460,193,2,13,13,0 +21808,460,95,4,11,11,0 +21809,460,188,1,15,15,0 +21810,460,194,0,26,26,0 +21811,460,181,0,23,23,0 +21812,460,195,0,27,27,0 +21813,460,158,14,7,7,0 +21814,460,187,16,6,6,1 +21815,460,196,0,19,19,0 +21816,460,184,1,14,14,0 +21817,460,197,0,22,22,0 +21818,460,119,0,25,25,0 +21819,460,190,0,29,29,0 +21820,460,152,0,20,20,0 +21821,460,105,9,10,10,1 +21822,460,110,0,21,21,0 +21823,460,160,0,30,30,0 +21824,460,178,0,28,28,0 +21825,460,173,0,24,24,0 +21826,460,177,25,4,4,1 +21827,460,168,0,34,34,0 +21828,460,123,0,16,16,0 +21829,460,198,0,32,32,0 +21830,460,140,0,31,31,0 +21831,460,186,0,33,33,0 +21832,461,137,33,2,2,1 +21833,461,182,11,8,8,0 +21834,461,172,11,9,9,0 +21835,461,175,31,3,3,1 +21836,461,176,4,14,14,0 +21837,461,117,42,1,1,3 +21838,461,118,0,20,20,0 +21839,461,192,0,19,19,0 +21840,461,163,28,4,4,2 +21841,461,193,2,15,15,0 +21842,461,95,4,13,13,0 +21843,461,188,1,17,17,0 +21844,461,194,0,26,26,0 +21845,461,181,0,24,24,0 +21846,461,195,0,27,27,0 +21847,461,158,14,7,7,0 +21848,461,187,18,6,6,1 +21849,461,196,0,21,21,0 +21850,461,184,1,16,16,0 +21851,461,197,0,22,22,0 +21852,461,119,4,12,12,0 +21853,461,190,0,29,29,0 +21854,461,152,0,23,23,0 +21855,461,105,9,10,10,1 +21856,461,110,6,11,11,0 +21857,461,160,0,30,30,0 +21858,461,178,0,28,28,0 +21859,461,173,0,25,25,0 +21860,461,177,25,5,5,1 +21861,461,168,0,34,34,0 +21862,461,123,0,18,18,0 +21863,461,198,0,33,33,0 +21864,461,140,0,31,31,0 +21865,461,186,0,32,32,0 +21866,462,137,37,2,2,1 +21867,462,182,12,8,8,0 +21868,462,172,11,9,9,0 +21869,462,175,31,4,4,1 +21870,462,176,4,14,14,0 +21871,462,117,51,1,1,4 +21872,462,118,0,21,21,0 +21873,462,192,0,20,20,0 +21874,462,163,34,3,3,2 +21875,462,193,2,15,15,0 +21876,462,95,6,12,12,0 +21877,462,188,1,17,17,0 +21878,462,194,0,29,29,0 +21879,462,181,0,24,24,0 +21880,462,195,0,30,30,0 +21881,462,158,17,7,7,0 +21882,462,187,18,6,6,1 +21883,462,196,0,22,22,0 +21884,462,184,1,16,16,0 +21885,462,197,0,19,19,0 +21886,462,119,4,13,13,0 +21887,462,190,0,26,26,0 +21888,462,152,0,23,23,0 +21889,462,105,9,10,10,1 +21890,462,110,6,11,11,0 +21891,462,160,0,27,27,0 +21892,462,178,0,31,31,0 +21893,462,173,0,25,25,0 +21894,462,177,25,5,5,1 +21895,462,168,0,34,34,0 +21896,462,123,0,18,18,0 +21897,462,198,0,33,33,0 +21898,462,140,0,28,28,0 +21899,462,186,0,32,32,0 +21900,463,137,37,3,3,1 +21901,463,182,12,8,8,0 +21902,463,172,11,9,9,0 +21903,463,175,37,4,4,1 +21904,463,176,4,14,14,0 +21905,463,117,51,1,1,4 +21906,463,118,3,15,15,0 +21907,463,192,0,21,21,0 +21908,463,163,43,2,2,3 +21909,463,193,2,17,17,0 +21910,463,95,6,12,12,0 +21911,463,188,1,18,18,0 +21912,463,194,0,30,30,0 +21913,463,181,0,25,25,0 +21914,463,195,0,29,29,0 +21915,463,158,17,7,7,0 +21916,463,187,22,6,6,1 +21917,463,196,0,22,22,0 +21918,463,184,3,16,16,0 +21919,463,197,0,20,20,0 +21920,463,119,4,13,13,0 +21921,463,190,0,27,27,0 +21922,463,152,0,24,24,0 +21923,463,105,10,10,10,1 +21924,463,110,6,11,11,0 +21925,463,160,0,28,28,0 +21926,463,178,0,31,31,0 +21927,463,173,0,26,26,0 +21928,463,177,25,5,5,1 +21929,463,168,0,34,34,0 +21930,463,123,0,19,19,0 +21931,463,198,0,33,33,0 +21932,463,140,0,23,23,0 +21933,463,186,0,32,32,0 +21934,464,137,46,3,3,2 +21935,464,182,12,8,8,0 +21936,464,172,11,9,9,0 +21937,464,175,40,4,4,1 +21938,464,176,4,15,15,0 +21939,464,117,51,1,1,4 +21940,464,118,4,14,14,0 +21941,464,192,0,23,23,0 +21942,464,163,49,2,2,3 +21943,464,193,2,17,17,0 +21944,464,95,6,12,12,0 +21945,464,188,1,19,19,0 +21946,464,194,0,30,30,0 +21947,464,181,0,26,26,0 +21948,464,195,0,29,29,0 +21949,464,158,21,7,7,0 +21950,464,187,22,6,6,1 +21951,464,196,0,24,24,0 +21952,464,184,3,16,16,0 +21953,464,197,0,21,21,0 +21954,464,119,4,13,13,0 +21955,464,190,0,27,27,0 +21956,464,152,0,22,22,0 +21957,464,105,10,10,10,1 +21958,464,110,6,11,11,0 +21959,464,160,0,28,28,0 +21960,464,178,0,31,31,0 +21961,464,173,2,18,18,0 +21962,464,177,25,5,5,1 +21963,464,168,0,34,34,0 +21964,464,123,0,20,20,0 +21965,464,198,0,33,33,0 +21966,464,140,0,25,25,0 +21967,464,186,0,32,32,0 +22037,465,156,0,30,30,0 +22036,465,186,0,33,33,0 +22035,465,140,0,25,25,0 +22034,465,198,0,34,34,0 +22033,465,123,0,21,21,0 +22032,465,168,0,35,35,0 +22031,465,177,25,5,5,1 +22029,465,178,0,32,32,0 +22028,465,160,0,28,28,0 +22027,465,110,9,12,12,0 +22025,465,152,1,19,19,0 +22024,465,190,0,27,27,0 +22023,465,119,4,14,14,0 +22020,465,196,0,24,24,0 +22019,465,187,22,6,6,1 +22009,465,118,6,13,13,0 +22007,465,176,4,15,15,0 +22006,465,175,40,4,4,1 +22004,465,182,12,8,8,0 +22010,465,192,0,23,23,0 +22011,465,163,49,3,3,3 +22012,465,193,2,17,17,0 +22013,465,95,10,11,11,0 +22014,465,188,1,20,20,0 +22015,465,194,0,31,31,0 +22016,465,181,0,26,26,0 +22017,465,195,0,29,29,0 +22018,465,158,21,7,7,0 +22008,465,117,57,1,1,4 +22030,465,173,2,18,18,0 +22026,465,105,10,10,10,1 +22022,465,197,0,22,22,0 +22003,465,137,55,2,2,3 +22021,465,184,3,16,16,0 +22005,465,172,11,9,9,0 +22038,466,137,59,1,1,3 +22039,466,182,12,10,10,0 +22040,466,172,11,11,11,0 +22041,466,175,40,4,4,1 +22042,466,176,4,15,15,0 +22043,466,117,57,2,2,4 +22044,466,118,9,14,14,0 +22045,466,192,0,23,23,0 +22046,466,163,49,3,3,3 +22047,466,193,2,17,17,0 +22048,466,95,10,13,13,0 +22049,466,188,1,20,20,0 +22050,466,194,0,32,32,0 +22051,466,181,0,26,26,0 +22052,466,195,0,29,29,0 +22053,466,158,22,7,7,0 +22054,466,187,22,6,6,1 +22055,466,196,0,24,24,0 +22056,466,184,3,16,16,0 +22057,466,197,0,22,22,0 +22058,466,119,13,9,9,1 +22059,466,190,0,27,27,0 +22060,466,152,1,19,19,0 +22061,466,105,10,12,12,1 +22062,466,110,15,8,8,0 +22063,466,160,0,28,28,0 +22064,466,178,0,33,33,0 +22065,466,173,2,18,18,0 +22066,466,177,27,5,5,1 +22067,466,168,0,35,35,0 +22068,466,123,0,21,21,0 +22069,466,198,0,34,34,0 +22070,466,140,0,25,25,0 +22071,466,186,0,30,30,0 +22072,466,156,0,31,31,0 +22073,467,117,9,1,1,1 +22074,467,199,6,2,2,0 +22075,467,163,4,3,3,0 +22076,467,182,3,4,4,0 +22077,467,177,2,5,5,0 +22078,467,187,1,6,6,0 +22079,467,105,0,7,7,0 +22080,467,173,0,8,8,0 +22081,467,194,0,9,9,0 +22082,467,181,0,10,10,0 +22083,467,152,0,11,11,0 +22084,467,200,0,12,12,0 +22085,467,110,0,13,13,0 +22086,467,206,0,14,14,0 +22087,467,196,0,15,15,0 +22088,467,201,0,16,16,0 +22089,467,192,0,17,17,0 +22090,467,202,0,18,18,0 +22091,467,172,0,19,19,0 +22092,467,118,0,20,20,0 +22093,467,119,0,21,21,0 +22094,467,158,0,22,22,0 +22095,467,203,0,23,23,0 +22096,467,137,0,24,24,0 +22097,467,95,0,25,25,0 +22098,467,197,0,26,26,0 +22099,467,184,0,27,27,0 +22100,467,204,0,28,28,0 +22101,467,205,0,29,29,0 +22102,467,195,0,30,30,0 +22103,467,170,0,31,31,0 +22104,468,117,18,1,1,2 +22105,468,199,6,3,3,0 +22106,468,163,4,4,4,0 +22107,468,182,3,7,7,0 +22108,468,177,2,9,9,0 +22109,468,187,7,2,2,0 +22110,468,105,3,6,6,0 +22111,468,173,0,13,13,0 +22112,468,194,0,14,14,0 +22113,468,181,2,8,8,0 +22114,468,152,0,17,17,0 +22115,468,200,0,12,12,0 +22116,468,110,0,18,18,0 +22117,468,206,0,19,19,0 +22118,468,196,0,20,20,0 +22119,468,201,0,11,11,0 +22120,468,192,0,21,21,0 +22121,468,202,1,10,10,0 +22122,468,172,0,24,24,0 +22123,468,118,0,25,25,0 +22124,468,119,0,22,22,0 +22125,468,158,0,26,26,0 +22126,468,203,0,23,23,0 +22127,468,137,0,27,27,0 +22128,468,95,4,5,5,0 +22129,468,197,0,15,15,0 +22130,468,184,0,16,16,0 +22131,468,204,0,30,30,0 +22132,468,205,0,29,29,0 +22133,468,195,0,31,31,0 +22134,468,170,0,28,28,0 +22135,469,117,18,1,1,2 +22136,469,199,6,5,5,0 +22137,469,163,4,9,9,0 +22138,469,182,12,2,2,1 +22139,469,177,8,3,3,0 +22140,469,187,8,4,4,0 +22141,469,105,6,6,6,0 +22142,469,173,2,10,10,0 +22143,469,194,0,16,16,0 +22144,469,181,2,11,11,0 +22145,469,152,0,19,19,0 +22146,469,200,0,14,14,0 +22147,469,110,0,20,20,0 +22148,469,206,0,21,21,0 +22149,469,196,0,15,15,0 +22150,469,201,0,13,13,0 +22151,469,192,0,22,22,0 +22152,469,202,1,12,12,0 +22153,469,172,0,26,26,0 +22154,469,118,0,29,29,0 +22155,469,119,4,8,8,0 +22156,469,158,0,23,23,0 +22157,469,203,0,27,27,0 +22158,469,137,0,28,28,0 +22159,469,95,4,7,7,0 +22160,469,197,0,17,17,0 +22161,469,184,0,18,18,0 +22162,469,204,0,32,32,0 +22163,469,205,0,24,24,0 +22164,469,195,0,25,25,0 +22165,469,170,0,31,31,0 +22166,469,207,0,30,30,0 +22167,470,117,18,1,1,2 +22168,470,199,6,8,8,0 +22169,470,163,4,10,10,0 +22170,470,182,12,2,2,1 +22171,470,177,8,5,5,0 +22172,470,187,8,6,6,0 +22173,470,105,10,4,4,0 +22174,470,173,2,13,13,0 +22175,470,194,2,14,14,0 +22176,470,181,2,15,15,0 +22177,470,152,0,20,20,0 +22178,470,200,0,17,17,0 +22179,470,110,0,21,21,0 +22180,470,206,0,22,22,0 +22181,470,196,0,18,18,0 +22182,470,201,0,16,16,0 +22183,470,192,0,23,23,0 +22184,470,202,10,3,3,1 +22185,470,172,0,30,30,0 +22186,470,118,0,28,28,0 +22187,470,119,4,11,11,0 +22188,470,158,0,26,26,0 +22189,470,203,6,7,7,0 +22190,470,137,0,31,31,0 +22191,470,95,4,9,9,0 +22192,470,197,3,12,12,0 +22193,470,184,0,19,19,0 +22194,470,204,0,25,25,0 +22195,470,205,0,27,27,0 +22196,470,195,0,29,29,0 +22197,470,170,0,24,24,0 +22198,470,207,0,32,32,0 +22199,471,117,18,1,1,2 +22200,471,199,6,8,8,0 +22201,471,163,4,11,11,0 +22202,471,182,12,4,4,1 +22203,471,177,14,3,3,0 +22204,471,187,17,2,2,1 +22205,471,105,10,6,6,0 +22206,471,173,5,9,9,0 +22207,471,194,2,15,15,0 +22208,471,181,2,16,16,0 +22209,471,152,0,25,25,0 +22210,471,200,0,21,21,0 +22211,471,110,0,26,26,0 +22212,471,206,0,27,27,0 +22213,471,196,0,22,22,0 +22214,471,201,0,19,19,0 +22215,471,192,1,18,18,0 +22216,471,202,10,5,5,1 +22217,471,172,0,23,23,0 +22218,471,118,0,31,31,0 +22219,471,119,4,13,13,0 +22220,471,158,4,12,12,0 +22221,471,203,6,7,7,0 +22222,471,137,2,17,17,0 +22223,471,95,4,10,10,0 +22224,471,197,3,14,14,0 +22225,471,184,0,24,24,0 +22226,471,204,0,29,29,0 +22227,471,205,0,30,30,0 +22228,471,195,0,32,32,0 +22229,471,170,0,28,28,0 +22230,471,207,0,33,33,0 +22231,471,176,0,20,20,0 +22232,471,136,0,34,34,0 +22233,471,208,0,35,35,0 +22234,472,117,18,1,1,2 +22235,472,199,6,11,11,0 +22236,472,163,4,13,13,0 +22237,472,182,12,6,6,1 +22238,472,177,14,4,4,0 +22239,472,187,17,2,2,1 +22240,472,105,10,7,7,0 +22241,472,173,7,9,9,0 +22242,472,194,2,16,16,0 +22243,472,181,2,17,17,0 +22244,472,152,0,28,28,0 +22245,472,200,0,23,23,0 +22246,472,110,4,12,12,0 +22247,472,206,1,19,19,0 +22248,472,196,0,24,24,0 +22249,472,201,0,22,22,0 +22250,472,192,1,20,20,0 +22251,472,202,16,3,3,1 +22252,472,172,0,26,26,0 +22253,472,118,0,31,31,0 +22254,472,119,13,5,5,1 +22255,472,158,4,14,14,0 +22256,472,203,6,10,10,0 +22257,472,137,2,18,18,0 +22258,472,95,7,8,8,0 +22259,472,197,3,15,15,0 +22260,472,184,0,27,27,0 +22261,472,204,0,30,30,0 +22262,472,205,0,25,25,0 +22263,472,195,0,32,32,0 +22264,472,170,0,29,29,0 +22265,472,207,0,33,33,0 +22266,472,176,0,21,21,0 +22267,472,136,0,34,34,0 +22268,472,208,0,35,35,0 +22269,473,117,18,3,3,2 +22270,473,199,6,12,12,0 +22271,473,163,4,13,13,0 +22272,473,182,12,6,6,1 +22273,473,177,17,4,4,0 +22274,473,187,26,1,1,2 +22275,473,105,10,8,8,0 +22276,473,173,7,10,10,0 +22277,473,194,2,17,17,0 +22278,473,181,2,18,18,0 +22279,473,152,0,28,28,0 +22280,473,200,0,22,22,0 +22281,473,110,4,14,14,0 +22282,473,206,3,16,16,0 +22283,473,196,0,25,25,0 +22284,473,201,0,24,24,0 +22285,473,192,1,21,21,0 +22286,473,202,20,2,2,1 +22287,473,172,1,20,20,0 +22288,473,118,0,31,31,0 +22289,473,119,13,5,5,1 +22290,473,158,10,7,7,0 +22291,473,203,6,11,11,0 +22292,473,137,2,19,19,0 +22293,473,95,7,9,9,0 +22294,473,197,3,15,15,0 +22295,473,184,0,27,27,0 +22296,473,204,0,30,30,0 +22297,473,205,0,26,26,0 +22298,473,195,0,32,32,0 +22299,473,170,0,29,29,0 +22300,473,207,0,33,33,0 +22301,473,176,0,23,23,0 +22302,473,136,0,34,34,0 +22303,473,208,0,35,35,0 +22304,474,117,18,4,4,2 +22305,474,199,6,13,13,0 +22306,474,163,4,15,15,0 +22307,474,182,12,6,6,1 +22308,474,177,17,5,5,0 +22309,474,187,30,1,1,2 +22310,474,105,10,9,9,0 +22311,474,173,10,10,10,0 +22312,474,194,2,19,19,0 +22313,474,181,2,20,20,0 +22314,474,152,0,28,28,0 +22315,474,200,0,23,23,0 +22316,474,110,5,14,14,0 +22317,474,206,3,17,17,0 +22318,474,196,0,25,25,0 +22319,474,201,0,24,24,0 +22320,474,192,1,22,22,0 +22321,474,202,20,2,2,1 +22322,474,172,1,21,21,0 +22323,474,118,0,31,31,0 +22324,474,119,19,3,3,1 +22325,474,158,10,8,8,0 +22326,474,203,6,12,12,0 +22327,474,137,11,7,7,1 +22328,474,95,7,11,11,0 +22329,474,197,3,16,16,0 +22330,474,184,0,27,27,0 +22331,474,204,0,30,30,0 +22332,474,205,0,26,26,0 +22333,474,195,0,32,32,0 +22334,474,170,0,29,29,0 +22335,474,207,0,33,33,0 +22336,474,176,2,18,18,0 +22337,474,136,0,34,34,0 +22338,474,208,0,36,36,0 +22339,474,209,0,35,35,0 +22340,475,117,18,5,5,2 +22341,475,199,6,13,13,0 +22342,475,163,4,16,16,0 +22343,475,182,15,7,7,1 +22344,475,177,21,3,3,0 +22345,475,187,30,1,1,2 +22346,475,105,10,9,9,0 +22347,475,173,10,10,10,0 +22348,475,194,2,19,19,0 +22349,475,181,2,20,20,0 +22350,475,152,0,29,29,0 +22351,475,200,0,24,24,0 +22352,475,110,5,14,14,0 +22353,475,206,5,15,15,0 +22354,475,196,0,26,26,0 +22355,475,201,0,25,25,0 +22356,475,192,1,23,23,0 +22357,475,202,29,2,2,2 +22358,475,172,1,22,22,0 +22359,475,118,0,32,32,0 +22360,475,119,19,4,4,1 +22361,475,158,10,8,8,0 +22362,475,203,6,12,12,0 +22363,475,137,17,6,6,1 +22364,475,95,7,11,11,0 +22365,475,197,3,17,17,0 +22366,475,184,1,21,21,0 +22367,475,204,0,31,31,0 +22368,475,205,0,27,27,0 +22369,475,195,0,33,33,0 +22370,475,170,0,30,30,0 +22371,475,207,0,35,35,0 +22372,475,176,2,18,18,0 +22373,475,136,0,34,34,0 +22374,475,208,0,37,37,0 +22375,475,209,0,36,36,0 +22376,475,175,0,28,28,0 +22377,475,90,0,38,38,0 +22378,476,117,19,5,5,2 +22379,476,199,6,14,14,0 +22380,476,163,4,17,17,0 +22381,476,182,24,3,3,2 +22382,476,177,21,4,4,0 +22383,476,187,30,2,2,2 +22384,476,105,10,10,10,0 +22385,476,173,13,8,8,0 +22386,476,194,2,20,20,0 +22387,476,181,2,21,21,0 +22388,476,152,0,27,27,0 +22389,476,200,0,25,25,0 +22390,476,110,5,15,15,0 +22391,476,206,7,12,12,0 +22392,476,196,0,29,29,0 +22393,476,201,0,26,26,0 +22394,476,192,1,24,24,0 +22395,476,202,35,1,1,2 +22396,476,172,1,23,23,0 +22397,476,118,0,32,32,0 +22398,476,119,19,6,6,1 +22399,476,158,10,9,9,0 +22400,476,203,6,13,13,0 +22401,476,137,17,7,7,1 +22402,476,95,7,11,11,0 +22403,476,197,3,18,18,0 +22404,476,184,1,22,22,0 +22405,476,204,0,31,31,0 +22406,476,205,0,28,28,0 +22407,476,195,0,33,33,0 +22408,476,170,0,30,30,0 +22409,476,207,0,35,35,0 +22410,476,176,2,19,19,0 +22411,476,136,0,34,34,0 +22412,476,208,0,37,37,0 +22413,476,209,0,36,36,0 +22414,476,175,4,16,16,0 +22415,476,90,0,38,38,0 +22416,477,117,25,3,3,2 +22417,477,199,6,16,16,0 +22418,477,163,13,8,8,1 +22419,477,182,24,4,4,2 +22420,477,177,23,5,5,0 +22421,477,187,30,2,2,2 +22422,477,105,11,10,10,0 +22423,477,173,13,9,9,0 +22424,477,194,2,20,20,0 +22425,477,181,2,21,21,0 +22426,477,152,0,26,26,0 +22427,477,200,0,25,25,0 +22428,477,110,5,17,17,0 +22429,477,206,7,14,14,0 +22430,477,196,0,29,29,0 +22431,477,201,0,27,27,0 +22432,477,192,1,24,24,0 +22433,477,202,39,1,1,2 +22434,477,172,1,23,23,0 +22435,477,118,0,31,31,0 +22436,477,119,19,6,6,1 +22437,477,158,10,11,11,0 +22438,477,203,6,15,15,0 +22439,477,137,17,7,7,1 +22440,477,95,7,12,12,0 +22441,477,197,3,18,18,0 +22442,477,184,1,22,22,0 +22443,477,204,0,33,33,0 +22444,477,205,0,28,28,0 +22445,477,195,0,34,34,0 +22446,477,170,0,32,32,0 +22447,477,207,0,36,36,0 +22448,477,176,2,19,19,0 +22449,477,136,0,35,35,0 +22450,477,208,0,37,37,0 +22451,477,209,0,30,30,0 +22452,477,175,7,13,13,0 +22453,477,90,0,38,38,0 +22454,478,117,25,4,4,2 +22455,478,199,6,16,16,0 +22456,478,163,19,6,6,1 +22457,478,182,24,5,5,2 +22458,478,177,27,3,3,0 +22459,478,187,30,2,2,2 +22460,478,105,14,10,10,0 +22461,478,173,13,11,11,0 +22462,478,194,2,21,21,0 +22463,478,181,2,22,22,0 +22464,478,152,2,20,20,0 +22465,478,200,0,27,27,0 +22466,478,110,5,17,17,0 +22467,478,206,7,14,14,0 +22468,478,196,0,29,29,0 +22469,478,201,0,28,28,0 +22470,478,192,1,25,25,0 +22471,478,202,39,1,1,2 +22472,478,172,1,24,24,0 +22473,478,118,0,31,31,0 +22474,478,119,19,7,7,1 +22475,478,158,10,12,12,0 +22476,478,203,6,15,15,0 +22477,478,137,17,8,8,1 +22478,478,95,7,13,13,0 +22479,478,197,3,18,18,0 +22480,478,184,1,23,23,0 +22481,478,204,0,34,34,0 +22482,478,205,0,26,26,0 +22483,478,195,0,30,30,0 +22484,478,170,0,33,33,0 +22485,478,207,0,36,36,0 +22486,478,176,3,19,19,0 +22487,478,136,0,35,35,0 +22488,478,208,0,37,37,0 +22489,478,209,0,32,32,0 +22490,478,175,16,9,9,1 +22491,478,90,0,40,40,0 +22492,478,210,0,38,38,0 +22493,478,211,0,39,39,0 +22494,479,117,25,5,5,2 +22495,479,199,6,16,16,0 +22496,479,163,19,7,7,1 +22497,479,182,26,4,4,2 +22498,479,177,33,2,2,0 +22499,479,187,30,3,3,2 +22500,479,105,14,11,11,0 +22501,479,173,22,6,6,1 +22502,479,194,2,22,22,0 +22503,479,181,2,23,23,0 +22504,479,152,2,21,21,0 +22505,479,200,0,27,27,0 +22506,479,110,5,18,18,0 +22507,479,206,7,14,14,0 +22508,479,196,0,29,29,0 +22509,479,201,0,28,28,0 +22510,479,192,1,25,25,0 +22511,479,202,39,1,1,2 +22512,479,172,5,17,17,0 +22513,479,118,0,31,31,0 +22514,479,119,19,8,8,1 +22515,479,158,10,12,12,0 +22516,479,203,6,15,15,0 +22517,479,137,17,10,10,1 +22518,479,95,7,13,13,0 +22519,479,197,3,19,19,0 +22520,479,184,2,24,24,0 +22521,479,204,0,34,34,0 +22522,479,205,0,26,26,0 +22523,479,195,0,30,30,0 +22524,479,170,0,33,33,0 +22525,479,207,0,37,37,0 +22526,479,176,3,20,20,0 +22527,479,136,0,36,36,0 +22528,479,208,0,39,39,0 +22529,479,209,0,32,32,0 +22530,479,175,19,9,9,1 +22531,479,90,0,40,40,0 +22532,479,210,0,35,35,0 +22533,479,211,0,38,38,0 +22534,480,117,31,3,3,2 +22535,480,199,6,16,16,0 +22536,480,163,19,9,9,1 +22537,480,182,30,5,5,2 +22538,480,177,42,1,1,1 +22539,480,187,30,4,4,2 +22540,480,105,14,11,11,0 +22541,480,173,23,6,6,1 +22542,480,194,2,22,22,0 +22543,480,181,2,23,23,0 +22544,480,152,2,21,21,0 +22545,480,200,0,27,27,0 +22546,480,110,5,18,18,0 +22547,480,206,7,14,14,0 +22548,480,196,0,29,29,0 +22549,480,201,0,28,28,0 +22550,480,192,1,25,25,0 +22551,480,202,39,2,2,2 +22552,480,172,5,17,17,0 +22553,480,118,0,31,31,0 +22554,480,119,21,7,7,1 +22555,480,158,10,12,12,0 +22556,480,203,6,15,15,0 +22557,480,137,20,8,8,1 +22558,480,95,7,13,13,0 +22559,480,197,3,19,19,0 +22560,480,184,2,24,24,0 +22561,480,204,0,34,34,0 +22562,480,205,0,26,26,0 +22563,480,195,0,30,30,0 +22564,480,170,0,33,33,0 +22565,480,207,0,37,37,0 +22566,480,176,3,20,20,0 +22567,480,136,0,36,36,0 +22568,480,208,0,39,39,0 +22569,480,209,0,32,32,0 +22570,480,175,19,10,10,1 +22571,480,90,0,40,40,0 +22572,480,210,0,35,35,0 +22573,480,211,0,38,38,0 +22574,481,117,31,4,4,2 +22575,481,199,6,16,16,0 +22576,481,163,28,6,6,2 +22577,481,182,30,5,5,2 +22578,481,177,42,1,1,1 +22579,481,187,33,3,3,2 +22580,481,105,16,11,11,0 +22581,481,173,23,8,8,1 +22582,481,194,2,23,23,0 +22583,481,181,2,24,24,0 +22584,481,152,2,22,22,0 +22585,481,200,0,28,28,0 +22586,481,110,5,18,18,0 +22587,481,206,7,14,14,0 +22588,481,196,0,30,30,0 +22589,481,201,0,29,29,0 +22590,481,192,1,26,26,0 +22591,481,202,39,2,2,2 +22592,481,172,5,17,17,0 +22593,481,118,0,32,32,0 +22594,481,119,21,9,9,1 +22595,481,158,11,12,12,0 +22596,481,203,6,15,15,0 +22597,481,137,20,10,10,1 +22598,481,95,7,13,13,0 +22599,481,197,3,20,20,0 +22600,481,184,2,25,25,0 +22601,481,204,0,35,35,0 +22602,481,205,0,27,27,0 +22603,481,195,0,31,31,0 +22604,481,170,0,34,34,0 +22605,481,207,4,19,19,0 +22606,481,176,3,21,21,0 +22607,481,136,0,37,37,0 +22608,481,208,0,39,39,0 +22609,481,209,0,33,33,0 +22610,481,175,25,7,7,1 +22611,481,90,0,40,40,0 +22612,481,210,0,36,36,0 +22613,481,211,0,38,38,0 +22735,483,178,9,1,1,1 +22712,482,202,39,2,2,2 +22713,482,172,5,18,18,0 +22733,482,210,0,37,37,0 +22727,482,176,3,21,21,0 +22728,482,136,0,38,38,0 +22720,482,197,3,20,20,0 +22740,483,175,1,6,6,0 +22739,483,158,2,5,5,0 +22738,483,207,3,4,4,0 +22737,483,137,4,3,3,0 +22736,483,199,6,2,2,0 +22734,482,211,0,33,33,0 +22732,482,90,0,40,40,0 +22731,482,175,25,7,7,1 +22730,482,209,0,34,34,0 +22729,482,208,0,39,39,0 +22726,482,207,4,19,19,0 +22725,482,170,0,35,35,0 +22724,482,195,0,31,31,0 +22723,482,205,0,27,27,0 +22722,482,204,0,36,36,0 +22721,482,184,2,25,25,0 +22719,482,95,7,14,14,0 +22715,482,119,21,10,10,1 +22716,482,158,15,12,12,0 +22717,482,203,6,15,15,0 +22718,482,137,20,11,11,1 +22714,482,118,0,32,32,0 +22711,482,192,1,26,26,0 +22710,482,201,0,29,29,0 +22709,482,196,0,30,30,0 +22708,482,206,8,13,13,0 +22705,482,152,2,22,22,0 +22706,482,200,0,28,28,0 +22707,482,110,5,17,17,0 +22704,482,181,2,24,24,0 +22703,482,194,2,23,23,0 +22701,482,105,25,8,8,1 +22702,482,173,23,9,9,1 +22700,482,187,39,3,3,2 +22699,482,177,44,1,1,1 +22698,482,182,30,5,5,2 +22695,482,117,34,4,4,2 +22696,482,199,6,16,16,0 +22697,482,163,28,6,6,2 +22741,483,192,0,7,7,0 +22742,483,163,0,8,8,0 +22743,483,176,0,9,9,0 +22744,483,202,0,10,10,0 +22745,483,197,0,11,11,0 +22746,483,212,0,12,12,0 +22747,483,152,0,13,13,0 +22748,483,172,0,14,14,0 +22749,483,177,0,15,15,0 +22750,483,136,0,16,16,0 +22751,483,119,0,17,17,0 +22752,483,213,0,18,18,0 +22753,483,95,0,19,19,0 +22754,483,203,0,20,20,0 +22755,483,187,0,21,21,0 +22756,483,173,0,22,22,0 +22757,483,117,0,23,23,0 +22758,483,110,0,24,24,0 +22759,483,214,0,25,25,0 +22760,483,206,0,26,26,0 +22761,483,215,0,27,27,0 +22762,483,216,0,28,28,0 +22763,483,194,0,29,29,0 +22764,484,178,15,1,1,1 +22765,484,199,15,2,2,1 +22766,484,137,4,3,3,0 +22767,484,207,3,6,6,0 +22768,484,158,2,7,7,0 +22769,484,175,1,9,9,0 +22770,484,192,0,12,12,0 +22771,484,163,0,14,14,0 +22772,484,176,3,5,5,0 +22773,484,202,0,18,18,0 +22774,484,197,0,11,11,0 +22775,484,212,0,19,19,0 +22776,484,152,0,20,20,0 +22777,484,172,1,10,10,0 +22778,484,177,0,15,15,0 +22779,484,136,0,22,22,0 +22780,484,119,4,4,4,0 +22781,484,213,0,24,24,0 +22782,484,95,0,16,16,0 +22783,484,203,0,21,21,0 +22784,484,187,0,13,13,0 +22785,484,173,2,8,8,0 +22786,484,117,0,23,23,0 +22787,484,110,0,26,26,0 +22788,484,214,0,27,27,0 +22789,484,206,0,28,28,0 +22790,484,215,0,29,29,0 +22791,484,216,0,25,25,0 +22792,484,194,0,30,30,0 +22793,484,217,0,17,17,0 +22794,484,218,0,31,31,0 +22795,485,178,18,2,2,1 +22796,485,199,21,1,1,1 +22797,485,137,13,3,3,1 +22798,485,207,3,6,6,0 +22799,485,158,2,10,10,0 +22800,485,175,1,11,11,0 +22801,485,192,0,14,14,0 +22802,485,163,2,9,9,0 +22803,485,176,3,7,7,0 +22804,485,202,0,23,23,0 +22805,485,197,0,13,13,0 +22806,485,212,0,24,24,0 +22807,485,152,0,18,18,0 +22808,485,172,1,12,12,0 +22809,485,177,0,16,16,0 +22810,485,136,0,21,21,0 +22811,485,119,4,4,4,0 +22812,485,213,0,26,26,0 +22813,485,95,0,19,19,0 +22814,485,203,0,25,25,0 +22815,485,187,0,15,15,0 +22816,485,173,3,8,8,0 +22817,485,117,4,5,5,0 +22818,485,110,0,20,20,0 +22819,485,214,0,28,28,0 +22820,485,206,0,29,29,0 +22821,485,215,0,27,27,0 +22822,485,216,0,17,17,0 +22823,485,194,0,30,30,0 +22824,485,217,0,22,22,0 +22825,485,218,0,32,32,0 +22826,485,219,0,31,31,0 +22827,486,178,18,3,3,1 +22828,486,199,25,1,1,1 +22829,486,137,22,2,2,2 +22830,486,207,3,6,6,0 +22831,486,158,2,12,12,0 +22832,486,175,1,13,13,0 +22833,486,192,0,18,18,0 +22834,486,163,2,10,10,0 +22835,486,176,3,7,7,0 +22836,486,202,2,11,11,0 +22837,486,197,0,16,16,0 +22838,486,212,3,8,8,0 +22839,486,152,0,22,22,0 +22840,486,172,1,15,15,0 +22841,486,177,0,20,20,0 +22842,486,136,0,24,24,0 +22843,486,119,10,4,4,0 +22844,486,213,0,30,30,0 +22845,486,95,0,23,23,0 +22846,486,203,0,17,17,0 +22847,486,187,0,19,19,0 +22848,486,173,3,9,9,0 +22849,486,117,4,5,5,0 +22850,486,110,1,14,14,0 +22851,486,214,0,32,32,0 +22852,486,206,0,33,33,0 +22853,486,215,0,31,31,0 +22854,486,216,0,21,21,0 +22855,486,194,0,28,28,0 +22856,486,217,0,25,25,0 +22857,486,218,0,36,36,0 +22858,486,219,0,27,27,0 +22859,486,201,0,26,26,0 +22860,486,105,0,29,29,0 +22861,486,118,0,34,34,0 +22862,486,205,0,35,35,0 +22863,487,178,18,3,3,1 +22864,487,199,34,1,1,2 +22865,487,137,22,2,2,2 +22866,487,207,3,10,10,0 +22867,487,158,3,13,13,0 +22868,487,175,1,16,16,0 +22869,487,192,0,20,20,0 +22870,487,163,2,14,14,0 +22871,487,176,3,11,11,0 +22872,487,202,2,15,15,0 +22873,487,197,0,19,19,0 +22874,487,212,3,12,12,0 +22875,487,152,0,21,21,0 +22876,487,172,7,5,5,0 +22877,487,177,0,22,22,0 +22878,487,136,0,24,24,0 +22879,487,119,10,4,4,0 +22880,487,213,0,31,31,0 +22881,487,95,4,7,7,0 +22882,487,203,3,9,9,0 +22883,487,187,0,18,18,0 +22884,487,173,5,6,6,0 +22885,487,117,4,8,8,0 +22886,487,110,1,17,17,0 +22887,487,214,0,34,34,0 +22888,487,206,0,33,33,0 +22889,487,215,0,32,32,0 +22890,487,216,0,23,23,0 +22891,487,194,0,30,30,0 +22892,487,217,0,26,26,0 +22893,487,218,0,37,37,0 +22894,487,219,0,29,29,0 +22895,487,201,0,27,27,0 +22896,487,105,0,25,25,0 +22897,487,118,0,35,35,0 +22898,487,205,0,36,36,0 +22899,487,160,0,28,28,0 +22900,488,178,24,2,2,1 +22901,488,199,34,1,1,2 +22902,488,137,22,3,3,2 +22903,488,207,3,13,13,0 +22904,488,158,5,8,8,0 +22905,488,175,1,16,16,0 +22906,488,192,0,20,20,0 +22907,488,163,2,15,15,0 +22908,488,176,4,12,12,0 +22909,488,202,5,7,7,0 +22910,488,197,0,19,19,0 +22911,488,212,3,14,14,0 +22912,488,152,0,21,21,0 +22913,488,172,11,5,5,0 +22914,488,177,0,22,22,0 +22915,488,136,0,25,25,0 +22916,488,119,10,6,6,0 +22917,488,213,0,31,31,0 +22918,488,95,4,10,10,0 +22919,488,203,12,4,4,1 +22920,488,187,0,18,18,0 +22921,488,173,5,9,9,0 +22922,488,117,4,11,11,0 +22923,488,110,1,17,17,0 +22924,488,214,0,34,34,0 +22925,488,206,0,33,33,0 +22926,488,215,0,32,32,0 +22927,488,216,0,23,23,0 +22928,488,194,0,30,30,0 +22929,488,217,0,26,26,0 +22930,488,218,0,37,37,0 +22931,488,219,0,29,29,0 +22932,488,201,0,28,28,0 +22933,488,105,0,24,24,0 +22934,488,118,0,35,35,0 +22935,488,205,0,36,36,0 +22936,488,160,0,27,27,0 +22937,489,178,24,2,2,1 +22938,489,199,37,1,1,2 +22939,489,137,22,3,3,2 +22940,489,207,3,14,14,0 +22941,489,158,5,10,10,0 +22942,489,175,1,17,17,0 +22943,489,192,0,19,19,0 +22944,489,163,2,16,16,0 +22945,489,176,4,13,13,0 +22946,489,202,5,9,9,0 +22947,489,197,0,20,20,0 +22948,489,212,3,15,15,0 +22949,489,152,0,21,21,0 +22950,489,172,17,5,5,0 +22951,489,177,0,22,22,0 +22952,489,136,0,25,25,0 +22953,489,119,10,6,6,0 +22954,489,213,0,32,32,0 +22955,489,95,5,8,8,0 +22956,489,203,21,4,4,2 +22957,489,187,4,11,11,0 +22958,489,173,7,7,7,0 +22959,489,117,4,12,12,0 +22960,489,110,1,18,18,0 +22961,489,214,0,34,34,0 +22962,489,206,0,30,30,0 +22963,489,215,0,33,33,0 +22964,489,216,0,23,23,0 +22965,489,194,0,29,29,0 +22966,489,217,0,26,26,0 +22967,489,218,0,38,38,0 +22968,489,219,0,31,31,0 +22969,489,201,0,28,28,0 +22970,489,105,0,24,24,0 +22971,489,118,0,36,36,0 +22972,489,205,0,35,35,0 +22973,489,160,0,27,27,0 +22974,489,220,0,37,37,0 +22975,490,178,24,3,3,1 +22976,490,199,37,1,1,2 +22977,490,137,26,2,2,2 +22978,490,207,3,15,15,0 +22979,490,158,5,13,13,0 +22980,490,175,1,17,17,0 +22981,490,192,0,19,19,0 +22982,490,163,5,12,12,0 +22983,490,176,4,14,14,0 +22984,490,202,7,10,10,0 +22985,490,197,0,20,20,0 +22986,490,212,3,16,16,0 +22987,490,152,0,21,21,0 +22988,490,172,17,5,5,0 +22989,490,177,0,22,22,0 +22990,490,136,0,25,25,0 +22991,490,119,10,8,8,0 +22992,490,213,0,32,32,0 +22993,490,95,5,11,11,0 +22994,490,203,21,4,4,2 +22995,490,187,10,7,7,0 +22996,490,173,8,9,9,0 +22997,490,117,13,6,6,1 +22998,490,110,1,18,18,0 +22999,490,214,0,34,34,0 +23000,490,206,0,30,30,0 +23001,490,215,0,33,33,0 +23002,490,216,0,23,23,0 +23003,490,194,0,29,29,0 +23004,490,217,0,26,26,0 +23005,490,218,0,38,38,0 +23006,490,219,0,31,31,0 +23007,490,201,0,28,28,0 +23008,490,105,0,24,24,0 +23009,490,118,0,36,36,0 +23010,490,205,0,35,35,0 +23011,490,160,0,27,27,0 +23012,490,220,0,37,37,0 +23013,491,178,24,3,3,1 +23014,491,199,43,1,1,2 +23015,491,137,26,2,2,2 +23016,491,207,3,16,16,0 +23017,491,158,8,9,9,0 +23018,491,175,1,17,17,0 +23019,491,192,0,21,21,0 +23020,491,163,5,13,13,0 +23021,491,176,4,15,15,0 +23022,491,202,7,11,11,0 +23023,491,197,0,20,20,0 +23024,491,212,5,14,14,0 +23025,491,152,0,23,23,0 +23026,491,172,21,5,5,0 +23027,491,177,0,24,24,0 +23028,491,136,0,27,27,0 +23029,491,119,10,8,8,0 +23030,491,213,0,32,32,0 +23031,491,95,5,12,12,0 +23032,491,203,21,4,4,2 +23033,491,187,19,6,6,1 +23034,491,173,8,10,10,0 +23035,491,117,13,7,7,1 +23036,491,110,1,18,18,0 +23037,491,214,0,34,34,0 +23038,491,206,0,22,22,0 +23039,491,215,0,33,33,0 +23040,491,216,0,25,25,0 +23041,491,194,0,30,30,0 +23042,491,217,0,28,28,0 +23043,491,218,0,38,38,0 +23044,491,219,0,31,31,0 +23045,491,201,1,19,19,0 +23046,491,105,0,26,26,0 +23047,491,118,0,36,36,0 +23048,491,205,0,35,35,0 +23049,491,160,0,29,29,0 +23050,491,220,0,37,37,0 +23125,492,160,0,29,29,0 +23124,492,205,0,35,35,0 +23122,492,105,0,26,26,0 +23121,492,201,1,19,19,0 +23120,492,219,0,31,31,0 +23119,492,218,0,38,38,0 +23118,492,217,0,28,28,0 +23116,492,216,0,25,25,0 +23114,492,206,0,22,22,0 +23112,492,110,1,18,18,0 +23110,492,173,8,11,11,0 +23108,492,203,21,5,5,2 +23107,492,95,5,13,13,0 +23106,492,213,0,32,32,0 +23105,492,119,10,8,8,0 +23103,492,177,0,24,24,0 +23102,492,172,25,3,3,0 +23101,492,152,0,23,23,0 +23100,492,212,8,10,10,0 +23099,492,197,0,20,20,0 +23097,492,176,4,15,15,0 +23095,492,192,0,21,21,0 +23093,492,158,10,9,9,0 +23092,492,207,3,16,16,0 +23090,492,199,43,1,1,2 +23123,492,118,0,36,36,0 +23115,492,215,0,33,33,0 +23113,492,214,0,34,34,0 +23109,492,187,20,6,6,1 +23126,492,220,0,37,37,0 +23111,492,117,19,7,7,1 +23117,492,194,0,30,30,0 +23096,492,163,5,14,14,0 +23094,492,175,1,17,17,0 +23091,492,137,35,2,2,3 +23098,492,202,7,12,12,0 +23104,492,136,0,27,27,0 +23089,492,178,24,4,4,1 +23127,493,178,27,4,4,1 +23128,493,199,45,1,1,2 +23129,493,137,39,2,2,3 +23130,493,207,3,16,16,0 +23131,493,158,10,10,10,0 +23132,493,175,1,17,17,0 +23133,493,192,0,22,22,0 +23134,493,163,11,8,8,0 +23135,493,176,4,15,15,0 +23136,493,202,7,13,13,0 +23137,493,197,0,20,20,0 +23138,493,212,8,11,11,0 +23139,493,152,0,23,23,0 +23140,493,172,34,3,3,1 +23141,493,177,0,24,24,0 +23142,493,136,0,27,27,0 +23143,493,119,10,9,9,0 +23144,493,213,0,32,32,0 +23145,493,95,5,14,14,0 +23146,493,203,21,5,5,2 +23147,493,187,21,6,6,1 +23148,493,173,8,12,12,0 +23149,493,117,19,7,7,1 +23150,493,110,1,18,18,0 +23151,493,214,0,34,34,0 +23152,493,206,0,21,21,0 +23153,493,215,0,33,33,0 +23154,493,216,0,25,25,0 +23155,493,194,0,30,30,0 +23156,493,217,0,28,28,0 +23157,493,218,0,38,38,0 +23158,493,219,0,31,31,0 +23159,493,201,1,19,19,0 +23160,493,105,0,26,26,0 +23161,493,118,0,36,36,0 +23162,493,205,0,35,35,0 +23163,493,160,0,29,29,0 +23164,493,220,0,37,37,0 +23165,494,178,31,4,4,1 +23166,494,199,45,2,2,2 +23167,494,137,45,1,1,3 +23168,494,207,3,16,16,0 +23169,494,158,10,11,11,0 +23170,494,175,1,17,17,0 +23171,494,192,0,24,24,0 +23172,494,163,11,8,8,0 +23173,494,176,4,15,15,0 +23174,494,202,7,13,13,0 +23175,494,197,0,21,21,0 +23176,494,212,11,9,9,0 +23177,494,152,0,25,25,0 +23178,494,172,34,3,3,1 +23179,494,177,0,27,27,0 +23180,494,136,0,28,28,0 +23181,494,119,10,10,10,0 +23182,494,213,0,32,32,0 +23183,494,95,5,14,14,0 +23184,494,203,21,6,6,2 +23185,494,187,21,7,7,1 +23186,494,173,10,12,12,0 +23187,494,117,28,5,5,2 +23188,494,110,1,18,18,0 +23189,494,214,0,34,34,0 +23190,494,206,0,23,23,0 +23191,494,215,0,33,33,0 +23192,494,216,0,22,22,0 +23193,494,194,1,20,20,0 +23194,494,217,0,29,29,0 +23195,494,218,0,38,38,0 +23196,494,219,0,31,31,0 +23197,494,201,1,19,19,0 +23198,494,105,0,26,26,0 +23199,494,118,0,36,36,0 +23200,494,205,0,35,35,0 +23201,494,160,0,30,30,0 +23202,494,220,0,37,37,0 +23203,495,178,37,4,4,1 +23204,495,199,49,1,1,2 +23205,495,137,46,2,2,3 +23206,495,207,3,16,16,0 +23207,495,158,10,12,12,0 +23208,495,175,1,18,18,0 +23209,495,192,0,24,24,0 +23210,495,163,11,9,9,0 +23211,495,176,4,15,15,0 +23212,495,202,9,13,13,0 +23213,495,197,0,21,21,0 +23214,495,212,11,10,10,0 +23215,495,152,0,25,25,0 +23216,495,172,34,5,5,1 +23217,495,177,0,27,27,0 +23218,495,136,0,29,29,0 +23219,495,119,10,11,11,0 +23220,495,213,0,33,33,0 +23221,495,95,5,14,14,0 +23222,495,203,21,6,6,2 +23223,495,187,21,7,7,1 +23224,495,173,13,8,8,0 +23225,495,117,37,3,3,3 +23226,495,110,1,17,17,0 +23227,495,214,0,35,35,0 +23228,495,206,0,23,23,0 +23229,495,215,0,34,34,0 +23230,495,216,0,22,22,0 +23231,495,194,1,20,20,0 +23232,495,217,0,30,30,0 +23233,495,218,0,38,38,0 +23234,495,219,0,32,32,0 +23235,495,201,1,19,19,0 +23236,495,105,0,26,26,0 +23237,495,118,0,36,36,0 +23238,495,205,0,28,28,0 +23239,495,160,0,31,31,0 +23240,495,220,0,37,37,0 +23241,496,178,37,5,5,1 +23242,496,199,49,1,1,2 +23243,496,137,48,2,2,3 +23244,496,207,3,16,16,0 +23245,496,158,10,12,12,0 +23246,496,175,1,19,19,0 +23247,496,192,0,25,25,0 +23248,496,163,11,9,9,0 +23249,496,176,4,15,15,0 +23250,496,202,9,13,13,0 +23251,496,197,0,22,22,0 +23252,496,212,11,10,10,0 +23253,496,152,3,17,17,0 +23254,496,172,43,3,3,2 +23255,496,177,0,27,27,0 +23256,496,136,0,29,29,0 +23257,496,119,10,11,11,0 +23258,496,213,0,33,33,0 +23259,496,95,5,14,14,0 +23260,496,203,25,7,7,2 +23261,496,187,27,6,6,1 +23262,496,173,14,8,8,0 +23263,496,117,37,4,4,3 +23264,496,110,1,18,18,0 +23265,496,214,0,35,35,0 +23266,496,206,0,23,23,0 +23267,496,215,0,34,34,0 +23268,496,216,0,24,24,0 +23269,496,194,1,21,21,0 +23270,496,217,0,30,30,0 +23271,496,218,0,39,39,0 +23272,496,219,0,32,32,0 +23273,496,201,1,20,20,0 +23274,496,105,0,26,26,0 +23275,496,118,0,36,36,0 +23276,496,205,0,28,28,0 +23277,496,160,0,31,31,0 +23278,496,220,0,38,38,0 +23279,496,198,0,37,37,0 +23280,497,178,46,3,3,2 +23281,497,199,49,2,2,2 +23282,497,137,50,1,1,3 +23283,497,207,3,17,17,0 +23284,497,158,10,12,12,0 +23285,497,175,1,19,19,0 +23286,497,192,0,25,25,0 +23287,497,163,11,9,9,0 +23288,497,176,4,16,16,0 +23289,497,202,9,13,13,0 +23290,497,197,0,22,22,0 +23291,497,212,11,10,10,0 +23292,497,152,7,15,15,0 +23293,497,172,44,4,4,2 +23294,497,177,0,26,26,0 +23295,497,136,0,29,29,0 +23296,497,119,10,11,11,0 +23297,497,213,0,34,34,0 +23298,497,95,8,14,14,0 +23299,497,203,25,7,7,2 +23300,497,187,27,6,6,1 +23301,497,173,14,8,8,0 +23302,497,117,43,5,5,3 +23303,497,110,1,18,18,0 +23304,497,214,0,36,36,0 +23305,497,206,0,23,23,0 +23306,497,215,0,35,35,0 +23307,497,216,0,24,24,0 +23308,497,194,1,21,21,0 +23309,497,217,0,30,30,0 +23310,497,218,0,39,39,0 +23311,497,219,0,32,32,0 +23312,497,201,1,20,20,0 +23313,497,105,0,27,27,0 +23314,497,118,0,33,33,0 +23315,497,205,0,28,28,0 +23316,497,160,0,31,31,0 +23317,497,220,0,38,38,0 +23318,497,198,0,37,37,0 +58952,498,158,0,28,28,0 +58951,498,136,0,27,27,0 +58950,498,140,0,26,26,0 +58949,498,225,0,25,25,0 +58948,498,197,0,24,24,0 +58947,498,202,0,23,23,0 +58946,498,163,0,22,22,0 +58945,498,219,0,21,21,0 +58944,498,187,0,20,20,0 +58943,498,173,0,19,19,0 +58942,498,199,0,18,18,0 +58941,498,200,0,17,17,0 +58940,498,207,0,16,16,0 +58939,498,176,0,15,15,0 +58938,498,119,0,14,14,0 +58937,498,172,0,13,13,0 +58936,498,203,0,12,12,0 +58935,498,224,0,11,11,0 +58934,498,223,0,10,10,0 +58933,498,222,0,9,9,0 +58932,498,221,0,8,8,0 +58931,498,217,0,7,7,0 +58930,498,117,1,6,6,0 +58929,498,152,2,5,5,0 +58928,498,206,3,4,4,0 +58927,498,177,4,3,3,0 +58926,498,137,6,2,2,0 +58925,498,178,9,1,1,1 +58980,499,158,0,28,28,0 +58979,499,136,0,26,26,0 +58978,499,140,0,27,27,0 +58977,499,225,0,25,25,0 +58976,499,197,0,15,15,0 +58975,499,202,3,7,7,0 +58974,499,163,9,2,2,1 +58973,499,219,0,23,23,0 +58972,499,187,0,14,14,0 +58971,499,173,6,3,3,0 +58970,499,199,0,24,24,0 +58969,499,200,0,13,13,0 +58968,499,207,0,22,22,0 +58967,499,176,0,12,12,0 +58966,499,119,1,10,10,0 +58965,499,172,0,21,21,0 +58964,499,203,0,17,17,0 +58963,499,224,0,16,16,0 +58962,499,223,0,20,20,0 +58961,499,222,0,19,19,0 +58960,499,221,0,18,18,0 +58959,499,217,0,11,11,0 +58958,499,117,3,8,8,0 +58957,499,152,2,9,9,0 +58956,499,206,3,6,6,0 +58955,499,177,4,5,5,0 +58954,499,137,6,4,4,0 +58953,499,178,13,1,1,1 +59009,500,209,0,21,21,0 +59008,500,158,0,26,26,0 +59007,500,136,0,28,28,0 +59006,500,140,0,29,29,0 +59005,500,225,0,27,27,0 +59004,500,197,0,15,15,0 +59003,500,202,7,4,4,0 +59002,500,163,18,1,1,2 +59001,500,219,0,25,25,0 +59000,500,187,0,19,19,0 +58999,500,173,6,6,6,0 +58998,500,199,2,11,11,0 +58997,500,200,1,12,12,0 +58996,500,207,0,20,20,0 +58995,500,176,0,16,16,0 +58994,500,119,1,13,13,0 +58993,500,172,6,5,5,0 +58992,500,203,0,22,22,0 +58991,500,224,0,17,17,0 +58990,500,223,0,18,18,0 +58989,500,222,0,24,24,0 +58988,500,221,0,23,23,0 +58987,500,217,0,14,14,0 +58986,500,117,3,9,9,0 +58985,500,152,2,10,10,0 +58984,500,206,3,8,8,0 +58983,500,177,4,7,7,0 +58982,500,137,9,3,3,0 +58981,500,178,13,2,2,1 +59039,501,226,0,30,30,0 +59038,501,209,0,23,23,0 +59037,501,158,0,26,26,0 +59036,501,136,0,27,27,0 +59035,501,140,0,29,29,0 +59034,501,225,0,28,28,0 +59033,501,197,0,18,18,0 +59032,501,202,8,4,4,0 +59031,501,163,18,1,1,2 +59030,501,219,0,21,21,0 +59029,501,187,3,11,11,0 +59028,501,173,6,7,7,0 +59027,501,199,2,15,15,0 +59026,501,200,1,16,16,0 +59025,501,207,0,22,22,0 +59024,501,176,0,19,19,0 +59023,501,119,7,5,5,0 +59022,501,172,6,6,6,0 +59021,501,203,0,24,24,0 +59020,501,224,4,8,8,0 +59019,501,223,0,20,20,0 +59018,501,222,2,14,14,0 +59017,501,221,0,25,25,0 +59016,501,217,0,17,17,0 +59015,501,117,3,12,12,0 +59014,501,152,2,13,13,0 +59013,501,206,3,10,10,0 +59012,501,177,4,9,9,0 +59011,501,137,18,2,2,1 +59010,501,178,13,3,3,1 +59070,502,227,0,28,28,0 +59069,502,226,0,31,31,0 +59068,502,209,0,25,25,0 +59067,502,158,0,27,27,0 +59066,502,136,0,24,24,0 +59065,502,140,0,30,30,0 +59064,502,225,0,29,29,0 +59063,502,197,2,14,14,0 +59062,502,202,17,4,4,1 +59061,502,163,21,1,1,2 +59060,502,219,0,22,22,0 +59059,502,187,3,12,12,0 +59058,502,173,6,6,6,0 +59057,502,199,6,8,8,0 +59056,502,200,1,17,17,0 +59055,502,207,0,23,23,0 +59054,502,176,0,20,20,0 +59053,502,119,7,5,5,0 +59052,502,172,6,7,7,0 +59051,502,203,1,18,18,0 +59050,502,224,4,10,10,0 +59049,502,223,0,21,21,0 +59048,502,222,2,15,15,0 +59047,502,221,0,26,26,0 +59046,502,217,0,19,19,0 +59045,502,117,3,13,13,0 +59044,502,152,2,16,16,0 +59043,502,206,3,11,11,0 +59042,502,177,4,9,9,0 +59041,502,137,18,3,3,1 +59040,502,178,19,2,2,1 +59101,503,227,0,28,28,0 +59100,503,226,0,31,31,0 +59099,503,209,0,25,25,0 +59098,503,158,0,27,27,0 +59097,503,136,0,24,24,0 +59096,503,140,0,30,30,0 +59095,503,225,0,29,29,0 +59094,503,197,2,16,16,0 +59093,503,202,17,4,4,1 +59092,503,163,21,2,2,2 +59091,503,219,0,23,23,0 +59090,503,187,3,13,13,0 +59089,503,173,6,8,8,0 +59088,503,199,15,5,5,1 +59087,503,200,4,11,11,0 +59086,503,207,0,20,20,0 +59085,503,176,0,21,21,0 +59084,503,119,7,7,7,0 +59083,503,172,12,6,6,0 +59082,503,203,3,14,14,0 +59081,503,224,5,9,9,0 +59080,503,223,0,22,22,0 +59079,503,222,2,17,17,0 +59078,503,221,0,26,26,0 +59077,503,217,0,19,19,0 +59076,503,117,3,15,15,0 +59075,503,152,2,18,18,0 +59074,503,206,3,12,12,0 +59073,503,177,4,10,10,0 +59072,503,137,22,1,1,1 +59071,503,178,19,3,3,1 +59132,504,227,0,28,28,0 +59131,504,226,0,31,31,0 +59130,504,209,0,25,25,0 +59129,504,158,0,27,27,0 +59128,504,136,0,24,24,0 +59127,504,140,0,30,30,0 +59126,504,225,0,29,29,0 +59125,504,197,2,16,16,0 +59124,504,202,23,4,4,1 +59123,504,163,23,3,3,2 +59122,504,219,0,23,23,0 +59121,504,187,3,12,12,0 +59120,504,173,6,8,8,0 +59119,504,199,16,5,5,1 +59118,504,200,4,11,11,0 +59117,504,207,0,20,20,0 +59116,504,176,0,21,21,0 +59115,504,119,7,7,7,0 +59114,504,172,16,6,6,0 +59113,504,203,3,14,14,0 +59112,504,224,5,9,9,0 +59111,504,223,0,22,22,0 +59110,504,222,2,17,17,0 +59109,504,221,0,26,26,0 +59108,504,217,0,19,19,0 +59107,504,117,3,15,15,0 +59106,504,152,2,18,18,0 +59105,504,206,3,13,13,0 +59104,504,177,4,10,10,0 +59103,504,137,25,2,2,1 +59102,504,178,28,1,1,2 +59166,505,228,0,34,34,0 +59165,505,211,0,25,25,0 +59164,505,212,0,22,22,0 +59163,505,227,0,30,30,0 +59162,505,226,0,33,33,0 +59161,505,209,0,27,27,0 +59160,505,158,0,29,29,0 +59159,505,136,0,26,26,0 +59158,505,140,0,32,32,0 +59157,505,225,0,31,31,0 +59156,505,197,4,13,13,0 +59155,505,202,23,4,4,1 +59154,505,163,23,3,3,2 +59153,505,219,0,24,24,0 +59152,505,187,3,15,15,0 +59151,505,173,6,8,8,0 +59150,505,199,20,5,5,1 +59149,505,200,4,12,12,0 +59148,505,207,0,20,20,0 +59147,505,176,0,21,21,0 +59146,505,119,7,7,7,0 +59145,505,172,16,6,6,0 +59144,505,203,3,16,16,0 +59143,505,224,5,10,10,0 +59142,505,223,0,23,23,0 +59141,505,222,2,17,17,0 +59140,505,221,0,28,28,0 +59139,505,217,0,19,19,0 +59138,505,117,4,14,14,0 +59137,505,152,2,18,18,0 +59136,505,206,6,9,9,0 +59135,505,177,4,11,11,0 +59134,505,137,31,2,2,1 +59133,505,178,37,1,1,3 +59201,506,229,0,33,33,0 +59200,506,228,0,35,35,0 +59199,506,211,0,25,25,0 +59198,506,212,0,22,22,0 +59197,506,227,0,30,30,0 +59196,506,226,0,34,34,0 +59195,506,209,0,27,27,0 +59194,506,158,0,29,29,0 +59193,506,136,0,26,26,0 +59192,506,140,0,32,32,0 +59191,506,225,0,31,31,0 +59190,506,197,4,13,13,0 +59189,506,202,23,6,6,1 +59188,506,163,23,5,5,2 +59187,506,219,0,24,24,0 +59186,506,187,3,17,17,0 +59185,506,173,6,8,8,0 +59184,506,199,26,3,3,1 +59183,506,200,4,12,12,0 +59182,506,207,0,19,19,0 +59181,506,176,0,21,21,0 +59180,506,119,7,7,7,0 +59179,506,172,25,4,4,1 +59178,506,203,4,15,15,0 +59177,506,224,5,10,10,0 +59176,506,223,0,23,23,0 +59175,506,222,2,18,18,0 +59174,506,221,0,28,28,0 +59173,506,217,0,20,20,0 +59172,506,117,4,16,16,0 +59171,506,152,4,14,14,0 +59170,506,206,6,9,9,0 +59169,506,177,4,11,11,0 +59168,506,137,34,2,2,1 +59167,506,178,41,1,1,3 +59237,507,95,0,30,30,0 +59236,507,229,0,34,34,0 +59235,507,228,0,36,36,0 +59234,507,211,0,25,25,0 +59233,507,212,0,22,22,0 +59232,507,227,0,31,31,0 +59231,507,226,0,35,35,0 +59230,507,209,0,27,27,0 +59229,507,158,0,29,29,0 +59228,507,136,0,26,26,0 +59227,507,140,0,33,33,0 +59226,507,225,0,32,32,0 +59225,507,197,4,14,14,0 +59224,507,202,23,6,6,1 +59223,507,163,23,5,5,2 +59222,507,219,9,7,7,1 +59221,507,187,3,18,18,0 +59220,507,173,7,9,9,0 +59219,507,199,30,3,3,1 +59218,507,200,4,13,13,0 +59217,507,207,0,20,20,0 +59216,507,176,0,23,23,0 +59215,507,119,7,8,8,0 +59214,507,172,28,4,4,1 +59213,507,203,4,17,17,0 +59212,507,224,5,11,11,0 +59211,507,223,0,24,24,0 +59210,507,222,2,19,19,0 +59209,507,221,0,28,28,0 +59208,507,217,0,21,21,0 +59207,507,117,4,16,16,0 +59206,507,152,4,15,15,0 +59205,507,206,6,10,10,0 +59204,507,177,4,12,12,0 +59203,507,137,36,2,2,1 +59202,507,178,47,1,1,3 +59275,508,191,0,37,37,0 +59274,508,230,0,31,31,0 +59273,508,95,0,30,30,0 +59272,508,229,0,35,35,0 +59271,508,228,0,38,38,0 +59270,508,211,0,25,25,0 +59269,508,212,0,23,23,0 +59268,508,227,0,32,32,0 +59267,508,226,0,36,36,0 +59266,508,209,0,27,27,0 +59265,508,158,0,29,29,0 +59264,508,136,0,26,26,0 +59263,508,140,0,34,34,0 +59262,508,225,0,33,33,0 +59261,508,197,6,11,11,0 +59260,508,202,23,6,6,1 +59259,508,163,29,5,5,2 +59258,508,219,9,7,7,1 +59257,508,187,3,18,18,0 +59256,508,173,7,9,9,0 +59255,508,199,33,3,3,1 +59254,508,200,4,15,15,0 +59253,508,207,0,20,20,0 +59252,508,176,0,22,22,0 +59251,508,119,7,8,8,0 +59250,508,172,32,4,4,1 +59249,508,203,4,17,17,0 +59248,508,224,5,12,12,0 +59247,508,223,0,24,24,0 +59246,508,222,2,19,19,0 +59245,508,221,0,28,28,0 +59244,508,217,0,21,21,0 +59243,508,117,5,13,13,0 +59242,508,152,4,16,16,0 +59241,508,206,6,10,10,0 +59240,508,177,4,14,14,0 +59239,508,137,45,2,2,2 +59238,508,178,47,1,1,3 +59314,509,181,0,36,36,0 +59313,509,191,0,38,38,0 +59312,509,230,0,31,31,0 +59311,509,95,0,30,30,0 +59310,509,229,0,35,35,0 +59309,509,228,0,39,39,0 +59308,509,211,0,25,25,0 +59307,509,212,0,23,23,0 +59306,509,227,0,32,32,0 +59305,509,226,0,37,37,0 +59304,509,209,0,28,28,0 +59303,509,158,0,27,27,0 +59302,509,136,0,26,26,0 +59301,509,140,0,34,34,0 +59300,509,225,0,33,33,0 +59299,509,197,6,12,12,0 +59298,509,202,24,6,6,1 +59297,509,163,29,5,5,2 +59296,509,219,9,8,8,1 +59295,509,187,3,18,18,0 +59294,509,173,10,7,7,0 +59293,509,199,37,3,3,1 +59292,509,200,4,15,15,0 +59291,509,207,0,20,20,0 +59290,509,176,0,22,22,0 +59289,509,119,7,9,9,0 +59288,509,172,32,4,4,1 +59287,509,203,4,17,17,0 +59286,509,224,5,13,13,0 +59285,509,223,0,24,24,0 +59284,509,222,2,19,19,0 +59283,509,221,0,29,29,0 +59282,509,217,0,21,21,0 +59281,509,117,5,14,14,0 +59280,509,152,4,16,16,0 +59279,509,206,6,11,11,0 +59278,509,177,6,10,10,0 +59277,509,137,54,1,1,3 +59276,509,178,53,2,2,3 +59355,510,214,0,41,41,0 +59354,510,110,0,32,32,0 +59353,510,181,0,38,38,0 +59352,510,191,0,34,34,0 +59351,510,230,0,31,31,0 +59350,510,95,0,30,30,0 +59349,510,229,0,37,37,0 +59348,510,228,0,40,40,0 +59347,510,211,0,25,25,0 +59346,510,212,1,20,20,0 +59345,510,227,0,33,33,0 +59344,510,226,0,39,39,0 +59343,510,209,0,28,28,0 +59342,510,158,0,27,27,0 +59341,510,136,0,26,26,0 +59340,510,140,0,36,36,0 +59339,510,225,0,35,35,0 +59338,510,197,6,13,13,0 +59337,510,202,28,6,6,1 +59336,510,163,29,5,5,2 +59335,510,219,9,8,8,1 +59334,510,187,6,11,11,0 +59333,510,173,10,7,7,0 +59332,510,199,40,3,3,1 +59331,510,200,4,17,17,0 +59330,510,207,0,21,21,0 +59329,510,176,0,23,23,0 +59328,510,119,7,9,9,0 +59327,510,172,32,4,4,1 +59326,510,203,6,14,14,0 +59325,510,224,5,15,15,0 +59324,510,223,0,24,24,0 +59323,510,222,2,19,19,0 +59322,510,221,0,29,29,0 +59321,510,217,0,22,22,0 +59320,510,117,5,16,16,0 +59319,510,152,4,18,18,0 +59318,510,206,6,12,12,0 +59317,510,177,6,10,10,0 +59316,510,137,54,2,2,3 +59315,510,178,62,1,1,4 +59396,511,214,0,41,41,0 +59395,511,110,0,32,32,0 +59394,511,181,0,38,38,0 +59393,511,191,0,34,34,0 +59392,511,230,0,31,31,0 +59391,511,95,0,30,30,0 +59390,511,229,0,37,37,0 +59389,511,228,0,40,40,0 +59388,511,211,0,24,24,0 +59387,511,212,1,21,21,0 +59386,511,227,0,33,33,0 +59385,511,226,0,39,39,0 +59384,511,209,0,28,28,0 +59383,511,158,0,27,27,0 +59382,511,136,0,26,26,0 +59381,511,140,0,36,36,0 +59380,511,225,0,35,35,0 +59379,511,197,6,13,13,0 +59378,511,202,32,5,5,1 +59377,511,163,29,6,6,2 +59376,511,219,9,8,8,1 +59375,511,187,6,11,11,0 +59374,511,173,13,7,7,0 +59373,511,199,42,3,3,1 +59372,511,200,4,17,17,0 +59371,511,207,1,20,20,0 +59370,511,176,0,22,22,0 +59369,511,119,7,9,9,0 +59368,511,172,34,4,4,1 +59367,511,203,6,14,14,0 +59366,511,224,5,15,15,0 +59365,511,223,0,25,25,0 +59364,511,222,2,19,19,0 +59363,511,221,0,29,29,0 +59362,511,217,0,23,23,0 +59361,511,117,5,16,16,0 +59360,511,152,4,18,18,0 +59359,511,206,6,12,12,0 +59358,511,177,6,10,10,0 +59357,511,137,54,2,2,3 +59356,511,178,67,1,1,5 +58499,512,233,0,26,26,0 +58498,512,119,0,25,25,0 +58497,512,232,0,24,24,0 +58496,512,137,0,23,23,0 +58495,512,175,0,22,22,0 +58494,512,202,0,21,21,0 +58493,512,222,0,20,20,0 +58492,512,163,0,19,19,0 +58491,512,182,0,18,18,0 +58490,512,219,0,17,17,0 +58489,512,197,0,16,16,0 +58488,512,231,0,15,15,0 +58487,512,136,0,14,14,0 +58486,512,212,0,13,13,0 +58485,512,203,0,12,12,0 +58484,512,206,0,11,11,0 +58483,512,223,0,10,10,0 +58482,512,178,0,9,9,0 +58481,512,200,0,8,8,0 +58480,512,173,0,7,7,0 +58479,512,224,1,6,6,0 +58478,512,207,2,5,5,0 +58477,512,221,3,4,4,0 +58476,512,187,4,3,3,0 +58475,512,199,6,2,2,0 +58474,512,172,9,1,1,1 +58525,513,233,0,21,21,0 +58524,513,119,0,13,13,0 +58523,513,232,0,26,26,0 +58522,513,137,0,25,25,0 +58521,513,175,0,24,24,0 +58520,513,202,3,5,5,0 +58519,513,222,1,9,9,0 +58518,513,163,0,22,22,0 +58517,513,182,0,23,23,0 +58516,513,219,0,15,15,0 +58515,513,197,0,20,20,0 +58514,513,231,0,19,19,0 +58513,513,136,0,17,17,0 +58512,513,212,0,18,18,0 +58511,513,203,2,6,6,0 +58510,513,206,0,16,16,0 +58509,513,223,0,14,14,0 +58508,513,178,0,12,12,0 +58507,513,200,0,10,10,0 +58506,513,173,0,11,11,0 +58505,513,224,1,8,8,0 +58504,513,207,2,7,7,0 +58503,513,221,9,3,3,0 +58502,513,187,4,4,4,0 +58501,513,199,10,2,2,0 +58500,513,172,18,1,1,2 +58551,514,233,0,25,25,0 +58550,514,119,0,17,17,0 +58549,514,232,0,26,26,0 +58548,514,137,0,14,14,0 +58547,514,175,0,20,20,0 +58546,514,202,3,9,9,0 +58545,514,222,7,5,5,0 +58544,514,163,0,24,24,0 +58543,514,182,1,11,11,0 +58542,514,219,0,19,19,0 +58541,514,197,4,8,8,0 +58540,514,231,0,15,15,0 +58539,514,136,0,22,22,0 +58538,514,212,0,23,23,0 +58537,514,203,11,3,3,1 +58536,514,206,0,21,21,0 +58535,514,223,0,16,16,0 +58534,514,178,0,18,18,0 +58533,514,200,0,12,12,0 +58532,514,173,0,13,13,0 +58531,514,224,1,10,10,0 +58530,514,207,5,6,6,0 +58529,514,221,9,4,4,0 +58528,514,187,4,7,7,0 +58527,514,199,12,2,2,0 +58526,514,172,18,1,1,2 +58577,515,233,0,25,25,0 +58576,515,119,0,18,18,0 +58575,515,232,0,26,26,0 +58574,515,137,0,15,15,0 +58573,515,175,0,20,20,0 +58572,515,202,3,10,10,0 +58571,515,222,13,3,3,0 +58570,515,163,0,24,24,0 +58569,515,182,1,12,12,0 +58568,515,219,0,19,19,0 +58567,515,197,5,7,7,0 +58566,515,231,0,16,16,0 +58565,515,136,0,22,22,0 +58564,515,212,0,23,23,0 +58563,515,203,20,1,1,2 +58562,515,206,0,21,21,0 +58561,515,223,0,17,17,0 +58560,515,178,4,9,9,0 +58559,515,200,0,14,14,0 +58558,515,173,0,13,13,0 +58557,515,224,1,11,11,0 +58556,515,207,8,6,6,0 +58555,515,221,11,5,5,0 +58554,515,187,4,8,8,0 +58553,515,199,12,4,4,0 +58552,515,172,18,2,2,2 +58604,516,234,0,27,27,0 +58603,516,233,0,24,24,0 +58602,516,119,0,17,17,0 +58601,516,232,0,26,26,0 +58600,516,137,0,15,15,0 +58599,516,175,0,20,20,0 +58598,516,202,4,10,10,0 +58597,516,222,16,5,5,0 +58596,516,163,0,19,19,0 +58595,516,182,1,12,12,0 +58594,516,219,0,21,21,0 +58593,516,197,7,7,7,0 +58592,516,231,0,16,16,0 +58591,516,136,0,23,23,0 +58590,516,212,0,25,25,0 +58589,516,203,20,1,1,2 +58588,516,206,0,22,22,0 +58587,516,223,0,18,18,0 +58586,516,178,4,9,9,0 +58585,516,200,0,14,14,0 +58584,516,173,0,13,13,0 +58583,516,224,1,11,11,0 +58582,516,207,12,6,6,0 +58581,516,221,20,2,2,1 +58580,516,187,4,8,8,0 +58579,516,199,18,4,4,0 +58578,516,172,18,3,3,2 +58632,517,152,0,26,26,0 +58631,517,234,0,28,28,0 +58630,517,233,0,17,17,0 +58629,517,119,2,11,11,0 +58628,517,232,0,27,27,0 +58627,517,137,0,16,16,0 +58626,517,175,0,22,22,0 +58625,517,202,8,7,7,0 +58624,517,222,24,2,2,1 +58623,517,163,0,20,20,0 +58622,517,182,1,13,13,0 +58621,517,219,0,23,23,0 +58620,517,197,7,8,8,0 +58619,517,231,0,18,18,0 +58618,517,136,0,21,21,0 +58617,517,212,0,25,25,0 +58616,517,203,20,3,3,2 +58615,517,206,0,24,24,0 +58614,517,223,0,19,19,0 +58613,517,178,4,10,10,0 +58612,517,200,0,15,15,0 +58611,517,173,0,14,14,0 +58610,517,224,1,12,12,0 +58609,517,207,12,6,6,0 +58608,517,221,20,4,4,1 +58607,517,187,5,9,9,0 +58606,517,199,19,5,5,0 +58605,517,172,24,1,1,2 +58660,518,152,0,26,26,0 +58659,518,234,0,28,28,0 +58658,518,233,0,18,18,0 +58657,518,119,2,12,12,0 +58656,518,232,0,27,27,0 +58655,518,137,0,17,17,0 +58654,518,175,0,22,22,0 +58653,518,202,8,8,8,0 +58652,518,222,30,1,1,2 +58651,518,163,0,20,20,0 +58650,518,182,1,15,15,0 +58649,518,219,0,23,23,0 +58648,518,197,7,9,9,0 +58647,518,231,0,19,19,0 +58646,518,136,0,21,21,0 +58645,518,212,0,25,25,0 +58644,518,203,20,3,3,2 +58643,518,206,0,24,24,0 +58642,518,223,6,10,10,0 +58641,518,178,4,11,11,0 +58640,518,200,1,13,13,0 +58639,518,173,0,16,16,0 +58638,518,224,1,14,14,0 +58637,518,207,12,6,6,0 +58636,518,221,20,4,4,1 +58635,518,187,8,7,7,0 +58634,518,199,20,5,5,0 +58633,518,172,24,2,2,2 +58691,519,236,0,31,31,0 +58690,519,235,0,29,29,0 +58689,519,177,0,22,22,0 +58688,519,152,0,27,27,0 +58687,519,234,0,30,30,0 +58686,519,233,0,20,20,0 +58685,519,119,2,14,14,0 +58684,519,232,0,28,28,0 +58683,519,137,0,19,19,0 +58682,519,175,0,23,23,0 +58681,519,202,8,10,10,0 +58680,519,222,30,1,1,2 +58679,519,163,4,13,13,0 +58678,519,182,1,17,17,0 +58677,519,219,9,7,7,1 +58676,519,197,9,8,8,0 +58675,519,231,0,21,21,0 +58674,519,136,0,24,24,0 +58673,519,212,0,26,26,0 +58672,519,203,26,2,2,2 +58671,519,206,0,25,25,0 +58670,519,223,7,11,11,0 +58669,519,178,7,12,12,0 +58668,519,200,1,15,15,0 +58667,519,173,0,18,18,0 +58666,519,224,1,16,16,0 +58665,519,207,12,6,6,0 +58664,519,221,20,4,4,1 +58663,519,187,8,9,9,0 +58662,519,199,20,5,5,0 +58661,519,172,24,3,3,2 +58722,520,236,0,28,28,0 +58721,520,235,1,18,18,0 +58720,520,177,0,25,25,0 +58719,520,152,0,29,29,0 +58718,520,234,0,31,31,0 +58717,520,233,0,22,22,0 +58716,520,119,2,14,14,0 +58715,520,232,0,30,30,0 +58714,520,137,0,20,20,0 +58713,520,175,0,21,21,0 +58712,520,202,8,12,12,0 +58711,520,222,32,1,1,2 +58710,520,163,10,10,10,0 +58709,520,182,1,17,17,0 +58708,520,219,9,11,11,1 +58707,520,197,13,7,7,0 +58706,520,231,0,23,23,0 +58705,520,136,0,26,26,0 +58704,520,212,0,24,24,0 +58703,520,203,26,2,2,2 +58702,520,206,0,27,27,0 +58701,520,223,16,6,6,1 +58700,520,178,7,13,13,0 +58699,520,200,1,15,15,0 +58698,520,173,0,19,19,0 +58697,520,224,1,16,16,0 +58696,520,207,12,8,8,0 +58695,520,221,20,4,4,1 +58694,520,187,11,9,9,0 +58693,520,199,20,5,5,0 +58692,520,172,24,3,3,2 +58754,521,209,0,22,22,0 +58753,521,236,0,29,29,0 +58752,521,235,1,18,18,0 +58751,521,177,0,26,26,0 +58750,521,152,0,30,30,0 +58749,521,234,0,32,32,0 +58748,521,233,0,23,23,0 +58747,521,119,2,14,14,0 +58746,521,232,0,31,31,0 +58745,521,137,0,20,20,0 +58744,521,175,0,21,21,0 +58743,521,202,8,13,13,0 +58742,521,222,35,1,1,2 +58741,521,163,10,11,11,0 +58740,521,182,1,17,17,0 +58739,521,219,9,12,12,1 +58738,521,197,13,8,8,0 +58737,521,231,0,24,24,0 +58736,521,136,0,27,27,0 +58735,521,212,0,25,25,0 +58734,521,203,26,3,3,2 +58733,521,206,0,28,28,0 +58732,521,223,22,4,4,1 +58731,521,178,16,7,7,1 +58730,521,200,2,15,15,0 +58729,521,173,0,19,19,0 +58728,521,224,1,16,16,0 +58727,521,207,12,10,10,0 +58726,521,221,20,5,5,1 +58725,521,187,13,9,9,0 +58724,521,199,20,6,6,0 +58723,521,172,28,2,2,2 +58786,522,209,0,22,22,0 +58785,522,236,0,29,29,0 +58784,522,235,1,18,18,0 +58783,522,177,0,27,27,0 +58782,522,152,0,30,30,0 +58781,522,234,0,32,32,0 +58780,522,233,0,24,24,0 +58779,522,119,2,14,14,0 +58778,522,232,0,31,31,0 +58777,522,137,0,20,20,0 +58776,522,175,0,21,21,0 +58775,522,202,8,13,13,0 +58774,522,222,38,1,1,2 +58773,522,163,11,11,11,0 +58772,522,182,1,17,17,0 +58771,522,219,9,12,12,1 +58770,522,197,13,8,8,0 +58769,522,231,0,25,25,0 +58768,522,136,0,28,28,0 +58767,522,212,0,26,26,0 +58766,522,203,32,2,2,2 +58765,522,206,0,23,23,0 +58764,522,223,24,5,5,1 +58763,522,178,25,4,4,2 +58762,522,200,2,15,15,0 +58761,522,173,0,19,19,0 +58760,522,224,1,16,16,0 +58759,522,207,12,10,10,0 +58758,522,221,20,6,6,1 +58757,522,187,13,9,9,0 +58756,522,199,20,7,7,0 +58755,522,172,32,3,3,2 +58818,523,209,0,23,23,0 +58817,523,236,0,29,29,0 +58816,523,235,3,15,15,0 +58815,523,177,0,27,27,0 +58814,523,152,0,30,30,0 +58813,523,234,0,32,32,0 +58812,523,233,0,25,25,0 +58811,523,119,2,17,17,0 +58810,523,232,0,31,31,0 +58809,523,137,3,14,14,0 +58808,523,175,0,22,22,0 +58807,523,202,8,13,13,0 +58806,523,222,44,1,1,2 +58805,523,163,11,11,11,0 +58804,523,182,1,19,19,0 +58803,523,219,9,12,12,1 +58802,523,197,13,8,8,0 +58801,523,231,0,26,26,0 +58800,523,136,0,28,28,0 +58799,523,212,0,21,21,0 +58798,523,203,32,4,4,2 +58797,523,206,0,24,24,0 +58796,523,223,24,5,5,1 +58795,523,178,34,3,3,3 +58794,523,200,3,16,16,0 +58793,523,173,0,20,20,0 +58792,523,224,1,18,18,0 +58791,523,207,12,10,10,0 +58790,523,221,20,6,6,1 +58789,523,187,13,9,9,0 +58788,523,199,20,7,7,0 +58787,523,172,36,2,2,2 +58852,524,176,0,34,34,0 +58851,524,230,0,29,29,0 +58850,524,209,0,23,23,0 +58849,524,236,0,30,30,0 +58848,524,235,3,16,16,0 +58847,524,177,0,27,27,0 +58846,524,152,0,31,31,0 +58845,524,234,0,33,33,0 +58844,524,233,0,25,25,0 +58843,524,119,2,18,18,0 +58842,524,232,0,32,32,0 +58841,524,137,3,15,15,0 +58840,524,175,0,22,22,0 +58839,524,202,8,13,13,0 +58838,524,222,51,1,1,3 +58837,524,163,11,11,11,0 +58836,524,182,4,14,14,0 +58835,524,219,9,12,12,1 +58834,524,197,14,8,8,0 +58833,524,231,0,26,26,0 +58832,524,136,0,28,28,0 +58831,524,212,0,21,21,0 +58830,524,203,38,2,2,2 +58829,524,206,0,24,24,0 +58828,524,223,27,5,5,1 +58827,524,178,34,4,4,3 +58826,524,200,3,17,17,0 +58825,524,173,0,20,20,0 +58824,524,224,1,19,19,0 +58823,524,207,14,9,9,0 +58822,524,221,20,6,6,1 +58821,524,187,13,10,10,0 +58820,524,199,20,7,7,0 +58819,524,172,36,3,3,2 +58888,525,237,0,36,36,0 +58887,525,217,0,24,24,0 +58886,525,176,0,35,35,0 +58885,525,230,0,30,30,0 +58884,525,209,0,23,23,0 +58883,525,236,0,31,31,0 +58882,525,235,3,16,16,0 +58881,525,177,0,29,29,0 +58880,525,152,0,32,32,0 +58879,525,234,0,34,34,0 +58878,525,233,0,26,26,0 +58877,525,119,2,18,18,0 +58876,525,232,0,33,33,0 +58875,525,137,3,15,15,0 +58874,525,175,0,22,22,0 +58873,525,202,10,12,12,0 +58872,525,222,51,1,1,3 +58871,525,163,11,11,11,0 +58870,525,182,4,14,14,0 +58869,525,219,9,13,13,1 +58868,525,197,14,8,8,0 +58867,525,231,0,27,27,0 +58866,525,136,0,28,28,0 +58865,525,212,0,21,21,0 +58864,525,203,44,2,2,2 +58863,525,206,0,25,25,0 +58862,525,223,29,5,5,1 +58861,525,178,40,3,3,4 +58860,525,200,3,17,17,0 +58859,525,173,0,20,20,0 +58858,525,224,1,19,19,0 +58857,525,207,14,9,9,0 +58856,525,221,20,6,6,1 +58855,525,187,14,10,10,0 +58854,525,199,20,7,7,0 +58853,525,172,36,4,4,2 +58924,526,237,0,36,36,0 +58923,526,217,0,24,24,0 +58922,526,176,0,33,33,0 +58921,526,230,0,30,30,0 +58920,526,209,0,25,25,0 +58919,526,236,0,31,31,0 +58918,526,235,3,17,17,0 +58917,526,177,0,29,29,0 +58916,526,152,0,32,32,0 +58915,526,234,0,35,35,0 +58914,526,233,2,19,19,0 +58913,526,119,2,20,20,0 +58912,526,232,0,34,34,0 +58911,526,137,3,16,16,0 +58910,526,175,0,23,23,0 +58909,526,202,14,10,10,0 +58908,526,222,51,1,1,3 +58907,526,163,17,8,8,0 +58906,526,182,4,14,14,0 +58905,526,219,9,13,13,1 +58904,526,197,14,11,11,0 +58903,526,231,0,27,27,0 +58902,526,136,0,28,28,0 +58901,526,212,0,22,22,0 +58900,526,203,47,2,2,3 +58899,526,206,0,26,26,0 +58898,526,223,29,5,5,1 +58897,526,178,40,3,3,4 +58896,526,200,3,18,18,0 +58895,526,173,3,15,15,0 +58894,526,224,1,21,21,0 +58893,526,207,14,12,12,0 +58892,526,221,20,6,6,1 +58891,526,187,15,9,9,0 +58890,526,199,20,7,7,0 +58889,526,172,36,4,4,2 +57169,527,242,0,27,27,0 +57168,527,158,0,26,26,0 +57167,527,212,0,25,25,0 +57166,527,211,0,24,24,0 +57165,527,232,0,23,23,0 +57164,527,241,0,22,22,0 +57163,527,240,0,21,21,0 +57162,527,178,0,20,20,0 +57161,527,187,0,19,19,0 +57160,527,230,0,18,18,0 +57159,527,233,0,17,17,0 +57158,527,172,0,16,16,0 +57157,527,223,0,15,15,0 +57156,527,202,0,14,14,0 +57155,527,239,0,13,13,0 +57154,527,197,0,12,12,0 +57153,527,200,0,11,11,0 +57152,527,222,0,10,10,0 +57151,527,224,0,9,9,0 +57150,527,203,0,8,8,0 +57149,527,199,0,7,7,0 +57148,527,175,1,6,6,0 +57147,527,238,2,5,5,0 +57146,527,231,3,4,4,0 +57145,527,221,4,3,3,0 +57144,527,182,6,2,2,0 +57143,527,207,9,1,1,1 +57197,528,119,0,16,16,0 +57196,528,242,0,28,28,0 +57195,528,158,0,27,27,0 +57194,528,212,0,22,22,0 +57193,528,211,0,25,25,0 +57192,528,232,0,26,26,0 +57191,528,241,0,24,24,0 +57190,528,240,0,23,23,0 +57189,528,178,0,17,17,0 +57188,528,187,0,13,13,0 +57187,528,230,0,21,21,0 +57186,528,233,0,20,20,0 +57185,528,172,0,14,14,0 +57184,528,223,2,7,7,0 +57183,528,202,1,9,9,0 +57182,528,239,0,19,19,0 +57181,528,197,0,18,18,0 +57180,528,200,0,11,11,0 +57179,528,222,0,15,15,0 +57178,528,224,6,4,4,0 +57177,528,203,0,12,12,0 +57176,528,199,9,3,3,1 +57175,528,175,1,10,10,0 +57174,528,238,2,8,8,0 +57173,528,231,3,6,6,0 +57172,528,221,4,5,5,0 +57171,528,182,10,2,2,0 +57170,528,207,12,1,1,1 +57229,529,163,0,32,32,0 +57228,529,177,0,29,29,0 +57227,529,219,0,28,28,0 +57226,529,243,0,17,17,0 +57225,529,119,0,19,19,0 +57224,529,242,0,31,31,0 +57223,529,158,0,30,30,0 +57222,529,212,0,18,18,0 +57221,529,211,0,25,25,0 +57220,529,232,0,26,26,0 +57219,529,241,0,27,27,0 +57218,529,240,0,24,24,0 +57217,529,178,3,8,8,0 +57216,529,187,4,7,7,0 +57215,529,230,0,22,22,0 +57214,529,233,0,23,23,0 +57213,529,172,2,10,10,0 +57212,529,223,2,11,11,0 +57211,529,202,2,12,12,0 +57210,529,239,0,21,21,0 +57209,529,197,0,15,15,0 +57208,529,200,0,14,14,0 +57207,529,222,0,20,20,0 +57206,529,224,6,6,6,0 +57205,529,203,0,16,16,0 +57204,529,199,9,5,5,1 +57203,529,175,1,13,13,0 +57202,529,238,11,2,2,1 +57201,529,231,3,9,9,0 +57200,529,221,10,4,4,0 +57199,529,182,10,3,3,0 +57198,529,207,12,1,1,1 +57262,530,206,0,33,33,0 +57261,530,163,0,32,32,0 +57260,530,177,0,29,29,0 +57259,530,219,0,24,24,0 +57258,530,243,0,18,18,0 +57257,530,119,1,13,13,0 +57256,530,242,0,31,31,0 +57255,530,158,0,30,30,0 +57254,530,212,0,19,19,0 +57253,530,211,0,27,27,0 +57252,530,232,0,25,25,0 +57251,530,241,0,28,28,0 +57250,530,240,0,26,26,0 +57249,530,178,3,9,9,0 +57248,530,187,4,7,7,0 +57247,530,230,0,22,22,0 +57246,530,233,0,23,23,0 +57245,530,172,4,8,8,0 +57244,530,223,2,11,11,0 +57243,530,202,2,12,12,0 +57242,530,239,0,21,21,0 +57241,530,197,0,16,16,0 +57240,530,200,0,15,15,0 +57239,530,222,0,20,20,0 +57238,530,224,6,6,6,0 +57237,530,203,0,17,17,0 +57236,530,199,18,1,1,2 +57235,530,175,1,14,14,0 +57234,530,238,14,3,3,1 +57233,530,231,3,10,10,0 +57232,530,221,14,4,4,0 +57231,530,182,10,5,5,0 +57230,530,207,18,2,2,1 +57296,531,235,0,25,25,0 +57295,531,206,0,32,32,0 +57294,531,163,0,33,33,0 +57293,531,177,0,30,30,0 +57292,531,219,0,21,21,0 +57291,531,243,0,19,19,0 +57290,531,119,2,14,14,0 +57289,531,242,0,34,34,0 +57288,531,158,0,31,31,0 +57287,531,212,0,20,20,0 +57286,531,211,0,26,26,0 +57285,531,232,0,27,27,0 +57284,531,241,0,29,29,0 +57283,531,240,0,28,28,0 +57282,531,178,3,11,11,0 +57281,531,187,7,6,6,0 +57280,531,230,0,23,23,0 +57279,531,233,0,24,24,0 +57278,531,172,4,9,9,0 +57277,531,223,2,13,13,0 +57276,531,202,4,10,10,0 +57275,531,239,0,22,22,0 +57274,531,197,0,17,17,0 +57273,531,200,0,16,16,0 +57272,531,222,4,8,8,0 +57271,531,224,6,7,7,0 +57270,531,203,0,18,18,0 +57269,531,199,18,2,2,2 +57268,531,175,1,15,15,0 +57267,531,238,14,5,5,1 +57266,531,231,3,12,12,0 +57265,531,221,23,1,1,1 +57264,531,182,16,4,4,0 +57263,531,207,18,3,3,1 +57332,532,244,0,36,36,0 +57331,532,152,0,20,20,0 +57330,532,235,0,26,26,0 +57329,532,206,0,34,34,0 +57328,532,163,0,22,22,0 +57327,532,177,0,32,32,0 +57326,532,219,0,24,24,0 +57325,532,243,0,21,21,0 +57324,532,119,2,15,15,0 +57323,532,242,0,35,35,0 +57322,532,158,0,33,33,0 +57321,532,212,0,23,23,0 +57320,532,211,0,28,28,0 +57319,532,232,0,29,29,0 +57318,532,241,0,31,31,0 +57317,532,240,0,30,30,0 +57316,532,178,3,11,11,0 +57315,532,187,7,6,6,0 +57314,532,230,0,25,25,0 +57313,532,233,0,27,27,0 +57312,532,172,6,8,8,0 +57311,532,223,2,14,14,0 +57310,532,202,5,9,9,0 +57309,532,239,0,18,18,0 +57308,532,197,0,19,19,0 +57307,532,200,0,17,17,0 +57306,532,222,4,10,10,0 +57305,532,224,6,7,7,0 +57304,532,203,3,12,12,0 +57303,532,199,22,3,3,2 +57302,532,175,1,16,16,0 +57301,532,238,20,4,4,1 +57300,532,231,3,13,13,0 +57299,532,221,23,2,2,1 +57298,532,182,16,5,5,0 +57297,532,207,27,1,1,2 +57369,533,208,0,36,36,0 +57368,533,244,0,37,37,0 +57367,533,152,0,21,21,0 +57366,533,235,0,27,27,0 +57365,533,206,0,34,34,0 +57364,533,163,0,23,23,0 +57363,533,177,0,32,32,0 +57362,533,219,0,24,24,0 +57361,533,243,0,22,22,0 +57360,533,119,2,15,15,0 +57359,533,242,0,35,35,0 +57358,533,158,0,33,33,0 +57357,533,212,0,25,25,0 +57356,533,211,0,26,26,0 +57355,533,232,0,29,29,0 +57354,533,241,0,31,31,0 +57353,533,240,0,30,30,0 +57352,533,178,3,12,12,0 +57351,533,187,9,7,7,0 +57350,533,230,0,19,19,0 +57349,533,233,0,28,28,0 +57348,533,172,10,6,6,0 +57347,533,223,2,14,14,0 +57346,533,202,5,10,10,0 +57345,533,239,0,18,18,0 +57344,533,197,0,20,20,0 +57343,533,200,0,17,17,0 +57342,533,222,7,8,8,0 +57341,533,224,6,9,9,0 +57340,533,203,3,13,13,0 +57339,533,199,22,4,4,2 +57338,533,175,1,16,16,0 +57337,533,238,26,2,2,1 +57336,533,231,4,11,11,0 +57335,533,221,23,3,3,1 +57334,533,182,16,5,5,0 +57333,533,207,36,1,1,3 +57406,534,208,0,36,36,0 +57405,534,244,0,37,37,0 +57404,534,152,0,21,21,0 +57403,534,235,0,28,28,0 +57402,534,206,0,34,34,0 +57401,534,163,0,23,23,0 +57400,534,177,0,29,29,0 +57399,534,219,0,25,25,0 +57398,534,243,0,22,22,0 +57397,534,119,8,8,8,0 +57396,534,242,0,35,35,0 +57395,534,158,0,33,33,0 +57394,534,212,0,24,24,0 +57393,534,211,0,27,27,0 +57392,534,232,0,30,30,0 +57391,534,241,0,32,32,0 +57390,534,240,0,31,31,0 +57389,534,178,3,15,15,0 +57388,534,187,9,7,7,0 +57387,534,230,0,19,19,0 +57386,534,233,0,26,26,0 +57385,534,172,10,6,6,0 +57384,534,223,4,14,14,0 +57383,534,202,5,11,11,0 +57382,534,239,0,18,18,0 +57381,534,197,0,20,20,0 +57380,534,200,0,17,17,0 +57379,534,222,7,10,10,0 +57378,534,224,7,9,9,0 +57377,534,203,3,16,16,0 +57376,534,199,22,5,5,2 +57375,534,175,4,12,12,0 +57374,534,238,30,2,2,1 +57373,534,231,4,13,13,0 +57372,534,221,23,4,4,1 +57371,534,182,25,3,3,1 +57370,534,207,36,1,1,3 +57443,535,208,0,36,36,0 +57442,535,244,0,37,37,0 +57441,535,152,0,21,21,0 +57440,535,235,0,28,28,0 +57439,535,206,0,34,34,0 +57438,535,163,0,23,23,0 +57437,535,177,0,29,29,0 +57436,535,219,0,25,25,0 +57435,535,243,0,22,22,0 +57434,535,119,8,8,8,0 +57433,535,242,0,35,35,0 +57432,535,158,0,33,33,0 +57431,535,212,0,24,24,0 +57430,535,211,0,27,27,0 +57429,535,232,0,30,30,0 +57428,535,241,0,32,32,0 +57427,535,240,0,31,31,0 +57426,535,178,5,12,12,0 +57425,535,187,12,6,6,0 +57424,535,230,0,19,19,0 +57423,535,233,0,26,26,0 +57422,535,172,10,7,7,0 +57421,535,223,4,15,15,0 +57420,535,202,5,13,13,0 +57419,535,239,0,18,18,0 +57418,535,197,0,20,20,0 +57417,535,200,0,17,17,0 +57416,535,222,8,10,10,0 +57415,535,224,7,11,11,0 +57414,535,203,3,16,16,0 +57413,535,199,22,5,5,2 +57412,535,175,4,14,14,0 +57411,535,238,36,2,2,1 +57410,535,231,8,9,9,0 +57409,535,221,23,4,4,1 +57408,535,182,25,3,3,1 +57407,535,207,45,1,1,4 +57482,536,245,0,39,39,0 +57481,536,209,0,38,38,0 +57480,536,208,0,36,36,0 +57479,536,244,0,37,37,0 +57478,536,152,0,19,19,0 +57477,536,235,0,28,28,0 +57476,536,206,0,32,32,0 +57475,536,163,0,24,24,0 +57474,536,177,0,29,29,0 +57473,536,219,0,26,26,0 +57472,536,243,0,23,23,0 +57471,536,119,8,8,8,0 +57470,536,242,0,35,35,0 +57469,536,158,0,34,34,0 +57468,536,212,0,25,25,0 +57467,536,211,0,27,27,0 +57466,536,232,0,30,30,0 +57465,536,241,0,33,33,0 +57464,536,240,0,31,31,0 +57463,536,178,5,12,12,0 +57462,536,187,16,6,6,0 +57461,536,230,0,21,21,0 +57460,536,233,2,17,17,0 +57459,536,172,10,7,7,0 +57458,536,223,4,15,15,0 +57457,536,202,5,14,14,0 +57456,536,239,0,18,18,0 +57455,536,197,0,22,22,0 +57454,536,200,0,20,20,0 +57453,536,222,8,10,10,0 +57452,536,224,7,11,11,0 +57451,536,203,3,16,16,0 +57450,536,199,31,3,3,3 +57449,536,175,5,13,13,0 +57448,536,238,36,2,2,1 +57447,536,231,8,9,9,0 +57446,536,221,26,5,5,1 +57445,536,182,31,4,4,1 +57444,536,207,45,1,1,4 +57523,537,137,0,32,32,0 +57522,537,229,0,29,29,0 +57521,537,245,0,41,41,0 +57520,537,209,0,40,40,0 +57519,537,208,0,38,38,0 +57518,537,244,0,39,39,0 +57517,537,152,0,20,20,0 +57516,537,235,0,30,30,0 +57515,537,206,0,34,34,0 +57514,537,163,0,25,25,0 +57513,537,177,0,27,27,0 +57512,537,219,0,26,26,0 +57511,537,243,0,24,24,0 +57510,537,119,8,10,10,0 +57509,537,242,0,37,37,0 +57508,537,158,0,36,36,0 +57507,537,212,1,18,18,0 +57506,537,211,0,28,28,0 +57505,537,232,0,31,31,0 +57504,537,241,0,35,35,0 +57503,537,240,0,33,33,0 +57502,537,178,5,13,13,0 +57501,537,187,16,6,6,0 +57500,537,230,0,22,22,0 +57499,537,233,2,17,17,0 +57498,537,172,14,8,8,0 +57497,537,223,4,15,15,0 +57496,537,202,7,12,12,0 +57495,537,239,0,19,19,0 +57494,537,197,0,23,23,0 +57493,537,200,0,21,21,0 +57492,537,222,14,7,7,0 +57491,537,224,10,9,9,0 +57490,537,203,3,16,16,0 +57489,537,199,31,3,3,3 +57488,537,175,5,14,14,0 +57487,537,238,36,2,2,1 +57486,537,231,8,11,11,0 +57485,537,221,26,5,5,1 +57484,537,182,31,4,4,1 +57483,537,207,54,1,1,5 +57565,538,246,0,41,41,0 +57564,538,137,0,32,32,0 +57563,538,229,0,29,29,0 +57562,538,245,0,42,42,0 +57561,538,209,0,40,40,0 +57560,538,208,0,38,38,0 +57559,538,244,0,39,39,0 +57558,538,152,0,21,21,0 +57557,538,235,0,30,30,0 +57556,538,206,0,34,34,0 +57555,538,163,0,25,25,0 +57554,538,177,0,27,27,0 +57553,538,219,0,26,26,0 +57552,538,243,0,24,24,0 +57551,538,119,8,10,10,0 +57550,538,242,0,37,37,0 +57549,538,158,0,36,36,0 +57548,538,212,1,19,19,0 +57547,538,211,0,28,28,0 +57546,538,232,0,31,31,0 +57545,538,241,0,35,35,0 +57544,538,240,0,33,33,0 +57543,538,178,5,14,14,0 +57542,538,187,16,6,6,0 +57541,538,230,1,18,18,0 +57540,538,233,2,17,17,0 +57539,538,172,16,7,7,0 +57538,538,223,4,16,16,0 +57537,538,202,7,13,13,0 +57536,538,239,0,20,20,0 +57535,538,197,0,23,23,0 +57534,538,200,0,22,22,0 +57533,538,222,14,8,8,0 +57532,538,224,13,9,9,0 +57531,538,203,7,12,12,0 +57530,538,199,31,4,4,3 +57529,538,175,5,15,15,0 +57528,538,238,45,2,2,2 +57527,538,231,8,11,11,0 +57526,538,221,32,3,3,1 +57525,538,182,31,5,5,1 +57524,538,207,54,1,1,5 +57608,539,247,0,40,40,0 +57607,539,246,0,42,42,0 +57606,539,137,0,32,32,0 +57605,539,229,0,29,29,0 +57604,539,245,0,43,43,0 +57603,539,209,0,41,41,0 +57602,539,208,0,38,38,0 +57601,539,244,0,39,39,0 +57600,539,152,0,21,21,0 +57599,539,235,0,30,30,0 +57598,539,206,0,34,34,0 +57597,539,163,0,25,25,0 +57596,539,177,0,27,27,0 +57595,539,219,0,26,26,0 +57594,539,243,0,24,24,0 +57593,539,119,8,10,10,0 +57592,539,242,0,37,37,0 +57591,539,158,0,36,36,0 +57590,539,212,1,19,19,0 +57589,539,211,0,28,28,0 +57588,539,232,0,31,31,0 +57587,539,241,0,35,35,0 +57586,539,240,0,33,33,0 +57585,539,178,5,14,14,0 +57584,539,187,19,6,6,0 +57583,539,230,1,18,18,0 +57582,539,233,2,17,17,0 +57581,539,172,16,7,7,0 +57580,539,223,4,16,16,0 +57579,539,202,7,13,13,0 +57578,539,239,0,20,20,0 +57577,539,197,0,23,23,0 +57576,539,200,0,22,22,0 +57575,539,222,14,9,9,0 +57574,539,224,15,8,8,0 +57573,539,203,8,11,11,0 +57572,539,199,31,5,5,3 +57571,539,175,5,15,15,0 +57570,539,238,51,2,2,2 +57569,539,231,8,12,12,0 +57568,539,221,32,4,4,1 +57567,539,182,35,3,3,1 +57566,539,207,63,1,1,6 +57652,540,248,0,41,41,0 +57651,540,247,0,38,38,0 +57650,540,246,0,43,43,0 +57649,540,137,0,26,26,0 +57648,540,229,0,31,31,0 +57647,540,245,0,44,44,0 +57646,540,209,0,42,42,0 +57645,540,208,0,39,39,0 +57644,540,244,0,40,40,0 +57643,540,152,0,21,21,0 +57642,540,235,0,32,32,0 +57641,540,206,0,29,29,0 +57640,540,163,0,25,25,0 +57639,540,177,0,28,28,0 +57638,540,219,0,27,27,0 +57637,540,243,0,24,24,0 +57636,540,119,8,10,10,0 +57635,540,242,0,37,37,0 +57634,540,158,0,36,36,0 +57633,540,212,1,19,19,0 +57632,540,211,0,30,30,0 +57631,540,232,0,33,33,0 +57630,540,241,0,35,35,0 +57629,540,240,0,34,34,0 +57628,540,178,5,15,15,0 +57627,540,187,25,6,6,0 +57626,540,230,1,18,18,0 +57625,540,233,2,17,17,0 +57624,540,172,19,7,7,0 +57623,540,223,4,16,16,0 +57622,540,202,7,14,14,0 +57621,540,239,0,20,20,0 +57620,540,197,0,23,23,0 +57619,540,200,0,22,22,0 +57618,540,222,14,9,9,0 +57617,540,224,15,8,8,0 +57616,540,203,8,11,11,0 +57615,540,199,35,4,4,3 +57614,540,175,7,13,13,0 +57613,540,238,51,2,2,2 +57612,540,231,8,12,12,0 +57611,540,221,32,5,5,1 +57610,540,182,44,3,3,2 +57609,540,207,64,1,1,6 +57698,541,213,0,41,41,0 +57697,541,249,0,33,33,0 +57696,541,248,0,43,43,0 +57695,541,247,0,35,35,0 +57694,541,246,0,45,45,0 +57693,541,137,0,28,28,0 +57692,541,229,0,31,31,0 +57691,541,245,0,46,46,0 +57690,541,209,0,44,44,0 +57689,541,208,0,40,40,0 +57688,541,244,0,42,42,0 +57687,541,152,0,22,22,0 +57686,541,235,0,32,32,0 +57685,541,206,0,24,24,0 +57684,541,163,0,26,26,0 +57683,541,177,0,29,29,0 +57682,541,219,3,17,17,0 +57681,541,243,0,27,27,0 +57680,541,119,8,11,11,0 +57679,541,242,0,39,39,0 +57678,541,158,0,38,38,0 +57677,541,212,1,20,20,0 +57676,541,211,0,30,30,0 +57675,541,232,0,34,34,0 +57674,541,241,0,37,37,0 +57673,541,240,0,36,36,0 +57672,541,178,11,10,10,0 +57671,541,187,25,6,6,0 +57670,541,230,1,19,19,0 +57669,541,233,2,18,18,0 +57668,541,172,19,7,7,0 +57667,541,223,4,16,16,0 +57666,541,202,7,15,15,0 +57665,541,239,0,21,21,0 +57664,541,197,0,25,25,0 +57663,541,200,0,23,23,0 +57662,541,222,18,8,8,0 +57661,541,224,17,9,9,0 +57660,541,203,8,12,12,0 +57659,541,199,44,3,3,4 +57658,541,175,8,14,14,0 +57657,541,238,51,2,2,2 +57656,541,231,8,13,13,0 +57655,541,221,32,5,5,1 +57654,541,182,44,4,4,2 +57653,541,207,64,1,1,6 +57744,542,213,0,38,38,0 +57743,542,249,0,33,33,0 +57742,542,248,0,43,43,0 +57741,542,247,0,35,35,0 +57740,542,246,0,45,45,0 +57739,542,137,0,28,28,0 +57738,542,229,0,31,31,0 +57737,542,245,0,46,46,0 +57736,542,209,0,44,44,0 +57735,542,208,0,41,41,0 +57734,542,244,0,42,42,0 +57733,542,152,0,23,23,0 +57732,542,235,0,32,32,0 +57731,542,206,1,20,20,0 +57730,542,163,0,26,26,0 +57729,542,177,0,29,29,0 +57728,542,219,3,17,17,0 +57727,542,243,0,27,27,0 +57726,542,119,11,12,12,0 +57725,542,242,0,40,40,0 +57724,542,158,0,39,39,0 +57723,542,212,1,21,21,0 +57722,542,211,0,30,30,0 +57721,542,232,0,34,34,0 +57720,542,241,0,37,37,0 +57719,542,240,0,36,36,0 +57718,542,178,11,11,11,0 +57717,542,187,25,6,6,0 +57716,542,230,1,19,19,0 +57715,542,233,2,18,18,0 +57714,542,172,19,8,8,0 +57713,542,223,4,16,16,0 +57712,542,202,7,15,15,0 +57711,542,239,0,22,22,0 +57710,542,197,0,25,25,0 +57709,542,200,0,24,24,0 +57708,542,222,24,7,7,0 +57707,542,224,17,10,10,0 +57706,542,203,17,9,9,1 +57705,542,199,48,3,3,4 +57704,542,175,8,14,14,0 +57703,542,238,51,2,2,2 +57702,542,231,8,13,13,0 +57701,542,221,34,5,5,1 +57700,542,182,44,4,4,2 +57699,542,207,64,1,1,6 +57765,543,255,0,21,21,0 +57764,543,254,0,20,20,0 +57763,543,246,0,19,19,0 +57762,543,182,0,18,18,0 +57761,543,253,0,17,17,0 +57760,543,238,0,16,16,0 +57759,543,200,0,15,15,0 +57758,543,231,0,14,14,0 +57757,543,221,0,13,13,0 +57756,543,172,0,12,12,0 +57755,543,237,0,11,11,0 +57754,543,187,0,10,10,0 +57753,543,252,0,9,9,0 +57752,543,251,0,8,8,0 +57751,543,230,0,7,7,0 +57750,543,223,1,6,6,0 +57749,543,207,2,5,5,0 +57748,543,224,3,4,4,0 +57747,543,199,4,3,3,0 +57746,543,250,6,2,2,0 +57745,543,222,9,1,1,1 +57787,544,256,0,22,22,0 +57786,544,255,2,8,8,0 +57785,544,254,1,10,10,0 +57784,544,246,0,16,16,0 +57783,544,182,4,6,6,0 +57782,544,253,0,11,11,0 +57781,544,238,0,21,21,0 +57780,544,200,0,20,20,0 +57779,544,231,6,4,4,0 +57778,544,221,0,19,19,0 +57777,544,172,0,18,18,0 +57776,544,237,0,17,17,0 +57775,544,187,0,15,15,0 +57774,544,252,0,14,14,0 +57773,544,251,0,13,13,0 +57772,544,230,0,12,12,0 +57771,544,223,1,9,9,0 +57770,544,207,2,7,7,0 +57769,544,224,6,5,5,0 +57768,544,199,13,1,1,1 +57767,544,250,6,3,3,0 +57766,544,222,9,2,2,1 +57812,545,257,0,25,25,0 +57811,545,233,0,24,24,0 +57810,545,239,0,17,17,0 +57809,545,256,0,18,18,0 +57808,545,255,2,8,8,0 +57807,545,254,1,13,13,0 +57806,545,246,0,16,16,0 +57805,545,182,13,3,3,1 +57804,545,253,0,15,15,0 +57803,545,238,0,23,23,0 +57802,545,200,2,10,10,0 +57801,545,231,9,4,4,0 +57800,545,221,4,7,7,0 +57799,545,172,0,22,22,0 +57798,545,237,0,21,21,0 +57797,545,187,1,12,12,0 +57796,545,252,0,20,20,0 +57795,545,251,0,19,19,0 +57794,545,230,0,14,14,0 +57793,545,223,1,11,11,0 +57792,545,207,2,9,9,0 +57791,545,224,6,6,6,0 +57790,545,199,13,2,2,1 +57789,545,250,6,5,5,0 +57788,545,222,15,1,1,1 +57840,546,178,0,27,27,0 +57839,546,205,0,18,18,0 +57838,546,197,1,14,14,0 +57837,546,257,0,28,28,0 +57836,546,233,0,26,26,0 +57835,546,239,0,20,20,0 +57834,546,256,0,21,21,0 +57833,546,255,2,9,9,0 +57832,546,254,1,13,13,0 +57831,546,246,0,19,19,0 +57830,546,182,19,1,1,1 +57829,546,253,0,16,16,0 +57828,546,238,0,25,25,0 +57827,546,200,2,10,10,0 +57826,546,231,9,5,5,0 +57825,546,221,7,7,7,0 +57824,546,172,0,17,17,0 +57823,546,237,0,24,24,0 +57822,546,187,1,12,12,0 +57821,546,252,0,23,23,0 +57820,546,251,0,22,22,0 +57819,546,230,0,15,15,0 +57818,546,223,1,11,11,0 +57817,546,207,11,4,4,1 +57816,546,224,8,6,6,0 +57815,546,199,13,3,3,1 +57814,546,250,6,8,8,0 +57813,546,222,19,2,2,1 +57875,547,260,0,35,35,0 +57874,547,259,0,34,34,0 +57873,547,232,0,33,33,0 +57872,547,229,0,31,31,0 +57871,547,211,0,30,30,0 +57870,547,208,0,25,25,0 +57869,547,258,0,24,24,0 +57868,547,178,0,29,29,0 +57867,547,205,0,22,22,0 +57866,547,197,1,15,15,0 +57865,547,257,0,32,32,0 +57864,547,233,1,13,13,0 +57863,547,239,0,21,21,0 +57862,547,256,0,26,26,0 +57861,547,255,4,10,10,0 +57860,547,254,1,14,14,0 +57859,547,246,0,20,20,0 +57858,547,182,19,4,4,1 +57857,547,253,0,18,18,0 +57856,547,238,0,19,19,0 +57855,547,200,5,9,9,0 +57854,547,231,9,5,5,0 +57853,547,221,7,7,7,0 +57852,547,172,0,17,17,0 +57851,547,237,0,28,28,0 +57850,547,187,1,12,12,0 +57849,547,252,0,27,27,0 +57848,547,251,0,23,23,0 +57847,547,230,0,16,16,0 +57846,547,223,1,11,11,0 +57845,547,207,20,2,2,2 +57844,547,224,8,6,6,0 +57843,547,199,19,3,3,1 +57842,547,250,6,8,8,0 +57841,547,222,23,1,1,1 +57912,548,235,0,25,25,0 +57911,548,119,0,22,22,0 +57910,548,260,0,37,37,0 +57909,548,259,0,36,36,0 +57908,548,232,0,35,35,0 +57907,548,229,0,33,33,0 +57906,548,211,0,27,27,0 +57905,548,208,0,29,29,0 +57904,548,258,0,28,28,0 +57903,548,178,1,15,15,0 +57902,548,205,0,24,24,0 +57901,548,197,1,12,12,0 +57900,548,257,0,34,34,0 +57899,548,233,1,14,14,0 +57898,548,239,0,23,23,0 +57897,548,256,0,30,30,0 +57896,548,255,4,10,10,0 +57895,548,254,1,16,16,0 +57894,548,246,0,21,21,0 +57893,548,182,25,2,2,1 +57892,548,253,0,19,19,0 +57891,548,238,0,20,20,0 +57890,548,200,8,7,7,0 +57889,548,231,9,5,5,0 +57888,548,221,7,8,8,0 +57887,548,172,0,18,18,0 +57886,548,237,0,32,32,0 +57885,548,187,1,13,13,0 +57884,548,252,0,31,31,0 +57883,548,251,0,26,26,0 +57882,548,230,0,17,17,0 +57881,548,223,1,11,11,0 +57880,548,207,22,4,4,2 +57879,548,224,8,6,6,0 +57878,548,199,23,3,3,1 +57877,548,250,6,9,9,0 +57876,548,222,32,1,1,2 +57951,549,212,0,39,39,0 +57950,549,261,0,38,38,0 +57949,549,235,0,27,27,0 +57948,549,119,0,23,23,0 +57947,549,260,0,37,37,0 +57946,549,259,0,32,32,0 +57945,549,232,0,33,33,0 +57944,549,229,0,22,22,0 +57943,549,211,0,30,30,0 +57942,549,208,0,31,31,0 +57941,549,258,0,24,24,0 +57940,549,178,3,13,13,0 +57939,549,205,0,26,26,0 +57938,549,197,1,16,16,0 +57937,549,257,0,36,36,0 +57936,549,233,2,14,14,0 +57935,549,239,0,25,25,0 +57934,549,256,0,29,29,0 +57933,549,255,13,5,5,1 +57932,549,254,1,18,18,0 +57931,549,246,0,21,21,0 +57930,549,182,31,2,2,1 +57929,549,253,0,20,20,0 +57928,549,238,4,11,11,0 +57927,549,200,8,8,8,0 +57926,549,231,9,6,6,0 +57925,549,221,7,9,9,0 +57924,549,172,0,19,19,0 +57923,549,237,0,35,35,0 +57922,549,187,1,17,17,0 +57921,549,252,0,34,34,0 +57920,549,251,0,28,28,0 +57919,549,230,3,12,12,0 +57918,549,223,1,15,15,0 +57917,549,207,22,4,4,2 +57916,549,224,8,7,7,0 +57915,549,199,23,3,3,1 +57914,549,250,6,10,10,0 +57913,549,222,32,1,1,2 +57992,550,263,0,41,41,0 +57991,550,262,0,24,24,0 +57990,550,212,0,39,39,0 +57989,550,261,0,40,40,0 +57988,550,235,0,28,28,0 +57987,550,119,0,23,23,0 +57986,550,260,0,38,38,0 +57985,550,259,0,32,32,0 +57984,550,232,0,34,34,0 +57983,550,229,0,22,22,0 +57982,550,211,0,30,30,0 +57981,550,208,0,33,33,0 +57980,550,258,0,26,26,0 +57979,550,178,3,14,14,0 +57978,550,205,0,27,27,0 +57977,550,197,1,18,18,0 +57976,550,257,0,37,37,0 +57975,550,233,2,16,16,0 +57974,550,239,0,25,25,0 +57973,550,256,0,31,31,0 +57972,550,255,13,6,6,1 +57971,550,254,1,19,19,0 +57970,550,246,0,21,21,0 +57969,550,182,31,2,2,1 +57968,550,253,0,20,20,0 +57967,550,238,4,12,12,0 +57966,550,200,14,5,5,0 +57965,550,231,9,9,9,0 +57964,550,221,10,7,7,0 +57963,550,172,9,8,8,1 +57962,550,237,0,36,36,0 +57961,550,187,3,15,15,0 +57960,550,252,0,35,35,0 +57959,550,251,0,29,29,0 +57958,550,230,3,13,13,0 +57957,550,223,1,17,17,0 +57956,550,207,23,4,4,2 +57955,550,224,8,10,10,0 +57954,550,199,27,3,3,1 +57953,550,250,6,11,11,0 +57952,550,222,32,1,1,2 +58034,551,175,0,40,40,0 +58033,551,263,0,42,42,0 +58032,551,262,0,24,24,0 +58031,551,212,0,38,38,0 +58030,551,261,0,41,41,0 +58029,551,235,0,29,29,0 +58028,551,119,0,23,23,0 +58027,551,260,0,39,39,0 +58026,551,259,0,32,32,0 +58025,551,232,0,34,34,0 +58024,551,229,0,22,22,0 +58023,551,211,0,26,26,0 +58022,551,208,0,33,33,0 +58021,551,258,0,27,27,0 +58020,551,178,3,15,15,0 +58019,551,205,0,28,28,0 +58018,551,197,1,18,18,0 +58017,551,257,0,37,37,0 +58016,551,233,2,16,16,0 +58015,551,239,0,25,25,0 +58014,551,256,0,31,31,0 +58013,551,255,16,5,5,1 +58012,551,254,1,19,19,0 +58011,551,246,0,21,21,0 +58010,551,182,33,1,1,1 +58009,551,253,0,20,20,0 +58008,551,238,4,13,13,0 +58007,551,200,14,6,6,0 +58006,551,231,13,7,7,0 +58005,551,221,10,8,8,0 +58004,551,172,9,9,9,1 +58003,551,237,0,36,36,0 +58002,551,187,9,10,10,0 +58001,551,252,0,35,35,0 +58000,551,251,0,30,30,0 +57999,551,230,3,14,14,0 +57998,551,223,1,17,17,0 +57997,551,207,32,2,2,3 +57996,551,224,8,11,11,0 +57995,551,199,28,4,4,1 +57994,551,250,6,12,12,0 +57993,551,222,32,3,3,2 +58083,552,266,0,49,49,0 +58082,552,245,0,48,48,0 +58081,552,265,0,47,47,0 +58080,552,264,0,46,46,0 +58079,552,219,0,40,40,0 +58078,552,267,0,33,33,0 +58077,552,203,0,31,31,0 +58076,552,175,0,41,41,0 +58075,552,263,0,45,45,0 +58074,552,262,0,24,24,0 +58073,552,212,0,42,42,0 +58072,552,261,0,44,44,0 +58071,552,235,0,29,29,0 +58070,552,119,0,23,23,0 +58069,552,260,0,43,43,0 +58068,552,259,0,34,34,0 +58067,552,232,0,36,36,0 +58066,552,229,0,22,22,0 +58065,552,211,0,27,27,0 +58064,552,208,0,35,35,0 +58063,552,258,0,25,25,0 +58062,552,178,3,16,16,0 +58061,552,205,0,28,28,0 +58060,552,197,1,18,18,0 +58059,552,257,0,39,39,0 +58058,552,233,4,14,14,0 +58057,552,239,0,26,26,0 +58056,552,256,0,32,32,0 +58055,552,255,20,6,6,1 +58054,552,254,1,19,19,0 +58053,552,246,0,21,21,0 +58052,552,182,39,1,1,1 +58051,552,253,0,20,20,0 +58050,552,238,4,13,13,0 +58049,552,200,17,7,7,0 +58048,552,231,22,5,5,1 +58047,552,221,10,9,9,0 +58046,552,172,10,8,8,1 +58045,552,237,0,38,38,0 +58044,552,187,9,10,10,0 +58043,552,252,0,37,37,0 +58042,552,251,0,30,30,0 +58041,552,230,3,15,15,0 +58040,552,223,1,17,17,0 +58039,552,207,32,2,2,3 +58038,552,224,8,11,11,0 +58037,552,199,28,4,4,1 +58036,552,250,6,12,12,0 +58035,552,222,32,3,3,2 +58134,553,269,0,45,45,0 +58133,553,268,0,43,43,0 +58132,553,266,0,51,51,0 +58131,553,245,0,50,50,0 +58130,553,265,0,49,49,0 +58129,553,264,0,48,48,0 +58128,553,219,0,42,42,0 +58127,553,267,0,21,21,0 +58126,553,203,0,34,34,0 +58125,553,175,1,20,20,0 +58124,553,263,0,47,47,0 +58123,553,262,0,27,27,0 +58122,553,212,0,41,41,0 +58121,553,261,0,46,46,0 +58120,553,235,0,32,32,0 +58119,553,119,0,24,24,0 +58118,553,260,0,44,44,0 +58117,553,259,0,36,36,0 +58116,553,232,0,38,38,0 +58115,553,229,0,26,26,0 +58114,553,211,0,30,30,0 +58113,553,208,0,37,37,0 +58112,553,258,0,28,28,0 +58111,553,178,3,16,16,0 +58110,553,205,0,31,31,0 +58109,553,197,1,18,18,0 +58108,553,257,0,40,40,0 +58107,553,233,8,11,11,0 +58106,553,239,0,29,29,0 +58105,553,256,0,35,35,0 +58104,553,255,20,6,6,1 +58103,553,254,1,19,19,0 +58102,553,246,0,25,25,0 +58101,553,182,48,1,1,2 +58100,553,253,0,22,22,0 +58099,553,238,4,15,15,0 +58098,553,200,17,7,7,0 +58097,553,231,22,5,5,1 +58096,553,221,10,9,9,0 +58095,553,172,10,8,8,1 +58094,553,237,0,23,23,0 +58093,553,187,9,10,10,0 +58092,553,252,0,39,39,0 +58091,553,251,0,33,33,0 +58090,553,230,5,14,14,0 +58089,553,223,1,17,17,0 +58088,553,207,32,3,3,3 +58087,553,224,8,12,12,0 +58086,553,199,31,4,4,1 +58085,553,250,6,13,13,0 +58084,553,222,38,2,2,2 +58186,554,270,0,44,44,0 +58185,554,269,0,46,46,0 +58184,554,268,0,43,43,0 +58183,554,266,0,52,52,0 +58182,554,245,0,51,51,0 +58181,554,265,0,50,50,0 +58180,554,264,0,49,49,0 +58179,554,219,0,42,42,0 +58178,554,267,0,22,22,0 +58177,554,203,0,34,34,0 +58176,554,175,1,20,20,0 +58175,554,263,0,48,48,0 +58174,554,262,0,29,29,0 +58173,554,212,0,41,41,0 +58172,554,261,0,47,47,0 +58171,554,235,0,32,32,0 +58170,554,119,0,26,26,0 +58169,554,260,0,45,45,0 +58168,554,259,0,36,36,0 +58167,554,232,0,38,38,0 +58166,554,229,0,28,28,0 +58165,554,211,0,21,21,0 +58164,554,208,0,37,37,0 +58163,554,258,0,25,25,0 +58162,554,178,12,8,8,1 +58161,554,205,0,31,31,0 +58160,554,197,1,18,18,0 +58159,554,257,0,40,40,0 +58158,554,233,12,9,9,0 +58157,554,239,0,30,30,0 +58156,554,256,0,35,35,0 +58155,554,255,20,6,6,1 +58154,554,254,1,19,19,0 +58153,554,246,0,27,27,0 +58152,554,182,54,1,1,2 +58151,554,253,0,23,23,0 +58150,554,238,6,15,15,0 +58149,554,200,18,7,7,0 +58148,554,231,22,5,5,1 +58147,554,221,10,11,11,0 +58146,554,172,10,10,10,1 +58145,554,237,0,24,24,0 +58144,554,187,9,12,12,0 +58143,554,252,0,39,39,0 +58142,554,251,0,33,33,0 +58141,554,230,5,16,16,0 +58140,554,223,1,17,17,0 +58139,554,207,32,4,4,3 +58138,554,224,8,13,13,0 +58137,554,199,34,3,3,1 +58136,554,250,6,14,14,0 +58135,554,222,38,2,2,2 +58239,555,247,0,51,51,0 +58238,555,270,0,44,44,0 +58237,555,269,0,46,46,0 +58236,555,268,0,43,43,0 +58235,555,266,0,53,53,0 +58234,555,245,0,52,52,0 +58233,555,265,0,50,50,0 +58232,555,264,0,49,49,0 +58231,555,219,0,41,41,0 +58230,555,267,0,22,22,0 +58229,555,203,0,34,34,0 +58228,555,175,3,17,17,0 +58227,555,263,0,48,48,0 +58226,555,262,0,30,30,0 +58225,555,212,0,42,42,0 +58224,555,261,0,47,47,0 +58223,555,235,0,33,33,0 +58222,555,119,0,28,28,0 +58221,555,260,0,45,45,0 +58220,555,259,0,36,36,0 +58219,555,232,0,38,38,0 +58218,555,229,0,29,29,0 +58217,555,211,0,21,21,0 +58216,555,208,0,37,37,0 +58215,555,258,0,27,27,0 +58214,555,178,12,9,9,1 +58213,555,205,0,32,32,0 +58212,555,197,1,19,19,0 +58211,555,257,0,40,40,0 +58210,555,233,12,10,10,0 +58209,555,239,0,26,26,0 +58208,555,256,0,35,35,0 +58207,555,255,20,6,6,1 +58206,555,254,1,20,20,0 +58205,555,246,0,24,24,0 +58204,555,182,63,1,1,3 +58203,555,253,0,23,23,0 +58202,555,238,6,15,15,0 +58201,555,200,18,7,7,0 +58200,555,231,22,5,5,1 +58199,555,221,10,12,12,0 +58198,555,172,16,8,8,1 +58197,555,237,0,25,25,0 +58196,555,187,9,13,13,0 +58195,555,252,0,39,39,0 +58194,555,251,0,31,31,0 +58193,555,230,5,16,16,0 +58192,555,223,1,18,18,0 +58191,555,207,32,4,4,3 +58190,555,224,11,11,11,0 +58189,555,199,35,3,3,1 +58188,555,250,6,14,14,0 +58187,555,222,42,2,2,2 +58296,556,220,0,55,55,0 +58295,556,271,0,53,53,0 +58294,556,241,0,45,45,0 +58293,556,152,0,40,40,0 +58292,556,247,0,54,54,0 +58291,556,270,0,46,46,0 +58290,556,269,0,48,48,0 +58289,556,268,0,44,44,0 +58288,556,266,0,57,57,0 +58287,556,245,0,56,56,0 +58286,556,265,0,52,52,0 +58285,556,264,0,51,51,0 +58284,556,219,0,41,41,0 +58283,556,267,0,23,23,0 +58282,556,203,0,34,34,0 +58281,556,175,3,18,18,0 +58280,556,263,0,50,50,0 +58279,556,262,0,30,30,0 +58278,556,212,0,43,43,0 +58277,556,261,0,49,49,0 +58276,556,235,0,33,33,0 +58275,556,119,0,28,28,0 +58274,556,260,0,47,47,0 +58273,556,259,0,36,36,0 +58272,556,232,0,38,38,0 +58271,556,229,0,29,29,0 +58270,556,211,0,22,22,0 +58269,556,208,0,37,37,0 +58268,556,258,0,21,21,0 +58267,556,178,16,9,9,1 +58266,556,205,0,32,32,0 +58265,556,197,1,19,19,0 +58264,556,257,0,42,42,0 +58263,556,233,12,10,10,0 +58262,556,239,0,27,27,0 +58261,556,256,0,35,35,0 +58260,556,255,20,7,7,1 +58259,556,254,1,20,20,0 +58258,556,246,0,25,25,0 +58257,556,182,69,1,1,3 +58256,556,253,0,24,24,0 +58255,556,238,7,14,14,0 +58254,556,200,21,6,6,0 +58253,556,231,22,5,5,1 +58252,556,221,10,12,12,0 +58251,556,172,16,8,8,1 +58250,556,237,0,26,26,0 +58249,556,187,9,13,13,0 +58248,556,252,0,39,39,0 +58247,556,251,0,31,31,0 +58246,556,230,5,16,16,0 +58354,557,240,0,46,46,0 +58353,557,220,0,56,56,0 +58352,557,271,0,54,54,0 +58351,557,241,0,47,47,0 +58350,557,152,0,41,41,0 +58349,557,247,0,55,55,0 +58348,557,270,0,39,39,0 +58347,557,269,0,49,49,0 +58346,557,268,0,45,45,0 +58345,557,266,0,58,58,0 +58344,557,245,0,57,57,0 +58343,557,265,0,53,53,0 +58342,557,264,0,52,52,0 +58341,557,219,0,42,42,0 +58340,557,267,0,23,23,0 +58339,557,203,0,34,34,0 +58338,557,175,3,18,18,0 +58337,557,263,0,51,51,0 +58336,557,262,0,30,30,0 +58335,557,212,0,44,44,0 +58334,557,261,0,50,50,0 +58333,557,235,0,33,33,0 +58332,557,119,0,28,28,0 +58331,557,260,0,48,48,0 +58330,557,259,0,36,36,0 +58329,557,232,0,38,38,0 +58328,557,229,0,29,29,0 +58327,557,211,0,21,21,0 +58326,557,208,0,37,37,0 +58325,557,258,0,22,22,0 +58324,557,178,16,9,9,1 +58323,557,205,0,32,32,0 +58322,557,197,1,19,19,0 +58321,557,257,0,43,43,0 +58320,557,233,12,10,10,0 +58319,557,239,0,27,27,0 +58318,557,256,0,35,35,0 +58317,557,255,20,7,7,1 +58316,557,254,1,20,20,0 +58315,557,246,0,25,25,0 +58314,557,182,72,1,1,3 +58313,557,253,0,24,24,0 +58312,557,238,7,14,14,0 +58311,557,200,21,6,6,0 +58310,557,231,31,5,5,2 +58309,557,221,10,12,12,0 +58308,557,172,16,8,8,1 +58307,557,237,0,26,26,0 +58306,557,187,9,13,13,0 +58305,557,252,0,40,40,0 +58304,557,251,0,31,31,0 +58303,557,230,5,16,16,0 +58302,557,223,5,17,17,0 +58301,557,207,47,2,2,4 +58300,557,224,11,11,11,0 +58299,557,199,36,4,4,1 +58298,557,250,6,15,15,0 +58297,557,222,46,3,3,2 +58412,558,240,0,25,25,0 +58411,558,220,0,56,56,0 +58410,558,271,0,54,54,0 +58409,558,241,0,47,47,0 +58408,558,152,0,42,42,0 +58407,558,247,0,55,55,0 +58406,558,270,0,40,40,0 +58405,558,269,0,49,49,0 +58404,558,268,0,46,46,0 +58403,558,266,0,58,58,0 +58402,558,245,0,57,57,0 +58401,558,265,0,53,53,0 +58400,558,264,0,52,52,0 +58399,558,219,0,43,43,0 +58398,558,267,0,23,23,0 +58397,558,203,0,35,35,0 +58396,558,175,5,18,18,0 +58395,558,263,0,51,51,0 +58394,558,262,0,31,31,0 +58393,558,212,0,45,45,0 +58392,558,261,0,50,50,0 +58391,558,235,0,34,34,0 +58390,558,119,0,29,29,0 +58389,558,260,0,48,48,0 +58388,558,259,0,37,37,0 +58387,558,232,0,39,39,0 +58386,558,229,0,30,30,0 +58385,558,211,0,21,21,0 +58384,558,208,0,38,38,0 +58383,558,258,0,22,22,0 +58382,558,178,19,8,8,1 +58381,558,205,0,33,33,0 +58380,558,197,1,19,19,0 +58379,558,257,0,44,44,0 +58378,558,233,12,11,11,0 +58377,558,239,0,28,28,0 +58376,558,256,0,36,36,0 +58375,558,255,20,7,7,1 +58374,558,254,1,20,20,0 +58373,558,246,0,27,27,0 +58372,558,182,72,1,1,3 +58371,558,253,0,24,24,0 +58370,558,238,7,14,14,0 +58369,558,200,25,6,6,0 +58368,558,231,31,5,5,2 +58367,558,221,16,10,10,0 +58366,558,172,16,9,9,1 +58365,558,237,0,26,26,0 +58364,558,187,9,13,13,0 +58363,558,252,0,41,41,0 +58362,558,251,0,32,32,0 +58361,558,230,6,16,16,0 +58360,558,223,5,17,17,0 +58359,558,207,47,3,3,4 +58358,558,224,11,12,12,0 +58357,558,199,36,4,4,1 +58356,558,250,6,15,15,0 +58355,558,222,55,2,2,3 +58473,559,274,0,48,48,0 +58472,559,273,0,37,37,0 +58471,559,272,0,32,32,0 +58470,559,240,0,26,26,0 +58469,559,220,0,59,59,0 +58468,559,271,0,57,57,0 +58467,559,241,0,50,50,0 +58466,559,152,0,44,44,0 +58465,559,247,0,58,58,0 +58464,559,270,0,42,42,0 +58463,559,269,0,52,52,0 +58462,559,268,0,49,49,0 +58461,559,266,0,61,61,0 +58460,559,245,0,60,60,0 +58459,559,265,0,56,56,0 +58458,559,264,0,55,55,0 +58457,559,219,0,45,45,0 +58456,559,267,0,24,24,0 +58455,559,203,0,36,36,0 +58454,559,175,5,18,18,0 +58453,559,263,0,54,54,0 +58452,559,262,0,31,31,0 +58451,559,212,0,47,47,0 +58450,559,261,0,53,53,0 +58449,559,235,0,35,35,0 +58448,559,119,1,20,20,0 +58447,559,260,0,51,51,0 +58446,559,259,0,39,39,0 +58445,559,232,0,41,41,0 +58444,559,229,0,30,30,0 +58443,559,211,0,22,22,0 +58442,559,208,0,40,40,0 +58441,559,258,0,23,23,0 +58440,559,178,22,7,7,1 +58439,559,205,0,34,34,0 +58438,559,197,1,19,19,0 +58437,559,257,0,46,46,0 +58436,559,233,12,11,11,0 +58435,559,239,0,29,29,0 +58434,559,256,0,38,38,0 +58433,559,255,20,8,8,1 +58432,559,254,1,21,21,0 +58431,559,246,0,28,28,0 +58430,559,182,72,1,1,3 +58429,559,253,0,25,25,0 +58428,559,238,7,14,14,0 +58427,559,200,25,6,6,0 +58426,559,231,40,5,5,3 +58425,559,221,20,9,9,0 +58424,559,172,18,10,10,1 +58423,559,237,0,27,27,0 +58422,559,187,9,13,13,0 +58421,559,252,0,43,43,0 +58420,559,251,0,33,33,0 +58419,559,230,6,16,16,0 +58418,559,223,5,17,17,0 +58417,559,207,47,3,3,4 +58416,559,224,11,12,12,0 +58415,559,199,42,4,4,1 +58414,559,250,6,15,15,0 +58413,559,222,55,2,2,3 +58245,556,223,3,17,17,0 +58244,556,207,41,3,3,4 +58243,556,224,11,11,11,0 +58242,556,199,35,4,4,1 +58241,556,250,6,15,15,0 +58240,556,222,42,2,2,2 +56515,560,270,0,22,22,0 +56514,560,187,0,21,21,0 +56513,560,207,0,20,20,0 +56512,560,238,0,19,19,0 +56511,560,172,0,18,18,0 +56510,560,230,0,17,17,0 +56509,560,231,0,16,16,0 +56508,560,197,0,15,15,0 +56507,560,275,0,14,14,0 +56506,560,224,0,13,13,0 +56505,560,199,0,12,12,0 +56504,560,253,0,11,11,0 +56503,560,250,0,10,10,0 +56502,560,254,0,9,9,0 +56501,560,235,0,8,8,0 +56500,560,223,0,7,7,0 +56499,560,200,1,6,6,0 +56498,560,222,2,5,5,0 +56497,560,233,3,4,4,0 +56496,560,252,4,3,3,0 +56495,560,221,6,2,2,0 +56494,560,182,9,1,1,1 +56544,561,251,0,29,29,0 +56543,561,255,0,28,28,0 +56542,561,229,0,23,23,0 +56541,561,278,0,21,21,0 +56540,561,277,0,20,20,0 +56539,561,239,0,17,17,0 +56538,561,276,0,15,15,0 +56537,561,270,0,27,27,0 +56536,561,187,2,8,8,0 +56535,561,207,1,9,9,0 +56534,561,238,0,26,26,0 +56533,561,172,0,25,25,0 +56532,561,230,0,12,12,0 +56531,561,231,6,3,3,0 +56530,561,197,0,24,24,0 +56529,561,275,0,22,22,0 +56528,561,224,0,19,19,0 +56527,561,199,0,18,18,0 +56526,561,253,0,16,16,0 +56525,561,250,0,14,14,0 +56524,561,254,0,13,13,0 +56523,561,235,0,11,11,0 +56522,561,223,0,10,10,0 +56521,561,200,5,4,4,0 +56520,561,222,5,5,5,0 +56519,561,233,3,7,7,0 +56518,561,252,4,6,6,0 +56517,561,221,6,2,2,0 +56516,561,182,18,1,1,2 +56575,562,232,0,30,30,0 +56574,562,178,0,27,27,0 +56573,562,251,0,31,31,0 +56572,562,255,0,28,28,0 +56571,562,229,0,26,26,0 +56570,562,278,0,14,14,0 +56569,562,277,0,24,24,0 +56568,562,239,0,22,22,0 +56567,562,276,0,20,20,0 +56566,562,270,0,29,29,0 +56565,562,187,2,10,10,0 +56564,562,207,1,12,12,0 +56563,562,238,0,19,19,0 +56562,562,172,3,9,9,0 +56561,562,230,0,16,16,0 +56560,562,231,6,5,5,0 +56559,562,197,0,13,13,0 +56558,562,275,0,25,25,0 +56557,562,224,1,11,11,0 +56556,562,199,0,23,23,0 +56555,562,253,0,21,21,0 +56554,562,250,0,17,17,0 +56553,562,254,0,18,18,0 +56552,562,235,0,15,15,0 +56551,562,223,9,3,3,1 +56550,562,200,7,4,4,0 +56549,562,222,5,6,6,0 +56548,562,233,3,8,8,0 +56547,562,252,4,7,7,0 +56546,562,221,10,2,2,0 +56545,562,182,24,1,1,2 +56610,563,208,0,35,35,0 +56609,563,279,0,34,34,0 +56608,563,271,0,33,33,0 +56607,563,256,0,27,27,0 +56606,563,232,0,30,30,0 +56605,563,178,0,20,20,0 +56604,563,251,0,32,32,0 +56603,563,255,4,8,8,0 +56602,563,229,0,29,29,0 +56601,563,278,2,12,12,0 +56600,563,277,0,22,22,0 +56599,563,239,0,26,26,0 +56598,563,276,0,24,24,0 +56597,563,270,0,31,31,0 +56596,563,187,2,13,13,0 +56595,563,207,1,16,16,0 +56594,563,238,0,23,23,0 +56593,563,172,3,10,10,0 +56592,563,230,0,19,19,0 +56591,563,231,15,2,2,1 +56590,563,197,0,18,18,0 +56589,563,275,0,28,28,0 +56588,563,224,1,15,15,0 +56587,563,199,3,11,11,0 +56586,563,253,0,25,25,0 +56585,563,250,1,14,14,0 +56584,563,254,0,21,21,0 +56583,563,235,0,17,17,0 +56582,563,223,9,4,4,1 +56581,563,200,7,5,5,0 +56580,563,222,5,6,6,0 +56579,563,233,3,9,9,0 +56578,563,252,4,7,7,0 +56577,563,221,10,3,3,0 +56576,563,182,30,1,1,2 +56647,564,265,0,37,37,0 +56646,564,258,0,32,32,0 +56645,564,208,0,36,36,0 +56644,564,279,0,35,35,0 +56643,564,271,0,28,28,0 +56642,564,256,0,20,20,0 +56641,564,232,0,31,31,0 +56640,564,178,2,14,14,0 +56639,564,251,0,34,34,0 +56638,564,255,4,9,9,0 +56637,564,229,0,30,30,0 +56636,564,278,2,13,13,0 +56635,564,277,0,23,23,0 +56634,564,239,0,26,26,0 +56633,564,276,0,25,25,0 +56632,564,270,0,33,33,0 +56631,564,187,2,12,12,0 +56630,564,207,1,17,17,0 +56629,564,238,0,24,24,0 +56628,564,172,7,7,7,0 +56627,564,230,0,21,21,0 +56626,564,231,15,3,3,1 +56625,564,197,0,19,19,0 +56624,564,275,0,29,29,0 +56623,564,224,1,16,16,0 +56622,564,199,3,11,11,0 +56621,564,253,0,27,27,0 +56620,564,250,1,15,15,0 +56619,564,254,0,22,22,0 +56618,564,235,0,18,18,0 +56617,564,223,15,2,2,1 +56616,564,200,8,5,5,0 +56615,564,222,8,6,6,0 +56614,564,233,3,10,10,0 +56613,564,252,4,8,8,0 +56612,564,221,10,4,4,0 +56611,564,182,39,1,1,3 +56685,565,280,0,34,34,0 +56684,565,265,0,38,38,0 +56683,565,258,0,32,32,0 +56682,565,208,0,37,37,0 +56681,565,279,0,36,36,0 +56680,565,271,0,28,28,0 +56679,565,256,0,20,20,0 +56678,565,232,0,31,31,0 +56677,565,178,2,14,14,0 +56676,565,251,0,35,35,0 +56675,565,255,4,10,10,0 +56674,565,229,0,30,30,0 +56673,565,278,2,13,13,0 +56672,565,277,0,23,23,0 +56671,565,239,0,26,26,0 +56670,565,276,0,25,25,0 +56669,565,270,0,33,33,0 +56668,565,187,2,12,12,0 +56667,565,207,1,17,17,0 +56666,565,238,0,24,24,0 +56665,565,172,7,7,7,0 +56664,565,230,0,21,21,0 +56663,565,231,15,3,3,1 +56662,565,197,0,18,18,0 +56661,565,275,0,29,29,0 +56660,565,224,2,15,15,0 +56659,565,199,3,11,11,0 +56658,565,253,0,27,27,0 +56657,565,250,1,16,16,0 +56656,565,254,0,22,22,0 +56655,565,235,0,19,19,0 +56654,565,223,15,2,2,1 +56653,565,200,10,6,6,0 +56652,565,222,14,5,5,0 +56651,565,233,6,8,8,0 +56650,565,252,4,9,9,0 +56649,565,221,14,4,4,0 +56648,565,182,48,1,1,4 +56724,566,281,0,36,36,0 +56723,566,280,0,34,34,0 +56722,566,265,0,39,39,0 +56721,566,258,0,32,32,0 +56720,566,208,0,38,38,0 +56719,566,279,0,37,37,0 +56718,566,271,0,28,28,0 +56717,566,256,0,22,22,0 +56716,566,232,0,29,29,0 +56715,566,178,2,14,14,0 +56714,566,251,0,35,35,0 +56713,566,255,4,10,10,0 +56712,566,229,0,31,31,0 +56711,566,278,2,13,13,0 +56710,566,277,0,24,24,0 +56709,566,239,0,26,26,0 +56708,566,276,0,25,25,0 +56707,566,270,0,33,33,0 +56706,566,187,2,12,12,0 +56705,566,207,1,17,17,0 +56704,566,238,0,20,20,0 +56703,566,172,10,6,6,0 +56702,566,230,0,21,21,0 +56701,566,231,17,4,4,1 +56700,566,197,0,18,18,0 +56699,566,275,0,30,30,0 +56698,566,224,2,15,15,0 +56697,566,199,3,11,11,0 +56696,566,253,0,27,27,0 +56695,566,250,1,16,16,0 +56694,566,254,0,23,23,0 +56693,566,235,0,19,19,0 +56692,566,223,16,5,5,1 +56691,566,200,10,7,7,0 +56690,566,222,23,2,2,1 +56689,566,233,6,8,8,0 +56688,566,252,4,9,9,0 +56687,566,221,20,3,3,0 +56686,566,182,52,1,1,4 +56764,567,282,0,40,40,0 +56763,567,281,0,37,37,0 +56762,567,280,0,34,34,0 +56761,567,265,0,32,32,0 +56760,567,258,0,33,33,0 +56759,567,208,0,39,39,0 +56758,567,279,0,38,38,0 +56757,567,271,0,29,29,0 +56756,567,256,0,22,22,0 +56755,567,232,0,23,23,0 +56754,567,178,2,16,16,0 +56753,567,251,0,36,36,0 +56752,567,255,4,11,11,0 +56751,567,229,0,31,31,0 +56750,567,278,2,15,15,0 +56749,567,277,0,25,25,0 +56748,567,239,0,27,27,0 +56747,567,276,0,26,26,0 +56746,567,270,0,35,35,0 +56745,567,187,6,8,8,0 +56744,567,207,3,14,14,0 +56743,567,238,0,20,20,0 +56742,567,172,10,6,6,0 +56741,567,230,0,21,21,0 +56740,567,231,26,2,2,2 +56739,567,197,0,18,18,0 +56738,567,275,0,30,30,0 +56737,567,224,2,17,17,0 +56736,567,199,3,13,13,0 +56735,567,253,0,28,28,0 +56734,567,250,4,12,12,0 +56733,567,254,0,24,24,0 +56732,567,235,0,19,19,0 +56731,567,223,16,5,5,1 +56730,567,200,10,7,7,0 +56729,567,222,24,4,4,1 +56728,567,233,6,9,9,0 +56727,567,252,4,10,10,0 +56726,567,221,26,3,3,0 +56725,567,182,52,1,1,4 +56806,568,283,0,42,42,0 +56805,568,242,0,40,40,0 +56804,568,282,0,41,41,0 +56803,568,281,0,37,37,0 +56802,568,280,0,34,34,0 +56801,568,265,0,32,32,0 +56800,568,258,0,33,33,0 +56799,568,208,0,39,39,0 +56798,568,279,0,38,38,0 +56797,568,271,0,30,30,0 +56796,568,256,0,23,23,0 +56795,568,232,0,24,24,0 +56794,568,178,4,13,13,0 +56793,568,251,0,36,36,0 +56792,568,255,4,11,11,0 +56791,568,229,0,21,21,0 +56790,568,278,2,17,17,0 +56789,568,277,0,26,26,0 +56788,568,239,0,28,28,0 +56787,568,276,0,27,27,0 +56786,568,270,0,35,35,0 +56785,568,187,10,6,6,0 +56784,568,207,3,15,15,0 +56783,568,238,0,20,20,0 +56782,568,172,10,7,7,0 +56781,568,230,0,22,22,0 +56780,568,231,26,3,3,2 +56779,568,197,0,18,18,0 +56778,568,275,0,31,31,0 +56777,568,224,3,16,16,0 +56776,568,199,3,14,14,0 +56775,568,253,0,29,29,0 +56774,568,250,4,12,12,0 +56773,568,254,0,25,25,0 +56772,568,235,0,19,19,0 +56771,568,223,16,5,5,1 +56770,568,200,10,8,8,0 +56769,568,222,30,2,2,1 +56768,568,233,6,10,10,0 +56767,568,252,7,9,9,0 +56766,568,221,26,4,4,0 +56765,568,182,61,1,1,5 +56850,569,284,0,33,33,0 +56849,569,243,1,18,18,0 +56848,569,283,0,44,44,0 +56847,569,242,0,42,42,0 +56846,569,282,0,43,43,0 +56845,569,281,0,39,39,0 +56844,569,280,0,36,36,0 +56843,569,265,0,34,34,0 +56842,569,258,0,35,35,0 +56841,569,208,0,41,41,0 +56840,569,279,0,40,40,0 +56839,569,271,0,31,31,0 +56838,569,256,0,24,24,0 +56837,569,232,0,25,25,0 +56836,569,178,4,13,13,0 +56835,569,251,0,38,38,0 +56834,569,255,6,11,11,0 +56833,569,229,0,22,22,0 +56832,569,278,2,17,17,0 +56831,569,277,0,27,27,0 +56830,569,239,0,29,29,0 +56829,569,276,0,28,28,0 +56828,569,270,0,37,37,0 +56827,569,187,10,7,7,0 +56826,569,207,3,15,15,0 +56825,569,238,0,21,21,0 +56824,569,172,10,8,8,0 +56823,569,230,0,23,23,0 +56822,569,231,35,3,3,3 +56821,569,197,0,19,19,0 +56820,569,275,0,32,32,0 +56819,569,224,3,16,16,0 +56818,569,199,3,14,14,0 +56817,569,253,0,30,30,0 +56816,569,250,7,10,10,0 +56815,569,254,0,26,26,0 +56814,569,235,0,20,20,0 +56813,569,223,16,5,5,1 +56812,569,200,14,6,6,0 +56811,569,222,36,2,2,1 +56810,569,233,6,12,12,0 +56809,569,252,7,9,9,0 +56808,569,221,26,4,4,0 +56807,569,182,61,1,1,5 +56895,570,246,0,37,37,0 +56894,570,284,0,31,31,0 +56893,570,243,1,19,19,0 +56892,570,283,0,45,45,0 +56891,570,242,0,43,43,0 +56890,570,282,0,44,44,0 +56889,570,281,0,40,40,0 +56888,570,280,0,26,26,0 +56887,570,265,0,35,35,0 +56886,570,258,0,36,36,0 +56885,570,208,0,42,42,0 +56884,570,279,0,41,41,0 +56883,570,271,0,34,34,0 +56882,570,256,0,24,24,0 +56881,570,232,0,25,25,0 +56880,570,178,4,14,14,0 +56879,570,251,0,39,39,0 +56878,570,255,10,9,9,0 +56877,570,229,0,22,22,0 +56876,570,278,2,17,17,0 +56875,570,277,0,28,28,0 +56874,570,239,0,29,29,0 +56873,570,276,0,30,30,0 +56872,570,270,0,38,38,0 +56871,570,187,19,5,5,1 +56870,570,207,5,13,13,0 +56869,570,238,1,18,18,0 +56868,570,172,16,7,7,0 +56867,570,230,0,23,23,0 +56866,570,231,38,2,2,3 +56865,570,197,0,20,20,0 +56864,570,275,0,33,33,0 +56863,570,224,3,16,16,0 +56862,570,199,3,15,15,0 +56861,570,253,0,32,32,0 +56860,570,250,7,11,11,0 +56859,570,254,0,27,27,0 +56858,570,235,0,21,21,0 +56857,570,223,16,6,6,1 +56856,570,200,14,8,8,0 +56855,570,222,36,3,3,1 +56854,570,233,6,12,12,0 +56853,570,252,7,10,10,0 +56852,570,221,26,4,4,0 +56851,570,182,61,1,1,5 +56942,571,260,0,40,40,0 +56941,571,257,0,38,38,0 +56940,571,246,0,37,37,0 +56939,571,284,0,31,31,0 +56938,571,243,1,20,20,0 +56937,571,283,0,47,47,0 +56936,571,242,0,45,45,0 +56935,571,282,0,46,46,0 +56934,571,281,0,42,42,0 +56933,571,280,0,25,25,0 +56932,571,265,0,35,35,0 +56931,571,258,0,36,36,0 +56930,571,208,0,44,44,0 +56929,571,279,0,43,43,0 +56928,571,271,0,34,34,0 +56927,571,256,0,24,24,0 +56926,571,232,0,26,26,0 +56925,571,178,4,14,14,0 +56924,571,251,0,41,41,0 +56923,571,255,10,9,9,0 +56922,571,229,0,23,23,0 +56921,571,278,2,17,17,0 +56920,571,277,0,28,28,0 +56919,571,239,0,29,29,0 +56918,571,276,0,30,30,0 +56917,571,270,0,39,39,0 +56916,571,187,19,6,6,1 +56915,571,207,9,11,11,0 +56914,571,238,1,18,18,0 +56913,571,172,16,7,7,0 +56912,571,230,1,19,19,0 +56911,571,231,47,2,2,4 +56910,571,197,0,21,21,0 +56909,571,275,0,33,33,0 +56908,571,224,3,16,16,0 +56907,571,199,3,15,15,0 +56906,571,253,0,32,32,0 +56905,571,250,7,12,12,0 +56904,571,254,0,27,27,0 +56903,571,235,0,22,22,0 +56902,571,223,22,5,5,1 +56901,571,200,14,8,8,0 +56900,571,222,38,3,3,1 +56899,571,233,6,13,13,0 +56898,571,252,10,10,10,0 +56897,571,221,26,4,4,0 +56896,571,182,61,1,1,5 +56990,572,285,0,47,47,0 +56989,572,260,0,40,40,0 +56988,572,257,0,38,38,0 +56987,572,246,0,37,37,0 +56986,572,284,0,31,31,0 +56985,572,243,1,20,20,0 +56984,572,283,0,48,48,0 +56983,572,242,0,45,45,0 +56982,572,282,0,46,46,0 +56981,572,281,0,42,42,0 +56980,572,280,0,25,25,0 +56979,572,265,0,35,35,0 +56978,572,258,0,36,36,0 +56977,572,208,0,44,44,0 +56976,572,279,0,43,43,0 +56975,572,271,0,34,34,0 +56974,572,256,0,24,24,0 +56973,572,232,0,26,26,0 +56972,572,178,4,15,15,0 +56971,572,251,0,41,41,0 +56970,572,255,10,10,10,0 +56969,572,229,0,23,23,0 +56968,572,278,2,18,18,0 +56967,572,277,0,28,28,0 +56966,572,239,0,29,29,0 +56965,572,276,0,30,30,0 +56964,572,270,0,39,39,0 +56963,572,187,19,7,7,1 +56962,572,207,9,12,12,0 +56961,572,238,10,9,9,1 +56960,572,172,20,6,6,0 +56959,572,230,1,19,19,0 +56958,572,231,47,2,2,4 +56957,572,197,0,21,21,0 +56956,572,275,0,33,33,0 +56955,572,224,3,17,17,0 +56954,572,199,3,16,16,0 +56953,572,253,0,32,32,0 +56952,572,250,7,13,13,0 +56951,572,254,0,27,27,0 +56950,572,235,0,22,22,0 +56949,572,223,28,4,4,1 +56948,572,200,14,8,8,0 +56947,572,222,40,3,3,1 +56946,572,233,6,14,14,0 +56945,572,252,10,11,11,0 +56944,572,221,27,5,5,0 +56943,572,182,64,1,1,5 +57038,573,285,0,42,42,0 +57037,573,260,0,40,40,0 +57036,573,257,0,38,38,0 +57035,573,246,0,37,37,0 +57034,573,284,0,31,31,0 +57033,573,243,1,20,20,0 +57032,573,283,0,48,48,0 +57031,573,242,0,46,46,0 +57030,573,282,0,47,47,0 +57029,573,281,0,43,43,0 +57028,573,280,0,25,25,0 +57027,573,265,0,35,35,0 +57026,573,258,0,36,36,0 +57025,573,208,0,45,45,0 +57024,573,279,0,44,44,0 +57023,573,271,0,34,34,0 +57022,573,256,0,24,24,0 +57021,573,232,0,26,26,0 +57020,573,178,4,15,15,0 +57019,573,251,0,41,41,0 +57018,573,255,10,11,11,0 +57017,573,229,0,23,23,0 +57016,573,278,2,18,18,0 +57015,573,277,0,28,28,0 +57014,573,239,0,29,29,0 +57013,573,276,0,30,30,0 +57012,573,270,0,39,39,0 +57011,573,187,19,7,7,1 +57010,573,207,13,9,9,0 +57009,573,238,10,10,10,1 +57008,573,172,20,6,6,0 +57007,573,230,1,19,19,0 +57006,573,231,56,2,2,5 +57005,573,197,0,21,21,0 +57004,573,275,0,33,33,0 +57003,573,224,3,17,17,0 +57002,573,199,3,16,16,0 +57001,573,253,0,32,32,0 +57000,573,250,7,13,13,0 +56999,573,254,0,27,27,0 +56998,573,235,0,22,22,0 +56997,573,223,29,5,5,1 +56996,573,200,16,8,8,0 +56995,573,222,43,3,3,1 +56994,573,233,6,14,14,0 +56993,573,252,10,12,12,0 +56992,573,221,33,4,4,0 +56991,573,182,64,1,1,5 +57088,574,286,0,36,36,0 +57087,574,237,0,35,35,0 +57086,574,285,0,44,44,0 +57085,574,260,0,42,42,0 +57084,574,257,0,40,40,0 +57083,574,246,0,39,39,0 +57082,574,284,0,31,31,0 +57081,574,243,1,20,20,0 +57080,574,283,0,50,50,0 +57079,574,242,0,48,48,0 +57078,574,282,0,49,49,0 +57077,574,281,0,45,45,0 +57076,574,280,0,25,25,0 +57075,574,265,0,37,37,0 +57074,574,258,0,38,38,0 +57073,574,208,0,47,47,0 +57072,574,279,0,46,46,0 +57071,574,271,0,34,34,0 +57070,574,256,0,24,24,0 +57069,574,232,0,26,26,0 +57068,574,178,4,15,15,0 +57067,574,251,0,43,43,0 +57066,574,255,10,11,11,0 +57065,574,229,0,23,23,0 +57064,574,278,2,18,18,0 +57063,574,277,0,28,28,0 +57062,574,239,0,29,29,0 +57061,574,276,0,30,30,0 +57060,574,270,0,41,41,0 +57059,574,187,20,6,6,1 +57058,574,207,13,9,9,0 +57057,574,238,10,10,10,1 +57056,574,172,20,7,7,0 +57055,574,230,1,19,19,0 +57054,574,231,65,2,2,6 +57053,574,197,0,21,21,0 +57052,574,275,0,33,33,0 +57051,574,224,3,17,17,0 +57050,574,199,3,16,16,0 +57049,574,253,0,32,32,0 +57048,574,250,7,14,14,0 +57047,574,254,0,27,27,0 +57046,574,235,0,22,22,0 +57045,574,223,29,5,5,1 +57044,574,200,19,8,8,0 +57043,574,222,49,3,3,1 +57042,574,233,8,13,13,0 +57041,574,252,10,12,12,0 +57040,574,221,33,4,4,0 +57039,574,182,68,1,1,5 +57142,575,245,0,47,47,0 +57141,575,273,0,43,43,0 +57140,575,287,0,34,34,0 +57139,575,274,0,27,27,0 +57138,575,286,0,38,38,0 +57137,575,237,0,37,37,0 +57136,575,285,0,48,48,0 +57135,575,260,0,45,45,0 +57134,575,257,0,42,42,0 +57133,575,246,0,41,41,0 +57132,575,284,0,32,32,0 +57131,575,243,1,20,20,0 +57130,575,283,0,54,54,0 +57129,575,242,0,52,52,0 +57128,575,282,0,53,53,0 +57127,575,281,0,49,49,0 +57126,575,280,0,25,25,0 +57125,575,265,0,39,39,0 +57124,575,258,0,40,40,0 +57123,575,208,0,51,51,0 +57122,575,279,0,50,50,0 +57121,575,271,0,36,36,0 +57120,575,256,0,24,24,0 +57119,575,232,0,26,26,0 +57118,575,178,7,15,15,0 +57117,575,251,0,46,46,0 +57116,575,255,11,10,10,0 +57115,575,229,0,21,21,0 +57114,575,278,2,18,18,0 +57113,575,277,0,29,29,0 +57112,575,239,0,30,30,0 +57111,575,276,0,31,31,0 +57110,575,270,0,44,44,0 +57109,575,187,20,7,7,1 +57108,575,207,22,6,6,1 +57107,575,238,10,11,11,1 +57106,575,172,20,8,8,0 +57105,575,230,1,19,19,0 +57104,575,231,69,1,1,6 +57103,575,197,0,22,22,0 +57102,575,275,0,35,35,0 +57101,575,224,3,17,17,0 +57100,575,199,3,16,16,0 +57099,575,253,0,33,33,0 +57098,575,250,7,14,14,0 +57097,575,254,0,28,28,0 +57096,575,235,0,23,23,0 +57095,575,223,31,5,5,1 +57094,575,200,19,9,9,0 +57093,575,222,49,3,3,1 +57092,575,233,8,13,13,0 +57091,575,252,10,12,12,0 +57090,575,221,39,4,4,0 +57089,575,182,68,2,2,5 +55983,576,197,0,22,22,0 +55982,576,290,0,21,21,0 +55981,576,172,0,20,20,0 +55980,576,238,0,19,19,0 +55979,576,283,0,18,18,0 +55978,576,207,0,17,17,0 +55977,576,232,0,16,16,0 +55976,576,250,0,15,15,0 +55975,576,200,0,14,14,0 +55974,576,243,0,13,13,0 +55973,576,252,0,12,12,0 +55972,576,222,0,11,11,0 +55971,576,289,0,10,10,0 +55970,576,230,0,9,9,0 +55969,576,235,0,8,8,0 +55968,576,288,0,7,7,0 +55967,576,182,1,6,6,0 +55966,576,221,2,5,5,0 +55965,576,223,3,4,4,0 +55964,576,199,4,3,3,0 +55963,576,231,6,2,2,0 +55962,576,224,9,1,1,1 +56006,577,187,0,14,14,0 +56005,577,197,0,22,22,0 +56004,577,290,0,19,19,0 +56003,577,172,0,15,15,0 +56002,577,238,0,20,20,0 +56001,577,283,0,23,23,0 +56000,577,207,0,9,9,0 +55999,577,232,0,21,21,0 +55998,577,250,9,2,2,1 +55997,577,200,4,6,6,0 +55996,577,243,0,18,18,0 +55995,577,252,0,17,17,0 +55994,577,222,0,16,16,0 +55993,577,289,0,13,13,0 +55992,577,230,0,12,12,0 +55991,577,235,0,11,11,0 +55990,577,288,0,10,10,0 +55989,577,182,3,7,7,0 +55988,577,221,2,8,8,0 +55987,577,223,6,4,4,0 +55986,577,199,4,5,5,0 +55985,577,231,7,3,3,0 +55984,577,224,15,1,1,1 +56035,578,275,0,29,29,0 +56034,578,251,0,28,28,0 +56033,578,276,0,24,24,0 +56032,578,293,0,23,23,0 +56031,578,292,0,22,22,0 +56030,578,291,0,20,20,0 +56029,578,187,0,18,18,0 +56028,578,197,0,26,26,0 +56027,578,290,0,21,21,0 +56026,578,172,0,19,19,0 +56025,578,238,0,17,17,0 +56024,578,283,0,27,27,0 +56023,578,207,0,12,12,0 +56022,578,232,0,25,25,0 +56021,578,250,12,2,2,1 +56020,578,200,5,8,8,0 +56019,578,243,0,11,11,0 +56018,578,252,0,14,14,0 +56017,578,222,9,4,4,1 +56016,578,289,0,16,16,0 +56015,578,230,0,15,15,0 +56014,578,235,0,13,13,0 +56013,578,288,0,10,10,0 +56012,578,182,5,9,9,0 +56011,578,221,6,6,6,0 +56010,578,223,6,7,7,0 +56009,578,199,10,3,3,0 +56008,578,231,7,5,5,0 +56007,578,224,15,1,1,1 +56068,579,178,0,33,33,0 +56067,579,296,0,29,29,0 +56066,579,295,0,28,28,0 +56065,579,294,0,17,17,0 +56064,579,275,0.5,13,13,0 +56063,579,251,0,32,32,0 +56062,579,276,0,27,27,0 +56061,579,293,0,26,26,0 +56060,579,292,0,25,25,0 +56059,579,291,0,23,23,0 +56058,579,187,0,18,18,0 +56057,579,197,1.5,11,11,0 +56056,579,290,0,24,24,0 +56055,579,172,0,22,22,0 +56054,579,238,0,21,21,0 +56053,579,283,0,31,31,0 +56052,579,207,0,16,16,0 +56051,579,232,0,30,30,0 +56050,579,250,12,2,2,1 +56049,579,200,9.5,4,4,1 +56048,579,243,0,15,15,0 +56047,579,252,0,19,19,0 +56046,579,222,9,5,5,1 +56045,579,289,0,20,20,0 +56044,579,230,1,12,12,0 +56043,579,235,3,10,10,0 +56042,579,288,0,14,14,0 +56041,579,182,5,9,9,0 +56040,579,221,6,7,7,0 +56039,579,223,6,8,8,0 +56038,579,199,12,3,3,0 +56037,579,231,7,6,6,0 +56036,579,224,15,1,1,1 +56102,580,297,0,34,34,0 +56101,580,178,0,28,28,0 +56100,580,296,0,30,30,0 +56099,580,295,0,29,29,0 +56098,580,294,0,18,18,0 +56097,580,275,0.5,14,14,0 +56096,580,251,0,33,33,0 +56095,580,276,0,27,27,0 +56094,580,293,0,26,26,0 +56093,580,292,0,25,25,0 +56092,580,291,0,23,23,0 +56091,580,187,0,19,19,0 +56090,580,197,1.5,12,12,0 +56089,580,290,0,24,24,0 +56088,580,172,0,22,22,0 +56087,580,238,3,11,11,0 +56086,580,283,0,32,32,0 +56085,580,207,0,17,17,0 +56084,580,232,0,31,31,0 +56083,580,250,16,2,2,1 +56082,580,200,10.5,5,5,1 +56081,580,243,0,16,16,0 +56080,580,252,0,20,20,0 +56079,580,222,9,6,6,1 +56078,580,289,0,21,21,0 +56077,580,230,1,13,13,0 +56076,580,235,3,10,10,0 +56075,580,288,0,15,15,0 +56074,580,182,14,3,3,1 +56073,580,221,8,7,7,0 +56072,580,223,6,9,9,0 +56071,580,199,12,4,4,0 +56070,580,231,7,8,8,0 +56069,580,224,21,1,1,1 +56136,581,297,0,34,34,0 +56135,581,178,0,28,28,0 +56134,581,296,0,29,29,0 +56133,581,295,0,30,30,0 +56132,581,294,0,19,19,0 +56131,581,275,0.5,15,15,0 +56130,581,251,0,33,33,0 +56129,581,276,0,21,21,0 +56128,581,293,0,27,27,0 +56127,581,292,0,26,26,0 +56126,581,291,0,24,24,0 +56125,581,187,0,20,20,0 +56124,581,197,1.5,12,12,0 +56123,581,290,0,25,25,0 +56122,581,172,0,23,23,0 +56121,581,238,3,11,11,0 +56120,581,283,0,32,32,0 +56119,581,207,0,18,18,0 +56118,581,232,0,31,31,0 +56117,581,250,16,3,3,1 +56116,581,200,10.5,7,7,1 +56115,581,243,0,17,17,0 +56114,581,252,1,14,14,0 +56113,581,222,15,5,5,1 +56112,581,289,0,22,22,0 +56111,581,230,1,13,13,0 +56110,581,235,3,10,10,0 +56109,581,288,0,16,16,0 +56108,581,182,23,1,1,2 +56107,581,221,11,6,6,0 +56106,581,223,8,8,8,0 +56105,581,199,16,4,4,0 +56104,581,231,7,9,9,0 +56103,581,224,21,2,2,1 +56172,582,267,0,36,36,0 +56171,582,282,0,30,30,0 +56170,582,297,0,23,23,0 +56169,582,178,0,24,24,0 +56168,582,296,0,31,31,0 +56167,582,295,0,32,32,0 +56166,582,294,1,16,16,0 +56165,582,275,0.5,18,18,0 +56164,582,251,0,35,35,0 +56163,582,276,0,21,21,0 +56162,582,293,0,29,29,0 +56161,582,292,0,28,28,0 +56160,582,291,0,26,26,0 +56159,582,187,0,20,20,0 +56158,582,197,1.5,14,14,0 +56157,582,290,0,27,27,0 +56156,582,172,0,25,25,0 +56155,582,238,3,12,12,0 +56154,582,283,0,34,34,0 +56153,582,207,3,11,11,0 +56152,582,232,0,33,33,0 +56151,582,250,16,4,4,1 +56150,582,200,10.5,8,8,1 +56149,582,243,0,19,19,0 +56148,582,252,1,17,17,0 +56147,582,222,15,5,5,1 +56146,582,289,0,22,22,0 +56145,582,230,1,15,15,0 +56144,582,235,3,10,10,0 +56143,582,288,2,13,13,0 +56142,582,182,32,1,1,3 +56141,582,221,11,7,7,0 +56140,582,223,12,6,6,0 +56139,582,199,22,2,2,0 +56138,582,231,7,9,9,0 +56137,582,224,21,3,3,1 +56210,583,299,0,38,38,0 +56209,583,298,0,24,24,0 +56208,583,267,0,37,37,0 +56207,583,282,0,32,32,0 +56206,583,297,0,23,23,0 +56205,583,178,0,26,26,0 +56204,583,296,0,33,33,0 +56203,583,295,0,34,34,0 +56202,583,294,1,17,17,0 +56201,583,275,0.5,18,18,0 +56200,583,251,0,29,29,0 +56199,583,276,0,21,21,0 +56198,583,293,0,31,31,0 +56197,583,292,0,30,30,0 +56196,583,291,0,28,28,0 +56195,583,187,0,20,20,0 +56194,583,197,1.5,15,15,0 +56193,583,290,0,25,25,0 +56192,583,172,0,27,27,0 +56191,583,238,3,12,12,0 +56190,583,283,0,36,36,0 +56189,583,207,3,11,11,0 +56188,583,232,0,35,35,0 +56187,583,250,18,4,4,1 +56186,583,200,10.5,9,9,1 +56185,583,243,0,19,19,0 +56184,583,252,2,14,14,0 +56183,583,222,15,7,7,1 +56182,583,289,0,22,22,0 +56181,583,230,1,16,16,0 +56180,583,235,3,10,10,0 +56179,583,288,2,13,13,0 +56178,583,182,38,1,1,3 +56177,583,221,11,8,8,0 +56176,583,223,16,6,6,0 +56175,583,199,25,2,2,0 +56174,583,231,16,5,5,1 +56173,583,224,21,3,3,1 +56249,584,219,0,30,30,0 +56248,584,299,0,39,39,0 +56247,584,298,0,23,23,0 +56246,584,267,0,38,38,0 +56245,584,282,0,33,33,0 +56244,584,297,0,24,24,0 +56243,584,178,0,27,27,0 +56242,584,296,0,34,34,0 +56241,584,295,0,35,35,0 +56240,584,294,1,17,17,0 +56239,584,275,0.5,18,18,0 +56238,584,251,0,29,29,0 +56237,584,276,0,21,21,0 +56236,584,293,0,32,32,0 +56235,584,292,0,31,31,0 +56234,584,291,0,28,28,0 +56233,584,187,0,20,20,0 +56232,584,197,1.5,15,15,0 +56231,584,290,0,26,26,0 +56230,584,172,0,25,25,0 +56229,584,238,3,12,12,0 +56228,584,283,0,37,37,0 +56227,584,207,5,10,10,0 +56226,584,232,0,36,36,0 +56225,584,250,18,5,5,1 +56224,584,200,14.5,8,8,1 +56223,584,243,0,19,19,0 +56222,584,252,2,14,14,0 +56221,584,222,15,7,7,1 +56220,584,289,0,22,22,0 +56219,584,230,1,16,16,0 +56218,584,235,3,11,11,0 +56217,584,288,2,13,13,0 +56216,584,182,47,1,1,4 +56215,584,221,12,9,9,0 +56214,584,223,16,6,6,0 +56213,584,199,25,2,2,0 +56212,584,231,22,4,4,1 +56211,584,224,24,3,3,1 +56293,585,302,0,43,43,0 +56292,585,233,0,42,42,0 +56291,585,301,0,36,36,0 +56290,585,300,0,35,35,0 +56289,585,205,0,34,34,0 +56288,585,219,0,30,30,0 +56287,585,299,0,44,44,0 +56286,585,298,0,24,24,0 +56285,585,267,0,41,41,0 +56284,585,282,0,33,33,0 +56283,585,297,0,25,25,0 +56282,585,178,0,22,22,0 +56281,585,296,0,37,37,0 +56280,585,295,0,38,38,0 +56279,585,294,1,17,17,0 +56278,585,275,0.5,18,18,0 +56277,585,251,0,29,29,0 +56276,585,276,0,21,21,0 +56275,585,293,0,32,32,0 +56274,585,292,0,31,31,0 +56273,585,291,0,28,28,0 +56272,585,187,0,20,20,0 +56271,585,197,1.5,16,16,0 +56270,585,290,0,27,27,0 +56269,585,172,0,26,26,0 +56268,585,238,3,13,13,0 +56267,585,283,0,40,40,0 +56266,585,207,5,10,10,0 +56265,585,232,0,39,39,0 +56264,585,250,24,5,5,1 +56263,585,200,14.5,8,8,1 +56262,585,243,0,19,19,0 +56261,585,252,2,15,15,0 +56260,585,222,19,6,6,1 +56259,585,289,0,23,23,0 +56258,585,230,2,14,14,0 +56257,585,235,3,12,12,0 +56256,585,288,4,11,11,0 +56255,585,182,47,1,1,4 +56254,585,221,12,9,9,0 +56253,585,223,16,7,7,0 +56252,585,199,25,4,4,0 +56251,585,231,25,3,3,1 +56250,585,224,33,2,2,2 +56340,586,245,0,47,47,0 +56339,586,270,0,46,46,0 +56338,586,229,0,24,24,0 +56337,586,302,0,44,44,0 +56336,586,233,0,41,41,0 +56335,586,301,0,37,37,0 +56334,586,300,0,36,36,0 +56333,586,205,0,35,35,0 +56332,586,219,0,31,31,0 +56331,586,299,0,45,45,0 +56330,586,298,1,20,20,0 +56329,586,267,0,43,43,0 +56328,586,282,0,34,34,0 +56327,586,297,0,27,27,0 +56326,586,178,2,17,17,0 +56325,586,296,0,38,38,0 +56324,586,295,0,39,39,0 +56323,586,294,1,19,19,0 +56322,586,275,0.5,21,21,0 +56321,586,251,0,30,30,0 +56320,586,276,0,25,25,0 +56319,586,293,0,33,33,0 +56318,586,292,0,32,32,0 +56317,586,291,0,29,29,0 +56316,586,187,0,23,23,0 +56315,586,197,1.5,18,18,0 +56314,586,290,0,28,28,0 +56313,586,172,6,10,10,0 +56312,586,238,3,15,15,0 +56311,586,283,0,42,42,0 +56310,586,207,5,11,11,0 +56309,586,232,0,40,40,0 +56308,586,250,24,5,5,1 +56307,586,200,14.5,8,8,1 +56306,586,243,0,22,22,0 +56305,586,252,5,12,12,0 +56304,586,222,19,6,6,1 +56303,586,289,0,26,26,0 +56302,586,230,2,16,16,0 +56301,586,235,3,14,14,0 +56300,586,288,4,13,13,0 +56299,586,182,51,1,1,4 +56298,586,221,12,9,9,0 +56297,586,223,16,7,7,0 +56296,586,199,34,2,2,1 +56295,586,231,25,4,4,1 +56294,586,224,33,3,3,2 +56390,587,303,0,47,47,0 +56389,587,239,0,34,34,0 +56388,587,278,0,31,31,0 +56387,587,245,0,50,50,0 +56386,587,270,0,49,49,0 +56385,587,229,0,24,24,0 +56384,587,302,0,46,46,0 +56383,587,233,0,43,43,0 +56382,587,301,0,39,39,0 +56381,587,300,0,38,38,0 +56380,587,205,0,37,37,0 +56379,587,219,0,32,32,0 +56378,587,299,0,48,48,0 +56377,587,298,1,20,20,0 +56376,587,267,0,45,45,0 +56375,587,282,0,36,36,0 +56374,587,297,0,27,27,0 +56373,587,178,2,17,17,0 +56372,587,296,0,40,40,0 +56371,587,295,0,41,41,0 +56370,587,294,1,19,19,0 +56369,587,275,0.5,21,21,0 +56368,587,251,0,30,30,0 +56367,587,276,0,25,25,0 +56366,587,293,0,35,35,0 +56365,587,292,0,33,33,0 +56364,587,291,0,29,29,0 +56363,587,187,0,23,23,0 +56362,587,197,1.5,18,18,0 +56361,587,290,0,28,28,0 +56360,587,172,6,12,12,0 +56359,587,238,4,14,14,0 +56358,587,283,0,44,44,0 +56357,587,207,5,13,13,0 +56356,587,232,0,42,42,0 +56355,587,250,24,5,5,1 +56354,587,200,16,7,7,1 +56353,587,243,0,22,22,0 +56352,587,252,7,10,10,0 +56351,587,222,19,6,6,1 +56350,587,289,0,26,26,0 +56349,587,230,6.5,11,11,1 +56348,587,235,3,16,16,0 +56347,587,288,4,15,15,0 +56346,587,182,51.5,1,1,4 +56345,587,221,12,9,9,0 +56344,587,223,16,8,8,0 +56343,587,199,34,2,2,1 +56342,587,231,28,4,4,1 +56341,587,224,33,3,3,2 +56441,588,254,0,39,39,0 +56440,588,303,0,48,48,0 +56439,588,239,0,27,27,0 +56438,588,278,0,32,32,0 +56437,588,245,0,51,51,0 +56436,588,270,0,50,50,0 +56435,588,229,0,23,23,0 +56434,588,302,0,35,35,0 +56433,588,233,0,45,45,0 +56432,588,301,0,42,42,0 +56431,588,300,0,41,41,0 +56430,588,205,0,40,40,0 +56429,588,219,0,34,34,0 +56428,588,299,0,49,49,0 +56427,588,298,1,20,20,0 +56426,588,267,0,47,47,0 +56425,588,282,0,38,38,0 +56424,588,297,0,28,28,0 +56423,588,178,2,17,17,0 +56422,588,296,0,43,43,0 +56421,588,295,0,44,44,0 +56420,588,294,1,19,19,0 +56419,588,275,0.5,21,21,0 +56418,588,251,0,33,33,0 +56417,588,276,0,25,25,0 +56416,588,293,0,37,37,0 +56415,588,292,0,36,36,0 +56414,588,291,0,31,31,0 +56413,588,187,0,24,24,0 +56412,588,197,1.5,18,18,0 +56411,588,290,0,29,29,0 +56410,588,172,6,12,12,0 +56409,588,238,4,14,14,0 +56408,588,283,0,46,46,0 +56407,588,207,5,13,13,0 +56406,588,232,0,30,30,0 +56405,588,250,24,6,6,1 +56404,588,200,16,8,8,1 +56403,588,243,0,22,22,0 +56402,588,252,8,10,10,0 +56401,588,222,19,7,7,1 +56400,588,289,0,26,26,0 +56399,588,230,6.5,11,11,1 +56398,588,235,3,16,16,0 +56397,588,288,4,15,15,0 +56396,588,182,55.5,1,1,4 +56395,588,221,12,9,9,0 +56394,588,223,25,5,5,1 +56393,588,199,37,3,3,1 +56392,588,231,30,4,4,1 +56391,588,224,39,2,2,2 +56493,589,277,0,47,47,0 +56492,589,254,0,40,40,0 +56491,589,303,0,49,49,0 +56490,589,239,0,29,29,0 +56489,589,278,0,33,33,0 +56488,589,245,0,52,52,0 +56487,589,270,0,51,51,0 +56486,589,229,0,24,24,0 +56485,589,302,0,36,36,0 +56484,589,233,0,25,25,0 +56483,589,301,0,43,43,0 +56482,589,300,0,42,42,0 +56481,589,205,0,41,41,0 +56480,589,219,0,35,35,0 +56479,589,299,0,50,50,0 +56478,589,298,1,20,20,0 +56477,589,267,0,48,48,0 +56476,589,282,0,39,39,0 +56475,589,297,0,30,30,0 +56474,589,178,2,17,17,0 +56473,589,296,0,44,44,0 +56472,589,295,0,45,45,0 +56471,589,294,1,19,19,0 +56470,589,275,0.5,21,21,0 +56469,589,251,0,34,34,0 +56468,589,276,0,26,26,0 +56467,589,293,0,38,38,0 +56466,589,292,0,37,37,0 +56465,589,291,0,32,32,0 +56464,589,187,0,23,23,0 +56463,589,197,1.5,18,18,0 +56462,589,290,0,27,27,0 +56461,589,172,6,12,12,0 +56460,589,238,6,13,13,0 +56459,589,283,0,46,46,0 +56458,589,207,5,14,14,0 +56457,589,232,0,31,31,0 +56456,589,250,24,6,6,1 +56455,589,200,20,8,8,1 +56454,589,243,0,22,22,0 +56453,589,252,8,10,10,0 +56452,589,222,20,7,7,1 +56451,589,289,0,28,28,0 +56450,589,230,6.5,11,11,1 +56449,589,235,3,16,16,0 +56448,589,288,4,15,15,0 +56447,589,182,64.5,1,1,5 +56446,589,221,12,9,9,0 +56445,589,223,25,5,5,1 +56444,589,199,37,3,3,1 +56443,589,231,33,4,4,1 +56442,589,224,45,2,2,2 +55311,590,197,0,25,25,0 +55310,590,309,0,24,24,0 +55309,590,200,0,23,23,0 +55308,590,231,0,22,22,0 +55307,590,232,0,21,21,0 +55306,590,250,0,20,20,0 +55305,590,222,0,19,19,0 +55304,590,296,0,18,18,0 +55303,590,233,0,17,17,0 +55302,590,308,0,16,16,0 +55301,590,235,0,15,15,0 +55300,590,289,0,14,14,0 +55299,590,238,0,13,13,0 +55298,590,187,0,12,12,0 +55297,590,265,0,11,11,0 +55296,590,224,0,10,10,0 +55295,590,280,0,9,9,0 +55294,590,307,0,8,8,0 +55293,590,199,0,7,7,0 +55292,590,221,1,6,6,0 +55291,590,306,2,5,5,0 +55290,590,305,3,4,4,0 +55289,590,223,4,3,3,0 +55288,590,182,6,2,2,0 +55287,590,304,9,1,1,1 +55336,591,197,0,23,23,0 +55335,591,309,0,25,25,0 +55334,591,200,0,21,21,0 +55333,591,231,0,14,14,0 +55332,591,232,0,24,24,0 +55331,591,250,3,7,7,0 +55330,591,222,0,18,18,0 +55329,591,296,0,20,20,0 +55328,591,233,0,22,22,0 +55327,591,308,0,19,19,0 +55326,591,235,4,6,6,0 +55325,591,289,0,15,15,0 +55324,591,238,1,10,10,0 +55323,591,187,0,17,17,0 +55322,591,265,0,16,16,0 +55321,591,224,9,2,2,1 +55320,591,280,0,13,13,0 +55319,591,307,0,12,12,0 +55318,591,199,0,11,11,0 +55317,591,221,1,9,9,0 +55316,591,306,2,8,8,0 +55315,591,305,5,5,5,0 +55314,591,223,10,1,1,0 +55313,591,182,6,4,4,0 +55312,591,304,9,3,3,1 +55367,592,311,0,31,31,0 +55366,592,310,0,30,30,0 +55365,592,293,0,27,27,0 +55364,592,292,0,23,23,0 +55363,592,251,0,22,22,0 +55362,592,230,0,18,18,0 +55361,592,197,0,28,28,0 +55360,592,309,0,29,29,0 +55359,592,200,0,26,26,0 +55358,592,231,0,17,17,0 +55357,592,232,1,13,13,0 +55356,592,250,3,10,10,0 +55355,592,222,0,14,14,0 +55354,592,296,0,24,24,0 +55353,592,233,2,11,11,0 +55352,592,308,0,25,25,0 +55351,592,235,4,8,8,0 +55350,592,289,0,19,19,0 +55349,592,238,1,12,12,0 +55348,592,187,0,21,21,0 +55347,592,265,0,20,20,0 +55346,592,224,9,3,3,1 +55345,592,280,0,16,16,0 +55344,592,307,0,15,15,0 +55343,592,199,9,2,2,1 +55342,592,221,4,9,9,0 +55341,592,306,8,6,6,0 +55340,592,305,9,5,5,0 +55339,592,223,10,1,1,0 +55338,592,182,6,7,7,0 +55337,592,304,9,4,4,1 +55402,593,313,0,33,33,0 +55401,593,278,0,32,32,0 +55400,593,314,0,25,25,0 +55399,593,312,0,15,15,0 +55398,593,311,0,35,35,0 +55397,593,310,0,34,34,0 +55396,593,293,0,29,29,0 +55395,593,292,0,24,24,0 +55394,593,251,0,23,23,0 +55393,593,230,0,19,19,0 +55392,593,197,0,30,30,0 +55391,593,309,0,31,31,0 +55390,593,200,0,28,28,0 +55389,593,231,0,17,17,0 +55388,593,232,1,14,14,0 +55387,593,250,3,11,11,0 +55386,593,222,2,12,12,0 +55385,593,296,0,26,26,0 +55384,593,233,5,8,8,0 +55383,593,308,0,27,27,0 +55382,593,235,4,9,9,0 +55381,593,289,0,20,20,0 +55380,593,238,1,13,13,0 +55379,593,187,0,21,21,0 +55378,593,265,0,22,22,0 +55377,593,224,13,3,3,1 +55376,593,280,0,18,18,0 +55375,593,307,0,16,16,0 +55374,593,199,9,5,5,1 +55373,593,221,4,10,10,0 +55372,593,306,8,7,7,0 +55371,593,305,9,6,6,0 +55370,593,223,16,1,1,0 +55369,593,182,15,2,2,1 +55368,593,304,10,4,4,1 +55443,594,316,0,41,41,0 +55442,594,315,0,39,39,0 +55441,594,252,0,34,34,0 +55440,594,269,0,32,32,0 +55439,594,267,0,30,30,0 +55438,594,298,0,27,27,0 +55437,594,313,0,37,37,0 +55436,594,278,0,36,36,0 +55435,594,314,0,21,21,0 +55434,594,312,0,15,15,0 +55433,594,311,0,40,40,0 +55432,594,310,0,38,38,0 +55431,594,293,0,33,33,0 +55430,594,292,0,26,26,0 +55429,594,251,0,25,25,0 +55428,594,230,0,19,19,0 +55427,594,197,0,24,24,0 +55426,594,309,0,35,35,0 +55425,594,200,0,31,31,0 +55424,594,231,0,18,18,0 +55423,594,232,1,14,14,0 +55422,594,250,3,12,12,0 +55421,594,222,6,8,8,0 +55420,594,296,0,28,28,0 +55419,594,233,5,9,9,0 +55418,594,308,0,29,29,0 +55417,594,235,4,10,10,0 +55416,594,289,0,16,16,0 +55415,594,238,1,13,13,0 +55414,594,187,0,22,22,0 +55413,594,265,0,23,23,0 +55412,594,224,22,1,1,2 +55411,594,280,0,20,20,0 +55410,594,307,0,17,17,0 +55409,594,199,9,6,6,1 +55408,594,221,4,11,11,0 +55407,594,306,10,5,5,0 +55406,594,305,9,7,7,0 +55405,594,223,19,3,3,0 +55404,594,182,21,2,2,1 +55403,594,304,11,4,4,1 +55484,595,316,0,41,41,0 +55483,595,315,0,39,39,0 +55482,595,252,0,34,34,0 +55481,595,269,0,32,32,0 +55480,595,267,0,30,30,0 +55479,595,298,0,27,27,0 +55478,595,313,0,37,37,0 +55477,595,278,0,36,36,0 +55476,595,314,0,24,24,0 +55475,595,312,0,18,18,0 +55474,595,311,0,40,40,0 +55473,595,310,0,38,38,0 +55472,595,293,0,33,33,0 +55471,595,292,0,26,26,0 +55470,595,251,0,25,25,0 +55469,595,230,0,22,22,0 +55468,595,197,4,11,11,0 +55467,595,309,0,35,35,0 +55466,595,200,0,31,31,0 +55465,595,231,0,21,21,0 +55464,595,232,1,16,16,0 +55463,595,250,3,14,14,0 +55462,595,222,12,4,4,0 +55461,595,296,0,28,28,0 +55460,595,233,5,10,10,0 +55459,595,308,0,29,29,0 +55458,595,235,4,12,12,0 +55457,595,289,0,17,17,0 +55456,595,238,10,6,6,1 +55455,595,187,1,15,15,0 +55454,595,265,0,19,19,0 +55453,595,224,24,1,1,2 +55452,595,280,0,23,23,0 +55451,595,307,0,20,20,0 +55450,595,199,9,8,8,1 +55449,595,221,4,13,13,0 +55448,595,306,10,7,7,0 +55447,595,305,9,9,9,0 +55446,595,223,22,2,2,0 +55445,595,182,21,3,3,1 +55444,595,304,11,5,5,1 +55527,596,318,0,43,43,0 +55526,596,317,0,36,36,0 +55525,596,316,0,40,40,0 +55524,596,315,0,42,42,0 +55523,596,252,0,37,37,0 +55522,596,269,0,34,34,0 +55521,596,267,0,32,32,0 +55520,596,298,0,29,29,0 +55519,596,313,0,25,25,0 +55518,596,278,0,39,39,0 +55517,596,314,0,26,26,0 +55516,596,312,0,20,20,0 +55515,596,311,0,22,22,0 +55514,596,310,0,41,41,0 +55513,596,293,0,35,35,0 +55512,596,292,0,28,28,0 +55511,596,251,0,27,27,0 +55510,596,230,0,23,23,0 +55509,596,197,6,11,11,0 +55508,596,309,0,38,38,0 +55507,596,200,0,33,33,0 +55506,596,231,4,13,13,0 +55505,596,232,1,18,18,0 +55504,596,250,3,15,15,0 +55503,596,222,21,4,4,1 +55502,596,296,0,30,30,0 +55501,596,233,5,12,12,0 +55500,596,308,0,31,31,0 +55499,596,235,4,14,14,0 +55498,596,289,1,16,16,0 +55497,596,238,10,6,6,1 +55496,596,187,1,17,17,0 +55495,596,265,0,19,19,0 +55494,596,224,27,1,1,2 +55493,596,280,0,24,24,0 +55492,596,307,0,21,21,0 +55491,596,199,9,9,9,1 +55490,596,221,10,7,7,0 +55489,596,306,10,8,8,0 +55488,596,305,9,10,10,0 +55487,596,223,22,2,2,0 +55486,596,182,21,3,3,1 +55485,596,304,11,5,5,1 +55570,597,318,0,43,43,0 +55569,597,317,0,36,36,0 +55568,597,316,0,40,40,0 +55567,597,315,0,42,42,0 +55566,597,252,0,37,37,0 +55565,597,269,0,34,34,0 +55564,597,267,0,32,32,0 +55563,597,298,0,28,28,0 +55562,597,313,0,23,23,0 +55561,597,278,0,39,39,0 +55560,597,314,0,26,26,0 +55559,597,312,0,20,20,0 +55558,597,311,0,22,22,0 +55557,597,310,0,41,41,0 +55556,597,293,0,35,35,0 +55555,597,292,0,29,29,0 +55554,597,251,0,27,27,0 +55553,597,230,0,24,24,0 +55552,597,197,6,11,11,0 +55551,597,309,0,38,38,0 +55550,597,200,0,33,33,0 +55549,597,231,4,13,13,0 +55548,597,232,1,18,18,0 +55547,597,250,3,15,15,0 +55546,597,222,23,4,4,1 +55545,597,296,0,30,30,0 +55544,597,233,5,12,12,0 +55543,597,308,0,31,31,0 +55542,597,235,4,14,14,0 +55541,597,289,1,16,16,0 +55540,597,238,10,8,8,1 +55539,597,187,1,17,17,0 +55538,597,265,0,19,19,0 +55537,597,224,31,1,1,2 +55536,597,280,0,25,25,0 +55535,597,307,0,21,21,0 +55534,597,199,9,10,10,1 +55533,597,221,11,7,7,0 +55532,597,306,10,9,9,0 +55531,597,305,12,5,5,0 +55530,597,223,28,3,3,0 +55529,597,182,30,2,2,2 +55528,597,304,11,6,6,1 +55615,598,319,0,45,45,0 +55614,598,219,0,44,44,0 +55613,598,318,0,43,43,0 +55612,598,317,0,36,36,0 +55611,598,316,0,40,40,0 +55610,598,315,0,41,41,0 +55609,598,252,0,37,37,0 +55608,598,269,0,34,34,0 +55607,598,267,0,32,32,0 +55606,598,298,0,29,29,0 +55605,598,313,0,23,23,0 +55604,598,278,0,39,39,0 +55603,598,314,0,26,26,0 +55602,598,312,0,20,20,0 +55601,598,311,0,22,22,0 +55600,598,310,0,42,42,0 +55599,598,293,0,35,35,0 +55598,598,292,0,30,30,0 +55597,598,251,0,27,27,0 +55596,598,230,0,24,24,0 +55595,598,197,6,12,12,0 +55594,598,309,0,38,38,0 +55593,598,200,0,33,33,0 +55592,598,231,4,14,14,0 +55591,598,232,1,18,18,0 +55590,598,250,3,15,15,0 +55589,598,222,26,4,4,1 +55588,598,296,0,28,28,0 +55587,598,233,5,13,13,0 +55586,598,308,0,31,31,0 +55585,598,235,6,11,11,0 +55584,598,289,1,16,16,0 +55583,598,238,19,5,5,2 +55582,598,187,1,17,17,0 +55581,598,265,0,19,19,0 +55580,598,224,31,3,3,2 +55579,598,280,0,25,25,0 +55578,598,307,0,21,21,0 +55577,598,199,9,10,10,1 +55576,598,221,11,8,8,0 +55575,598,306,10,9,9,0 +55574,598,305,12,7,7,0 +55573,598,223,32,2,2,0 +55572,598,182,36,1,1,2 +55571,598,304,12,6,6,1 +55666,599,283,0,51,51,0 +55665,599,300,0,50,50,0 +55664,599,275,0,49,49,0 +55663,599,321,0,47,47,0 +55662,599,259,0,46,46,0 +55661,599,320,0,43,43,0 +55660,599,319,0,48,48,0 +55659,599,219,0,45,45,0 +55658,599,318,0,44,44,0 +55657,599,317,0,37,37,0 +55656,599,316,0,40,40,0 +55655,599,315,0,41,41,0 +55654,599,252,0,21,21,0 +55653,599,269,0,35,35,0 +55652,599,267,0,34,34,0 +55651,599,298,0,31,31,0 +55650,599,313,0,24,24,0 +55649,599,278,0,39,39,0 +55648,599,314,0,27,27,0 +55647,599,312,0,20,20,0 +55646,599,311,0,23,23,0 +55645,599,310,0,42,42,0 +55644,599,293,0,36,36,0 +55643,599,292,0,32,32,0 +55642,599,251,0,28,28,0 +55641,599,230,0,25,25,0 +55640,599,197,6,12,12,0 +55639,599,309,0,38,38,0 +55638,599,200,0,30,30,0 +55637,599,231,4,14,14,0 +55636,599,232,1,18,18,0 +55635,599,250,3,15,15,0 +55634,599,222,35,3,3,2 +55633,599,296,0,29,29,0 +55632,599,233,5,13,13,0 +55631,599,308,0,33,33,0 +55630,599,235,10,11,11,0 +55629,599,289,1,16,16,0 +55628,599,238,19,5,5,2 +55627,599,187,1,17,17,0 +55626,599,265,0,19,19,0 +55625,599,224,37,2,2,2 +55624,599,280,0,26,26,0 +55623,599,307,0,22,22,0 +55622,599,199,10,9,9,1 +55621,599,221,11,8,8,0 +55620,599,306,10,10,10,0 +55619,599,305,12,7,7,0 +55618,599,223,35,4,4,0 +55617,599,182,38,1,1,2 +55616,599,304,12,6,6,1 +55720,600,256,0,52,52,0 +55719,600,172,0,43,43,0 +55718,600,270,0,33,33,0 +55717,600,283,0,54,54,0 +55716,600,300,0,53,53,0 +55715,600,275,0,51,51,0 +55714,600,321,0,28,28,0 +55713,600,259,0,49,49,0 +55712,600,320,0,46,46,0 +55711,600,319,0,50,50,0 +55710,600,219,0,48,48,0 +55709,600,318,0,47,47,0 +55708,600,317,0,39,39,0 +55707,600,316,0,42,42,0 +55706,600,315,0,44,44,0 +55705,600,252,1,18,18,0 +55704,600,269,0,37,37,0 +55703,600,267,0,36,36,0 +55702,600,298,0,32,32,0 +55701,600,313,0,24,24,0 +55700,600,278,0,41,41,0 +55699,600,314,0,27,27,0 +55698,600,312,0,21,21,0 +55697,600,311,0,23,23,0 +55696,600,310,0,45,45,0 +55695,600,293,0,38,38,0 +55694,600,292,0,34,34,0 +55693,600,251,0,29,29,0 +55692,600,230,0,25,25,0 +55691,600,197,6,12,12,0 +55690,600,309,0,40,40,0 +55689,600,200,0,31,31,0 +55688,600,231,4,14,14,0 +55687,600,232,1,19,19,0 +55686,600,250,3,15,15,0 +55685,600,222,41,2,2,2 +55684,600,296,0,30,30,0 +55683,600,233,5,13,13,0 +55682,600,308,0,35,35,0 +55681,600,235,12,8,8,0 +55680,600,289,1,16,16,0 +55679,600,238,22,5,5,2 +55678,600,187,1,17,17,0 +55677,600,265,0,20,20,0 +55676,600,224,37,4,4,2 +55675,600,280,0,26,26,0 +55674,600,307,0,22,22,0 +55673,600,199,14,6,6,1 +55672,600,221,11,10,10,0 +55671,600,306,10,11,11,0 +55670,600,305,12,9,9,0 +55669,600,223,44,1,1,1 +55668,600,182,38,3,3,2 +55667,600,304,12,7,7,1 +55778,601,324,0,57,57,0 +55777,601,243,0,46,46,0 +55776,601,323,0,28,28,0 +55775,601,322,0,23,23,0 +55774,601,256,0,56,56,0 +55773,601,172,0,42,42,0 +55772,601,270,0,34,34,0 +55771,601,283,0,54,54,0 +55770,601,300,0,58,58,0 +55769,601,275,0,55,55,0 +55768,601,321,0,30,30,0 +55767,601,259,0,52,52,0 +55766,601,320,0,49,49,0 +55765,601,319,0,53,53,0 +55764,601,219,0,51,51,0 +55763,601,318,0,50,50,0 +55762,601,317,0,41,41,0 +55761,601,316,0,44,44,0 +55760,601,315,0,47,47,0 +55759,601,252,1,18,18,0 +55758,601,269,0,39,39,0 +55757,601,267,0,38,38,0 +55756,601,298,0,35,35,0 +55755,601,313,0,26,26,0 +55754,601,278,0,45,45,0 +55753,601,314,0,29,29,0 +55752,601,312,0,22,22,0 +55751,601,311,0,25,25,0 +55750,601,310,0,48,48,0 +55749,601,293,0,40,40,0 +55748,601,292,0,36,36,0 +55747,601,251,0,31,31,0 +55746,601,230,1,19,19,0 +55745,601,197,6,13,13,0 +55744,601,309,0,43,43,0 +55743,601,200,0,33,33,0 +55742,601,231,8,12,12,0 +55741,601,232,1,20,20,0 +55740,601,250,3,16,16,0 +55739,601,222,41,2,2,2 +55738,601,296,0,32,32,0 +55737,601,233,5,14,14,0 +55736,601,308,0,37,37,0 +55735,601,235,12,8,8,0 +55734,601,289,1,17,17,0 +55733,601,238,22,6,6,2 +55732,601,187,4,15,15,0 +55731,601,265,0,21,21,0 +55730,601,224,37,4,4,2 +55729,601,280,0,27,27,0 +55728,601,307,0,24,24,0 +55727,601,199,23,5,5,2 +55726,601,221,11,10,10,0 +55725,601,306,10,11,11,0 +55724,601,305,12,9,9,0 +55723,601,223,46,1,1,1 +55722,601,182,38,3,3,2 +55721,601,304,18,7,7,1 +55837,602,325,0,54,54,0 +55836,602,324,0,58,58,0 +55835,602,243,0,42,42,0 +55834,602,323,0,28,28,0 +55833,602,322,0,22,22,0 +55832,602,256,0,57,57,0 +55831,602,172,0,43,43,0 +55830,602,270,0,34,34,0 +55829,602,283,0,55,55,0 +55828,602,300,0,59,59,0 +55827,602,275,0,56,56,0 +55826,602,321,0,30,30,0 +55825,602,259,0,53,53,0 +55824,602,320,0,49,49,0 +55823,602,319,0,51,51,0 +55822,602,219,0,52,52,0 +55821,602,318,0,50,50,0 +55820,602,317,0,41,41,0 +55819,602,316,0,45,45,0 +55818,602,315,0,47,47,0 +55817,602,252,1,19,19,0 +55816,602,269,0,39,39,0 +55815,602,267,0,38,38,0 +55814,602,298,0,35,35,0 +55813,602,313,0,26,26,0 +55812,602,278,0,46,46,0 +55811,602,314,0,29,29,0 +55810,602,312,0,23,23,0 +55809,602,311,0,25,25,0 +55808,602,310,0,48,48,0 +55807,602,293,0,40,40,0 +55806,602,292,0,36,36,0 +55805,602,251,0,31,31,0 +55804,602,230,1,20,20,0 +55803,602,197,6,13,13,0 +55802,602,309,0,44,44,0 +55801,602,200,0,33,33,0 +55800,602,231,8,12,12,0 +55799,602,232,4,17,17,0 +55798,602,250,5,15,15,0 +55797,602,222,45,2,2,2 +55796,602,296,0,32,32,0 +55795,602,233,5,14,14,0 +55794,602,308,0,37,37,0 +55793,602,235,12,8,8,0 +55792,602,289,1,18,18,0 +55791,602,238,31,5,5,3 +55790,602,187,4,16,16,0 +55789,602,265,0,21,21,0 +55788,602,224,43,3,3,2 +55787,602,280,0,27,27,0 +55786,602,307,0,24,24,0 +55785,602,199,23,6,6,2 +55784,602,221,11,10,10,0 +55783,602,306,10,11,11,0 +55782,602,305,12,9,9,0 +55781,602,223,46,1,1,1 +55780,602,182,38,4,4,2 +55779,602,304,19,7,7,1 +55899,603,326,0,54,54,0 +55898,603,288,0,34,34,0 +55897,603,207,0,24,24,0 +55896,603,325,0,58,58,0 +55895,603,324,0,31,31,0 +55894,603,243,0,32,32,0 +55893,603,323,0,29,29,0 +55892,603,322,0,22,22,0 +55891,603,256,0,61,61,0 +55890,603,172,0,42,42,0 +55889,603,270,0,38,38,0 +55888,603,283,0,59,59,0 +55887,603,300,0,62,62,0 +55886,603,275,0,60,60,0 +55885,603,321,0,33,33,0 +55884,603,259,0,57,57,0 +55883,603,320,0,52,52,0 +55882,603,319,0,55,55,0 +55881,603,219,0,56,56,0 +55880,603,318,0,53,53,0 +55879,603,317,0,46,46,0 +55878,603,316,0,49,49,0 +55877,603,315,0,50,50,0 +55876,603,252,1,19,19,0 +55875,603,269,0,44,44,0 +55874,603,267,0,43,43,0 +55873,603,298,0,39,39,0 +55872,603,313,0,27,27,0 +55871,603,278,0,47,47,0 +55870,603,314,0,30,30,0 +55869,603,312,0,23,23,0 +55868,603,311,0,26,26,0 +55867,603,310,0,51,51,0 +55866,603,293,0,45,45,0 +55865,603,292,0,40,40,0 +55864,603,251,0,35,35,0 +55863,603,230,1,20,20,0 +55862,603,197,6,13,13,0 +55861,603,309,0,48,48,0 +55860,603,200,0,37,37,0 +55859,603,231,11,11,11,0 +55858,603,232,4,17,17,0 +55857,603,250,5,15,15,0 +55856,603,222,45,3,3,2 +55855,603,296,0,36,36,0 +55854,603,233,5,14,14,0 +55853,603,308,0,41,41,0 +55852,603,235,12,9,9,0 +55851,603,289,1,18,18,0 +55850,603,238,35,5,5,3 +55849,603,187,4,16,16,0 +55848,603,265,0,21,21,0 +55847,603,224,52,1,1,3 +55846,603,280,0,28,28,0 +55845,603,307,0,25,25,0 +55844,603,199,23,6,6,2 +55843,603,221,13,8,8,0 +55842,603,306,10,12,12,0 +55841,603,305,12,10,10,0 +55840,603,223,52,2,2,1 +55839,603,182,38,4,4,2 +55838,603,304,20,7,7,1 +55961,604,326,0,56,56,0 +55960,604,288,0,36,36,0 +55959,604,207,0,25,25,0 +55958,604,325,0,59,59,0 +55957,604,324,0,33,33,0 +55956,604,243,0,34,34,0 +55955,604,323,0,31,31,0 +55954,604,322,0,22,22,0 +55953,604,256,0,61,61,0 +55952,604,172,0,43,43,0 +55951,604,270,0,39,39,0 +55950,604,283,0,47,47,0 +55949,604,300,0,62,62,0 +55948,604,275,0,60,60,0 +55947,604,321,0,35,35,0 +55946,604,259,0,58,58,0 +55945,604,320,0,54,54,0 +55944,604,319,0,49,49,0 +55943,604,219,0,57,57,0 +55942,604,318,0,55,55,0 +55941,604,317,0,48,48,0 +55940,604,316,0,51,51,0 +55939,604,315,0,52,52,0 +55938,604,252,1,19,19,0 +55937,604,269,0,45,45,0 +55936,604,267,0,44,44,0 +55935,604,298,0,40,40,0 +55934,604,313,0,28,28,0 +55933,604,278,0,30,30,0 +55932,604,314,0,32,32,0 +55931,604,312,0,24,24,0 +55930,604,311,0,27,27,0 +55929,604,310,0,53,53,0 +55928,604,293,0,46,46,0 +55927,604,292,0,41,41,0 +55926,604,251,0,37,37,0 +55925,604,230,1,20,20,0 +55924,604,197,6,14,14,0 +55923,604,309,0,50,50,0 +55922,604,200,0,23,23,0 +55921,604,231,15,8,8,0 +55920,604,232,4,17,17,0 +55919,604,250,11,12,12,0 +55918,604,222,45,3,3,2 +55917,604,296,0,38,38,0 +55916,604,233,5,16,16,0 +55915,604,308,0,42,42,0 +55914,604,235,12,10,10,0 +55913,604,289,1,18,18,0 +55912,604,238,35,5,5,3 +55911,604,187,6,15,15,0 +55910,604,265,0,21,21,0 +55909,604,224,55,1,1,3 +55908,604,280,0,29,29,0 +55907,604,307,0,26,26,0 +55906,604,199,32,6,6,3 +55905,604,221,14,9,9,0 +55904,604,306,10,13,13,0 +55903,604,305,12,11,11,0 +55902,604,223,52,2,2,1 +55901,604,182,38,4,4,2 +55900,604,304,20,7,7,1 +54800,605,330,0,19,19,0 +54799,605,250,0,18,18,0 +54798,605,305,0,17,17,0 +54797,605,199,0,16,16,0 +54796,605,182,0,15,15,0 +54795,605,238,0,14,14,0 +54794,605,307,0,13,13,0 +54793,605,306,0,12,12,0 +54792,605,197,0,11,11,0 +54791,605,329,0,10,10,0 +54790,605,232,0,9,9,0 +54789,605,309,0,8,8,0 +54788,605,223,0,7,7,0 +54787,605,290,1,6,6,0 +54786,605,304,2,5,5,0 +54785,605,235,3,4,4,0 +54784,605,328,4,3,3,0 +54783,605,327,6,2,2,0 +54782,605,224,9,1,1,1 +54820,606,331,0,15,15,0 +54819,606,330,0,12,12,0 +54818,606,250,0,19,19,0 +54817,606,305,0,20,20,0 +54816,606,199,0,14,14,0 +54815,606,182,0,10,10,0 +54814,606,238,0,18,18,0 +54813,606,307,0,9,9,0 +54812,606,306,0,17,17,0 +54811,606,197,0,16,16,0 +54810,606,329,0,13,13,0 +54809,606,232,3,6,6,0 +54808,606,309,0,11,11,0 +54807,606,223,1,7,7,0 +54806,606,290,1,8,8,0 +54805,606,304,6,4,4,0 +54804,606,235,5,5,5,0 +54803,606,328,10,2,2,0 +54802,606,327,6,3,3,0 +54801,606,224,18,1,1,2 +54847,607,293,0,27,27,0 +54846,607,262,0,26,26,0 +54845,607,334,0,25,25,0 +54844,607,292,0,23,23,0 +54843,607,222,0,16,16,0 +54842,607,333,0,14,14,0 +54841,607,332,1,10,10,0 +54840,607,331,0,19,19,0 +54839,607,330,0,15,15,0 +54838,607,250,0,22,22,0 +54837,607,305,0,24,24,0 +54836,607,199,0,12,12,0 +54835,607,182,0,13,13,0 +54834,607,238,0,18,18,0 +54833,607,307,0,11,11,0 +54832,607,306,0,21,21,0 +54831,607,197,0,20,20,0 +54830,607,329,0,17,17,0 +54829,607,232,6,6,6,0 +54828,607,309,6,4,4,0 +54827,607,223,1,8,8,0 +54826,607,290,1,9,9,0 +54825,607,304,8,3,3,0 +54824,607,235,5,7,7,0 +54823,607,328,19,2,2,1 +54822,607,327,6,5,5,0 +54821,607,224,22,1,1,2 +54876,608,289,0,26,26,0 +54875,608,280,0,17,17,0 +54874,608,293,0,29,29,0 +54873,608,262,0,28,28,0 +54872,608,334,0,27,27,0 +54871,608,292,0,24,24,0 +54870,608,222,0,19,19,0 +54869,608,333,0,16,16,0 +54868,608,332,5,7,7,0 +54867,608,331,0,21,21,0 +54866,608,330,0,18,18,0 +54865,608,250,0,23,23,0 +54864,608,305,0,25,25,0 +54863,608,199,0,14,14,0 +54862,608,182,0,15,15,0 +54861,608,238,0,20,20,0 +54860,608,307,0,12,12,0 +54859,608,306,2,9,9,0 +54858,608,197,0,22,22,0 +54857,608,329,0,13,13,0 +54856,608,232,6,6,6,0 +54855,608,309,9,4,4,0 +54854,608,223,1,10,10,0 +54853,608,290,1,11,11,0 +54852,608,304,9,5,5,0 +54851,608,235,5,8,8,0 +54850,608,328,19,2,2,1 +54849,608,327,12,3,3,0 +54848,608,224,31,1,1,3 +54906,609,278,1,14,14,0 +54905,609,289,0,21,21,0 +54904,609,280,0,19,19,0 +54903,609,293,0,30,30,0 +54902,609,262,0,29,29,0 +54901,609,334,0,28,28,0 +54900,609,292,0,26,26,0 +54899,609,222,0,22,22,0 +54898,609,333,3,9,9,0 +54897,609,332,5,7,7,0 +54896,609,331,0,24,24,0 +54895,609,330,0,20,20,0 +54894,609,250,0,18,18,0 +54893,609,305,0,27,27,0 +54892,609,199,0,17,17,0 +54891,609,182,2,10,10,0 +54890,609,238,0,23,23,0 +54889,609,307,0,16,16,0 +54888,609,306,2,11,11,0 +54887,609,197,0,25,25,0 +54886,609,329,0,15,15,0 +54885,609,232,6,6,6,0 +54884,609,309,9,4,4,0 +54883,609,223,1,12,12,0 +54882,609,290,1,13,13,0 +54881,609,304,9,5,5,0 +54880,609,235,5,8,8,0 +54879,609,328,28,2,2,2 +54878,609,327,18,3,3,0 +54877,609,224,35,1,1,3 +54938,610,259,0,31,31,0 +54937,610,231,0,24,24,0 +54936,610,278,1,15,15,0 +54935,610,289,0,23,23,0 +54934,610,280,0,21,21,0 +54933,610,293,0,32,32,0 +54932,610,262,0,26,26,0 +54931,610,334,0,30,30,0 +54930,610,292,0,29,29,0 +54929,610,222,0,25,25,0 +54928,610,333,3,10,10,0 +54927,610,332,5,7,7,0 +54926,610,331,0,27,27,0 +54925,610,330,0,22,22,0 +54924,610,250,0,19,19,0 +54923,610,305,0,20,20,0 +54922,610,199,0,18,18,0 +54921,610,182,2,11,11,0 +54920,610,238,4,9,9,0 +54919,610,307,0,17,17,0 +54918,610,306,2,12,12,0 +54917,610,197,0,28,28,0 +54916,610,329,0,16,16,0 +54915,610,232,6,6,6,0 +54914,610,309,11,4,4,0 +54913,610,223,1,13,13,0 +54912,610,290,1,14,14,0 +54911,610,304,10,5,5,0 +54910,610,235,5,8,8,0 +54909,610,328,37,2,2,3 +54908,610,327,21,3,3,0 +54907,610,224,41,1,1,3 +54971,611,317,0,32,32,0 +54970,611,259,0,31,31,0 +54969,611,231,0,24,24,0 +54968,611,278,1,16,16,0 +54967,611,289,0,23,23,0 +54966,611,280,0,21,21,0 +54965,611,293,0,33,33,0 +54964,611,262,0,26,26,0 +54963,611,334,0,30,30,0 +54962,611,292,0,29,29,0 +54961,611,222,0,25,25,0 +54960,611,333,3,10,10,0 +54959,611,332,5,9,9,0 +54958,611,331,0,27,27,0 +54957,611,330,0,22,22,0 +54956,611,250,0,19,19,0 +54955,611,305,0,20,20,0 +54954,611,199,3,11,11,0 +54953,611,182,2,12,12,0 +54952,611,238,10,6,6,0 +54951,611,307,0,18,18,0 +54950,611,306,2,13,13,0 +54949,611,197,0,28,28,0 +54948,611,329,0,17,17,0 +54947,611,232,6,7,7,0 +54946,611,309,11,5,5,0 +54945,611,223,1,14,14,0 +54944,611,290,1,15,15,0 +54943,611,304,19,4,4,1 +54942,611,235,6,8,8,0 +54941,611,328,39,2,2,3 +54940,611,327,25,3,3,0 +54939,611,224,41,1,1,3 +55005,612,313,0,28,28,0 +55004,612,317,0,33,33,0 +55003,612,259,0,32,32,0 +55002,612,231,1,15,15,0 +55001,612,278,1,17,17,0 +55000,612,289,0,23,23,0 +54999,612,280,0,22,22,0 +54998,612,293,0,34,34,0 +54997,612,262,0,26,26,0 +54996,612,334,0,31,31,0 +54995,612,292,0,30,30,0 +54994,612,222,0,25,25,0 +54993,612,333,3,11,11,0 +54992,612,332,5,10,10,0 +54991,612,331,0,27,27,0 +54990,612,330,0,24,24,0 +54989,612,250,0,20,20,0 +54988,612,305,0,21,21,0 +54987,612,199,7,8,8,0 +54986,612,182,2,12,12,0 +54985,612,238,19,4,4,1 +54984,612,307,0,19,19,0 +54983,612,306,2,13,13,0 +54982,612,197,0,29,29,0 +54981,612,329,0,18,18,0 +54980,612,232,6,9,9,0 +54979,612,309,11,6,6,0 +54978,612,223,1,14,14,0 +54977,612,290,1,16,16,0 +54976,612,304,19,5,5,1 +54975,612,235,8,7,7,0 +54974,612,328,42,1,1,3 +54973,612,327,31,3,3,0 +54972,612,224,41,2,2,3 +55043,613,336,0,38,38,0 +55042,613,335,0,37,37,0 +55041,613,200,0,35,35,0 +55040,613,187,0,31,31,0 +55039,613,313,0,28,28,0 +55038,613,317,0,34,34,0 +55037,613,259,0,33,33,0 +55036,613,231,4,11,11,0 +55035,613,278,1,17,17,0 +55034,613,289,0,23,23,0 +55033,613,280,0,22,22,0 +55032,613,293,0,36,36,0 +55031,613,262,0,26,26,0 +55030,613,334,0,32,32,0 +55029,613,292,0,30,30,0 +55028,613,222,0,25,25,0 +55027,613,333,3,12,12,0 +55026,613,332,5,10,10,0 +55025,613,331,0,27,27,0 +55024,613,330,0,24,24,0 +55023,613,250,0,20,20,0 +55022,613,305,0,21,21,0 +55021,613,199,8,7,7,0 +55020,613,182,2,13,13,0 +55019,613,238,25,4,4,1 +55018,613,307,0,19,19,0 +55017,613,306,2,14,14,0 +55016,613,197,0,29,29,0 +55015,613,329,0,18,18,0 +55014,613,232,6,9,9,0 +55013,613,309,20,6,6,1 +55012,613,223,1,15,15,0 +55011,613,290,1,16,16,0 +55010,613,304,23,5,5,1 +55009,613,235,8,8,8,0 +55008,613,328,42,1,1,3 +55007,613,327,33,3,3,0 +55006,613,224,41,2,2,3 +55082,614,298,1,18,18,0 +55081,614,336,0,39,39,0 +55080,614,335,0,35,35,0 +55079,614,200,0,37,37,0 +55078,614,187,0,32,32,0 +55077,614,313,0,29,29,0 +55076,614,317,0,36,36,0 +55075,614,259,0,34,34,0 +55074,614,231,8,8,8,0 +55073,614,278,1,17,17,0 +55072,614,289,0,24,24,0 +55071,614,280,0,23,23,0 +55070,614,293,0,38,38,0 +55069,614,262,0,27,27,0 +55068,614,334,0,33,33,0 +55067,614,292,0,31,31,0 +55066,614,222,0,26,26,0 +55065,614,333,3,13,13,0 +55064,614,332,5,11,11,0 +55063,614,331,0,28,28,0 +55062,614,330,0,25,25,0 +55061,614,250,0,20,20,0 +55060,614,305,0,22,22,0 +55059,614,199,8,7,7,0 +55058,614,182,2,14,14,0 +55057,614,238,25,4,4,1 +55056,614,307,0,21,21,0 +55055,614,306,4,12,12,0 +55054,614,197,0,30,30,0 +55053,614,329,0,19,19,0 +55052,614,232,6,10,10,0 +55051,614,309,23,5,5,1 +55050,614,223,1,15,15,0 +55049,614,290,1,16,16,0 +55048,614,304,23,6,6,1 +55047,614,235,8,9,9,0 +55046,614,328,51,1,1,4 +55045,614,327,39,3,3,0 +55044,614,224,41,2,2,3 +55122,615,243,0,29,29,0 +55121,615,298,1,19,19,0 +55120,615,336,0,40,40,0 +55119,615,335,0,37,37,0 +55118,615,200,0,22,22,0 +55117,615,187,0,35,35,0 +55116,615,313,0,31,31,0 +55115,615,317,0,38,38,0 +55114,615,259,0,32,32,0 +55113,615,231,8,9,9,0 +55112,615,278,1,18,18,0 +55111,615,289,0,26,26,0 +55110,615,280,0,24,24,0 +55109,615,293,0,39,39,0 +55108,615,262,0,23,23,0 +55107,615,334,0,36,36,0 +55106,615,292,0,34,34,0 +55105,615,222,0,28,28,0 +55104,615,333,3,14,14,0 +55103,615,332,5,11,11,0 +55102,615,331,0,30,30,0 +55101,615,330,0,27,27,0 +55100,615,250,3,13,13,0 +55099,615,305,0,25,25,0 +55098,615,199,8,8,8,0 +55097,615,182,2,16,16,0 +55096,615,238,25,4,4,1 +55095,615,307,0,21,21,0 +55094,615,306,4,12,12,0 +55093,615,197,0,33,33,0 +55092,615,329,0,20,20,0 +55091,615,232,6,10,10,0 +55090,615,309,23,5,5,1 +55089,615,223,1,17,17,0 +55088,615,290,3,15,15,0 +55087,615,304,23,6,6,1 +55086,615,235,12,7,7,0 +55085,615,328,60,1,1,5 +55084,615,327,45,2,2,0 +55083,615,224,42,3,3,3 +55162,616,243,0,29,29,0 +55161,616,298,1,18,18,0 +55160,616,336,0,40,40,0 +55159,616,335,0,37,37,0 +55158,616,200,0,22,22,0 +55157,616,187,0,35,35,0 +55156,616,313,0,31,31,0 +55155,616,317,0,38,38,0 +55154,616,259,0,32,32,0 +55153,616,231,8,9,9,0 +55152,616,278,1,19,19,0 +55151,616,289,0,26,26,0 +55150,616,280,0,25,25,0 +55149,616,293,0,39,39,0 +55148,616,262,0,24,24,0 +55147,616,334,0,36,36,0 +55146,616,292,0,34,34,0 +55145,616,222,0,28,28,0 +55144,616,333,3,14,14,0 +55143,616,332,5,13,13,0 +55142,616,331,0,30,30,0 +55141,616,330,0,27,27,0 +55140,616,250,7,10,10,0 +55139,616,305,0,23,23,0 +55138,616,199,11,8,8,0 +55137,616,182,2,16,16,0 +55136,616,238,34,4,4,2 +55135,616,307,0,21,21,0 +55134,616,306,6,12,12,0 +55133,616,197,0,33,33,0 +55132,616,329,0,20,20,0 +55131,616,232,6,11,11,0 +55130,616,309,23,5,5,1 +55129,616,223,2,17,17,0 +55128,616,290,3,15,15,0 +55127,616,304,23,6,6,1 +55126,616,235,12,7,7,0 +55125,616,328,66,1,1,5 +55124,616,327,45,2,2,0 +55123,616,224,42,3,3,3 +55202,617,243,0,30,30,0 +55201,617,298,1,18,18,0 +55200,617,336,0,40,40,0 +55199,617,335,0,37,37,0 +55198,617,200,0,23,23,0 +55197,617,187,0,35,35,0 +55196,617,313,0,32,32,0 +55195,617,317,0,38,38,0 +55194,617,259,0,28,28,0 +55193,617,231,8,9,9,0 +55192,617,278,1,19,19,0 +55191,617,289,0,26,26,0 +55190,617,280,0,25,25,0 +55189,617,293,0,39,39,0 +55188,617,262,0,24,24,0 +55187,617,334,0,36,36,0 +55186,617,292,0,34,34,0 +55185,617,222,0,29,29,0 +55184,617,333,3,14,14,0 +55183,617,332,5,13,13,0 +55182,617,331,0,31,31,0 +55181,617,330,0,27,27,0 +55180,617,250,7,10,10,0 +55179,617,305,0,21,21,0 +55178,617,199,12,7,7,0 +55177,617,182,2,16,16,0 +55176,617,238,43,4,4,3 +55175,617,307,0,22,22,0 +55174,617,306,6,12,12,0 +55173,617,197,0,33,33,0 +55172,617,329,0,20,20,0 +55171,617,232,6,11,11,0 +55170,617,309,27,5,5,1 +55169,617,223,2,17,17,0 +55168,617,290,3,15,15,0 +55167,617,304,23,6,6,1 +55166,617,235,12,8,8,0 +55165,617,328,69,1,1,5 +55164,617,327,47,3,3,0 +55163,617,224,48,2,2,3 +55244,618,320,0,41,41,0 +55243,618,314,0,33,33,0 +55242,618,243,0,30,30,0 +55241,618,298,1,20,20,0 +55240,618,336,0,42,42,0 +55239,618,335,0,38,38,0 +55238,618,200,0,24,24,0 +55237,618,187,0,36,36,0 +55236,618,313,0,32,32,0 +55235,618,317,0,39,39,0 +55234,618,259,0,28,28,0 +55233,618,231,8,10,10,0 +55232,618,278,1,21,21,0 +55231,618,289,0,26,26,0 +55230,618,280,0,25,25,0 +55229,618,293,0,40,40,0 +55228,618,262,4,14,14,0 +55227,618,334,0,37,37,0 +55226,618,292,0,35,35,0 +55225,618,222,0,29,29,0 +55224,618,333,3,15,15,0 +55223,618,332,5,13,13,0 +55222,618,331,0,31,31,0 +55221,618,330,0,27,27,0 +55220,618,250,7,11,11,0 +55219,618,305,0,22,22,0 +55218,618,199,12,7,7,0 +55217,618,182,2,17,17,0 +55216,618,238,43,4,4,3 +55215,618,307,1,19,19,0 +55214,618,306,9,9,9,0 +55213,618,197,0,34,34,0 +55212,618,329,0,23,23,0 +55211,618,232,6,12,12,0 +55210,618,309,36,5,5,2 +55209,618,223,2,18,18,0 +55208,618,290,3,16,16,0 +55207,618,304,23,6,6,1 +55206,618,235,12,8,8,0 +55205,618,328,71,1,1,5 +55204,618,327,47,3,3,0 +55203,618,224,54,2,2,3 +55286,619,320,0,41,41,0 +55285,619,314,0,34,34,0 +55284,619,243,0,30,30,0 +55283,619,298,1,20,20,0 +55282,619,336,0,42,42,0 +55281,619,335,0,38,38,0 +55280,619,200,0,24,24,0 +55279,619,187,0,36,36,0 +55278,619,313,0,33,33,0 +55277,619,317,0,39,39,0 +55276,619,259,0,28,28,0 +55275,619,231,14,8,8,0 +55274,619,278,1,21,21,0 +55273,619,289,0,26,26,0 +55272,619,280,0,25,25,0 +55271,619,293,0,40,40,0 +55270,619,262,4,14,14,0 +55269,619,334,0,37,37,0 +55268,619,292,0,35,35,0 +55267,619,222,0,29,29,0 +55266,619,333,3,15,15,0 +55265,619,332,5,13,13,0 +55264,619,331,0,32,32,0 +55263,619,330,0,27,27,0 +55262,619,250,7,11,11,0 +55261,619,305,0,22,22,0 +55260,619,199,16,7,7,0 +55259,619,182,2,17,17,0 +55258,619,238,52,3,3,4 +55257,619,307,1,19,19,0 +55256,619,306,9,10,10,0 +55255,619,197,0,31,31,0 +55254,619,329,0,23,23,0 +55253,619,232,6,12,12,0 +55252,619,309,38,5,5,2 +55251,619,223,2,18,18,0 +55250,619,290,3,16,16,0 +55249,619,304,26,6,6,1 +55248,619,235,12,9,9,0 +55247,619,328,71,1,1,5 +55246,619,327,47,4,4,0 +55245,619,224,55,2,2,3 +53953,620,278,0,21,21,0 +53952,620,339,0,20,20,0 +53951,620,320,0,19,19,0 +53950,620,289,0,18,18,0 +53949,620,333,0,17,17,0 +53948,620,207,0,16,16,0 +53947,620,309,0,15,15,0 +53946,620,317,0,14,14,0 +53945,620,327,0,13,13,0 +53944,620,224,0,12,12,0 +53943,620,182,0,11,11,0 +53942,620,337,0,10,10,0 +53941,620,307,0,9,9,0 +53940,620,280,0,8,8,0 +53939,620,199,0,7,7,0 +53938,620,238,1,6,6,0 +53937,620,314,2,5,5,0 +53936,620,223,3,4,4,0 +53935,620,235,4,3,3,0 +53934,620,304,6,2,2,0 +53933,620,328,9,1,1,1 +53981,621,293,0,28,28,0 +53980,621,305,0,27,27,0 +53979,621,306,0,25,25,0 +53978,621,250,0,21,21,0 +53977,621,340,0,20,20,0 +53976,621,243,0,18,18,0 +53975,621,338,0,17,17,0 +53974,621,278,0,19,19,0 +53973,621,339,0,26,26,0 +53972,621,320,0,24,24,0 +53971,621,289,1,10,10,0 +53970,621,333,0,23,23,0 +53969,621,207,3,7,7,0 +53968,621,309,4,5,5,0 +53967,621,317,0,22,22,0 +53966,621,327,0,14,14,0 +53965,621,224,6,3,3,0 +53964,621,182,0,11,11,0 +53963,621,337,0,16,16,0 +53962,621,307,0,15,15,0 +53961,621,280,0,13,13,0 +53960,621,199,0,12,12,0 +53959,621,238,3,8,8,0 +53958,621,314,2,9,9,0 +53957,621,223,3,6,6,0 +53956,621,235,4,4,4,0 +53955,621,304,15,1,1,1 +53954,621,328,9,2,2,1 +54011,622,329,0,29,29,0 +54010,622,290,0,15,15,0 +54009,622,293,0,30,30,0 +54008,622,305,0,26,26,0 +54007,622,306,0,27,27,0 +54006,622,250,1,12,12,0 +54005,622,340,0,23,23,0 +54004,622,243,0,21,21,0 +54003,622,338,0,17,17,0 +54002,622,278,0,22,22,0 +54001,622,339,0,28,28,0 +54000,622,320,0,25,25,0 +53999,622,289,1,11,11,0 +53998,622,333,3,8,8,0 +53997,622,207,3,7,7,0 +53996,622,309,6,6,6,0 +53995,622,317,0,24,24,0 +53994,622,327,0,18,18,0 +53993,622,224,15,1,1,1 +53992,622,182,0,13,13,0 +53991,622,337,0,20,20,0 +53990,622,307,0,19,19,0 +53989,622,280,0,16,16,0 +53988,622,199,0,14,14,0 +53987,622,238,3,9,9,0 +53986,622,314,2,10,10,0 +53985,622,223,7,5,5,0 +53984,622,235,10,3,3,0 +53983,622,304,15,2,2,1 +53982,622,328,9,4,4,1 +54042,623,312,2,12,12,0 +54041,623,329,0,25,25,0 +54040,623,290,0,16,16,0 +54039,623,293,0,31,31,0 +54038,623,305,0,29,29,0 +54037,623,306,9,5,5,1 +54036,623,250,1,15,15,0 +54035,623,340,0,26,26,0 +54034,623,243,0,24,24,0 +54033,623,338,0,21,21,0 +54032,623,278,1,14,14,0 +54031,623,339,0,30,30,0 +54030,623,320,0,28,28,0 +54029,623,289,1,13,13,0 +54028,623,333,3,8,8,0 +54027,623,207,3,9,9,0 +54026,623,309,6,7,7,0 +54025,623,317,0,27,27,0 +54024,623,327,0,22,22,0 +54023,623,224,19,1,1,1 +54022,623,182,0,17,17,0 +54021,623,337,0,19,19,0 +54020,623,307,0,23,23,0 +54019,623,280,0,20,20,0 +54018,623,199,0,18,18,0 +54017,623,238,3,10,10,0 +54016,623,314,2,11,11,0 +54015,623,223,7,6,6,0 +54014,623,235,16,2,2,0 +54013,623,304,15,3,3,1 +54012,623,328,12,4,4,1 +54074,624,330,0,30,30,0 +54073,624,312,2,15,15,0 +54072,624,329,0,26,26,0 +54071,624,290,0,18,18,0 +54070,624,293,0,32,32,0 +54069,624,305,3,11,11,0 +54068,624,306,9,5,5,1 +54067,624,250,3,13,13,0 +54066,624,340,0,27,27,0 +54065,624,243,0,25,25,0 +54064,624,338,0,24,24,0 +54063,624,278,2,16,16,0 +54062,624,339,0,31,31,0 +54061,624,320,0,29,29,0 +54060,624,289,1,17,17,0 +54059,624,333,3,9,9,0 +54058,624,207,3,10,10,0 +54057,624,309,6,8,8,0 +54056,624,317,0,28,28,0 +54055,624,327,6,7,7,0 +54054,624,224,28,1,1,2 +54053,624,182,0,19,19,0 +54052,624,337,0,22,22,0 +54051,624,307,0,21,21,0 +54050,624,280,0,23,23,0 +54049,624,199,0,20,20,0 +54048,624,238,3,12,12,0 +54047,624,314,2,14,14,0 +54046,624,223,7,6,6,0 +54045,624,235,16,3,3,0 +54044,624,304,19,2,2,1 +54043,624,328,12,4,4,1 +54107,625,221,0,31,31,0 +54106,625,330,0,27,27,0 +54105,625,312,2,16,16,0 +54104,625,329,0,26,26,0 +54103,625,290,0,18,18,0 +54102,625,293,0,33,33,0 +54101,625,305,4,11,11,0 +54100,625,306,9,5,5,1 +54099,625,250,3,14,14,0 +54098,625,340,0,28,28,0 +54097,625,243,0,25,25,0 +54096,625,338,0,24,24,0 +54095,625,278,6,9,9,0 +54094,625,339,0,32,32,0 +54093,625,320,0,30,30,0 +54092,625,289,1,17,17,0 +54091,625,333,3,12,12,0 +54090,625,207,3,13,13,0 +54089,625,309,6,8,8,0 +54088,625,317,0,29,29,0 +54087,625,327,9,6,6,0 +54086,625,224,34,1,1,2 +54085,625,182,0,19,19,0 +54084,625,337,0,22,22,0 +54083,625,307,0,21,21,0 +54082,625,280,0,23,23,0 +54081,625,199,0,20,20,0 +54080,625,238,5,10,10,0 +54079,625,314,2,15,15,0 +54078,625,223,7,7,7,0 +54077,625,235,16,4,4,0 +54076,625,304,19,3,3,1 +54075,625,328,21,2,2,2 +54142,626,262,0,33,33,0 +54141,626,232,1,18,18,0 +54140,626,221,0,32,32,0 +54139,626,330,0,28,28,0 +54138,626,312,2,16,16,0 +54137,626,329,0,27,27,0 +54136,626,290,0,19,19,0 +54135,626,293,0,35,35,0 +54134,626,305,4,11,11,0 +54133,626,306,9,6,6,1 +54132,626,250,3,14,14,0 +54131,626,340,0,29,29,0 +54130,626,243,0,26,26,0 +54129,626,338,0,25,25,0 +54128,626,278,9,8,8,0 +54127,626,339,0,34,34,0 +54126,626,320,0,31,31,0 +54125,626,289,1,17,17,0 +54124,626,333,3,12,12,0 +54123,626,207,3,13,13,0 +54122,626,309,10,5,5,0 +54121,626,317,0,30,30,0 +54120,626,327,9,7,7,0 +54119,626,224,43,1,1,3 +54118,626,182,0,21,21,0 +54117,626,337,0,23,23,0 +54116,626,307,0,22,22,0 +54115,626,280,0,24,24,0 +54114,626,199,0,20,20,0 +54113,626,238,5,10,10,0 +54112,626,314,2,15,15,0 +54111,626,223,7,9,9,0 +54110,626,235,16,4,4,0 +54109,626,304,21,3,3,1 +54108,626,328,27,2,2,2 +54178,627,321,0,36,36,0 +54177,627,262,0,33,33,0 +54176,627,232,1,19,19,0 +54175,627,221,0,32,32,0 +54174,627,330,0,28,28,0 +54173,627,312,4,12,12,0 +54172,627,329,0,25,25,0 +54171,627,290,0,20,20,0 +54170,627,293,0,35,35,0 +54169,627,305,4,11,11,0 +54168,627,306,9,7,7,1 +54167,627,250,3,16,16,0 +54166,627,340,0,29,29,0 +54165,627,243,0,27,27,0 +54164,627,338,0,26,26,0 +54163,627,278,9,9,9,0 +54162,627,339,0,34,34,0 +54161,627,320,0,31,31,0 +54160,627,289,2,18,18,0 +54159,627,333,3,13,13,0 +54158,627,207,3,15,15,0 +54157,627,309,10,6,6,0 +54156,627,317,0,30,30,0 +54155,627,327,9,8,8,0 +54154,627,224,43,1,1,3 +54153,627,182,0,22,22,0 +54152,627,337,0,23,23,0 +54151,627,307,3,14,14,0 +54150,627,280,0,24,24,0 +54149,627,199,0,21,21,0 +54148,627,238,9,10,10,0 +54147,627,314,2,17,17,0 +54146,627,223,13,5,5,0 +54145,627,235,25,3,3,1 +54144,627,304,21,4,4,1 +54143,627,328,27,2,2,2 +54215,628,296,0,35,35,0 +54214,628,321,0,37,37,0 +54213,628,262,0,33,33,0 +54212,628,232,1,19,19,0 +54211,628,221,0,32,32,0 +54210,628,330,0,29,29,0 +54209,628,312,4,13,13,0 +54208,628,329,0,25,25,0 +54207,628,290,0,20,20,0 +54206,628,293,0,36,36,0 +54205,628,305,7,11,11,0 +54204,628,306,9,8,8,1 +54203,628,250,3,16,16,0 +54202,628,340,0,30,30,0 +54201,628,243,0,27,27,0 +54200,628,338,0,26,26,0 +54199,628,278,11,7,7,0 +54198,628,339,0,34,34,0 +54197,628,320,0,28,28,0 +54196,628,289,2,18,18,0 +54195,628,333,3,14,14,0 +54194,628,207,3,15,15,0 +54193,628,309,14,5,5,0 +54192,628,317,0,31,31,0 +54191,628,327,9,9,9,0 +54190,628,224,52,1,1,4 +54189,628,182,0,22,22,0 +54188,628,337,0,23,23,0 +54187,628,307,4,12,12,0 +54186,628,280,0,24,24,0 +54185,628,199,0,21,21,0 +54184,628,238,9,10,10,0 +54183,628,314,2,17,17,0 +54182,628,223,13,6,6,0 +54181,628,235,25,4,4,1 +54180,628,304,27,3,3,1 +54179,628,328,27,2,2,2 +54253,629,341,0,32,32,0 +54252,629,296,0,36,36,0 +54251,629,321,0,38,38,0 +54250,629,262,0,34,34,0 +54249,629,232,1,19,19,0 +54248,629,221,0,33,33,0 +54247,629,330,0,30,30,0 +54246,629,312,4,13,13,0 +54245,629,329,0,25,25,0 +54244,629,290,0,21,21,0 +54243,629,293,0,37,37,0 +54242,629,305,13,7,7,0 +54241,629,306,9,9,9,1 +54240,629,250,3,17,17,0 +54239,629,340,0,31,31,0 +54238,629,243,0,28,28,0 +54237,629,338,0,27,27,0 +54236,629,278,11,8,8,0 +54235,629,339,0,35,35,0 +54234,629,320,1,20,20,0 +54233,629,289,4,14,14,0 +54232,629,333,3,15,15,0 +54231,629,207,3,16,16,0 +54230,629,309,17,5,5,0 +54229,629,317,0,29,29,0 +54228,629,327,9,10,10,0 +54227,629,224,61,1,1,5 +54226,629,182,0,23,23,0 +54225,629,337,0,24,24,0 +54224,629,307,4,12,12,0 +54223,629,280,0,26,26,0 +54222,629,199,0,22,22,0 +54221,629,238,9,11,11,0 +54220,629,314,2,18,18,0 +54219,629,223,13,6,6,0 +54218,629,235,25,4,4,1 +54217,629,304,31,2,2,1 +54216,629,328,27,3,3,2 +54293,630,343,0,39,39,0 +54292,630,342,0,33,33,0 +54291,630,341,0,32,32,0 +54290,630,296,0,37,37,0 +54289,630,321,0,40,40,0 +54288,630,262,0,35,35,0 +54287,630,232,1,20,20,0 +54286,630,221,0,34,34,0 +54285,630,330,0,30,30,0 +54284,630,312,4,13,13,0 +54283,630,329,0,25,25,0 +54282,630,290,0,22,22,0 +54281,630,293,0,38,38,0 +54280,630,305,13,7,7,0 +54279,630,306,9,9,9,1 +54278,630,250,3,18,18,0 +54277,630,340,0,31,31,0 +54276,630,243,0,28,28,0 +54275,630,338,0,27,27,0 +54274,630,278,12,8,8,0 +54273,630,339,0,36,36,0 +54272,630,320,1,21,21,0 +54271,630,289,4,14,14,0 +54270,630,333,3,16,16,0 +54269,630,207,3,17,17,0 +54268,630,309,23,5,5,0 +54267,630,317,0,29,29,0 +54266,630,327,9,10,10,0 +54265,630,224,61,1,1,5 +54264,630,182,0,23,23,0 +54263,630,337,0,24,24,0 +54262,630,307,4,12,12,0 +54261,630,280,0,26,26,0 +54260,630,199,3,15,15,0 +54259,630,238,9,11,11,0 +54258,630,314,2,19,19,0 +54257,630,223,15,6,6,0 +54256,630,235,25,4,4,1 +54255,630,304,35,3,3,1 +54254,630,328,36,2,2,3 +54335,631,344,0,32,32,0 +54334,631,222,0,29,29,0 +54333,631,343,0,41,41,0 +54332,631,342,0,34,34,0 +54331,631,341,0,36,36,0 +54330,631,296,0,39,39,0 +54329,631,321,0,42,42,0 +54328,631,262,0,37,37,0 +54327,631,232,1,20,20,0 +54326,631,221,0,24,24,0 +54325,631,330,0,33,33,0 +54324,631,312,4,14,14,0 +54323,631,329,0,26,26,0 +54322,631,290,0,22,22,0 +54321,631,293,0,40,40,0 +54320,631,305,13,8,8,0 +54319,631,306,9,11,11,1 +54318,631,250,3,18,18,0 +54317,631,340,0,35,35,0 +54316,631,243,0,30,30,0 +54315,631,338,0,28,28,0 +54314,631,278,12,10,10,0 +54313,631,339,0,38,38,0 +54312,631,320,1,21,21,0 +54311,631,289,4,15,15,0 +54310,631,333,3,17,17,0 +54309,631,207,4,12,12,0 +54308,631,309,23,5,5,0 +54307,631,317,0,31,31,0 +54306,631,327,15,6,6,0 +54305,631,224,61,1,1,5 +54304,631,182,0,23,23,0 +54303,631,337,0,25,25,0 +54302,631,307,4,13,13,0 +54301,631,280,0,27,27,0 +54300,631,199,3,16,16,0 +54299,631,238,12,9,9,0 +54298,631,314,2,19,19,0 +54297,631,223,15,7,7,0 +54296,631,235,27,4,4,1 +54295,631,304,39,3,3,1 +54294,631,328,45,2,2,4 +53164,632,339,0,25,25,0 +53163,632,347,0,24,24,0 +53162,632,320,0,23,23,0 +53161,632,334,0,22,22,0 +53160,632,340,0,21,21,0 +53159,632,346,0,20,20,0 +53158,632,293,0,19,19,0 +53157,632,345,0,18,18,0 +53156,632,307,0,17,17,0 +53155,632,327,0,16,16,0 +53154,632,341,0,15,15,0 +53153,632,224,0,14,14,0 +53152,632,333,0,13,13,0 +53151,632,243,0,12,12,0 +53150,632,280,0,11,11,0 +53149,632,238,0,10,10,0 +53148,632,289,0,9,9,0 +53147,632,235,0,8,8,0 +53146,632,312,0,7,7,0 +53145,632,304,1,6,6,0 +53144,632,278,2,5,5,0 +53143,632,317,3,4,4,0 +53142,632,223,4,3,3,0 +53141,632,328,6,2,2,0 +53140,632,207,9,1,1,1 +53191,633,314,0,14,14,0 +53190,633,306,1,9,9,0 +53189,633,339,0,22,22,0 +53188,633,347,0,27,27,0 +53187,633,320,0,12,12,0 +53186,633,334,0,26,26,0 +53185,633,340,0,25,25,0 +53184,633,346,0,24,24,0 +53183,633,293,0,23,23,0 +53182,633,345,3,7,7,0 +53181,633,307,0,15,15,0 +53180,633,327,0,10,10,0 +53179,633,341,0,18,18,0 +53178,633,224,0,21,21,0 +53177,633,333,0,20,20,0 +53176,633,243,0,19,19,0 +53175,633,280,0,17,17,0 +53174,633,238,0,16,16,0 +53173,633,289,0,13,13,0 +53172,633,235,6,3,3,0 +53171,633,312,0,11,11,0 +53170,633,304,3,8,8,0 +53169,633,278,6,4,4,0 +53168,633,317,3,6,6,0 +53167,633,223,4,5,5,0 +53166,633,328,15,1,1,1 +53165,633,207,9,2,2,1 +53219,634,342,0,26,26,0 +53218,634,314,0,18,18,0 +53217,634,306,1,12,12,0 +53216,634,339,0,23,23,0 +53215,634,347,0,28,28,0 +53214,634,320,0,17,17,0 +53213,634,334,0,27,27,0 +53212,634,340,0,25,25,0 +53211,634,346,0,22,22,0 +53210,634,293,0,24,24,0 +53209,634,345,3,8,8,0 +53208,634,307,0,20,20,0 +53207,634,327,0,14,14,0 +53206,634,341,0,13,13,0 +53205,634,224,2,10,10,0 +53204,634,333,0,21,21,0 +53203,634,243,1,11,11,0 +53202,634,280,0,16,16,0 +53201,634,238,6,4,4,0 +53200,634,289,0,19,19,0 +53199,634,235,10,2,2,0 +53198,634,312,0,15,15,0 +53197,634,304,6,6,6,0 +53196,634,278,6,5,5,0 +53195,634,317,3,9,9,0 +53194,634,223,4,7,7,0 +53193,634,328,24,1,1,2 +53192,634,207,9,3,3,1 +53249,635,338,0,29,29,0 +53248,635,298,0,20,20,0 +53247,635,342,0,24,24,0 +53246,635,314,0,21,21,0 +53245,635,306,1,12,12,0 +53244,635,339,0,25,25,0 +53243,635,347,0,30,30,0 +53242,635,320,0,19,19,0 +53241,635,334,0,28,28,0 +53240,635,340,0,27,27,0 +53239,635,346,1,14,14,0 +53238,635,293,0,26,26,0 +53237,635,345,9,4,4,0 +53236,635,307,0,15,15,0 +53235,635,327,0,16,16,0 +53234,635,341,2,10,10,0 +53233,635,224,2,11,11,0 +53232,635,333,0,23,23,0 +53231,635,243,1,13,13,0 +53230,635,280,0,18,18,0 +53229,635,238,9,5,5,0 +53228,635,289,0,22,22,0 +53227,635,235,19,2,2,1 +53226,635,312,0,17,17,0 +53225,635,304,6,8,8,0 +53224,635,278,6,7,7,0 +53223,635,317,3,9,9,0 +53222,635,223,8,6,6,0 +53221,635,328,24,1,1,2 +53220,635,207,9,3,3,1 +53281,636,349,0,26,26,0 +53280,636,348,0,24,24,0 +53279,636,338,0,31,31,0 +53278,636,298,0,20,20,0 +53277,636,342,0,25,25,0 +53276,636,314,0,21,21,0 +53275,636,306,1,14,14,0 +53274,636,339,0,27,27,0 +53273,636,347,0,32,32,0 +53272,636,320,0,18,18,0 +53271,636,334,0,30,30,0 +53270,636,340,0,29,29,0 +53269,636,346,4,11,11,0 +53268,636,293,0,28,28,0 +53267,636,345,9,4,4,0 +53266,636,307,0,16,16,0 +53265,636,327,6,8,8,0 +53264,636,341,2,13,13,0 +53263,636,224,6,9,9,0 +53262,636,333,0,23,23,0 +53261,636,243,1,15,15,0 +53260,636,280,0,19,19,0 +53259,636,238,9,5,5,0 +53258,636,289,0,22,22,0 +53257,636,235,19,2,2,1 +53256,636,312,0,17,17,0 +53255,636,304,6,10,10,0 +53254,636,278,8,7,7,0 +53253,636,317,4,12,12,0 +53252,636,223,8,6,6,0 +53251,636,328,33,1,1,3 +53250,636,207,9,3,3,1 +53317,637,262,0,36,36,0 +53316,637,329,0,31,31,0 +53315,637,321,0,30,30,0 +53314,637,330,0,23,23,0 +53313,637,349,0,27,27,0 +53312,637,348,0,25,25,0 +53311,637,338,0,34,34,0 +53310,637,298,0,20,20,0 +53309,637,342,0,26,26,0 +53308,637,314,0,21,21,0 +53307,637,306,1,16,16,0 +53306,637,339,0,28,28,0 +53305,637,347,0,35,35,0 +53304,637,320,0,19,19,0 +53303,637,334,0,33,33,0 +53302,637,340,0,32,32,0 +53301,637,346,4,11,11,0 +53300,637,293,0,29,29,0 +53299,637,345,9,6,6,0 +53298,637,307,0,17,17,0 +53297,637,327,6,9,9,0 +53296,637,341,3,14,14,0 +53295,637,224,10,4,4,0 +53294,637,333,0,24,24,0 +53293,637,243,3,15,15,0 +53292,637,280,3,13,13,0 +53291,637,238,15,3,3,0 +53290,637,289,0,22,22,0 +53289,637,235,19,2,2,1 +53288,637,312,0,18,18,0 +53287,637,304,6,10,10,0 +53286,637,278,8,8,8,0 +53285,637,317,4,12,12,0 +53284,637,223,8,7,7,0 +53283,637,328,42,1,1,4 +53282,637,207,9,5,5,1 +53354,638,350,0,24,24,0 +53353,638,262,0,37,37,0 +53352,638,329,0,32,32,0 +53351,638,321,0,31,31,0 +53350,638,330,0,23,23,0 +53349,638,349,0,28,28,0 +53348,638,348,0,26,26,0 +53347,638,338,0,35,35,0 +53346,638,298,0,21,21,0 +53345,638,342,0,27,27,0 +53344,638,314,1,17,17,0 +53343,638,306,1,16,16,0 +53342,638,339,0,29,29,0 +53341,638,347,0,36,36,0 +53340,638,320,0,20,20,0 +53339,638,334,0,34,34,0 +53338,638,340,0,33,33,0 +53337,638,346,4,12,12,0 +53336,638,293,0,30,30,0 +53335,638,345,9,8,8,0 +53334,638,307,0,18,18,0 +53333,638,327,12,5,5,0 +53332,638,341,3,14,14,0 +53331,638,224,10,7,7,0 +53330,638,333,0,25,25,0 +53329,638,243,3,15,15,0 +53328,638,280,3,13,13,0 +53327,638,238,17,3,3,0 +53326,638,289,0,22,22,0 +53325,638,235,19,2,2,1 +53324,638,312,0,19,19,0 +53323,638,304,6,10,10,0 +53322,638,278,8,9,9,0 +53321,638,317,4,11,11,0 +53320,638,223,12,6,6,0 +53319,638,328,51,1,1,5 +53318,638,207,12,4,4,1 +53393,639,182,0,33,33,0 +53392,639,337,0,26,26,0 +53391,639,350,0,25,25,0 +53390,639,262,0,23,23,0 +53389,639,329,0,29,29,0 +53388,639,321,0,35,35,0 +53387,639,330,0,24,24,0 +53386,639,349,0,31,31,0 +53385,639,348,0,28,28,0 +53384,639,338,0,39,39,0 +53383,639,298,0,22,22,0 +53382,639,342,0,30,30,0 +53381,639,314,5,13,13,0 +53380,639,306,1,18,18,0 +53379,639,339,0,32,32,0 +53378,639,347,0,37,37,0 +53377,639,320,0,21,21,0 +53376,639,334,0,38,38,0 +53375,639,340,0,36,36,0 +53374,639,346,13,5,5,1 +53373,639,293,0,34,34,0 +53372,639,345,9,9,9,0 +53371,639,307,0,19,19,0 +53370,639,327,12,7,7,0 +53369,639,341,3,15,15,0 +53368,639,224,16,4,4,0 +53367,639,333,0,27,27,0 +53366,639,243,3,16,16,0 +53365,639,280,4,14,14,0 +53364,639,238,17,3,3,0 +53363,639,289,2,17,17,0 +53362,639,235,19,2,2,1 +53361,639,312,0,20,20,0 +53360,639,304,6,12,12,0 +53359,639,278,8,10,10,0 +53358,639,317,7,11,11,0 +53357,639,223,12,8,8,0 +53356,639,328,51,1,1,5 +53355,639,207,12,6,6,1 +53435,640,351,0,40,40,0 +53434,640,197,0,31,31,0 +53433,640,305,3,16,16,0 +53432,640,182,0,36,36,0 +53431,640,337,0,27,27,0 +53430,640,350,0,28,28,0 +53429,640,262,0,22,22,0 +53428,640,329,0,32,32,0 +53427,640,321,0,38,38,0 +53426,640,330,0,26,26,0 +53425,640,349,0,34,34,0 +53424,640,348,0,30,30,0 +53423,640,338,0,42,42,0 +53422,640,298,0,24,24,0 +53421,640,342,0,33,33,0 +53420,640,314,5,14,14,0 +53419,640,306,1,21,21,0 +53418,640,339,0,35,35,0 +53417,640,347,0,25,25,0 +53416,640,320,9,9,9,1 +53415,640,334,0,41,41,0 +53414,640,340,0,39,39,0 +53413,640,346,13,6,6,1 +53412,640,293,0,37,37,0 +53411,640,345,9,10,10,0 +53410,640,307,2,19,19,0 +53409,640,327,16,4,4,0 +53408,640,341,3,17,17,0 +53407,640,224,16,5,5,0 +53406,640,333,0,29,29,0 +53405,640,243,3,18,18,0 +53404,640,280,4,15,15,0 +53403,640,238,23,2,2,0 +53402,640,289,2,20,20,0 +53401,640,235,19,3,3,1 +53400,640,312,0,23,23,0 +53399,640,304,6,13,13,0 +53398,640,278,9,11,11,0 +53397,640,317,7,12,12,0 +53396,640,223,12,8,8,0 +53395,640,328,51,1,1,5 +53394,640,207,12,7,7,1 +53481,641,354,0,46,46,0 +53480,641,353,0,39,39,0 +53479,641,352,0,32,32,0 +53478,641,288,4,15,15,0 +53477,641,351,0,43,43,0 +53476,641,197,0,33,33,0 +53475,641,305,3,17,17,0 +53474,641,182,0,38,38,0 +53473,641,337,0,28,28,0 +53472,641,350,0,29,29,0 +53471,641,262,0,23,23,0 +53470,641,329,0,34,34,0 +53469,641,321,0,41,41,0 +53468,641,330,0,27,27,0 +53467,641,349,0,36,36,0 +53466,641,348,0,31,31,0 +53465,641,338,0,45,45,0 +53464,641,298,0,25,25,0 +53463,641,342,0,35,35,0 +53462,641,314,5,14,14,0 +53461,641,306,1,22,22,0 +53460,641,339,0,37,37,0 +53459,641,347,0,26,26,0 +53458,641,320,9,9,9,1 +53457,641,334,0,44,44,0 +53456,641,340,0,42,42,0 +53455,641,346,13,6,6,1 +53454,641,293,0,40,40,0 +53453,641,345,9,10,10,0 +53452,641,307,2,20,20,0 +53451,641,327,17,4,4,0 +53450,641,341,3,18,18,0 +53449,641,224,16,5,5,0 +53448,641,333,0,30,30,0 +53447,641,243,3,19,19,0 +53446,641,280,4,16,16,0 +53445,641,238,29,2,2,0 +53444,641,289,2,21,21,0 +53443,641,235,19,3,3,1 +53442,641,312,0,24,24,0 +53441,641,304,9,13,13,0 +53440,641,278,9,11,11,0 +53439,641,317,9,12,12,0 +53438,641,223,12,8,8,0 +53437,641,328,60,1,1,6 +53436,641,207,12,7,7,1 +53531,642,309,0,50,50,0 +53530,642,344,0,49,49,0 +53529,642,355,0,33,33,0 +53528,642,322,0,27,27,0 +53527,642,354,0,48,48,0 +53526,642,353,0,41,41,0 +53525,642,352,0,34,34,0 +53524,642,288,4,16,16,0 +53523,642,351,0,45,45,0 +53522,642,197,0,35,35,0 +53521,642,305,3,18,18,0 +53520,642,182,0,40,40,0 +53519,642,337,0,29,29,0 +53518,642,350,0,31,31,0 +53517,642,262,0,23,23,0 +53516,642,329,0,36,36,0 +53515,642,321,0,43,43,0 +53514,642,330,0,28,28,0 +53513,642,349,0,38,38,0 +53512,642,348,0,32,32,0 +53511,642,338,0,47,47,0 +53510,642,298,0,25,25,0 +53509,642,342,0,37,37,0 +53508,642,314,5,14,14,0 +53507,642,306,1,22,22,0 +53506,642,339,0,39,39,0 +53505,642,347,0,26,26,0 +53504,642,320,9,9,9,1 +53503,642,334,0,46,46,0 +53502,642,340,0,44,44,0 +53501,642,346,19,5,5,1 +53500,642,293,0,42,42,0 +53499,642,345,9,10,10,0 +53498,642,307,5,15,15,0 +53497,642,327,26,3,3,1 +53496,642,341,3,19,19,0 +53495,642,224,16,6,6,0 +53494,642,333,0,30,30,0 +53493,642,243,3,20,20,0 +53492,642,280,4,17,17,0 +53491,642,238,33,2,2,0 +53490,642,289,2,21,21,0 +53489,642,235,19,4,4,1 +53488,642,312,0,24,24,0 +53487,642,304,9,13,13,0 +53486,642,278,9,11,11,0 +53485,642,317,9,12,12,0 +53484,642,223,13,7,7,0 +53483,642,328,62,1,1,6 +53482,642,207,12,8,8,1 +54358,643,278,0,23,23,0 +54357,643,262,0,22,22,0 +54356,643,243,0,21,21,0 +54355,643,207,0,20,20,0 +54354,643,361,0,19,19,0 +54353,643,360,0,18,18,0 +54352,643,359,0,17,17,0 +54351,643,352,0,16,16,0 +54350,643,341,0,15,15,0 +54349,643,235,0,14,14,0 +54348,643,358,0,13,13,0 +54347,643,293,0,12,12,0 +54346,643,362,0,11,11,0 +54345,643,346,0,10,10,0 +54344,643,345,0,9,9,0 +54343,643,340,0,8,8,0 +54342,643,280,0,7,7,0 +54341,643,289,1,6,6,0 +54340,643,357,2,5,5,0 +54339,643,306,3,4,4,0 +54338,643,328,4,3,3,0 +54337,643,304,6,2,2,0 +54336,643,356,9,1,1,1 +54383,644,339,0,25,25,0 +54382,644,333,0,24,24,0 +54381,644,278,0,19,19,0 +54380,644,262,0,22,22,0 +54379,644,243,0,18,18,0 +54378,644,207,4,5,5,0 +54377,644,361,0,23,23,0 +54376,644,360,6,4,4,0 +54375,644,359,2,8,8,0 +54374,644,352,0,21,21,0 +54373,644,341,0,17,17,0 +54372,644,235,0,20,20,0 +54371,644,358,0,16,16,0 +54370,644,293,0,15,15,0 +54369,644,362,0,14,14,0 +54368,644,346,0,13,13,0 +54367,644,345,0,12,12,0 +54366,644,340,0,11,11,0 +54365,644,280,0,10,10,0 +54364,644,289,4,6,6,0 +54363,644,357,2,9,9,0 +54362,644,306,3,7,7,0 +54361,644,328,13,1,1,1 +54360,644,304,6,3,3,0 +54359,644,356,9,2,2,1 +54409,645,238,0,13,13,0 +54408,645,339,0,26,26,0 +54407,645,333,0,25,25,0 +54406,645,278,0,20,20,0 +54405,645,262,0,22,22,0 +54404,645,243,0,19,19,0 +54403,645,207,4,8,8,0 +54402,645,361,0,21,21,0 +54401,645,360,6,5,5,0 +54400,645,359,2,10,10,0 +54399,645,352,0,24,24,0 +54398,645,341,0,18,18,0 +54397,645,235,0,23,23,0 +54396,645,358,9,3,3,1 +54395,645,293,0,17,17,0 +54394,645,362,0,16,16,0 +54393,645,346,0,14,14,0 +54392,645,345,1,12,12,0 +54391,645,340,0,15,15,0 +54390,645,280,4,7,7,0 +54389,645,289,6,6,6,0 +54388,645,357,2,11,11,0 +54387,645,306,3,9,9,0 +54386,645,328,13,2,2,1 +54385,645,304,9,4,4,0 +54384,645,356,15,1,1,1 +54437,646,321,0,27,27,0 +54436,646,363,3,12,12,0 +54435,646,238,0,17,17,0 +54434,646,339,0,28,28,0 +54433,646,333,0,26,26,0 +54432,646,278,6,7,7,0 +54431,646,262,0,24,24,0 +54430,646,243,2,13,13,0 +54429,646,207,4,11,11,0 +54428,646,361,0,23,23,0 +54427,646,360,6,8,8,0 +54426,646,359,2,15,15,0 +54425,646,352,0,25,25,0 +54424,646,341,0,22,22,0 +54423,646,235,0,18,18,0 +54422,646,358,9,4,4,1 +54421,646,293,0,21,21,0 +54420,646,362,0,20,20,0 +54419,646,346,0,16,16,0 +54418,646,345,10,3,3,1 +54417,646,340,0,19,19,0 +54416,646,280,5,10,10,0 +54415,646,289,6,9,9,0 +54414,646,357,2,14,14,0 +54413,646,306,7,6,6,0 +54412,646,328,13,2,2,1 +54411,646,304,9,5,5,0 +54410,646,356,15,1,1,1 +54471,647,351,0,34,34,0 +54470,647,353,0,33,33,0 +54469,647,364,0,31,31,0 +54468,647,320,0,30,30,0 +54467,647,327,0,26,26,0 +54466,647,223,3,14,14,0 +54465,647,321,0,29,29,0 +54464,647,363,3,13,13,0 +54463,647,238,0,20,20,0 +54462,647,339,0,32,32,0 +54461,647,333,0,28,28,0 +54460,647,278,6,7,7,0 +54459,647,262,0,25,25,0 +54458,647,243,2,16,16,0 +54457,647,207,4,12,12,0 +54456,647,361,0,24,24,0 +54455,647,360,6,8,8,0 +54454,647,359,2,17,17,0 +54453,647,352,0,27,27,0 +54452,647,341,1,18,18,0 +54451,647,235,4,11,11,0 +54450,647,358,18,2,2,2 +54449,647,293,0,23,23,0 +54448,647,362,0,22,22,0 +54447,647,346,0,19,19,0 +54446,647,345,10,4,4,1 +54445,647,340,0,21,21,0 +54444,647,280,5,10,10,0 +54443,647,289,6,9,9,0 +54442,647,357,2,15,15,0 +54441,647,306,9,6,6,0 +54440,647,328,19,1,1,1 +54439,647,304,9,5,5,0 +54438,647,356,15,3,3,1 +54505,648,351,0,32,32,0 +54504,648,353,0,34,34,0 +54503,648,364,1,19,19,0 +54502,648,320,0,31,31,0 +54501,648,327,0,23,23,0 +54500,648,223,3,14,14,0 +54499,648,321,0,30,30,0 +54498,648,363,3,13,13,0 +54497,648,238,0,21,21,0 +54496,648,339,0,33,33,0 +54495,648,333,0,29,29,0 +54494,648,278,12,4,4,0 +54493,648,262,0,28,28,0 +54492,648,243,2,16,16,0 +54491,648,207,4,12,12,0 +54490,648,361,0,27,27,0 +54489,648,360,6,9,9,0 +54488,648,359,2,17,17,0 +54487,648,352,0,25,25,0 +54486,648,341,1,18,18,0 +54485,648,235,4,11,11,0 +54484,648,358,27,1,1,3 +54483,648,293,0,26,26,0 +54482,648,362,0,24,24,0 +54481,648,346,0,20,20,0 +54480,648,345,10,6,6,1 +54479,648,340,0,22,22,0 +54478,648,280,7,8,8,0 +54477,648,289,6,10,10,0 +54476,648,357,2,15,15,0 +54475,648,306,9,7,7,0 +54474,648,328,19,2,2,1 +54473,648,304,12,5,5,0 +54472,648,356,19,3,3,1 +54540,649,224,0,23,23,0 +54539,649,351,0,34,34,0 +54538,649,353,0,29,29,0 +54537,649,364,1,19,19,0 +54536,649,320,0,33,33,0 +54535,649,327,0,22,22,0 +54534,649,223,6,11,11,0 +54533,649,321,0,32,32,0 +54532,649,363,3,14,14,0 +54531,649,238,0,21,21,0 +54530,649,339,0,35,35,0 +54529,649,333,0,31,31,0 +54528,649,278,14,5,5,0 +54527,649,262,0,30,30,0 +54526,649,243,2,16,16,0 +54525,649,207,4,13,13,0 +54524,649,361,0,28,28,0 +54523,649,360,6,10,10,0 +54522,649,359,2,17,17,0 +54521,649,352,0,26,26,0 +54520,649,341,1,18,18,0 +54519,649,235,4,12,12,0 +54518,649,358,36,1,1,4 +54517,649,293,0,27,27,0 +54516,649,362,0,25,25,0 +54515,649,346,0,20,20,0 +54514,649,345,10,6,6,1 +54513,649,340,0,24,24,0 +54512,649,280,7,8,8,0 +54511,649,289,7,9,9,0 +54510,649,357,2,15,15,0 +54509,649,306,9,7,7,0 +54508,649,328,19,3,3,1 +54507,649,304,16,4,4,0 +54506,649,356,25,2,2,1 +54577,650,365,0,37,37,0 +54576,650,312,0,36,36,0 +54575,650,224,3,15,15,0 +54574,650,351,0,34,34,0 +54573,650,353,0,29,29,0 +54572,650,364,1,20,20,0 +54571,650,320,0,33,33,0 +54570,650,327,0,21,21,0 +54569,650,223,6,12,12,0 +54568,650,321,0,32,32,0 +54567,650,363,3,16,16,0 +54566,650,238,0,23,23,0 +54565,650,339,0,35,35,0 +54564,650,333,0,31,31,0 +54563,650,278,14,5,5,0 +54562,650,262,0,30,30,0 +54561,650,243,4,14,14,0 +54560,650,207,4,13,13,0 +54559,650,361,0,28,28,0 +54558,650,360,6,11,11,0 +54557,650,359,2,18,18,0 +54556,650,352,0,26,26,0 +54555,650,341,1,19,19,0 +54554,650,235,10,7,7,0 +54553,650,358,45,1,1,5 +54552,650,293,0,27,27,0 +54551,650,362,0,25,25,0 +54550,650,346,0,22,22,0 +54549,650,345,10,6,6,1 +54548,650,340,0,24,24,0 +54547,650,280,8,9,9,0 +54546,650,289,7,10,10,0 +54545,650,357,2,17,17,0 +54544,650,306,9,8,8,0 +54543,650,328,19,4,4,1 +54542,650,304,20,3,3,0 +54541,650,356,25,2,2,1 +29863,17,18,95,1,1,6 +29864,17,22,77,3,3,2 +29865,17,15,32.5,8,8,0 +29866,17,10,24,10,10,0 +29867,17,4,26,9,9,0 +29868,17,3,34.5,7,7,0 +29869,17,67,6,16,16,0 +29870,17,7,2,19,19,0 +29871,17,16,5,17,17,0 +29872,17,2,19,13,13,0 +29873,17,21,8,15,15,0 +29874,17,17,69.5,4,4,2 +29875,17,20,84,2,2,4 +29876,17,9,17,14,14,0 +29877,17,8,48,6,6,1 +29878,17,13,22,11,11,0 +29879,17,12,0,21,21,0 +29880,17,6,0,20,20,0 +29881,17,5,22,12,12,0 +29882,17,1,49,5,5,2 +29883,17,153,0,24,24,0 +29884,17,154,0,23,23,0 +29885,17,69,0,25,25,0 +29886,17,24,0,22,22,0 +29887,17,155,3,18,18,0 +54615,651,314,0,34,34,0 +54614,651,365,0,38,38,0 +54613,651,312,0,37,37,0 +54612,651,224,3,16,16,0 +54611,651,351,0,35,35,0 +54610,651,353,0,32,32,0 +54609,651,364,1,21,21,0 +54608,651,320,0,26,26,0 +54607,651,327,0,22,22,0 +54606,651,223,12,8,8,0 +54605,651,321,0,33,33,0 +54604,651,363,3,15,15,0 +54603,651,238,0,24,24,0 +54602,651,339,0,36,36,0 +54601,651,333,0,29,29,0 +54600,651,278,14,6,6,0 +54599,651,262,2,18,18,0 +54598,651,243,8,10,10,0 +54597,651,207,4,14,14,0 +54596,651,361,0,31,31,0 +54595,651,360,6,13,13,0 +54594,651,359,2,19,19,0 +54593,651,352,0,27,27,0 +54592,651,341,1,20,20,0 +54591,651,235,19,4,4,1 +54590,651,358,45,1,1,5 +54589,651,293,0,30,30,0 +54588,651,362,0,28,28,0 +54587,651,346,0,23,23,0 +54586,651,345,13,7,7,1 +54585,651,340,0,25,25,0 +54584,651,280,8,11,11,0 +54583,651,289,7,12,12,0 +54582,651,357,2,17,17,0 +54581,651,306,10,9,9,0 +54580,651,328,19,5,5,1 +54579,651,304,20,3,3,0 +54578,651,356,25,2,2,1 +54655,652,330,0,40,40,0 +54654,652,347,0,38,38,0 +54653,652,314,0,33,33,0 +54652,652,365,0,39,39,0 +54651,652,312,0,37,37,0 +54650,652,224,3,16,16,0 +54649,652,351,0,35,35,0 +54648,652,353,0,32,32,0 +54647,652,364,1,22,22,0 +54646,652,320,0,27,27,0 +54645,652,327,1,20,20,0 +54644,652,223,21,5,5,1 +54643,652,321,0,34,34,0 +54642,652,363,3,15,15,0 +54641,652,238,0,24,24,0 +54640,652,339,0,36,36,0 +54639,652,333,0,25,25,0 +54638,652,278,14,7,7,0 +54637,652,262,2,18,18,0 +54636,652,243,10,10,10,0 +54635,652,207,4,14,14,0 +54634,652,361,0,31,31,0 +54633,652,360,6,13,13,0 +54632,652,359,2,19,19,0 +54631,652,352,0,28,28,0 +54630,652,341,1,21,21,0 +54629,652,235,19,6,6,1 +54628,652,358,45,1,1,5 +54627,652,293,0,30,30,0 +54626,652,362,0,29,29,0 +54625,652,346,0,23,23,0 +54624,652,345,13,9,9,1 +54623,652,340,0,26,26,0 +54622,652,280,8,11,11,0 +54621,652,289,7,12,12,0 +54620,652,357,2,17,17,0 +54619,652,306,14,8,8,0 +54618,652,328,25,2,2,1 +54617,652,304,23,4,4,0 +54616,652,356,25,3,3,1 +54695,653,330,0,40,40,0 +54694,653,347,0,38,38,0 +54693,653,314,0,33,33,0 +54692,653,365,0,39,39,0 +54691,653,312,0,37,37,0 +54690,653,224,3,16,16,0 +54689,653,351,0,35,35,0 +54688,653,353,0,32,32,0 +54687,653,364,1,23,23,0 +54686,653,320,1,22,22,0 +54685,653,327,1,21,21,0 +54684,653,223,27,3,3,1 +54683,653,321,0,34,34,0 +54682,653,363,3,15,15,0 +54681,653,238,0,25,25,0 +54680,653,339,0,36,36,0 +54679,653,333,0,26,26,0 +54678,653,278,18,7,7,0 +54677,653,262,2,19,19,0 +54676,653,243,10,10,10,0 +54675,653,207,4,14,14,0 +54674,653,361,0,31,31,0 +54673,653,360,6,13,13,0 +54672,653,359,2,20,20,0 +54671,653,352,0,28,28,0 +54670,653,341,3,17,17,0 +54669,653,235,28,2,2,2 +54668,653,358,45,1,1,5 +54667,653,293,0,30,30,0 +54666,653,362,0,29,29,0 +54665,653,346,0,24,24,0 +54664,653,345,16,8,8,1 +54663,653,340,0,27,27,0 +54662,653,280,8,11,11,0 +54661,653,289,7,12,12,0 +54660,653,357,2,18,18,0 +54659,653,306,14,9,9,0 +54658,653,328,25,4,4,1 +54657,653,304,23,6,6,0 +54656,653,356,25,5,5,1 +54738,654,367,0,42,42,0 +54737,654,366,0,38,38,0 +54736,654,317,4,16,16,0 +54735,654,330,0,43,43,0 +54734,654,347,0,36,36,0 +54733,654,314,0,35,35,0 +54732,654,365,0,41,41,0 +54731,654,312,0,40,40,0 +54730,654,224,12,10,10,1 +54729,654,351,0,37,37,0 +54728,654,353,0,34,34,0 +54727,654,364,1,24,24,0 +54726,654,320,1,23,23,0 +54725,654,327,1,22,22,0 +54724,654,223,27,3,3,1 +54723,654,321,1,25,25,0 +54722,654,363,3,17,17,0 +54721,654,238,0,27,27,0 +54720,654,339,0,39,39,0 +54719,654,333,0,28,28,0 +54718,654,278,20,8,8,0 +54717,654,262,2,20,20,0 +54716,654,243,10,11,11,0 +54715,654,207,4,15,15,0 +54714,654,361,0,33,33,0 +54713,654,360,6,14,14,0 +54712,654,359,2,21,21,0 +54711,654,352,0,30,30,0 +54710,654,341,3,18,18,0 +54709,654,235,31,2,2,2 +54708,654,358,45,1,1,5 +54707,654,293,0,32,32,0 +54706,654,362,0,31,31,0 +54705,654,346,0,26,26,0 +54704,654,345,22,7,7,1 +54703,654,340,0,29,29,0 +54702,654,280,8,12,12,0 +54701,654,289,7,13,13,0 +54700,654,357,2,19,19,0 +54699,654,306,14,9,9,0 +54698,654,328,25,4,4,1 +54697,654,304,23,6,6,0 +54696,654,356,25,5,5,1 +54781,655,367,0,42,42,0 +54780,655,366,0,38,38,0 +54779,655,317,4,15,15,0 +54778,655,330,0,43,43,0 +54777,655,347,0,36,36,0 +54776,655,314,0,35,35,0 +54775,655,365,0,41,41,0 +54774,655,312,0,40,40,0 +54773,655,224,12,10,10,1 +54772,655,351,0,37,37,0 +54771,655,353,0,34,34,0 +54770,655,364,1,24,24,0 +54769,655,320,1,23,23,0 +54768,655,327,1,22,22,0 +54767,655,223,33,3,3,1 +54766,655,321,1,25,25,0 +54765,655,363,3,17,17,0 +54764,655,238,0,27,27,0 +54763,655,339,0,39,39,0 +54762,655,333,0,28,28,0 +54761,655,278,23,8,8,0 +54760,655,262,2,20,20,0 +54759,655,243,10,11,11,0 +54758,655,207,4,16,16,0 +54757,655,361,0,33,33,0 +54756,655,360,6,14,14,0 +54755,655,359,2,21,21,0 +54754,655,352,0,30,30,0 +54753,655,341,3,18,18,0 +54752,655,235,40,2,2,3 +54751,655,358,45,1,1,5 +54750,655,293,0,32,32,0 +54749,655,362,0,31,31,0 +54748,655,346,0,26,26,0 +54747,655,345,23,7,7,1 +54746,655,340,0,29,29,0 +54745,655,280,8,12,12,0 +54744,655,289,7,13,13,0 +54743,655,357,2,19,19,0 +54742,655,306,16,9,9,0 +54741,655,328,25,5,5,1 +54740,655,304,27,4,4,0 +54739,655,356,25,6,6,1 +52889,656,369,0,18,18,0 +52888,656,235,0,17,17,0 +52887,656,340,0,16,16,0 +52886,656,207,0,15,15,0 +52885,656,356,0,14,14,0 +52884,656,278,0,13,13,0 +52883,656,345,0,12,12,0 +52882,656,341,0,11,11,0 +52881,656,358,0,10,10,0 +52880,656,362,0,9,9,0 +52879,656,368,0,8,8,0 +52878,656,262,0,7,7,0 +52877,656,306,1,6,6,0 +52876,656,360,2,5,5,0 +52875,656,346,3,4,4,0 +52874,656,304,4,3,3,0 +52873,656,289,6,2,2,0 +52872,656,328,9,1,1,1 +52908,657,361,0,16,16,0 +52907,657,369,0,19,19,0 +52906,657,235,1,8,8,0 +52905,657,340,0,18,18,0 +52904,657,207,0,17,17,0 +52903,657,356,0,13,13,0 +52902,657,278,0,12,12,0 +52901,657,345,0,11,11,0 +52900,657,341,2,7,7,0 +52899,657,358,0,15,15,0 +52898,657,362,0,14,14,0 +52897,657,368,0,10,10,0 +52896,657,262,0,9,9,0 +52895,657,306,5,5,5,0 +52894,657,360,8,2,2,0 +52893,657,346,3,6,6,0 +52892,657,304,7,3,3,0 +52891,657,289,6,4,4,0 +52890,657,328,18,1,1,2 +52930,658,351,0,19,19,0 +52929,658,350,0,12,12,0 +52928,658,370,3,8,8,0 +52927,658,361,6,6,6,0 +52926,658,369,0,22,22,0 +52925,658,235,1,10,10,0 +52924,658,340,0,21,21,0 +52923,658,207,0,20,20,0 +52922,658,356,0,16,16,0 +52921,658,278,0,15,15,0 +52920,658,345,0,14,14,0 +52919,658,341,2,9,9,0 +52918,658,358,0,18,18,0 +52917,658,362,0,17,17,0 +52916,658,368,0,13,13,0 +52915,658,262,0,11,11,0 +52914,658,306,5,7,7,0 +52913,658,360,10,3,3,0 +52912,658,346,7,5,5,0 +52911,658,304,8,4,4,0 +52910,658,289,15,2,2,1 +52909,658,328,18,1,1,2 +52952,659,351,0,19,19,0 +52951,659,350,0,13,13,0 +52950,659,370,3,9,9,0 +52949,659,361,6,6,6,0 +52948,659,369,0,22,22,0 +52947,659,235,3,10,10,0 +52946,659,340,0,21,21,0 +52945,659,207,0,20,20,0 +52944,659,356,1,12,12,0 +52943,659,278,4,8,8,0 +52942,659,345,0,16,16,0 +52941,659,341,2,11,11,0 +52940,659,358,0,18,18,0 +52939,659,362,0,17,17,0 +52938,659,368,0,15,15,0 +52937,659,262,0,14,14,0 +52936,659,306,5,7,7,0 +52935,659,360,10,5,5,0 +52934,659,346,13,3,3,0 +52933,659,304,11,4,4,0 +52932,659,289,15,2,2,1 +52931,659,328,27,1,1,3 +52975,660,357,0,20,20,0 +52974,660,351,0,14,14,0 +52973,660,350,2,11,11,0 +52972,660,370,3,10,10,0 +52971,660,361,6,8,8,0 +52970,660,369,0,23,23,0 +52969,660,235,7,7,7,0 +52968,660,340,0,22,22,0 +52967,660,207,0,21,21,0 +52966,660,356,1,13,13,0 +52965,660,278,4,9,9,0 +52964,660,345,0,17,17,0 +52963,660,341,2,12,12,0 +52962,660,358,0,19,19,0 +52961,660,362,0,18,18,0 +52960,660,368,0,16,16,0 +52959,660,262,0,15,15,0 +52958,660,306,11,5,5,0 +52957,660,360,13,4,4,0 +52956,660,346,13,3,3,0 +52955,660,304,11,6,6,0 +52954,660,289,16,2,2,1 +52953,660,328,36,1,1,4 +53000,661,321,0,23,23,0 +52999,661,347,0,22,22,0 +52998,661,357,0,18,18,0 +52997,661,351,0,15,15,0 +52996,661,350,3,12,12,0 +52995,661,370,3,11,11,0 +52994,661,361,8,8,8,0 +52993,661,369,0,25,25,0 +52992,661,235,13,5,5,0 +52991,661,340,0,24,24,0 +52990,661,207,0,21,21,0 +52989,661,356,1,14,14,0 +52988,661,278,4,9,9,0 +52987,661,345,0,19,19,0 +52986,661,341,2,13,13,0 +52985,661,358,3,10,10,0 +52984,661,362,0,20,20,0 +52983,661,368,0,17,17,0 +52982,661,262,0,16,16,0 +52981,661,306,11,6,6,0 +52980,661,360,17,2,2,0 +52979,661,346,13,4,4,0 +52978,661,304,11,7,7,0 +52977,661,289,16,3,3,1 +52976,661,328,45,1,1,5 +53025,662,321,0,23,23,0 +53024,662,347,0,21,21,0 +53023,662,357,0,18,18,0 +53022,662,351,0,16,16,0 +53021,662,350,3,12,12,0 +53020,662,370,3,11,11,0 +53019,662,361,8,8,8,0 +53018,662,369,0,25,25,0 +53017,662,235,22,2,2,1 +53016,662,340,0,24,24,0 +53015,662,207,0,22,22,0 +53014,662,356,1,14,14,0 +53013,662,278,4,9,9,0 +53012,662,345,0,19,19,0 +53011,662,341,2,13,13,0 +53010,662,358,3,10,10,0 +53009,662,362,0,20,20,0 +53008,662,368,0,17,17,0 +53007,662,262,0,15,15,0 +53006,662,306,12,6,6,0 +53005,662,360,21,3,3,0 +53004,662,346,15,5,5,0 +53003,662,304,11,7,7,0 +53002,662,289,19,4,4,1 +53001,662,328,51,1,1,5 +53050,663,321,0,23,23,0 +53049,663,347,0,21,21,0 +53048,663,357,0,19,19,0 +53047,663,351,0,17,17,0 +53046,663,350,3,12,12,0 +53045,663,370,3,11,11,0 +53044,663,361,10,8,8,0 +53043,663,369,0,25,25,0 +53042,663,235,22,3,3,1 +53041,663,340,0,24,24,0 +53040,663,207,0,22,22,0 +53039,663,356,1,15,15,0 +53038,663,278,4,10,10,0 +53037,663,345,1,14,14,0 +53036,663,341,2,13,13,0 +53035,663,358,9,9,9,0 +53034,663,362,0,20,20,0 +53033,663,368,0,18,18,0 +53032,663,262,0,16,16,0 +53031,663,306,16,5,5,0 +53030,663,360,24,2,2,0 +53029,663,346,15,6,6,0 +53028,663,304,11,7,7,0 +53027,663,289,19,4,4,1 +53026,663,328,60,1,1,6 +53079,664,372,0,28,28,0 +53078,664,343,0,22,22,0 +53077,664,353,0,19,19,0 +53076,664,359,1,16,16,0 +53075,664,321,0,26,26,0 +53074,664,347,0,24,24,0 +53073,664,357,0,21,21,0 +53072,664,351,0,18,18,0 +53071,664,350,3,13,13,0 +53070,664,370,3,12,12,0 +53069,664,361,10,9,9,0 +53068,664,369,0,29,29,0 +53067,664,235,31,2,2,2 +53066,664,340,0,27,27,0 +53065,664,207,0,25,25,0 +53064,664,356,7,10,10,0 +53063,664,278,4,11,11,0 +53062,664,345,1,15,15,0 +53061,664,341,2,14,14,0 +53060,664,358,13,7,7,0 +53059,664,362,0,23,23,0 +53058,664,368,0,20,20,0 +53057,664,262,0,17,17,0 +53056,664,306,19,5,5,0 +53055,664,360,26,3,3,0 +53054,664,346,15,6,6,0 +53053,664,304,11,8,8,0 +53052,664,289,19,4,4,1 +53051,664,328,60,1,1,6 +53109,665,352,0,25,25,0 +53108,665,372,0,29,29,0 +53107,665,343,0,22,22,0 +53106,665,353,0,19,19,0 +53105,665,359,1,17,17,0 +53104,665,321,0,27,27,0 +53103,665,347,0,24,24,0 +53102,665,357,0,21,21,0 +53101,665,351,1,16,16,0 +53100,665,350,3,14,14,0 +53099,665,370,3,13,13,0 +53098,665,361,16,7,7,0 +53097,665,369,0,30,30,0 +53096,665,235,31,2,2,2 +53095,665,340,0,28,28,0 +53094,665,207,0,26,26,0 +53093,665,356,10,10,10,0 +53092,665,278,4,12,12,0 +53091,665,345,3,15,15,0 +53090,665,341,6,11,11,0 +53089,665,358,22,4,4,1 +53088,665,362,0,23,23,0 +53087,665,368,0,20,20,0 +53086,665,262,0,18,18,0 +53085,665,306,19,6,6,0 +53084,665,360,26,3,3,0 +53083,665,346,15,8,8,0 +53082,665,304,11,9,9,0 +53081,665,289,19,5,5,1 +53080,665,328,60,1,1,6 +53139,666,352,0,24,24,0 +53138,666,372,0,29,29,0 +53137,666,343,0,22,22,0 +53136,666,353,0,19,19,0 +53135,666,359,1,18,18,0 +53134,666,321,0,27,27,0 +53133,666,347,0,25,25,0 +53132,666,357,0,21,21,0 +53131,666,351,1,16,16,0 +53130,666,350,3,14,14,0 +53129,666,370,3,13,13,0 +53128,666,361,16,8,8,0 +53127,666,369,0,30,30,0 +53126,666,235,37,2,2,2 +53125,666,340,0,28,28,0 +53124,666,207,0,26,26,0 +53123,666,356,14,10,10,0 +53122,666,278,4,12,12,0 +53121,666,345,3,15,15,0 +53120,666,341,6,11,11,0 +53119,666,358,22,4,4,1 +53118,666,362,0,23,23,0 +53117,666,368,0,20,20,0 +53116,666,262,1,17,17,0 +53115,666,306,21,5,5,0 +53114,666,360,26,3,3,0 +53113,666,346,15,9,9,0 +53112,666,304,20,6,6,1 +53111,666,289,19,7,7,1 +53110,666,328,63,1,1,6 +53554,667,375,0,23,23,0 +53553,667,293,0,22,22,0 +53552,667,312,0,21,21,0 +53551,667,374,0,20,20,0 +53550,667,333,0,19,19,0 +53549,667,356,0,18,18,0 +53548,667,345,0,17,17,0 +53547,667,369,0,16,16,0 +53546,667,368,0,15,15,0 +53545,667,328,0,14,14,0 +53544,667,347,0,13,13,0 +53543,667,235,0,12,12,0 +53542,667,364,0,11,11,0 +53541,667,334,0,10,10,0 +53540,667,340,0,9,9,0 +53539,667,341,0,8,8,0 +53538,667,346,0,7,7,0 +53537,667,306,1,6,6,0 +53536,667,304,2,5,5,0 +53535,667,278,3,4,4,0 +53534,667,358,4,3,3,0 +53533,667,289,6,2,2,0 +53532,667,373,9,1,1,1 +53579,668,361,0,13,13,0 +53578,668,360,0,12,12,0 +53577,668,375,3,7,7,0 +53576,668,293,0,25,25,0 +53575,668,312,4,5,5,0 +53574,668,374,0,24,24,0 +53573,668,333,0,23,23,0 +53572,668,356,0,19,19,0 +53571,668,345,0,15,15,0 +53570,668,369,0,22,22,0 +53569,668,368,0,21,21,0 +53568,668,328,0,20,20,0 +53567,668,347,0,18,18,0 +53566,668,235,0,17,17,0 +53565,668,364,0,16,16,0 +53564,668,334,0,14,14,0 +53563,668,340,0,11,11,0 +53562,668,341,0,10,10,0 +53561,668,346,0,9,9,0 +53560,668,306,3,8,8,0 +53559,668,304,8,3,3,0 +53558,668,278,3,6,6,0 +53557,668,358,4,4,4,0 +53556,668,289,15,1,1,1 +53555,668,373,9,2,2,1 +53609,669,351,0,27,27,0 +53608,669,262,0,25,25,0 +53607,669,359,0,22,22,0 +53606,669,376,4,8,8,0 +53605,669,370,6,4,4,0 +53604,669,361,0,16,16,0 +53603,669,360,0,14,14,0 +53602,669,375,6,5,5,0 +53601,669,293,0,30,30,0 +53600,669,312,4,7,7,0 +53599,669,374,0,29,29,0 +53598,669,333,0,28,28,0 +53597,669,356,0,20,20,0 +53596,669,345,0,15,15,0 +53595,669,369,0,26,26,0 +53594,669,368,0,24,24,0 +53593,669,328,0,23,23,0 +53592,669,347,0,21,21,0 +53591,669,235,0,19,19,0 +53590,669,364,0,18,18,0 +53589,669,334,0,17,17,0 +53588,669,340,0,13,13,0 +53587,669,341,0,12,12,0 +53586,669,346,0,11,11,0 +53585,669,306,3,10,10,0 +53584,669,304,10,2,2,0 +53583,669,278,3,9,9,0 +53582,669,358,4,6,6,0 +53581,669,289,24,1,1,2 +53580,669,373,9,3,3,1 +53639,670,351,0,27,27,0 +53638,670,262,2,15,15,0 +53637,670,359,0,24,24,0 +53636,670,376,5,8,8,0 +53635,670,370,6,6,6,0 +53634,670,361,0,19,19,0 +53633,670,360,9,3,3,1 +53632,670,375,6,7,7,0 +53631,670,293,0,30,30,0 +53630,670,312,4,11,11,0 +53629,670,374,0,29,29,0 +53628,670,333,0,28,28,0 +53627,670,356,0,22,22,0 +53626,670,345,6,5,5,0 +53625,670,369,0,26,26,0 +53624,670,368,0,25,25,0 +53623,670,328,3,13,13,0 +53622,670,347,0,23,23,0 +53621,670,235,4,9,9,0 +53620,670,364,0,21,21,0 +53619,670,334,0,20,20,0 +53618,670,340,0,18,18,0 +53617,670,341,0,17,17,0 +53616,670,346,0,16,16,0 +53615,670,306,3,14,14,0 +53614,670,304,10,2,2,0 +53613,670,278,3,12,12,0 +53612,670,358,4,10,10,0 +53611,670,289,24,1,1,2 +53610,670,373,9,4,4,1 +53669,671,351,2,16,16,0 +53668,671,262,2,15,15,0 +53667,671,359,0,25,25,0 +53666,671,376,5,11,11,0 +53665,671,370,6,9,9,0 +53664,671,361,0,21,21,0 +53663,671,360,9,5,5,1 +53662,671,375,6,10,10,0 +53661,671,293,0,30,30,0 +53660,671,312,4,13,13,0 +53659,671,374,0,29,29,0 +53658,671,333,0,28,28,0 +53657,671,356,0,24,24,0 +53656,671,345,10,3,3,0 +53655,671,369,0,27,27,0 +53654,671,368,0,26,26,0 +53653,671,328,12,2,2,1 +53652,671,347,0,19,19,0 +53651,671,235,7,8,8,0 +53650,671,364,0,23,23,0 +53649,671,334,0,22,22,0 +53648,671,340,0,20,20,0 +53647,671,341,0,18,18,0 +53646,671,346,0,17,17,0 +53645,671,306,9,7,7,0 +53644,671,304,10,4,4,0 +53643,671,278,4,14,14,0 +53642,671,358,4,12,12,0 +53641,671,289,24,1,1,2 +53640,671,373,9,6,6,1 +53701,672,377,0,29,29,0 +53700,672,350,3,16,16,0 +53699,672,351,2,18,18,0 +53698,672,262,2,17,17,0 +53697,672,359,0,26,26,0 +53696,672,376,5,12,12,0 +53695,672,370,6,9,9,0 +53694,672,361,1,19,19,0 +53693,672,360,9,6,6,1 +53692,672,375,6,11,11,0 +53691,672,293,0,32,32,0 +53690,672,312,4,14,14,0 +53689,672,374,0,31,31,0 +53688,672,333,0,30,30,0 +53687,672,356,0,25,25,0 +53686,672,345,10,5,5,0 +53685,672,369,0,28,28,0 +53684,672,368,0,27,27,0 +53683,672,328,16,3,3,1 +53682,672,347,0,21,21,0 +53681,672,235,16,2,2,1 +53680,672,364,0,24,24,0 +53679,672,334,0,23,23,0 +53678,672,340,0,22,22,0 +53677,672,341,6,10,10,0 +53676,672,346,0,20,20,0 +53675,672,306,9,8,8,0 +53674,672,304,12,4,4,0 +53673,672,278,4,15,15,0 +53672,672,358,4,13,13,0 +53671,672,289,24,1,1,2 +53670,672,373,9,7,7,1 +53734,673,378,0,26,26,0 +53733,673,377,0,30,30,0 +53732,673,350,3,17,17,0 +53731,673,351,2,19,19,0 +53730,673,262,2,18,18,0 +53729,673,359,0,27,27,0 +53728,673,376,5,14,14,0 +53727,673,370,6,12,12,0 +53726,673,361,1,20,20,0 +53725,673,360,9,8,8,1 +53724,673,375,6,13,13,0 +53723,673,293,0,33,33,0 +53722,673,312,4,16,16,0 +53721,673,374,0,32,32,0 +53720,673,333,0,31,31,0 +53719,673,356,0,25,25,0 +53718,673,345,10,5,5,0 +53717,673,369,0,29,29,0 +53716,673,368,0,28,28,0 +53715,673,328,17,3,3,1 +53714,673,347,0,21,21,0 +53713,673,235,20,2,2,1 +53712,673,364,0,24,24,0 +53711,673,334,0,23,23,0 +53710,673,340,0,22,22,0 +53709,673,341,8,11,11,0 +53708,673,346,9,7,7,1 +53707,673,306,9,10,10,0 +53706,673,304,15,4,4,0 +53705,673,278,10,6,6,0 +53704,673,358,4,15,15,0 +53703,673,289,24,1,1,2 +53702,673,373,9,9,9,1 +53769,674,379,0,26,26,0 +53768,674,365,0,25,25,0 +53767,674,378,0,28,28,0 +53766,674,377,0,32,32,0 +53765,674,350,3,17,17,0 +53764,674,351,2,19,19,0 +53763,674,262,2,18,18,0 +53762,674,359,0,29,29,0 +53761,674,376,5,15,15,0 +53760,674,370,6,13,13,0 +53759,674,361,1,21,21,0 +53758,674,360,9,8,8,1 +53757,674,375,6,14,14,0 +53756,674,293,0,35,35,0 +53755,674,312,4,16,16,0 +53754,674,374,0,34,34,0 +53753,674,333,0,33,33,0 +53752,674,356,2,20,20,0 +53751,674,345,11,5,5,0 +53750,674,369,0,31,31,0 +53749,674,368,0,30,30,0 +53748,674,328,26,2,2,2 +53747,674,347,0,22,22,0 +53746,674,235,23,3,3,1 +53745,674,364,0,23,23,0 +53744,674,334,0,27,27,0 +53743,674,340,0,24,24,0 +53742,674,341,8,11,11,0 +53741,674,346,9,7,7,1 +53740,674,306,9,10,10,0 +53739,674,304,15,4,4,0 +53738,674,278,10,6,6,0 +53737,674,358,8,12,12,0 +53736,674,289,30,1,1,2 +53735,674,373,9,9,9,1 +53807,675,380,0,37,37,0 +53806,675,321,0,34,34,0 +53805,675,322,0,28,28,0 +53804,675,379,0,27,27,0 +53803,675,365,0,26,26,0 +53802,675,378,0,30,30,0 +53801,675,377,0,33,33,0 +53800,675,350,3,19,19,0 +53799,675,351,2,22,22,0 +53798,675,262,2,20,20,0 +53797,675,359,6,14,14,0 +53796,675,376,5,16,16,0 +53795,675,370,6,13,13,0 +53794,675,361,4,18,18,0 +53793,675,360,9,9,9,1 +53792,675,375,6,15,15,0 +53791,675,293,0,38,38,0 +53790,675,312,4,17,17,0 +53789,675,374,0,36,36,0 +53788,675,333,0,35,35,0 +53787,675,356,2,21,21,0 +53786,675,345,11,5,5,0 +53785,675,369,0,32,32,0 +53784,675,368,0,31,31,0 +53783,675,328,26,3,3,2 +53782,675,347,1,23,23,0 +53781,675,235,27,2,2,1 +53780,675,364,0,24,24,0 +53779,675,334,0,29,29,0 +53778,675,340,0,25,25,0 +53777,675,341,8,11,11,0 +53776,675,346,9,8,8,1 +53775,675,306,11,6,6,0 +53774,675,304,24,4,4,1 +53773,675,278,10,7,7,0 +53772,675,358,8,12,12,0 +53771,675,289,30,1,1,2 +53770,675,373,9,10,10,1 +53847,676,343,0,35,35,0 +53846,676,280,0,30,30,0 +53845,676,380,0,39,39,0 +53844,676,321,0,36,36,0 +53843,676,322,0,28,28,0 +53842,676,379,0,27,27,0 +53841,676,365,0,26,26,0 +53840,676,378,0,31,31,0 +53839,676,377,0,34,34,0 +53838,676,350,5,17,17,0 +53837,676,351,2,22,22,0 +53836,676,262,2,20,20,0 +53835,676,359,6,14,14,0 +53834,676,376,5,16,16,0 +53833,676,370,6,13,13,0 +53832,676,361,4,19,19,0 +53831,676,360,15,5,5,1 +53830,676,375,6,15,15,0 +53829,676,293,0,40,40,0 +53828,676,312,4,18,18,0 +53827,676,374,0,38,38,0 +53826,676,333,0,37,37,0 +53825,676,356,2,21,21,0 +53824,676,345,15,6,6,0 +53823,676,369,0,33,33,0 +53822,676,368,0,32,32,0 +53821,676,328,27,3,3,2 +53820,676,347,1,23,23,0 +53819,676,235,27,4,4,1 +53818,676,364,0,24,24,0 +53817,676,334,0,29,29,0 +53816,676,340,0,25,25,0 +53815,676,341,8,11,11,0 +53814,676,346,9,9,9,1 +53813,676,306,11,7,7,0 +53812,676,304,33,2,2,2 +53811,676,278,10,8,8,0 +53810,676,358,8,12,12,0 +53809,676,289,33,1,1,2 +53808,676,373,9,10,10,1 +53889,677,207,0,36,36,0 +53888,677,381,0,35,35,0 +53887,677,343,0,37,37,0 +53886,677,280,0,30,30,0 +53885,677,380,0,41,41,0 +53884,677,321,0,38,38,0 +53883,677,322,0,28,28,0 +53882,677,379,0,27,27,0 +53881,677,365,0,26,26,0 +53880,677,378,0,31,31,0 +53879,677,377,0,34,34,0 +53878,677,350,5,17,17,0 +53877,677,351,2,23,23,0 +53876,677,262,2,21,21,0 +53875,677,359,6,14,14,0 +53874,677,376,5,16,16,0 +53873,677,370,6,13,13,0 +53872,677,361,4,19,19,0 +53871,677,360,16,5,5,1 +53870,677,375,6,15,15,0 +53869,677,293,0,42,42,0 +53868,677,312,4,18,18,0 +53867,677,374,0,40,40,0 +53866,677,333,0,39,39,0 +53865,677,356,2,22,22,0 +53864,677,345,15,6,6,0 +53863,677,369,0,33,33,0 +53862,677,368,0,32,32,0 +53861,677,328,36,2,2,3 +53860,677,347,1,24,24,0 +53859,677,235,27,4,4,1 +53858,677,364,3,20,20,0 +53857,677,334,0,29,29,0 +53856,677,340,0,25,25,0 +53855,677,341,12,7,7,0 +53854,677,346,11,8,8,1 +53853,677,306,11,9,9,0 +53852,677,304,33,3,3,2 +53851,677,278,10,10,10,0 +53850,677,358,8,12,12,0 +53849,677,289,39,1,1,2 +53848,677,373,9,11,11,1 +53932,678,382,0,35,35,0 +53931,678,207,0,37,37,0 +53930,678,381,0,36,36,0 +53929,678,343,0,38,38,0 +53928,678,280,0,25,25,0 +53927,678,380,0,42,42,0 +53926,678,321,0,39,39,0 +53925,678,322,0,29,29,0 +53924,678,379,0,28,28,0 +53923,678,365,0,27,27,0 +53922,678,378,0,31,31,0 +53921,678,377,0,34,34,0 +53920,678,350,5,18,18,0 +53919,678,351,2,24,24,0 +53918,678,262,6,15,15,0 +53917,678,359,6,14,14,0 +53916,678,376,5,17,17,0 +53915,678,370,6,13,13,0 +53914,678,361,4,20,20,0 +53913,678,360,22,5,5,1 +53912,678,375,6,16,16,0 +53911,678,293,0,43,43,0 +53910,678,312,4,19,19,0 +53909,678,374,0,41,41,0 +53908,678,333,0,40,40,0 +53907,678,356,2,23,23,0 +53906,678,345,18,6,6,0 +53905,678,369,0,33,33,0 +53904,678,368,0,32,32,0 +53903,678,328,36,2,2,3 +53902,678,347,3,22,22,0 +53901,678,235,27,4,4,1 +53900,678,364,3,21,21,0 +53899,678,334,0,30,30,0 +53898,678,340,0,26,26,0 +53897,678,341,12,8,8,0 +53896,678,346,12,7,7,1 +53895,678,306,11,9,9,0 +53894,678,304,33,3,3,2 +53893,678,278,10,10,10,0 +53892,678,358,8,12,12,0 +53891,678,289,48,1,1,3 +53890,678,373,9,11,11,1 +52526,679,328,0,18,18,0 +52525,679,289,0,17,17,0 +52524,679,373,0,16,16,0 +52523,679,347,0,15,15,0 +52522,679,374,0,14,14,0 +52521,679,358,0,13,13,0 +52520,679,346,0,12,12,0 +52519,679,364,0,11,11,0 +52518,679,361,0,10,10,0 +52517,679,368,0,9,9,0 +52516,679,384,0,8,8,0 +52515,679,293,0,7,7,0 +52512,679,304,3,4,4,0 +52510,679,340,6,2,2,0 +52550,680,386,0,24,24,0 +52549,680,306,0,23,23,0 +52548,680,359,0,22,22,0 +52547,680,385,0,11,11,0 +52546,680,360,3,7,7,0 +52545,680,278,4,6,6,0 +52544,680,328,0,19,19,0 +52543,680,289,6,3,3,0 +52542,680,373,0,15,15,0 +52541,680,347,0,21,21,0 +52540,680,374,1,9,9,0 +52539,680,358,0,20,20,0 +52538,680,346,0,17,17,0 +52537,680,364,0,18,18,0 +52536,680,361,0,13,13,0 +52535,680,368,0,16,16,0 +52534,680,384,0,14,14,0 +52533,680,293,0,12,12,0 +52531,680,383,2,8,8,0 +52530,680,304,12,1,1,1 +52528,680,340,6,4,4,0 +52577,681,388,0,14,14,0 +52576,681,375,1,13,13,0 +52575,681,387,2,11,11,0 +52574,681,386,0,27,27,0 +52573,681,306,0,26,26,0 +52572,681,359,0,25,25,0 +52571,681,385,0,16,16,0 +52570,681,360,3,9,9,0 +52568,681,328,0,22,22,0 +52567,681,289,6,6,6,0 +52566,681,373,9,3,3,1 +52565,681,347,0,24,24,0 +52564,681,374,1,12,12,0 +52563,681,358,0,23,23,0 +52562,681,346,0,15,15,0 +52561,681,364,0,21,21,0 +52560,681,361,0,18,18,0 +52559,681,368,0,20,20,0 +52558,681,384,0,19,19,0 +52554,681,304,16,1,1,1 +52553,681,341,4,8,8,0 +52552,681,340,6,7,7,0 +52605,682,389,0,19,19,0 +52604,682,388,0,18,18,0 +52603,682,375,1,16,16,0 +52602,682,387,2,15,15,0 +52601,682,386,0,28,28,0 +52600,682,306,0,27,27,0 +52599,682,359,0,26,26,0 +52597,682,360,3,12,12,0 +52595,682,328,6,7,7,0 +52594,682,289,6,8,8,0 +52593,682,373,10,4,4,1 +52591,682,374,3,13,13,0 +52590,682,358,3,11,11,0 +52589,682,346,0,17,17,0 +52588,682,364,9,5,5,1 +52587,682,361,0,22,22,0 +52585,682,384,0,23,23,0 +52582,682,383,2,14,14,0 +52581,682,304,16,1,1,1 +52579,682,340,6,9,9,0 +52633,683,389,0,19,19,0 +52632,683,388,2,15,15,0 +52631,683,375,1,18,18,0 +52630,683,387,2,17,17,0 +52629,683,386,0,28,28,0 +52628,683,306,0,27,27,0 +52627,683,359,0,26,26,0 +52626,683,385,0,20,20,0 +52624,683,278,11,4,4,0 +52622,683,289,6,8,8,0 +52621,683,373,10,5,5,1 +52620,683,347,0,25,25,0 +52618,683,358,3,12,12,0 +52617,683,346,3,11,11,0 +52616,683,364,9,7,7,1 +52615,683,361,0,22,22,0 +52614,683,368,0,24,24,0 +52613,683,384,0,23,23,0 +52611,683,356,16,2,2,1 +52609,683,304,22,1,1,1 +52608,683,341,4,10,10,0 +52607,683,340,6,9,9,0 +52664,684,351,0,28,28,0 +52663,684,390,0,20,20,0 +52662,684,322,0,19,19,0 +52661,684,389,0,21,21,0 +52660,684,388,2,15,15,0 +52659,684,375,1,18,18,0 +52658,684,387,2,17,17,0 +52657,684,386,0,31,31,0 +52656,684,306,0,30,30,0 +52655,684,359,0,29,29,0 +52654,684,385,0,22,22,0 +52653,684,360,3,13,13,0 +52652,684,278,15,4,4,0 +52651,684,328,10,6,6,0 +52650,684,289,6,8,8,0 +52649,684,373,19,2,2,2 +52648,684,347,0,27,27,0 +52647,684,374,3,14,14,0 +52646,684,358,3,12,12,0 +52645,684,346,3,11,11,0 +52644,684,364,9,7,7,1 +52643,684,361,0,24,24,0 +52642,684,368,0,26,26,0 +52641,684,384,0,25,25,0 +52640,684,293,0,23,23,0 +52638,684,383,2,16,16,0 +52637,684,304,28,1,1,1 +52635,684,340,6,9,9,0 +52701,685,377,0,37,37,0 +52700,685,379,0,36,36,0 +52699,685,365,0,33,33,0 +52698,685,391,0,30,30,0 +52697,685,235,0,29,29,0 +52696,685,262,0,21,21,0 +52695,685,351,0,31,31,0 +52694,685,390,0,22,22,0 +52693,685,322,0,23,23,0 +52692,685,389,1,20,20,0 +52691,685,388,2,15,15,0 +52690,685,375,1,19,19,0 +52689,685,387,2,17,17,0 +52688,685,386,0,35,35,0 +52687,685,306,0,34,34,0 +52686,685,359,0,32,32,0 +52685,685,385,0,24,24,0 +52684,685,360,3,13,13,0 +52683,685,278,19,4,4,0 +52682,685,328,10,6,6,0 +52681,685,289,6,9,9,0 +52680,685,373,19,3,3,2 +52679,685,347,2,18,18,0 +52678,685,374,3,14,14,0 +52677,685,358,3,12,12,0 +52676,685,346,3,11,11,0 +52675,685,364,9,7,7,1 +52674,685,361,0,26,26,0 +52672,685,384,0,27,27,0 +52670,685,356,25,2,2,1 +52668,685,304,37,1,1,2 +52666,685,340,6,10,10,0 +52742,686,393,0,38,38,0 +52741,686,371,0,34,34,0 +52740,686,392,0,25,25,0 +52739,686,370,0,24,24,0 +52738,686,377,0,41,41,0 +52737,686,379,0,40,40,0 +52736,686,365,0,36,36,0 +52735,686,391,0,32,32,0 +52734,686,235,0,31,31,0 +52733,686,262,0,21,21,0 +52732,686,351,0,33,33,0 +52731,686,390,0,22,22,0 +52730,686,322,0,23,23,0 +52729,686,389,1,20,20,0 +52728,686,388,2,15,15,0 +52727,686,375,1,19,19,0 +52726,686,387,2,17,17,0 +52725,686,386,0,39,39,0 +52724,686,306,0,37,37,0 +52723,686,359,0,35,35,0 +52722,686,385,0,26,26,0 +52720,686,278,20,3,3,0 +52719,686,328,10,7,7,0 +52717,686,373,19,4,4,2 +52716,686,347,2,18,18,0 +52715,686,374,5,11,11,0 +52714,686,358,3,14,14,0 +52713,686,346,3,12,12,0 +52712,686,364,13,6,6,1 +52711,686,361,0,28,28,0 +52710,686,368,0,30,30,0 +52708,686,293,0,27,27,0 +52705,686,304,43,1,1,2 +52703,686,340,6,10,10,0 +52784,687,394,0,32,32,0 +52783,687,393,0,39,39,0 +52782,687,371,0,35,35,0 +52781,687,392,0,26,26,0 +52780,687,370,0,25,25,0 +52779,687,377,0,42,42,0 +52778,687,379,0,41,41,0 +52777,687,365,0,37,37,0 +52776,687,391,0,33,33,0 +52775,687,235,1,20,20,0 +52774,687,262,0,22,22,0 +52773,687,351,0,34,34,0 +52772,687,390,0,23,23,0 +52771,687,322,0,24,24,0 +52770,687,389,1,21,21,0 +52769,687,388,2,15,15,0 +52768,687,375,1,19,19,0 +52767,687,387,2,17,17,0 +52766,687,386,0,40,40,0 +52765,687,306,0,38,38,0 +52764,687,359,0,36,36,0 +52763,687,385,0,27,27,0 +52762,687,360,3,14,14,0 +52761,687,278,20,4,4,0 +52760,687,328,10,8,8,0 +52758,687,373,23,3,3,2 +52757,687,347,2,18,18,0 +52756,687,374,7,10,10,0 +52755,687,358,6,12,12,0 +52754,687,346,3,13,13,0 +52753,687,364,13,7,7,1 +52752,687,361,0,29,29,0 +52750,687,384,0,30,30,0 +52746,687,304,43,1,1,2 +52744,687,340,6,11,11,0 +52827,688,382,0,40,40,0 +52826,688,394,0,33,33,0 +52825,688,393,0,39,39,0 +52824,688,371,0,36,36,0 +52823,688,392,0,27,27,0 +52822,688,370,0,26,26,0 +52821,688,377,0,43,43,0 +52820,688,379,0,42,42,0 +52819,688,365,0,38,38,0 +52818,688,391,0,34,34,0 +52817,688,235,1,19,19,0 +52816,688,262,0,22,22,0 +52815,688,351,0,35,35,0 +52814,688,390,0,23,23,0 +52813,688,322,0,25,25,0 +52812,688,389,1,21,21,0 +52811,688,388,2,16,16,0 +52810,688,375,1,20,20,0 +52809,688,387,2,18,18,0 +52808,688,386,0,41,41,0 +52807,688,306,0,24,24,0 +52806,688,359,0,37,37,0 +52805,688,385,0,28,28,0 +52804,688,360,3,14,14,0 +52803,688,278,20,4,4,0 +52802,688,328,10,9,9,0 +52801,688,289,15,6,6,0 +52800,688,373,32,3,3,3 +52799,688,347,3,15,15,0 +52798,688,374,7,10,10,0 +52797,688,358,6,13,13,0 +52796,688,346,6,12,12,0 +52795,688,364,13,8,8,1 +52794,688,361,0,30,30,0 +52792,688,384,0,31,31,0 +52789,688,383,2,17,17,0 +52786,688,340,6,11,11,0 +52871,689,395,0,26,26,0 +52870,689,382,0,39,39,0 +52869,689,394,0,34,34,0 +52868,689,393,0,41,41,0 +52867,689,371,0,37,37,0 +52866,689,392,0,28,28,0 +52865,689,370,0,27,27,0 +52864,689,377,0,44,44,0 +52863,689,379,0,43,43,0 +52862,689,365,0,40,40,0 +52861,689,391,0,35,35,0 +52860,689,235,1,19,19,0 +52859,689,262,0,22,22,0 +52858,689,351,0,36,36,0 +52857,689,390,0,24,24,0 +52856,689,322,0,25,25,0 +52855,689,389,1,21,21,0 +52854,689,388,2,16,16,0 +52853,689,375,1,20,20,0 +52852,689,387,2,18,18,0 +52851,689,386,0,42,42,0 +52850,689,306,0,23,23,0 +52849,689,359,0,38,38,0 +52848,689,385,0,29,29,0 +52847,689,360,3,14,14,0 +52846,689,278,20,5,5,0 +52845,689,328,10,9,9,0 +52844,689,289,15,7,7,0 +52843,689,373,41,3,3,4 +52842,689,347,3,15,15,0 +52841,689,374,9,10,10,0 +52840,689,358,6,13,13,0 +52839,689,346,6,12,12,0 +52838,689,364,13,8,8,1 +52837,689,361,0,31,31,0 +52836,689,368,0,33,33,0 +52834,689,293,0,30,30,0 +52831,689,304,51,1,1,2 +52829,689,340,6,11,11,0 +48757,690,383,0,16,16,0 +48756,690,360,0,15,15,0 +48755,690,304,0,14,14,0 +48754,690,341,0,13,13,0 +48753,690,356,0,12,12,0 +48752,690,374,0,11,11,0 +48751,690,346,0,10,10,0 +48750,690,358,0,9,9,0 +48749,690,373,0,8,8,0 +48748,690,347,0,7,7,0 +48747,690,389,0,6,6,0 +48746,690,386,0,5,5,0 +48745,690,396,3,4,4,0 +48744,690,289,4,3,3,0 +48743,690,385,6,2,2,0 +48742,690,328,9,1,1,1 +48776,691,398,0,19,19,0 +48775,691,397,0,18,18,0 +48774,691,364,0,11,11,0 +48773,691,383,0,17,17,0 +48772,691,360,0,16,16,0 +48771,691,304,0,15,15,0 +48770,691,341,9,3,3,1 +48769,691,356,3,6,6,0 +48768,691,374,0,13,13,0 +48767,691,346,0,14,14,0 +48766,691,358,6,4,4,0 +48765,691,373,0,12,12,0 +48764,691,347,0,10,10,0 +48763,691,389,0,9,9,0 +48762,691,386,2,8,8,0 +48761,691,396,3,7,7,0 +48760,691,289,4,5,5,0 +48759,691,385,10,1,1,0 +48758,691,328,9,2,2,1 +48799,692,345,0,20,20,0 +48798,692,278,0,14,14,0 +48797,692,399,1,12,12,0 +48796,692,387,6,6,6,0 +48795,692,398,0,23,23,0 +48794,692,397,0,22,22,0 +48793,692,364,2,11,11,0 +48792,692,383,0,13,13,0 +48791,692,360,0,21,21,0 +48790,692,304,4,8,8,0 +48789,692,341,9,4,4,1 +48788,692,356,12,1,1,1 +48787,692,374,0,18,18,0 +48786,692,346,0,19,19,0 +48785,692,358,9,5,5,0 +48784,692,373,0,17,17,0 +48783,692,347,0,16,16,0 +48782,692,389,0,15,15,0 +48781,692,386,2,10,10,0 +48780,692,396,3,9,9,0 +48779,692,289,4,7,7,0 +48778,692,385,10,2,2,0 +48777,692,328,9,3,3,1 +48825,693,401,0,26,26,0 +48824,693,400,0,19,19,0 +48823,693,388,0,16,16,0 +48822,693,345,0,23,23,0 +48821,693,278,0,17,17,0 +48820,693,399,1,13,13,0 +48819,693,387,6,8,8,0 +48818,693,398,0,25,25,0 +48817,693,397,0,24,24,0 +48816,693,364,2,12,12,0 +48815,693,383,0,15,15,0 +48814,693,360,1,14,14,0 +48813,693,304,10,4,4,0 +48812,693,341,9,6,6,1 +48811,693,356,21,1,1,2 +48810,693,374,0,21,21,0 +48809,693,346,0,22,22,0 +48808,693,358,11,2,2,0 +48807,693,373,3,10,10,0 +48806,693,347,0,20,20,0 +48805,693,389,0,18,18,0 +48804,693,386,2,11,11,0 +48803,693,396,3,9,9,0 +48802,693,289,8,7,7,0 +48801,693,385,10,3,3,0 +48800,693,328,9,5,5,1 +48851,694,401,0,26,26,0 +48850,694,400,0,21,21,0 +48849,694,388,0,18,18,0 +48848,694,345,0,23,23,0 +48847,694,278,0,19,19,0 +48846,694,399,1,14,14,0 +48845,694,387,6,9,9,0 +48844,694,398,0,25,25,0 +48843,694,397,0,24,24,0 +48842,694,364,2,12,12,0 +48841,694,383,0,17,17,0 +48840,694,360,1,15,15,0 +48839,694,304,10,6,6,0 +48838,694,341,9,7,7,1 +48837,694,356,30,1,1,3 +48836,694,374,2,13,13,0 +48835,694,346,0,22,22,0 +48834,694,358,11,5,5,0 +48833,694,373,7,8,8,0 +48832,694,347,0,16,16,0 +48831,694,389,0,20,20,0 +48830,694,386,2,11,11,0 +48829,694,396,3,10,10,0 +48828,694,289,14,2,2,0 +48827,694,385,11,4,4,0 +48826,694,328,12,3,3,1 +48878,695,375,0,25,25,0 +48877,695,401,0,27,27,0 +48876,695,400,0,22,22,0 +48875,695,388,0,18,18,0 +48874,695,345,0,24,24,0 +48873,695,278,0,20,20,0 +48872,695,399,1,14,14,0 +48871,695,387,6,9,9,0 +48870,695,398,0,26,26,0 +48869,695,397,0,19,19,0 +48868,695,364,2,11,11,0 +48867,695,383,0,17,17,0 +48866,695,360,1,15,15,0 +48865,695,304,10,7,7,0 +48864,695,341,15,3,3,1 +48863,695,356,39,1,1,4 +48862,695,374,2,13,13,0 +48861,695,346,0,23,23,0 +48860,695,358,15,4,4,0 +48859,695,373,7,8,8,0 +48858,695,347,0,16,16,0 +48857,695,389,0,21,21,0 +48856,695,386,2,12,12,0 +48855,695,396,3,10,10,0 +48854,695,289,17,2,2,0 +48853,695,385,12,6,6,0 +48852,695,328,14,5,5,1 +48908,696,403,0,30,30,0 +48907,696,394,0,26,26,0 +48906,696,402,0,23,23,0 +48905,696,375,9,9,9,1 +48904,696,401,0,29,29,0 +48903,696,400,0,24,24,0 +48902,696,388,0,19,19,0 +48901,696,345,0,27,27,0 +48900,696,278,0,21,21,0 +48899,696,399,1,16,16,0 +48898,696,387,12,7,7,0 +48897,696,398,0,28,28,0 +48896,696,397,0,20,20,0 +48895,696,364,2,13,13,0 +48894,696,383,1,15,15,0 +48893,696,360,1,17,17,0 +48892,696,304,14,6,6,0 +48891,696,341,15,4,4,1 +48890,696,356,39,1,1,4 +48889,696,374,4,11,11,0 +48888,696,346,0,25,25,0 +48887,696,358,18,2,2,0 +48886,696,373,7,10,10,0 +48885,696,347,0,18,18,0 +48884,696,389,0,22,22,0 +48883,696,386,2,14,14,0 +48882,696,396,3,12,12,0 +48881,696,289,17,3,3,0 +48880,696,385,12,8,8,0 +48879,696,328,14,5,5,1 +48940,697,405,0,29,29,0 +48939,697,404,0,26,26,0 +48938,697,403,0,32,32,0 +48937,697,394,0,28,28,0 +48936,697,402,0,24,24,0 +48935,697,375,9,10,10,1 +48934,697,401,0,31,31,0 +48933,697,400,0,25,25,0 +48932,697,388,0,21,21,0 +48931,697,345,0,27,27,0 +48930,697,278,0,22,22,0 +48929,697,399,1,19,19,0 +48928,697,387,12,8,8,0 +48927,697,398,0,30,30,0 +48926,697,397,1,18,18,0 +48925,697,364,2,15,15,0 +48924,697,383,1,17,17,0 +48923,697,360,3,14,14,0 +48922,697,304,14,7,7,0 +48921,697,341,19,3,3,1 +48920,697,356,39,1,1,4 +48919,697,374,4,11,11,0 +48918,697,346,3,13,13,0 +48917,697,358,22,2,2,0 +48916,697,373,16,5,5,1 +48915,697,347,0,20,20,0 +48914,697,389,0,23,23,0 +48913,697,386,2,16,16,0 +48912,697,396,3,12,12,0 +48911,697,289,17,4,4,0 +48910,697,385,12,9,9,0 +48909,697,328,14,6,6,1 +48973,698,382,0,30,30,0 +48972,698,405,0,22,22,0 +48971,698,404,0,27,27,0 +48970,698,403,0,33,33,0 +48969,698,394,0,29,29,0 +48968,698,402,0,25,25,0 +48967,698,375,9,10,10,1 +48966,698,401,0,32,32,0 +48965,698,400,0,26,26,0 +48964,698,388,0,21,21,0 +48963,698,345,0,28,28,0 +48962,698,278,0,23,23,0 +48961,698,399,1,20,20,0 +48960,698,387,12,8,8,0 +48959,698,398,0,31,31,0 +48958,698,397,1,17,17,0 +48957,698,364,4,12,12,0 +48956,698,383,1,19,19,0 +48955,698,360,3,16,16,0 +48954,698,304,18,4,4,0 +48953,698,341,28,2,2,2 +48952,698,356,42,1,1,4 +48951,698,374,4,13,13,0 +48950,698,346,3,15,15,0 +48949,698,358,22,3,3,0 +48948,698,373,16,6,6,1 +48947,698,347,1,18,18,0 +48946,698,389,0,24,24,0 +48945,698,386,5,11,11,0 +48944,698,396,3,14,14,0 +48943,698,289,17,5,5,0 +48942,698,385,12,9,9,0 +48941,698,328,14,7,7,1 +51056,699,417,0,31,31,0 +51055,699,416,0,30,30,0 +51054,699,415,0,29,29,0 +51053,699,293,0,28,28,0 +51052,699,334,0,27,27,0 +51051,699,414,0,26,26,0 +51050,699,413,0,25,25,0 +51049,699,412,0,24,24,0 +51048,699,411,0,23,23,0 +51047,699,410,0,22,22,0 +51046,699,409,0,21,21,0 +51045,699,364,0,20,20,0 +51044,699,340,0,19,19,0 +51043,699,358,0,18,18,0 +51042,699,347,0,17,17,0 +51041,699,383,0,16,16,0 +51040,699,385,0,15,15,0 +51039,699,407,0,14,14,0 +51038,699,368,0,13,13,0 +51037,699,380,0,12,12,0 +51036,699,408,0,11,11,0 +51035,699,362,0,10,10,0 +51034,699,406,0,9,9,0 +51033,699,356,0,8,8,0 +51032,699,346,0,7,7,0 +51031,699,328,1,6,6,0 +51030,699,360,2,5,5,0 +51029,699,374,3,4,4,0 +51028,699,289,4,3,3,0 +51027,699,341,6,2,2,0 +51026,699,373,9,1,1,1 +51092,700,386,0,22,22,0 +51091,700,305,0,21,21,0 +51090,700,405,0,20,20,0 +51089,700,370,0,19,19,0 +51088,700,304,0,11,11,0 +51087,700,417,0,36,36,0 +51086,700,416,0,35,35,0 +51085,700,415,0,34,34,0 +51084,700,293,0,33,33,0 +51083,700,334,0,32,32,0 +51082,700,414,0,31,31,0 +51081,700,413,0,30,30,0 +51080,700,412,0,29,29,0 +51079,700,411,0,28,28,0 +51078,700,410,0,27,27,0 +51077,700,409,0,26,26,0 +51076,700,364,0,25,25,0 +51075,700,340,0,24,24,0 +51074,700,358,0,23,23,0 +51073,700,347,0,9,9,0 +51072,700,383,0,13,13,0 +51071,700,385,6,4,4,0 +51070,700,407,0,18,18,0 +51069,700,368,0,17,17,0 +51068,700,380,0,16,16,0 +51067,700,408,0,15,15,0 +51066,700,362,0,14,14,0 +51065,700,406,0,12,12,0 +51064,700,356,0,10,10,0 +51063,700,346,1,8,8,0 +51062,700,328,5,5,5,0 +51061,700,360,4,6,6,0 +51060,700,374,3,7,7,0 +51059,700,289,13,1,1,1 +51058,700,341,9,3,3,0 +51057,700,373,9,2,2,1 +51131,701,418,0,26,26,0 +51130,701,404,0,21,21,0 +51129,701,376,0,20,20,0 +51128,701,386,1,10,10,0 +51127,701,305,0,27,27,0 +51126,701,405,0,25,25,0 +51125,701,370,0,23,23,0 +51124,701,304,0,12,12,0 +51123,701,417,0,39,39,0 +51122,701,416,0,38,38,0 +51121,701,415,0,37,37,0 +51120,701,293,0,36,36,0 +51119,701,334,0,35,35,0 +51118,701,414,0,34,34,0 +51117,701,413,0,33,33,0 +51116,701,412,0,32,32,0 +51115,701,411,0,31,31,0 +51114,701,410,0,30,30,0 +51113,701,409,0,29,29,0 +51112,701,364,0,15,15,0 +51111,701,340,0,28,28,0 +51110,701,358,0,17,17,0 +51109,701,347,0,11,11,0 +51108,701,383,0,14,14,0 +51107,701,385,6,6,6,0 +51106,701,407,0,24,24,0 +51105,701,368,0,22,22,0 +51104,701,380,0,19,19,0 +51103,701,408,0,18,18,0 +51102,701,362,0,16,16,0 +51101,701,406,0,13,13,0 +51100,701,356,3,8,8,0 +51099,701,346,1,9,9,0 +51098,701,328,11,3,3,0 +51097,701,360,8,5,5,0 +51096,701,374,3,7,7,0 +51095,701,289,15,2,2,1 +51094,701,341,9,4,4,0 +51093,701,373,18,1,1,2 +51171,702,278,0,25,25,0 +51170,702,418,0,27,27,0 +51169,702,404,0,21,21,0 +51168,702,376,0,20,20,0 +51167,702,386,1,11,11,0 +51166,702,305,0,28,28,0 +51165,702,405,0,26,26,0 +51164,702,370,0,23,23,0 +51163,702,304,3,9,9,0 +51162,702,417,0,40,40,0 +51161,702,416,0,39,39,0 +51160,702,415,0,38,38,0 +51159,702,293,0,37,37,0 +51158,702,334,0,36,36,0 +51157,702,414,0,35,35,0 +51156,702,413,0,34,34,0 +51155,702,412,0,33,33,0 +51154,702,411,0,32,32,0 +51153,702,410,0,31,31,0 +51152,702,409,0,30,30,0 +51151,702,364,0,15,15,0 +51150,702,340,0,29,29,0 +51149,702,358,0,17,17,0 +51148,702,347,0,12,12,0 +51147,702,383,0,13,13,0 +51146,702,385,6,6,6,0 +51145,702,407,0,24,24,0 +51144,702,368,0,22,22,0 +51143,702,380,0,19,19,0 +51142,702,408,0,18,18,0 +51141,702,362,0,16,16,0 +51140,702,406,0,14,14,0 +51139,702,356,3,8,8,0 +51138,702,346,2,10,10,0 +51137,702,328,17,3,3,0 +51136,702,360,8,5,5,0 +51135,702,374,3,7,7,0 +51134,702,289,17,2,2,1 +51133,702,341,13,4,4,0 +51132,702,373,27,1,1,3 +51215,703,422,0,35,35,0 +51214,703,421,0,34,34,0 +51213,703,419,0,30,30,0 +51212,703,420,0,20,20,0 +51211,703,278,0,27,27,0 +51210,703,418,0,21,21,0 +51209,703,404,0,24,24,0 +51208,703,376,0,22,22,0 +51207,703,386,1,12,12,0 +51206,703,305,0,29,29,0 +51205,703,405,0,28,28,0 +51204,703,370,0,23,23,0 +51203,703,304,3,9,9,0 +51202,703,417,0,44,44,0 +51201,703,416,0,43,43,0 +51200,703,415,0,42,42,0 +51199,703,293,0,41,41,0 +51198,703,334,0,40,40,0 +51197,703,414,0,39,39,0 +51196,703,413,0,38,38,0 +51195,703,412,0,37,37,0 +51194,703,411,0,36,36,0 +51193,703,410,0,33,33,0 +51192,703,409,0,32,32,0 +51191,703,364,1,11,11,0 +51190,703,340,0,31,31,0 +51189,703,358,0,18,18,0 +51188,703,347,0,13,13,0 +51187,703,383,0,15,15,0 +51186,703,385,6,6,6,0 +51185,703,407,0,26,26,0 +51184,703,368,0,25,25,0 +51183,703,380,0,14,14,0 +51182,703,408,0,19,19,0 +51181,703,362,0,17,17,0 +51180,703,406,0,16,16,0 +51179,703,356,3,8,8,0 +51178,703,346,2,10,10,0 +51177,703,328,19,3,3,0 +51176,703,360,8,5,5,0 +51175,703,374,6,7,7,0 +51174,703,289,23,2,2,1 +51173,703,341,17,4,4,0 +51172,703,373,36,1,1,4 +51259,704,422,0,35,35,0 +51258,704,421,0,34,34,0 +51257,704,419,0,30,30,0 +51256,704,420,0,21,21,0 +51255,704,278,0,27,27,0 +51254,704,418,0,23,23,0 +51253,704,404,0,17,17,0 +51252,704,376,0,24,24,0 +51251,704,386,2,12,12,0 +51250,704,305,0,29,29,0 +51249,704,405,0,28,28,0 +51248,704,370,0,22,22,0 +51247,704,304,5,9,9,0 +51246,704,417,0,44,44,0 +51245,704,416,0,43,43,0 +51244,704,415,0,42,42,0 +51243,704,293,0,41,41,0 +51242,704,334,0,40,40,0 +51241,704,414,0,39,39,0 +51240,704,413,0,38,38,0 +51239,704,412,0,37,37,0 +51238,704,411,0,36,36,0 +51237,704,410,0,33,33,0 +51236,704,409,0,32,32,0 +51235,704,364,5,8,8,0 +51234,704,340,0,31,31,0 +51233,704,358,0,19,19,0 +51232,704,347,0,13,13,0 +51231,704,383,0,15,15,0 +51230,704,385,6,6,6,0 +51229,704,407,0,26,26,0 +51228,704,368,0,25,25,0 +51227,704,380,0,14,14,0 +51226,704,408,0,20,20,0 +51225,704,362,0,18,18,0 +51224,704,406,0,16,16,0 +51223,704,356,3,10,10,0 +51222,704,346,2,11,11,0 +51221,704,328,25,3,3,0 +51220,704,360,8,5,5,0 +51219,704,374,6,7,7,0 +51218,704,289,26,2,2,1 +51217,704,341,17,4,4,0 +51216,704,373,45,1,1,5 +51305,705,424,0,33,33,0 +51304,705,423,0,28,28,0 +51303,705,422,0,37,37,0 +51302,705,421,0,36,36,0 +51301,705,419,0,31,31,0 +51300,705,420,0,21,21,0 +51299,705,278,0,27,27,0 +51298,705,418,0,16,16,0 +51297,705,404,0,19,19,0 +51296,705,376,0,24,24,0 +51295,705,386,2,13,13,0 +51294,705,305,0,30,30,0 +51293,705,405,0,29,29,0 +51292,705,370,0,23,23,0 +51291,705,304,5,10,10,0 +51290,705,417,0,46,46,0 +51289,705,416,0,45,45,0 +51288,705,415,0,44,44,0 +51287,705,293,0,43,43,0 +51286,705,334,0,42,42,0 +51285,705,414,0,41,41,0 +51284,705,413,0,40,40,0 +51283,705,412,0,39,39,0 +51282,705,411,0,38,38,0 +51281,705,410,0,35,35,0 +51280,705,409,0,34,34,0 +51279,705,364,9,5,5,0 +51278,705,340,0,32,32,0 +51277,705,358,3,11,11,0 +51276,705,347,0,14,14,0 +51275,705,383,0,17,17,0 +51274,705,385,7,7,7,0 +51273,705,407,0,26,26,0 +51272,705,368,0,25,25,0 +51271,705,380,0,15,15,0 +51270,705,408,0,22,22,0 +51269,705,362,0,20,20,0 +51268,705,406,0,18,18,0 +51267,705,356,5,9,9,0 +51266,705,346,2,12,12,0 +51265,705,328,25,3,3,0 +51264,705,360,8,6,6,0 +51263,705,374,6,8,8,0 +51262,705,289,30,2,2,1 +51261,705,341,17,4,4,0 +51260,705,373,54,1,1,6 +51355,706,426,0,40,40,0 +51354,706,394,0,37,37,0 +51353,706,402,0,34,34,0 +51352,706,425,0,25,25,0 +51351,706,424,0,26,26,0 +51350,706,423,0,30,30,0 +51349,706,422,0,41,41,0 +51348,706,421,0,39,39,0 +51347,706,419,0,33,33,0 +51346,706,420,0,22,22,0 +51345,706,278,0,29,29,0 +51344,706,418,0,17,17,0 +51343,706,404,0,19,19,0 +51342,706,376,0,24,24,0 +51341,706,386,2,13,13,0 +51340,706,305,0,32,32,0 +51339,706,405,0,31,31,0 +51338,706,370,1,14,14,0 +51337,706,304,5,10,10,0 +51336,706,417,0,50,50,0 +51335,706,416,0,49,49,0 +51334,706,415,0,48,48,0 +51333,706,293,0,47,47,0 +51332,706,334,0,46,46,0 +51331,706,414,0,45,45,0 +51330,706,413,0,44,44,0 +51329,706,412,0,43,43,0 +51328,706,411,0,42,42,0 +51327,706,410,0,38,38,0 +51326,706,409,0,36,36,0 +51325,706,364,13,5,5,0 +51324,706,340,0,35,35,0 +51323,706,358,3,11,11,0 +51322,706,347,0,15,15,0 +51321,706,383,0,18,18,0 +51320,706,385,10,6,6,0 +51319,706,407,0,28,28,0 +51318,706,368,0,27,27,0 +51317,706,380,0,16,16,0 +51316,706,408,0,23,23,0 +51315,706,362,0,21,21,0 +51314,706,406,0,20,20,0 +51313,706,356,5,9,9,0 +51312,706,346,2,12,12,0 +51311,706,328,33,3,3,1 +51310,706,360,10,7,7,0 +51309,706,374,6,8,8,0 +51308,706,289,34,2,2,1 +51307,706,341,17,4,4,0 +51306,706,373,54,1,1,6 +51408,707,382,0,27,27,0 +51407,707,396,0,22,22,0 +51406,707,345,2,12,12,0 +51405,707,426,0,43,43,0 +51404,707,394,0,40,40,0 +51403,707,402,0,37,37,0 +51402,707,425,0,28,28,0 +51401,707,424,0,30,30,0 +51400,707,423,0,34,34,0 +51399,707,422,0,44,44,0 +51398,707,421,0,42,42,0 +51397,707,419,0,36,36,0 +51396,707,420,0,24,24,0 +51395,707,278,0,33,33,0 +51394,707,418,0,18,18,0 +51393,707,404,0,20,20,0 +51392,707,376,0,26,26,0 +51391,707,386,2,14,14,0 +51390,707,305,0,35,35,0 +51389,707,405,0,29,29,0 +51388,707,370,1,15,15,0 +51387,707,304,5,10,10,0 +51386,707,417,0,53,53,0 +51385,707,416,0,52,52,0 +51384,707,415,0,51,51,0 +51383,707,293,0,50,50,0 +51382,707,334,0,49,49,0 +51381,707,414,0,48,48,0 +51380,707,413,0,47,47,0 +51379,707,412,0,46,46,0 +51378,707,411,0,45,45,0 +51377,707,410,0,41,41,0 +51376,707,409,0,39,39,0 +51375,707,364,19,4,4,0 +51374,707,340,0,38,38,0 +51373,707,358,4,11,11,0 +51372,707,347,0,16,16,0 +51371,707,383,0,19,19,0 +51370,707,385,13,6,6,0 +51369,707,407,0,32,32,0 +51368,707,368,0,31,31,0 +51367,707,380,0,17,17,0 +51366,707,408,0,25,25,0 +51365,707,362,0,23,23,0 +51364,707,406,0,21,21,0 +51363,707,356,9,8,8,0 +51362,707,346,2,13,13,0 +51361,707,328,33,3,3,1 +51360,707,360,10,7,7,0 +51359,707,374,6,9,9,0 +51358,707,289,40,2,2,2 +51357,707,341,17,5,5,0 +51356,707,373,54,1,1,6 +51462,708,375,0,39,39,0 +51461,708,382,0,27,27,0 +51460,708,396,0,23,23,0 +51459,708,345,2,14,14,0 +51458,708,426,0,44,44,0 +51457,708,394,0,41,41,0 +51456,708,402,0,37,37,0 +51455,708,425,0,29,29,0 +51454,708,424,0,30,30,0 +51453,708,423,0,34,34,0 +51452,708,422,0,45,45,0 +51451,708,421,0,43,43,0 +51450,708,419,0,36,36,0 +51449,708,420,0,25,25,0 +51448,708,278,0,33,33,0 +51447,708,418,0,19,19,0 +51446,708,404,0,21,21,0 +51445,708,376,0,28,28,0 +51444,708,386,11,7,7,1 +51443,708,305,0,35,35,0 +51442,708,405,2,15,15,0 +51441,708,370,2,16,16,0 +51440,708,304,5,11,11,0 +51439,708,417,0,54,54,0 +51438,708,416,0,53,53,0 +51437,708,415,0,52,52,0 +51436,708,293,0,51,51,0 +51435,708,334,0,50,50,0 +51434,708,414,0,49,49,0 +51433,708,413,0,48,48,0 +51432,708,412,0,47,47,0 +51431,708,411,0,46,46,0 +51430,708,410,0,42,42,0 +51429,708,409,0,40,40,0 +51428,708,364,25,4,4,0 +51427,708,340,0,38,38,0 +51426,708,358,4,13,13,0 +51425,708,347,0,17,17,0 +51424,708,383,0,20,20,0 +51423,708,385,13,6,6,0 +51422,708,407,0,32,32,0 +51421,708,368,0,31,31,0 +51420,708,380,0,18,18,0 +51419,708,408,0,26,26,0 +51418,708,362,0,24,24,0 +51417,708,406,0,22,22,0 +51416,708,356,9,10,10,0 +51415,708,346,5,12,12,0 +51414,708,328,33,3,3,1 +51413,708,360,10,9,9,0 +51412,708,374,10,8,8,0 +51411,708,289,40,2,2,2 +51410,708,341,17,5,5,0 +51409,708,373,54,1,1,6 +50742,709,408,0,23,23,0 +50741,709,394,0,22,22,0 +50740,709,429,0,21,21,0 +50739,709,404,0,20,20,0 +50738,709,428,0,19,19,0 +50737,709,309,0,18,18,0 +50736,709,278,0,17,17,0 +50735,709,401,0,16,16,0 +50734,709,341,0,15,15,0 +50733,709,360,0,14,14,0 +50732,709,356,0,13,13,0 +50731,709,427,0,12,12,0 +50730,709,364,0,11,11,0 +50729,709,385,0,10,10,0 +50728,709,403,0,9,9,0 +50727,709,346,0,8,8,0 +50726,709,383,0,7,7,0 +50725,709,305,1,6,6,0 +50724,709,347,2,5,5,0 +50723,709,373,3,4,4,0 +50722,709,397,4,3,3,0 +50721,709,386,6,2,2,0 +50720,709,289,9,1,1,1 +50766,710,430,0,19,19,0 +50765,710,408,0,20,20,0 +50764,710,394,0,14,14,0 +50763,710,429,0,24,24,0 +50762,710,404,0,23,23,0 +50761,710,428,0,22,22,0 +50760,710,309,0,21,21,0 +50759,710,278,2,7,7,0 +50758,710,401,0,18,18,0 +50757,710,341,6,5,5,0 +50756,710,360,0,10,10,0 +50755,710,356,0,17,17,0 +50754,710,427,0,16,16,0 +50753,710,364,0,15,15,0 +50752,710,385,0,13,13,0 +50751,710,403,0,11,11,0 +50750,710,346,0,12,12,0 +50749,710,383,1,8,8,0 +50748,710,305,1,9,9,0 +50747,710,347,2,6,6,0 +50746,710,373,12,1,1,1 +50745,710,397,8,3,3,0 +50744,710,386,6,4,4,0 +50743,710,289,12,2,2,1 +50790,711,430,0,21,21,0 +50789,711,408,0,22,22,0 +50788,711,394,0,15,15,0 +50787,711,429,0,20,20,0 +50786,711,404,0,18,18,0 +50785,711,428,0,24,24,0 +50784,711,309,0,23,23,0 +50783,711,278,2,9,9,0 +50782,711,401,0,13,13,0 +50781,711,341,6,6,6,0 +50780,711,360,6,5,5,0 +50779,711,356,4,7,7,0 +50778,711,427,0,19,19,0 +50777,711,364,1,12,12,0 +50776,711,385,0,17,17,0 +50775,711,403,0,14,14,0 +50774,711,346,0,16,16,0 +50773,711,383,1,10,10,0 +50772,711,305,1,11,11,0 +50771,711,347,2,8,8,0 +50770,711,373,21,1,1,2 +50769,711,397,8,4,4,0 +50768,711,386,9,3,3,0 +50767,711,289,14,2,2,1 +50814,712,430,0,21,21,0 +50813,712,408,0,22,22,0 +50812,712,394,0,15,15,0 +50811,712,429,0,20,20,0 +50810,712,404,0,18,18,0 +50809,712,428,0,24,24,0 +50808,712,309,0,23,23,0 +50807,712,278,2,10,10,0 +50806,712,401,0,14,14,0 +50805,712,341,6,8,8,0 +50804,712,360,7,7,7,0 +50803,712,356,8,6,6,0 +50802,712,427,0,19,19,0 +50801,712,364,10,5,5,1 +50800,712,385,0,17,17,0 +50799,712,403,0,13,13,0 +50798,712,346,0,16,16,0 +50797,712,383,1,11,11,0 +50796,712,305,1,12,12,0 +50795,712,347,2,9,9,0 +50794,712,373,21,1,1,2 +50793,712,397,11,4,4,0 +50792,712,386,11,3,3,0 +50791,712,289,20,2,2,1 +50843,713,370,0,29,29,0 +50842,713,380,0,28,28,0 +50841,713,420,0,26,26,0 +50840,713,399,0,21,21,0 +50839,713,374,0,18,18,0 +50838,713,430,0,25,25,0 +50837,713,408,0,24,24,0 +50836,713,394,0,16,16,0 +50835,713,429,0,22,22,0 +50834,713,404,0,19,19,0 +50833,713,428,0,27,27,0 +50832,713,309,0,23,23,0 +50831,713,278,2,11,11,0 +50830,713,401,0,15,15,0 +50829,713,341,10,7,7,0 +50828,713,360,7,8,8,0 +50827,713,356,11,5,5,0 +50826,713,427,0,20,20,0 +50825,713,364,10,6,6,1 +50824,713,385,2,9,9,0 +50823,713,403,1,13,13,0 +50822,713,346,0,17,17,0 +50821,713,383,1,12,12,0 +50820,713,305,1,14,14,0 +50819,713,347,2,10,10,0 +50818,713,373,30,1,1,3 +50817,713,397,11,4,4,0 +50816,713,386,11,3,3,0 +50815,713,289,26,2,2,1 +50875,714,431,0,28,28,0 +50874,714,405,0,23,23,0 +50873,714,423,0,21,21,0 +50872,714,370,0,32,32,0 +50871,714,380,0,31,31,0 +50870,714,420,0,29,29,0 +50869,714,399,0,25,25,0 +50868,714,374,0,19,19,0 +50867,714,430,0,27,27,0 +50866,714,408,1,17,17,0 +50865,714,394,0,20,20,0 +50864,714,429,0,26,26,0 +50863,714,404,0,22,22,0 +50862,714,428,0,30,30,0 +50861,714,309,0,24,24,0 +50860,714,278,2,12,12,0 +50859,714,401,0,18,18,0 +50858,714,341,19,3,3,1 +50857,714,360,7,8,8,0 +50856,714,356,11,6,6,0 +50855,714,427,2,13,13,0 +50854,714,364,10,7,7,1 +50853,714,385,6,9,9,0 +50852,714,403,1,15,15,0 +50851,714,346,3,10,10,0 +50850,714,383,1,14,14,0 +50849,714,305,1,16,16,0 +50848,714,347,2,11,11,0 +50847,714,373,30,2,2,3 +50846,714,397,11,5,5,0 +50845,714,386,11,4,4,0 +50844,714,289,32,1,1,1 +50908,715,358,0,26,26,0 +50907,715,431,0,29,29,0 +50906,715,405,0,23,23,0 +50905,715,423,0,22,22,0 +50904,715,370,0,33,33,0 +50903,715,380,0,32,32,0 +50902,715,420,0,30,30,0 +50901,715,399,0,25,25,0 +50900,715,374,0,21,21,0 +50899,715,430,0,28,28,0 +50898,715,408,4,11,11,0 +50897,715,394,0,19,19,0 +50896,715,429,0,27,27,0 +50895,715,404,2,14,14,0 +50894,715,428,0,31,31,0 +50893,715,309,0,24,24,0 +50892,715,278,2,15,15,0 +50891,715,401,0,20,20,0 +50890,715,341,19,3,3,1 +50889,715,360,7,9,9,0 +50888,715,356,11,6,6,0 +50887,715,427,2,16,16,0 +50886,715,364,10,8,8,1 +50885,715,385,15,5,5,1 +50884,715,403,1,17,17,0 +50883,715,346,3,12,12,0 +50882,715,383,5,10,10,0 +50881,715,305,1,18,18,0 +50880,715,347,3,13,13,0 +50879,715,373,30,2,2,3 +50878,715,397,11,7,7,0 +50877,715,386,17,4,4,0 +50876,715,289,32,1,1,1 +50945,716,340,0,36,36,0 +50944,716,402,0,34,34,0 +50943,716,432,0,29,29,0 +50942,716,375,0,23,23,0 +50941,716,358,0,27,27,0 +50940,716,431,0,32,32,0 +50939,716,405,0,25,25,0 +50938,716,423,0,22,22,0 +50937,716,370,0,37,37,0 +50936,716,380,0,35,35,0 +50935,716,420,0,31,31,0 +50934,716,399,0,26,26,0 +50933,716,374,1,19,19,0 +50932,716,430,0,30,30,0 +50931,716,408,4,11,11,0 +50930,716,394,0,20,20,0 +50929,716,429,0,28,28,0 +50928,716,404,4,12,12,0 +50927,716,428,0,33,33,0 +50926,716,309,0,24,24,0 +50925,716,278,2,15,15,0 +50924,716,401,0,21,21,0 +50923,716,341,28,3,3,2 +50922,716,360,13,6,6,0 +50921,716,356,11,7,7,0 +50920,716,427,2,16,16,0 +50919,716,364,10,9,9,1 +50918,716,385,19,5,5,1 +50917,716,403,1,17,17,0 +50916,716,346,3,13,13,0 +50915,716,383,5,10,10,0 +50914,716,305,1,18,18,0 +50913,716,347,3,14,14,0 +50912,716,373,30,2,2,3 +50911,716,397,11,8,8,0 +50910,716,386,20,4,4,0 +50909,716,289,32,1,1,1 +50984,717,434,0,29,29,0 +50983,717,433,2,17,17,0 +50982,717,340,0,38,38,0 +50981,717,402,0,36,36,0 +50980,717,432,0,31,31,0 +50979,717,375,0,24,24,0 +50978,717,358,0,28,28,0 +50977,717,431,0,34,34,0 +50976,717,405,0,26,26,0 +50975,717,423,0,23,23,0 +50974,717,370,0,39,39,0 +50973,717,380,0,37,37,0 +50972,717,420,0,33,33,0 +50971,717,399,0,27,27,0 +50970,717,374,1,21,21,0 +50969,717,430,0,32,32,0 +50968,717,408,4,12,12,0 +50967,717,394,0,22,22,0 +50966,717,429,0,30,30,0 +50965,717,404,4,13,13,0 +50964,717,428,0,35,35,0 +50963,717,309,0,25,25,0 +50962,717,278,2,15,15,0 +50961,717,401,1,19,19,0 +50960,717,341,34,2,2,2 +50959,717,360,13,6,6,0 +50958,717,356,11,7,7,0 +50957,717,427,2,16,16,0 +50956,717,364,10,9,9,1 +50955,717,385,19,5,5,1 +50954,717,403,1,18,18,0 +50953,717,346,7,10,10,0 +50952,717,383,5,11,11,0 +50951,717,305,1,20,20,0 +50950,717,347,3,14,14,0 +50949,717,373,30,3,3,3 +50948,717,397,11,8,8,0 +50947,717,386,23,4,4,0 +50946,717,289,39,1,1,2 +51025,718,382,0,26,26,0 +51024,718,345,1,22,22,0 +51023,718,434,0,28,28,0 +51022,718,433,2,18,18,0 +51021,718,340,0,40,40,0 +51020,718,402,0,38,38,0 +51019,718,432,0,33,33,0 +51018,718,375,0,25,25,0 +51017,718,358,0,31,31,0 +51016,718,431,0,36,36,0 +51015,718,405,0,29,29,0 +51014,718,423,0,24,24,0 +51013,718,370,0,41,41,0 +51012,718,380,0,39,39,0 +51011,718,420,0,35,35,0 +51010,718,399,0,30,30,0 +51009,718,374,4,12,12,0 +51008,718,430,0,34,34,0 +51007,718,408,4,13,13,0 +51006,718,394,0,23,23,0 +51005,718,429,0,32,32,0 +51004,718,404,4,14,14,0 +51003,718,428,0,37,37,0 +51002,718,309,0,27,27,0 +51001,718,278,2,16,16,0 +51000,718,401,1,20,20,0 +50999,718,341,40,1,1,2 +50998,718,360,13,7,7,0 +50997,718,356,11,8,8,0 +50996,718,427,2,17,17,0 +50995,718,364,19,6,6,2 +50994,718,385,23,4,4,1 +50993,718,403,1,19,19,0 +50992,718,346,7,10,10,0 +50991,718,383,5,11,11,0 +50990,718,305,1,21,21,0 +50989,718,347,3,15,15,0 +50988,718,373,32,3,3,3 +50987,718,397,11,9,9,0 +50986,718,386,23,5,5,0 +50985,718,289,39,2,2,2 +63373,719,430,0,25,25,0 +63372,719,385,0,24,24,0 +63371,719,439,0,23,23,0 +63370,719,438,0,22,22,0 +63369,719,437,0,21,21,0 +63368,719,436,0,20,20,0 +63367,719,394,0,19,19,0 +63366,719,403,0,18,18,0 +63365,719,428,0,17,17,0 +63364,719,278,0,16,16,0 +63363,719,346,0,15,15,0 +63362,719,440,0,14,14,0 +63361,719,364,0,13,13,0 +63360,719,427,0,12,12,0 +63359,719,435,0,11,11,0 +63358,719,404,0,10,10,0 +63357,719,356,0,9,9,0 +63356,719,373,0,8,8,0 +63355,719,347,0,7,7,0 +63354,719,401,1,6,6,0 +63353,719,408,2,5,5,0 +63352,719,341,3,4,4,0 +63351,719,360,4,3,3,0 +63350,719,386,6,2,2,0 +63349,719,289,9,1,1,1 +63401,720,375,0,26,26,0 +63400,720,397,0,25,25,0 +63378,720,408,2,8,8,0 +63380,720,347,2,7,7,0 +63399,720,376,0,15,15,0 +63398,720,430,1,10,10,0 +63397,720,385,0,27,27,0 +63395,720,438,0,11,11,0 +63394,720,437,0,24,24,0 +63393,720,436,0,23,23,0 +63392,720,394,0,22,22,0 +63391,720,403,0,19,19,0 +63390,720,428,0,21,21,0 +63389,720,278,0,20,20,0 +63388,720,346,0,18,18,0 +63387,720,440,0,16,16,0 +63386,720,364,4,5,5,0 +63385,720,427,0,17,17,0 +63384,720,435,0,14,14,0 +63383,720,404,0,13,13,0 +63382,720,356,0,12,12,0 +63381,720,373,9,2,2,1 +63379,720,401,1,9,9,0 +63430,721,423,0,24,24,0 +63429,721,375,1,12,12,0 +63428,721,397,0,27,27,0 +63427,721,376,0,18,18,0 +63426,721,430,1,10,10,0 +63425,721,385,0,28,28,0 +63424,721,439,0,29,29,0 +63423,721,438,0,15,15,0 +63422,721,437,0,26,26,0 +63421,721,436,0,25,25,0 +63420,721,394,0,22,22,0 +63419,721,403,0,21,21,0 +63418,721,428,0,23,23,0 +63417,721,278,0,20,20,0 +63416,721,346,0,13,13,0 +63415,721,440,0,14,14,0 +63414,721,364,10,3,3,0 +63413,721,427,0,19,19,0 +63412,721,435,0,17,17,0 +63406,721,408,2,9,9,0 +63402,721,289,9,5,5,1 +63403,721,386,11,2,2,0 +63460,722,418,0,24,24,0 +63459,722,423,0,26,26,0 +63457,722,397,0,29,29,0 +63458,722,375,1,14,14,0 +63439,722,356,3,9,9,0 +63456,722,376,0,21,21,0 +63455,722,430,1,12,12,0 +63454,722,385,0,19,19,0 +63453,722,439,0,30,30,0 +63452,722,438,0,18,18,0 +63451,722,437,0,28,28,0 +63450,722,436,0,27,27,0 +63449,722,394,0,23,23,0 +63448,722,403,0,22,22,0 +63447,722,428,0,25,25,0 +63446,722,278,0,15,15,0 +63445,722,346,1,11,11,0 +63444,722,440,0,16,16,0 +63443,722,364,12,2,2,0 +63442,722,427,0,17,17,0 +63440,722,404,3,8,8,0 +63438,722,373,27,1,1,3 +63437,722,347,2,10,10,0 +63468,723,373,36,1,1,4 +63469,723,356,3,9,9,0 +63470,723,404,3,8,8,0 +63471,723,435,0,24,24,0 +63472,723,427,0,18,18,0 +63473,723,364,12,5,5,0 +63474,723,440,1,13,13,0 +63475,723,346,1,12,12,0 +63476,723,278,0,17,17,0 +63477,723,428,0,28,28,0 +63478,723,403,0,26,26,0 +63479,723,394,0,27,27,0 +63480,723,436,0,23,23,0 +63481,723,437,0,30,30,0 +63493,723,420,0,29,29,0 +63492,723,383,0,22,22,0 +63491,723,305,0,20,20,0 +63490,723,418,0,21,21,0 +63489,723,423,0,31,31,0 +63488,723,375,1,16,16,0 +63487,723,397,0,32,32,0 +63486,723,376,0,25,25,0 +63484,723,385,2,11,11,0 +63483,723,439,0,33,33,0 +63530,724,442,0,37,37,0 +63504,724,435,0,26,26,0 +63505,724,427,0,19,19,0 +63506,724,364,12,5,5,0 +63507,724,440,3,12,12,0 +63508,724,346,1,14,14,0 +63509,724,278,0,18,18,0 +63510,724,428,0,22,22,0 +63511,724,403,0,28,28,0 +63512,724,394,0,31,31,0 +63513,724,436,0,25,25,0 +63514,724,437,0,30,30,0 +63515,724,438,0,20,20,0 +63516,724,439,0,34,34,0 +63517,724,385,2,13,13,0 +63518,724,430,1,16,16,0 +63529,724,441,0,36,36,0 +63528,724,429,0,35,35,0 +63527,724,432,0,29,29,0 +63526,724,420,0,32,32,0 +63525,724,383,0,24,24,0 +63524,724,305,0,21,21,0 +63523,724,418,0,23,23,0 +63522,724,423,3,10,10,0 +63521,724,375,1,17,17,0 +63520,724,397,0,33,33,0 +63500,724,347,3,11,11,0 +63501,724,373,42,1,1,4 +63573,725,447,0,43,43,0 +63572,725,446,0,42,42,0 +63570,725,444,0,40,40,0 +63571,725,445,0,41,41,0 +63542,725,427,0,19,19,0 +63569,725,443,0,38,38,0 +63568,725,374,0,27,27,0 +63567,725,442,0,39,39,0 +63566,725,441,0,37,37,0 +63565,725,429,0,36,36,0 +63564,725,432,0,31,31,0 +63563,725,420,0,33,33,0 +63562,725,383,0,25,25,0 +63561,725,305,0,20,20,0 +63560,725,418,0,24,24,0 +63559,725,423,3,10,10,0 +63558,725,375,1,17,17,0 +63557,725,397,0,34,34,0 +63556,725,376,0,30,30,0 +63531,725,289,13,5,5,1 +63555,725,430,1,16,16,0 +63554,725,385,2,13,13,0 +63553,725,439,0,35,35,0 +63552,725,438,0,21,21,0 +63551,725,437,0,32,32,0 +63550,725,436,0,26,26,0 +63549,725,394,0,28,28,0 +63548,725,403,0,23,23,0 +63547,725,428,0,22,22,0 +63546,725,278,0,18,18,0 +63545,725,346,1,14,14,0 +63543,725,364,12,6,6,0 +63541,725,435,0,29,29,0 +63540,725,404,6,8,8,0 +63539,725,356,5,9,9,0 +63538,725,373,51,1,1,5 +63537,725,347,3,11,11,0 +63536,725,401,1,15,15,0 +63622,726,450,0,42,42,0 +63584,726,435,0,30,30,0 +63585,726,427,0,20,20,0 +63586,726,364,12,6,6,0 +63587,726,440,3,13,13,0 +63588,726,346,1,15,15,0 +63589,726,278,0,18,18,0 +63590,726,428,0,23,23,0 +63621,726,433,0,39,39,0 +63620,726,434,0,37,37,0 +63619,726,345,0,35,35,0 +63618,726,449,0,33,33,0 +63617,726,448,0,19,19,0 +63616,726,447,0,49,49,0 +63615,726,446,0,48,48,0 +63614,726,445,0,47,47,0 +63613,726,444,0,46,46,0 +63612,726,443,0,44,44,0 +63611,726,374,0,28,28,0 +63610,726,442,0,45,45,0 +63609,726,441,0,43,43,0 +63607,726,432,0,32,32,0 +63606,726,420,0,36,36,0 +63605,726,383,0,26,26,0 +63604,726,305,0,21,21,0 +63603,726,418,0,25,25,0 +63602,726,423,3,11,11,0 +63601,726,375,1,17,17,0 +63600,726,397,0,38,38,0 +63599,726,376,0,31,31,0 +63598,726,430,2,14,14,0 +63597,726,385,4,10,10,0 +63581,726,373,51,1,1,5 +63582,726,356,8,8,8,0 +63595,726,438,0,22,22,0 +63593,726,436,0,27,27,0 +63592,726,394,0,29,29,0 +63633,727,435,0,32,32,0 +63634,727,427,0,21,21,0 +63635,727,364,13,7,7,0 +63636,727,440,3,13,13,0 +63637,727,346,1,15,15,0 +63638,727,278,0,18,18,0 +63639,727,428,0,24,24,0 +63631,727,356,14,6,6,0 +63674,727,452,0,45,45,0 +63673,727,451,0,41,41,0 +63672,727,382,0,27,27,0 +63671,727,450,0,44,44,0 +63670,727,433,0,40,40,0 +63669,727,434,0,19,19,0 +63668,727,345,0,36,36,0 +63667,727,449,0,35,35,0 +63666,727,448,0,20,20,0 +63665,727,447,0,52,52,0 +63664,727,446,0,51,51,0 +63663,727,445,0,50,50,0 +63662,727,444,0,49,49,0 +63661,727,443,0,47,47,0 +63660,727,374,0,30,30,0 +63659,727,442,0,48,48,0 +63658,727,441,0,46,46,0 +63657,727,429,0,43,43,0 +63656,727,432,0,34,34,0 +63655,727,420,0,38,38,0 +63654,727,383,0,28,28,0 +63653,727,305,0,22,22,0 +63652,727,418,0,26,26,0 +63650,727,375,1,17,17,0 +63649,727,397,0,39,39,0 +63648,727,376,0,33,33,0 +63647,727,430,2,14,14,0 +63646,727,385,4,11,11,0 +63645,727,439,0,42,42,0 +63644,727,438,0,23,23,0 +63643,727,437,0,37,37,0 +63641,727,394,0,31,31,0 +48402,729,427,0,22,22,0 +48401,729,458,0,21,21,0 +48400,729,457,0,20,20,0 +48399,729,356,0,19,19,0 +48398,729,341,0,18,18,0 +48397,729,456,0,17,17,0 +48396,729,360,0,16,16,0 +48395,729,364,0,15,15,0 +48394,729,455,0,14,14,0 +48393,729,418,0,13,13,0 +48392,729,404,0,12,12,0 +48391,729,386,0,11,11,0 +48390,729,454,0,10,10,0 +48389,729,373,0,9,9,0 +48388,729,453,0,8,8,0 +48387,729,347,0,7,7,0 +48386,729,430,1,6,6,0 +48385,729,408,2,5,5,0 +48384,729,394,3,4,4,0 +48383,729,403,4,3,3,0 +48382,729,401,6,2,2,0 +48381,729,289,9,1,1,1 +48430,730,459,0,28,28,0 +48429,730,424,0,27,27,0 +48428,730,425,0,26,26,0 +48427,730,346,0,23,23,0 +48426,730,435,0,11,11,0 +48425,730,385,4,5,5,0 +48424,730,427,0,22,22,0 +48423,730,458,0,25,25,0 +48422,730,457,0,24,24,0 +48421,730,356,0,13,13,0 +48420,730,341,3,6,6,0 +48419,730,456,0,18,18,0 +48418,730,360,9,3,3,1 +48417,730,364,0,20,20,0 +48416,730,455,0,21,21,0 +48415,730,418,0,19,19,0 +48414,730,404,0,15,15,0 +48413,730,386,0,17,17,0 +48412,730,454,0,16,16,0 +48411,730,373,0,14,14,0 +48410,730,453,0,12,12,0 +48409,730,347,2,8,8,0 +48408,730,430,1,10,10,0 +48407,730,408,2,9,9,0 +48406,730,394,3,7,7,0 +48405,730,403,10,2,2,0 +48404,730,401,6,4,4,0 +48403,730,289,10,1,1,1 +48462,731,461,0,32,32,0 +48461,731,460,0,30,30,0 +48460,731,436,0,19,19,0 +48459,731,376,0,17,17,0 +48458,731,459,0,27,27,0 +48457,731,424,0,31,31,0 +48456,731,425,0,29,29,0 +48455,731,346,0,18,18,0 +48454,731,435,0,14,14,0 +48453,731,385,4,7,7,0 +48452,731,427,0,15,15,0 +48451,731,458,0,28,28,0 +48450,731,457,0,26,26,0 +48449,731,356,1,13,13,0 +48448,731,341,5,6,6,0 +48447,731,456,0,22,22,0 +48446,731,360,9,4,4,1 +48445,731,364,0,24,24,0 +48444,731,455,0,25,25,0 +48443,731,418,0,23,23,0 +48442,731,404,0,20,20,0 +48441,731,386,0,21,21,0 +48440,731,454,3,8,8,0 +48439,731,373,9,3,3,1 +48438,731,453,0,16,16,0 +48437,731,347,2,10,10,0 +48436,731,430,1,12,12,0 +48435,731,408,2,11,11,0 +48434,731,394,3,9,9,0 +48433,731,403,14,2,2,0 +48432,731,401,6,5,5,0 +48431,731,289,16,1,1,1 +48498,732,437,0,33,33,0 +48497,732,446,0,30,30,0 +48496,732,462,0,28,28,0 +48495,732,397,0,26,26,0 +48494,732,461,0,36,36,0 +48493,732,460,0,34,34,0 +48492,732,436,0,21,21,0 +48491,732,376,0,19,19,0 +48490,732,459,0,27,27,0 +48489,732,424,0,35,35,0 +48488,732,425,0,32,32,0 +48487,732,346,0,20,20,0 +48486,732,435,0,17,17,0 +48485,732,385,4,10,10,0 +48484,732,427,0,16,16,0 +48483,732,458,0,31,31,0 +48482,732,457,0,29,29,0 +48481,732,356,1,15,15,0 +48480,732,341,7,7,7,0 +48479,732,456,0,23,23,0 +48478,732,360,12,3,3,1 +48477,732,364,9,5,5,1 +48476,732,455,0,25,25,0 +48475,732,418,0,24,24,0 +48474,732,404,0,22,22,0 +48473,732,386,4,9,9,0 +48472,732,454,3,11,11,0 +48471,732,373,9,4,4,1 +48470,732,453,0,18,18,0 +48469,732,347,2,13,13,0 +48468,732,430,2,14,14,0 +48467,732,408,8,6,6,0 +48466,732,394,3,12,12,0 +48465,732,403,14,2,2,0 +48464,732,401,6,8,8,0 +48463,732,289,16,1,1,1 +48538,733,465,0,37,37,0 +48537,733,464,0,34,34,0 +48536,733,463,0,25,25,0 +48535,733,438,0,23,23,0 +48534,733,437,0,24,24,0 +48533,733,446,0,33,33,0 +48532,733,462,0,31,31,0 +48531,733,397,0,29,29,0 +48530,733,461,0,40,40,0 +48529,733,460,0,38,38,0 +48528,733,436,0,22,22,0 +48527,733,376,0,20,20,0 +48526,733,459,0,30,30,0 +48525,733,424,0,39,39,0 +48524,733,425,0,36,36,0 +48523,733,346,0,21,21,0 +48522,733,435,0,18,18,0 +48521,733,385,4,10,10,0 +48520,733,427,0,16,16,0 +48519,733,458,0,35,35,0 +48518,733,457,0,32,32,0 +48517,733,356,3,13,13,0 +48516,733,341,13,5,5,0 +48515,733,456,0,27,27,0 +48514,733,360,16,3,3,1 +48513,733,364,9,6,6,1 +48512,733,455,0,28,28,0 +48511,733,418,0,17,17,0 +48510,733,404,0,26,26,0 +48509,733,386,4,9,9,0 +48508,733,454,3,11,11,0 +48507,733,373,18,2,2,2 +48506,733,453,0,19,19,0 +48505,733,347,2,14,14,0 +48504,733,430,2,15,15,0 +48503,733,408,9,7,7,0 +48502,733,394,3,12,12,0 +48501,733,403,14,4,4,0 +48500,733,401,6,8,8,0 +48499,733,289,19,1,1,1 +48581,734,445,0,43,43,0 +48580,734,428,0,42,42,0 +48579,734,466,0,25,25,0 +48578,734,465,0,33,33,0 +48577,734,464,0,36,36,0 +48576,734,463,0,27,27,0 +48575,734,438,0,24,24,0 +48574,734,437,0,22,22,0 +48573,734,446,0,37,37,0 +48572,734,462,0,34,34,0 +48571,734,397,0,31,31,0 +48570,734,461,0,41,41,0 +48569,734,460,0,39,39,0 +48568,734,436,0,23,23,0 +48567,734,376,0,20,20,0 +48566,734,459,0,32,32,0 +48565,734,424,0,40,40,0 +48564,734,425,0,26,26,0 +48563,734,346,0,21,21,0 +48562,734,435,0,18,18,0 +48561,734,385,4,10,10,0 +48560,734,427,0,16,16,0 +48559,734,458,0,38,38,0 +48558,734,457,0,35,35,0 +48557,734,356,3,13,13,0 +48556,734,341,19,3,3,0 +48555,734,456,0,29,29,0 +48554,734,360,18,4,4,1 +48553,734,364,13,6,6,1 +48552,734,455,0,30,30,0 +48551,734,418,0,17,17,0 +48550,734,404,0,28,28,0 +48549,734,386,4,9,9,0 +48548,734,454,4,11,11,0 +48547,734,373,21,2,2,2 +48546,734,453,0,19,19,0 +48545,734,347,2,14,14,0 +48544,734,430,2,15,15,0 +48543,734,408,9,7,7,0 +48542,734,394,3,12,12,0 +48541,734,403,14,5,5,0 +48540,734,401,6,8,8,0 +48539,734,289,28,1,1,2 +48628,735,442,0,47,47,0 +48627,735,439,0,45,45,0 +48626,735,444,0,44,44,0 +48625,735,467,0,43,43,0 +48624,735,445,0,46,46,0 +48623,735,428,0,42,42,0 +48622,735,466,0,26,26,0 +48621,735,465,0,33,33,0 +48620,735,464,0,36,36,0 +48619,735,463,0,27,27,0 +48618,735,438,0,24,24,0 +48617,735,437,0,23,23,0 +48616,735,446,0,37,37,0 +48615,735,462,0,34,34,0 +48614,735,397,0,31,31,0 +48613,735,461,0,41,41,0 +48612,735,460,0,39,39,0 +48611,735,436,0,25,25,0 +48610,735,376,0,21,21,0 +48609,735,459,0,32,32,0 +48608,735,424,0,40,40,0 +48607,735,425,0,20,20,0 +48606,735,346,0,22,22,0 +48605,735,435,3,13,13,0 +48604,735,385,4,11,11,0 +48603,735,427,0,17,17,0 +48602,735,458,0,38,38,0 +48601,735,457,0,35,35,0 +48600,735,356,3,15,15,0 +48599,735,341,19,4,4,0 +48598,735,456,0,29,29,0 +48597,735,360,22,2,2,1 +48596,735,364,13,6,6,1 +48595,735,455,0,30,30,0 +48594,735,418,0,18,18,0 +48593,735,404,0,28,28,0 +48592,735,386,10,7,7,0 +48591,735,454,4,12,12,0 +48590,735,373,21,3,3,2 +48589,735,453,0,19,19,0 +48588,735,347,3,14,14,0 +48587,735,430,2,16,16,0 +48586,735,408,9,8,8,0 +48585,735,394,5,10,10,0 +48584,735,403,14,5,5,0 +48583,735,401,6,9,9,0 +48582,735,289,36,1,1,3 +48680,736,440,0,39,39,0 +48679,736,470,0,34,34,0 +48678,736,434,0,29,29,0 +48677,736,469,0,25,25,0 +48676,736,468,0,23,23,0 +48675,736,442,0,52,52,0 +48674,736,439,0,50,50,0 +48673,736,444,0,49,49,0 +48672,736,467,0,48,48,0 +48671,736,445,0,51,51,0 +48670,736,428,0,47,47,0 +48669,736,466,0,30,30,0 +48668,736,465,0,37,37,0 +48667,736,464,0,41,41,0 +48666,736,463,0,31,31,0 +48665,736,438,0,27,27,0 +48664,736,437,0,26,26,0 +48663,736,446,0,42,42,0 +48662,736,462,0,38,38,0 +48661,736,397,0,35,35,0 +48660,736,461,0,46,46,0 +48659,736,460,0,44,44,0 +48658,736,436,0,28,28,0 +48657,736,376,0,22,22,0 +48656,736,459,0,36,36,0 +48655,736,424,0,45,45,0 +48654,736,425,0,21,21,0 +48653,736,346,0,24,24,0 +48652,736,435,3,14,14,0 +48651,736,385,4,12,12,0 +48650,736,427,0,18,18,0 +48649,736,458,0,43,43,0 +48648,736,457,0,40,40,0 +48647,736,356,6,10,10,0 +48646,736,341,19,4,4,0 +48645,736,456,0,32,32,0 +48644,736,360,24,3,3,1 +48643,736,364,15,5,5,1 +48642,736,455,0,33,33,0 +48641,736,418,1,17,17,0 +48640,736,404,0,20,20,0 +48639,736,386,10,7,7,0 +48638,736,454,4,13,13,0 +48637,736,373,30,2,2,3 +48636,736,453,0,19,19,0 +48635,736,347,3,15,15,0 +48634,736,430,2,16,16,0 +48633,736,408,9,8,8,0 +48632,736,394,5,11,11,0 +48631,736,403,14,6,6,0 +48630,736,401,6,9,9,0 +48629,736,289,39,1,1,3 +48741,737,368,0,52,52,0 +48740,737,474,0,44,44,0 +48739,737,473,0,42,42,0 +48738,737,472,0,39,39,0 +48737,737,411,0,37,37,0 +48736,737,413,0,28,28,0 +48735,737,471,0,25,25,0 +48734,737,340,0,22,22,0 +48733,737,410,1,19,19,0 +48732,737,440,0,47,47,0 +48731,737,470,0,40,40,0 +48730,737,434,0,33,33,0 +48729,737,469,0,29,29,0 +48728,737,468,0,26,26,0 +48727,737,442,0,61,61,0 +48726,737,439,0,59,59,0 +48725,737,444,0,58,58,0 +48724,737,467,0,57,57,0 +48723,737,445,0,60,60,0 +48722,737,428,0,56,56,0 +48721,737,466,0,34,34,0 +48720,737,465,0,45,45,0 +48719,737,464,0,49,49,0 +48718,737,463,0,35,35,0 +48717,737,438,0,31,31,0 +48716,737,437,0,30,30,0 +48715,737,446,0,50,50,0 +48714,737,462,0,46,46,0 +48713,737,397,0,41,41,0 +48712,737,461,0,55,55,0 +48711,737,460,0,53,53,0 +48710,737,436,0,32,32,0 +48709,737,376,0,24,24,0 +48708,737,459,0,43,43,0 +48707,737,424,0,54,54,0 +48706,737,425,0,23,23,0 +48705,737,346,0,27,27,0 +48704,737,435,3,14,14,0 +48703,737,385,4,12,12,0 +48702,737,427,0,20,20,0 +48701,737,458,0,51,51,0 +48700,737,457,0,48,48,0 +48699,737,356,9,9,9,0 +48698,737,341,19,4,4,0 +48697,737,456,0,36,36,0 +48696,737,360,27,3,3,1 +48695,737,364,15,5,5,1 +48694,737,455,0,38,38,0 +48693,737,418,1,18,18,0 +48692,737,404,2,16,16,0 +48691,737,386,10,8,8,0 +48690,737,454,4,13,13,0 +48689,737,373,30,2,2,3 +48688,737,453,0,21,21,0 +48687,737,347,3,15,15,0 +48686,737,430,2,17,17,0 +48685,737,408,13,7,7,0 +48684,737,394,5,11,11,0 +48683,737,403,14,6,6,0 +48682,737,401,6,10,10,0 +48681,737,289,42,1,1,4 +48090,738,482,0,21,21,0 +48089,738,376,0,20,20,0 +48088,738,418,0,19,19,0 +48087,738,481,0,18,18,0 +48086,738,404,0,17,17,0 +48085,738,289,0,16,16,0 +48084,738,356,0,15,15,0 +48083,738,480,0,14,14,0 +48082,738,479,0,13,13,0 +48081,738,347,0,12,12,0 +48080,738,341,0,11,11,0 +48079,738,373,0,10,10,0 +48078,738,478,0,9,9,0 +48077,738,477,0,8,8,0 +48076,738,427,0,7,7,0 +48075,738,360,1,6,6,0 +48074,738,364,2,5,5,0 +48073,738,476,3,4,4,0 +48072,738,403,4,3,3,0 +48071,738,386,6,2,2,0 +48070,738,475,9,1,1,1 +48114,739,437,0,20,20,0 +48113,739,430,0,17,17,0 +48112,739,401,0,16,16,0 +48111,739,482,0,24,24,0 +48110,739,376,0,23,23,0 +48109,739,418,0,19,19,0 +48108,739,481,0,22,22,0 +48107,739,404,0,21,21,0 +48106,739,289,0,11,11,0 +48105,739,356,1,8,8,0 +48104,739,480,0,18,18,0 +48103,739,479,0,13,13,0 +48102,739,347,0,15,15,0 +48101,739,341,0,9,9,0 +48100,739,373,4,5,5,0 +48099,739,478,0,14,14,0 +48098,739,477,0,12,12,0 +48097,739,427,0,10,10,0 +48096,739,360,1,7,7,0 +48095,739,364,2,6,6,0 +48094,739,476,12,2,2,1 +48093,739,403,10,3,3,0 +48092,739,386,8,4,4,0 +48091,739,475,12,1,1,1 +48143,740,455,0,29,29,0 +48142,740,459,0,28,28,0 +48141,740,435,0,27,27,0 +48140,740,385,0,22,22,0 +48139,740,453,0,17,17,0 +48138,740,437,0,24,24,0 +48137,740,430,0,19,19,0 +48136,740,401,0,20,20,0 +48135,740,482,3,6,6,0 +48134,740,376,0,26,26,0 +48133,740,418,0,18,18,0 +48132,740,481,0,25,25,0 +48131,740,404,0,23,23,0 +48130,740,289,0,13,13,0 +48129,740,356,1,10,10,0 +48128,740,480,0,21,21,0 +48127,740,479,0,15,15,0 +48126,740,347,0,11,11,0 +48125,740,341,2,8,8,0 +48124,740,373,4,5,5,0 +48123,740,478,0,16,16,0 +48122,740,477,0,14,14,0 +48121,740,427,0,12,12,0 +48120,740,360,1,9,9,0 +48119,740,364,3,7,7,0 +48118,740,476,18,2,2,1 +48117,740,403,19,1,1,1 +48116,740,386,12,4,4,0 +48115,740,475,12,3,3,1 +48178,741,484,0,35,35,0 +48177,741,485,0,34,34,0 +48176,741,428,0,33,33,0 +48175,741,483,0,30,30,0 +48174,741,456,0,17,17,0 +48173,741,394,9,5,5,1 +48172,741,455,0,32,32,0 +48171,741,459,0,31,31,0 +48170,741,435,0,28,28,0 +48169,741,385,0,27,27,0 +48168,741,453,0,20,20,0 +48167,741,437,0,26,26,0 +48166,741,430,0,23,23,0 +48165,741,401,0,25,25,0 +48164,741,482,3,9,9,0 +48163,741,376,0,29,29,0 +48162,741,418,0,21,21,0 +48161,741,481,0,22,22,0 +48160,741,404,3,8,8,0 +48159,741,289,1,12,12,0 +48158,741,356,1,13,13,0 +48157,741,480,0,24,24,0 +48156,741,479,0,18,18,0 +48155,741,347,0,14,14,0 +48154,741,341,2,11,11,0 +48153,741,373,8,7,7,0 +48152,741,478,0,19,19,0 +48151,741,477,0,16,16,0 +48150,741,427,0,15,15,0 +48149,741,360,3,10,10,0 +48148,741,364,9,6,6,0 +48147,741,476,18,2,2,1 +48146,741,403,19,1,1,1 +48145,741,386,12,4,4,0 +48144,741,475,12,3,3,1 +48218,742,487,0,39,39,0 +48217,742,460,0,37,37,0 +48216,742,441,0,36,36,0 +48215,742,465,0,29,29,0 +48214,742,408,0,26,26,0 +48213,742,484,0,40,40,0 +48212,742,485,0,38,38,0 +48211,742,428,0,35,35,0 +48210,742,483,0,33,33,0 +48209,742,456,1,15,15,0 +48208,742,394,9,5,5,1 +48207,742,455,0,30,30,0 +48206,742,459,0,34,34,0 +48205,742,435,0,31,31,0 +48204,742,385,0,25,25,0 +48203,742,453,0,20,20,0 +48202,742,437,0,28,28,0 +48201,742,430,0,23,23,0 +48200,742,401,0,27,27,0 +48199,742,482,3,10,10,0 +48198,742,376,0,32,32,0 +48197,742,418,0,21,21,0 +48196,742,481,0,22,22,0 +48195,742,404,3,9,9,0 +48194,742,289,1,14,14,0 +48193,742,356,4,8,8,0 +48192,742,480,0,24,24,0 +48191,742,479,0,18,18,0 +48190,742,347,2,12,12,0 +48189,742,341,2,13,13,0 +48188,742,373,8,7,7,0 +48187,742,478,0,19,19,0 +48186,742,477,0,17,17,0 +48185,742,427,0,16,16,0 +48184,742,360,3,11,11,0 +48183,742,364,9,6,6,0 +48182,742,476,27,1,1,2 +48181,742,403,25,2,2,1 +48180,742,386,16,3,3,0 +48179,742,475,12,4,4,1 +48263,743,436,0,45,45,0 +48262,743,490,0,44,44,0 +48261,743,489,0,43,43,0 +48260,743,488,0,40,40,0 +48259,743,431,0,38,38,0 +48258,743,487,0,41,41,0 +48257,743,460,0,31,31,0 +48256,743,441,0,37,37,0 +48255,743,465,0,30,30,0 +48254,743,408,0,23,23,0 +48253,743,484,0,42,42,0 +48252,743,485,0,39,39,0 +48251,743,428,0,35,35,0 +48250,743,483,0,36,36,0 +48249,743,456,1,14,14,0 +48248,743,394,9,6,6,1 +48247,743,455,0,32,32,0 +48246,743,459,0,29,29,0 +48245,743,435,0,33,33,0 +48244,743,385,0,27,27,0 +48243,743,453,0,19,19,0 +48242,743,437,0,26,26,0 +48241,743,430,0,24,24,0 +48240,743,401,0,28,28,0 +48239,743,482,3,12,12,0 +48238,743,376,0,34,34,0 +48237,743,418,0,21,21,0 +48236,743,481,0,22,22,0 +48235,743,404,3,11,11,0 +48234,743,289,1,15,15,0 +48233,743,356,4,8,8,0 +48232,743,480,0,25,25,0 +48231,743,479,0,18,18,0 +48230,743,347,2,13,13,0 +48229,743,341,4,9,9,0 +48228,743,373,11,5,5,0 +48227,743,478,0,20,20,0 +48226,743,477,0,17,17,0 +48225,743,427,0,16,16,0 +48224,743,360,4,10,10,0 +48223,743,364,9,7,7,0 +48222,743,476,33,1,1,2 +48221,743,403,29,2,2,1 +48220,743,386,16,4,4,0 +48219,743,475,21,3,3,2 +48318,744,492,0,55,55,0 +48317,744,467,0,54,54,0 +48316,744,491,0,53,53,0 +48315,744,429,0,52,52,0 +48314,744,444,0,49,49,0 +48313,744,424,0,46,46,0 +48312,744,486,0,43,43,0 +48311,744,425,0,40,40,0 +48310,744,454,0,37,37,0 +48309,744,447,0,35,35,0 +48308,744,436,0,51,51,0 +48307,744,490,0,50,50,0 +48306,744,489,0,29,29,0 +48305,744,488,0,48,48,0 +48304,744,431,0,44,44,0 +48303,744,487,0,47,47,0 +48302,744,460,0,33,33,0 +48301,744,441,0,25,25,0 +48300,744,465,0,32,32,0 +48299,744,408,0,26,26,0 +48298,744,484,0,42,42,0 +48297,744,485,0,45,45,0 +48296,744,428,0,39,39,0 +48295,744,483,0,41,41,0 +48294,744,456,2,16,16,0 +48293,744,394,9,7,7,1 +48292,744,455,0,34,34,0 +48291,744,459,0,31,31,0 +48290,744,435,0,36,36,0 +48289,744,385,0,20,20,0 +48288,744,453,3,11,11,0 +48287,744,437,0,28,28,0 +48286,744,430,0,19,19,0 +48285,744,401,0,30,30,0 +48284,744,482,3,13,13,0 +48283,744,376,0,38,38,0 +48282,744,418,0,23,23,0 +48281,744,481,0,24,24,0 +48280,744,404,3,12,12,0 +48279,744,289,1,17,17,0 +48278,744,356,4,9,9,0 +48277,744,480,0,27,27,0 +48276,744,479,2,15,15,0 +48275,744,347,2,14,14,0 +48274,744,341,4,10,10,0 +48273,744,373,11,6,6,0 +48272,744,478,0,22,22,0 +48271,744,477,0,21,21,0 +48270,744,427,0,18,18,0 +48269,744,360,8,8,8,0 +48268,744,364,15,5,5,0 +48267,744,476,33,2,2,2 +48266,744,403,34,1,1,2 +48265,744,386,16,4,4,0 +48264,744,475,21,3,3,2 +48380,745,495,0,47,47,0 +48379,745,433,0,43,43,0 +48378,745,494,0,39,39,0 +48377,745,440,0,38,38,0 +48376,745,434,0,28,28,0 +48375,745,493,0,24,24,0 +48374,745,468,0,22,22,0 +48373,745,492,0,62,62,0 +48372,745,467,0,61,61,0 +48371,745,491,0,60,60,0 +48370,745,429,0,59,59,0 +48369,745,444,0,56,56,0 +48368,745,424,0,53,53,0 +48367,745,486,0,50,50,0 +48366,745,425,0,46,46,0 +48365,745,454,0,42,42,0 +48364,745,447,0,40,40,0 +48363,745,436,0,58,58,0 +48362,745,490,0,57,57,0 +48361,745,489,0,32,32,0 +48360,745,488,0,55,55,0 +48359,745,431,0,51,51,0 +48358,745,487,0,54,54,0 +48357,745,460,0,36,36,0 +48356,745,441,0,27,27,0 +48355,745,465,0,35,35,0 +48354,745,408,0,29,29,0 +48353,745,484,0,49,49,0 +48352,745,485,0,52,52,0 +48351,745,428,0,45,45,0 +48350,745,483,0,48,48,0 +48349,745,456,2,17,17,0 +48348,745,394,9,9,9,1 +48347,745,455,0,37,37,0 +48346,745,459,0,34,34,0 +48345,745,435,0,41,41,0 +48344,745,385,0,20,20,0 +48343,745,453,3,13,13,0 +48342,745,437,0,31,31,0 +48341,745,430,0,19,19,0 +48340,745,401,0,33,33,0 +48339,745,482,3,14,14,0 +48338,745,376,0,44,44,0 +48337,745,418,0,25,25,0 +48336,745,481,0,26,26,0 +48335,745,404,12,6,6,1 +48334,745,289,3,16,16,0 +48333,745,356,4,11,11,0 +48332,745,480,0,30,30,0 +48331,745,479,6,10,10,0 +48330,745,347,3,15,15,0 +48329,745,341,4,12,12,0 +48328,745,373,11,7,7,0 +48327,745,478,0,23,23,0 +48326,745,477,0,21,21,0 +48325,745,427,0,18,18,0 +48324,745,360,11,8,8,0 +48323,745,364,21,4,4,0 +48322,745,476,33,2,2,2 +48321,745,403,34,1,1,2 +48320,745,386,16,5,5,0 +48319,745,475,21,3,3,2 +49690,746,483,0,22,22,0 +49689,746,504,0,21,21,0 +49688,746,503,0,20,20,0 +49687,746,502,0,19,19,0 +49686,746,289,0,18,18,0 +49685,746,356,0,17,17,0 +49684,746,501,0,16,16,0 +49683,746,439,0,15,15,0 +49682,746,500,0,14,14,0 +49681,746,418,0,13,13,0 +49680,746,499,0,12,12,0 +49679,746,498,0,11,11,0 +49678,746,497,0,10,10,0 +49677,746,403,0,9,9,0 +49676,746,347,0,8,8,0 +49675,746,404,1,5,5,0 +49674,746,476,2,4,4,0 +49673,746,496,3,3,3,0 +49672,746,475,0,6,6,0 +49671,746,477,6,2,2,0 +49670,746,360,8,1,1,1 +49724,747,437,0,33,33,0 +49723,747,508,0,32,32,0 +49722,747,507,0,30,30,0 +49721,747,484,0,27,27,0 +49720,747,506,0,26,26,0 +49719,747,427,0,11,11,0 +49718,747,341,0,24,24,0 +49717,747,505,0,22,22,0 +49716,747,456,0,20,20,0 +49715,747,364,0,19,19,0 +49714,747,386,1,10,10,0 +49713,747,479,3,5,5,0 +49712,747,483,0,31,31,0 +49711,747,504,0,29,29,0 +49710,747,503,0,28,28,0 +49709,747,502,0,21,21,0 +49708,747,289,0,12,12,0 +49707,747,356,0,25,25,0 +49706,747,501,0,23,23,0 +49705,747,439,0,18,18,0 +49704,747,500,0,17,17,0 +49703,747,418,0,16,16,0 +49702,747,499,0,15,15,0 +49701,747,498,0,14,14,0 +49700,747,497,0,13,13,0 +49699,747,403,4,4,4,0 +49698,747,347,2,7,7,0 +49697,747,404,1,9,9,0 +49696,747,476,2,8,8,0 +49695,747,496,3,6,6,0 +49694,747,475,8,2,2,1 +49693,747,477,6,3,3,0 +49692,747,360,14,1,1,1 +49790,748,539,0,51,51,0 +49789,748,538,0,50,50,0 +49788,748,537,0,49,49,0 +49787,748,536,0,48,48,0 +49786,748,535,0,47,47,0 +49785,748,534,0,46,46,0 +49784,748,533,0,45,45,0 +49783,748,532,0,44,44,0 +49782,748,531,0,43,43,0 +49781,748,530,0,42,42,0 +49780,748,529,0,41,41,0 +49779,748,528,0,40,40,0 +49778,748,527,0,39,39,0 +49777,748,526,0,38,38,0 +49776,748,525,0,37,37,0 +49775,748,524,0,36,36,0 +49774,748,523,0,35,35,0 +49773,748,522,0,34,34,0 +49772,748,521,0,33,33,0 +49771,748,520,0,32,32,0 +49770,748,519,0,29,29,0 +49769,748,518,0,28,28,0 +49768,748,517,0,25,25,0 +49767,748,516,0,23,23,0 +49766,748,515,0,22,22,0 +49765,748,514,0,20,20,0 +49764,748,494,0,19,19,0 +49763,748,513,1,16,16,0 +49762,748,512,2,13,13,0 +49761,748,511,3,8,8,0 +49760,748,510,4,7,7,0 +49759,748,449,6,5,5,0 +49758,748,509,8,3,3,1 +49757,748,437,0,66,66,0 +49756,748,508,0,65,65,0 +49755,748,507,0,63,63,0 +49754,748,484,0,60,60,0 +49753,748,506,0,59,59,0 +49752,748,427,0,17,17,0 +49751,748,341,0,57,57,0 +49750,748,505,0,55,55,0 +49749,748,456,0,53,53,0 +49748,748,364,0,52,52,0 +49747,748,386,1,15,15,0 +49746,748,479,3,9,9,0 +49745,748,483,0,64,64,0 +49744,748,504,0,62,62,0 +49743,748,503,0,61,61,0 +49742,748,502,0,54,54,0 +49741,748,289,0,18,18,0 +49740,748,356,0,58,58,0 +49739,748,501,0,56,56,0 +49738,748,439,0,31,31,0 +49737,748,500,0,30,30,0 +49736,748,418,0,27,27,0 +49735,748,499,0,26,26,0 +49734,748,498,0,24,24,0 +49733,748,497,0,21,21,0 +49732,748,403,4,6,6,0 +49731,748,347,2,11,11,0 +49730,748,404,1,14,14,0 +49729,748,476,2,12,12,0 +49728,748,496,3,10,10,0 +49727,748,475,8,2,2,1 +49726,748,477,6,4,4,0 +49725,748,360,14,1,1,1 +49859,749,373,0,58,58,0 +49858,749,430,0,22,22,0 +49857,749,481,0,21,21,0 +49856,749,539,0,54,54,0 +49855,749,538,0,53,53,0 +49854,749,537,0,52,52,0 +49853,749,536,0,51,51,0 +49852,749,535,0,50,50,0 +49851,749,534,0,49,49,0 +49850,749,533,0,48,48,0 +49849,749,532,0,47,47,0 +49848,749,531,0,46,46,0 +49847,749,530,0,45,45,0 +49846,749,529,0,44,44,0 +49845,749,528,0,43,43,0 +49844,749,527,0,42,42,0 +49843,749,526,0,41,41,0 +49842,749,525,0,40,40,0 +49841,749,524,0,39,39,0 +49840,749,523,0,38,38,0 +49839,749,522,0,37,37,0 +49838,749,521,0,36,36,0 +49837,749,520,0,35,35,0 +49836,749,519,0,32,32,0 +49835,749,518,0,31,31,0 +49834,749,517,0,28,28,0 +49833,749,516,0,26,26,0 +49832,749,515,0,25,25,0 +49831,749,514,0,23,23,0 +49830,749,494,0,20,20,0 +49829,749,513,1,18,18,0 +49828,749,512,2,16,16,0 +49827,749,511,3,13,13,0 +49826,749,510,4,10,10,0 +49825,749,449,6,7,7,0 +49824,749,509,8,4,4,1 +49823,749,437,0,69,69,0 +49822,749,508,0,64,64,0 +49821,749,507,0,66,66,0 +49820,749,484,0,63,63,0 +49819,749,506,0,62,62,0 +49818,749,427,0,19,19,0 +49817,749,341,0,61,61,0 +49816,749,505,0,59,59,0 +49815,749,456,0,57,57,0 +49814,749,364,0,56,56,0 +49813,749,386,2,17,17,0 +49812,749,479,3,12,12,0 +49811,749,483,0,68,68,0 +49810,749,504,0,67,67,0 +49809,749,503,0,65,65,0 +49808,749,502,0,55,55,0 +49807,749,289,4,8,8,0 +49806,749,356,8,3,3,1 +49805,749,501,0,60,60,0 +49804,749,439,0,34,34,0 +49803,749,500,0,33,33,0 +49802,749,418,0,30,30,0 +49801,749,499,0,29,29,0 +49800,749,498,0,27,27,0 +49799,749,497,0,24,24,0 +49798,749,403,4,9,9,0 +49797,749,347,2,15,15,0 +49796,749,404,7,5,5,0 +49795,749,476,4,11,11,0 +49794,749,496,3,14,14,0 +49793,749,475,11,2,2,1 +49792,749,477,6,6,6,0 +49791,749,360,14,1,1,1 +49932,750,540,0,69,69,0 +49931,750,435,0,59,59,0 +49930,750,376,1,20,20,0 +49929,750,482,4,10,10,0 +49928,750,373,2,17,17,0 +49927,750,430,0,25,25,0 +49926,750,481,0,24,24,0 +49925,750,539,0,57,57,0 +49924,750,538,0,56,56,0 +49923,750,537,0,55,55,0 +49922,750,536,0,54,54,0 +49921,750,535,0,53,53,0 +49920,750,534,0,52,52,0 +49919,750,533,0,51,51,0 +49918,750,532,0,50,50,0 +49917,750,531,0,49,49,0 +49916,750,530,0,48,48,0 +49915,750,529,0,47,47,0 +49914,750,528,0,46,46,0 +49913,750,527,0,45,45,0 +49912,750,526,0,44,44,0 +49911,750,525,0,43,43,0 +49910,750,524,0,42,42,0 +49909,750,523,0,41,41,0 +49908,750,522,0,40,40,0 +49907,750,521,0,39,39,0 +49906,750,520,0,38,38,0 +49905,750,519,0,35,35,0 +49904,750,518,0,34,34,0 +49903,750,517,0,31,31,0 +49902,750,516,0,29,29,0 +49901,750,515,0,28,28,0 +49900,750,514,0,26,26,0 +49899,750,494,0,23,23,0 +49898,750,513,1,21,21,0 +49897,750,512,2,18,18,0 +49896,750,511,3,14,14,0 +49895,750,510,4,11,11,0 +49894,750,449,6,8,8,0 +49893,750,509,8,4,4,1 +49892,750,437,0,73,73,0 +49891,750,508,0,66,66,0 +49890,750,507,0,63,63,0 +49889,750,484,0,68,68,0 +49888,750,506,0,67,67,0 +49887,750,427,0,22,22,0 +49886,750,341,0,65,65,0 +49885,750,505,0,61,61,0 +49884,750,456,0,62,62,0 +49883,750,364,0,60,60,0 +49882,750,386,2,19,19,0 +49881,750,479,3,13,13,0 +49880,750,483,0,72,72,0 +49879,750,504,0,71,71,0 +49878,750,503,0,70,70,0 +49877,750,502,0,58,58,0 +49876,750,289,4,9,9,0 +49875,750,356,16,2,2,2 +49874,750,501,0,64,64,0 +49873,750,439,0,37,37,0 +49872,750,500,0,36,36,0 +49871,750,418,0,33,33,0 +49870,750,499,0,32,32,0 +49869,750,498,0,30,30,0 +49868,750,497,0,27,27,0 +49867,750,403,7,6,6,0 +49866,750,347,2,16,16,0 +49865,750,404,7,5,5,0 +49864,750,476,4,12,12,0 +49863,750,496,3,15,15,0 +49862,750,475,11,3,3,1 +49861,750,477,6,7,7,0 +49860,750,360,20,1,1,1 +50007,751,542,0,75,75,0 +50006,751,541,1,22,22,0 +50005,751,540,0,71,71,0 +50004,751,435,0,62,62,0 +50003,751,376,1,21,21,0 +50002,751,482,10,4,4,0 +50001,751,373,4,13,13,0 +50000,751,430,0,27,27,0 +49999,751,481,3,14,14,0 +49998,751,539,0,60,60,0 +49997,751,538,0,59,59,0 +49996,751,537,0,58,58,0 +49995,751,536,0,57,57,0 +49994,751,535,0,56,56,0 +49993,751,534,0,55,55,0 +49992,751,533,0,54,54,0 +49991,751,532,0,53,53,0 +49990,751,531,0,52,52,0 +49989,751,530,0,51,51,0 +49988,751,529,0,50,50,0 +49987,751,528,0,49,49,0 +49986,751,527,0,48,48,0 +49985,751,526,0,47,47,0 +49984,751,525,0,46,46,0 +49983,751,524,0,45,45,0 +49982,751,523,0,44,44,0 +49981,751,522,0,43,43,0 +49980,751,521,0,42,42,0 +49979,751,520,0,41,41,0 +49978,751,519,0,39,39,0 +49977,751,518,0,37,37,0 +49976,751,517,0,35,35,0 +49975,751,516,0,33,33,0 +49974,751,515,0,31,31,0 +49973,751,514,0,28,28,0 +49972,751,494,0,25,25,0 +49971,751,513,1,23,23,0 +49970,751,512,2,19,19,0 +49969,751,511,3,16,16,0 +49968,751,510,4,11,11,0 +49967,751,449,6,9,9,0 +49966,751,509,8,5,5,1 +49965,751,437,0,32,32,0 +49964,751,508,0,69,69,0 +49963,751,507,0,66,66,0 +49962,751,484,0,70,70,0 +49961,751,506,0,26,26,0 +49960,751,427,0,24,24,0 +49959,751,341,0,68,68,0 +49958,751,505,0,64,64,0 +49957,751,456,0,65,65,0 +49956,751,364,0,63,63,0 +49955,751,386,2,20,20,0 +49954,751,479,3,15,15,0 +49953,751,483,0,74,74,0 +49952,751,504,0,73,73,0 +49951,751,503,0,72,72,0 +49950,751,502,0,61,61,0 +49949,751,289,4,10,10,0 +49948,751,356,24,1,1,3 +49947,751,501,0,67,67,0 +49946,751,439,0,40,40,0 +49945,751,500,0,38,38,0 +49944,751,418,0,29,29,0 +49943,751,499,0,36,36,0 +49942,751,498,0,34,34,0 +49941,751,497,0,30,30,0 +49940,751,403,7,7,7,0 +49939,751,347,2,18,18,0 +49938,751,404,7,6,6,0 +49937,751,476,4,12,12,0 +49936,751,496,3,17,17,0 +49935,751,475,11,3,3,1 +49934,751,477,6,8,8,0 +49933,751,360,24,2,2,1 +50084,752,465,0,77,77,0 +50083,752,486,0,76,76,0 +50082,752,542,0,39,39,0 +50081,752,541,1,23,23,0 +50080,752,540,0,72,72,0 +50079,752,435,0,66,66,0 +50078,752,376,1,22,22,0 +50077,752,482,10,5,5,0 +50076,752,373,4,15,15,0 +50075,752,430,0,28,28,0 +50074,752,481,3,16,16,0 +50073,752,539,0,64,64,0 +50072,752,538,0,63,63,0 +50071,752,537,0,62,62,0 +50070,752,536,0,61,61,0 +50069,752,535,0,60,60,0 +50068,752,534,0,59,59,0 +50067,752,533,0,58,58,0 +50066,752,532,0,57,57,0 +50065,752,531,0,56,56,0 +50064,752,530,0,55,55,0 +50063,752,529,0,54,54,0 +50062,752,528,0,53,53,0 +50061,752,527,0,52,52,0 +50060,752,526,0,51,51,0 +50059,752,525,0,50,50,0 +50058,752,524,0,49,49,0 +50057,752,523,0,48,48,0 +50056,752,522,0,47,47,0 +50055,752,521,0,46,46,0 +50054,752,520,0,45,45,0 +50053,752,519,0,43,43,0 +50052,752,518,0,40,40,0 +50051,752,517,0,37,37,0 +50050,752,516,0,35,35,0 +50049,752,515,0,32,32,0 +50048,752,514,0,29,29,0 +50047,752,494,0,26,26,0 +50046,752,513,1,24,24,0 +50045,752,512,2,20,20,0 +50044,752,511,3,17,17,0 +50043,752,510,4,14,14,0 +50042,752,449,6,10,10,0 +50041,752,509,8,6,6,1 +50040,752,437,0,34,34,0 +50039,752,508,0,71,71,0 +50038,752,507,0,69,69,0 +50037,752,484,0,42,42,0 +50036,752,506,0,27,27,0 +50035,752,427,0,25,25,0 +50034,752,341,6,8,8,0 +50033,752,505,0,67,67,0 +50032,752,456,0,68,68,0 +50031,752,364,0,33,33,0 +50030,752,386,2,21,21,0 +50029,752,479,5,11,11,0 +50028,752,483,0,75,75,0 +50027,752,504,0,74,74,0 +50026,752,503,0,73,73,0 +50025,752,502,0,65,65,0 +50024,752,289,4,13,13,0 +50023,752,356,32,1,1,4 +50022,752,501,0,70,70,0 +50021,752,439,0,44,44,0 +50020,752,500,0,41,41,0 +50019,752,418,0,30,30,0 +50018,752,499,0,38,38,0 +50017,752,498,0,36,36,0 +50016,752,497,0,31,31,0 +50015,752,403,7,7,7,0 +50014,752,347,2,19,19,0 +50013,752,404,11,4,4,0 +50012,752,476,5,12,12,0 +50011,752,496,3,18,18,0 +50010,752,475,11,3,3,1 +50009,752,477,6,9,9,0 +50008,752,360,27,2,2,1 +50162,753,432,0,67,67,0 +50161,753,465,0,78,78,0 +50160,753,486,0,77,77,0 +50159,753,542,0,39,39,0 +50158,753,541,1,23,23,0 +50157,753,540,0,73,73,0 +50156,753,435,0,66,66,0 +50155,753,376,1,22,22,0 +50154,753,482,10,5,5,0 +50153,753,373,8,7,7,0 +50152,753,430,0,28,28,0 +50151,753,481,3,16,16,0 +50150,753,539,0,64,64,0 +50149,753,538,0,63,63,0 +50148,753,537,0,62,62,0 +50147,753,536,0,61,61,0 +50146,753,535,0,60,60,0 +50145,753,534,0,59,59,0 +50144,753,533,0,58,58,0 +50143,753,532,0,57,57,0 +50142,753,531,0,56,56,0 +50141,753,530,0,55,55,0 +50140,753,529,0,54,54,0 +50139,753,528,0,53,53,0 +50138,753,527,0,52,52,0 +50137,753,526,0,51,51,0 +50136,753,525,0,50,50,0 +50135,753,524,0,49,49,0 +50134,753,523,0,48,48,0 +50133,753,522,0,47,47,0 +50132,753,521,0,46,46,0 +50131,753,520,0,45,45,0 +50130,753,519,0,43,43,0 +50129,753,518,0,40,40,0 +50128,753,517,0,37,37,0 +50127,753,516,0,35,35,0 +50126,753,515,0,32,32,0 +50125,753,514,0,29,29,0 +50124,753,494,0,26,26,0 +50123,753,513,1,24,24,0 +50122,753,512,2,20,20,0 +50121,753,511,3,17,17,0 +50120,753,510,4,15,15,0 +50119,753,449,6,13,13,0 +50118,753,509,8,6,6,1 +50117,753,437,0,34,34,0 +50116,753,508,0,72,72,0 +50115,753,507,0,70,70,0 +50114,753,484,0,42,42,0 +50113,753,506,0,27,27,0 +50112,753,427,0,25,25,0 +50111,753,341,6,11,11,0 +50110,753,505,0,68,68,0 +50109,753,456,0,69,69,0 +50108,753,364,0,33,33,0 +50107,753,386,2,21,21,0 +50106,753,479,7,10,10,0 +50105,753,483,0,76,76,0 +50104,753,504,0,75,75,0 +50103,753,503,0,74,74,0 +50102,753,502,0,65,65,0 +50101,753,289,4,14,14,0 +50100,753,356,40,1,1,5 +50099,753,501,0,71,71,0 +50098,753,439,0,44,44,0 +50097,753,500,0,41,41,0 +50096,753,418,0,30,30,0 +50095,753,499,0,38,38,0 +50094,753,498,0,36,36,0 +50093,753,497,0,31,31,0 +50092,753,403,7,9,9,0 +50091,753,347,2,19,19,0 +50090,753,404,12,3,3,0 +50089,753,476,8,8,8,0 +50088,753,496,3,18,18,0 +50087,753,475,11,4,4,1 +50086,753,477,6,12,12,0 +50085,753,360,33,2,2,1 +50250,754,547,0,83,83,0 +50249,754,546,0,81,81,0 +50248,754,398,0,80,80,0 +50247,754,491,0,77,77,0 +50246,754,545,0,42,42,0 +50245,754,455,0,37,37,0 +50244,754,544,0,33,33,0 +50243,754,431,0,29,29,0 +50242,754,478,1,26,26,0 +50241,754,543,3,20,20,0 +50240,754,432,0,73,73,0 +50239,754,465,0,88,88,0 +50238,754,486,0,87,87,0 +50237,754,542,0,46,46,0 +50236,754,541,1,25,25,0 +50235,754,540,0,84,84,0 +50234,754,435,4,16,16,0 +50233,754,376,1,24,24,0 +50232,754,482,10,6,6,0 +50231,754,373,8,10,10,0 +50230,754,430,0,32,32,0 +50229,754,481,3,18,18,0 +50228,754,539,0,71,71,0 +50227,754,538,0,70,70,0 +50226,754,537,0,69,69,0 +50225,754,536,0,68,68,0 +50224,754,535,0,67,67,0 +50223,754,534,0,66,66,0 +50222,754,533,0,65,65,0 +50221,754,532,0,64,64,0 +50220,754,531,0,63,63,0 +50219,754,530,0,62,62,0 +50218,754,529,0,61,61,0 +50217,754,528,0,60,60,0 +50216,754,527,0,59,59,0 +50215,754,526,0,58,58,0 +50214,754,525,0,57,57,0 +50213,754,524,0,56,56,0 +50212,754,523,0,55,55,0 +50211,754,522,0,54,54,0 +50210,754,521,0,53,53,0 +50209,754,520,0,52,52,0 +50208,754,519,0,50,50,0 +50207,754,518,0,47,47,0 +50206,754,517,0,44,44,0 +50205,754,516,0,41,41,0 +50204,754,515,0,38,38,0 +50203,754,514,0,34,34,0 +50202,754,494,0,30,30,0 +50201,754,513,1,27,27,0 +50200,754,512,2,23,23,0 +50199,754,511,3,19,19,0 +50198,754,510,4,17,17,0 +50197,754,449,6,14,14,0 +50196,754,509,8,8,8,1 +50195,754,437,0,40,40,0 +50194,754,508,0,82,82,0 +50193,754,507,0,76,76,0 +50192,754,484,0,49,49,0 +50191,754,506,0,31,31,0 +50190,754,427,0,28,28,0 +50189,754,341,6,12,12,0 +50188,754,505,0,74,74,0 +50187,754,456,0,75,75,0 +50186,754,364,0,39,39,0 +50185,754,386,8,9,9,0 +50184,754,479,7,11,11,0 +50183,754,483,0,78,78,0 +50182,754,504,0,86,86,0 +50181,754,503,0,85,85,0 +50180,754,502,0,72,72,0 +50179,754,289,4,15,15,0 +50178,754,356,40,1,1,5 +50177,754,501,0,79,79,0 +50176,754,439,0,51,51,0 +50175,754,500,0,48,48,0 +50174,754,418,0,35,35,0 +50173,754,499,0,45,45,0 +50172,754,498,0,43,43,0 +50171,754,497,0,36,36,0 +50170,754,403,15,3,3,1 +50169,754,347,2,22,22,0 +50168,754,404,12,4,4,0 +50167,754,476,10,7,7,0 +50166,754,496,3,21,21,0 +50165,754,475,11,5,5,1 +50164,754,477,6,13,13,0 +50163,754,360,33,2,2,1 +50341,755,548,0,54,54,0 +50340,755,353,0,49,49,0 +50339,755,440,0,30,30,0 +50338,755,547,0,86,86,0 +50337,755,546,0,84,84,0 +50336,755,398,0,83,83,0 +50335,755,491,0,80,80,0 +50334,755,545,0,45,45,0 +50333,755,455,0,39,39,0 +50332,755,544,0,35,35,0 +50331,755,431,0,29,29,0 +50330,755,478,1,26,26,0 +50329,755,543,3,21,21,0 +50328,755,432,0,78,78,0 +50327,755,465,0,91,91,0 +50326,755,486,0,90,90,0 +50325,755,542,0,50,50,0 +50324,755,541,1,25,25,0 +50323,755,540,0,87,87,0 +50322,755,435,4,16,16,0 +50321,755,376,1,24,24,0 +50320,755,482,10,6,6,0 +50319,755,373,8,10,10,0 +50318,755,430,0,34,34,0 +50317,755,481,3,19,19,0 +50316,755,539,0,76,76,0 +50315,755,538,0,75,75,0 +50314,755,537,0,74,74,0 +50313,755,536,0,73,73,0 +50312,755,535,0,72,72,0 +50311,755,534,0,71,71,0 +50310,755,533,0,70,70,0 +50309,755,532,0,69,69,0 +50308,755,531,0,68,68,0 +50307,755,530,0,67,67,0 +50306,755,529,0,66,66,0 +50305,755,528,0,65,65,0 +50304,755,527,0,64,64,0 +50303,755,526,0,63,63,0 +50302,755,525,0,62,62,0 +50301,755,524,0,61,61,0 +50300,755,523,0,60,60,0 +50299,755,522,0,59,59,0 +50298,755,521,0,58,58,0 +50297,755,520,0,57,57,0 +50296,755,519,0,55,55,0 +50295,755,518,0,51,51,0 +50294,755,517,0,47,47,0 +50293,755,516,0,44,44,0 +50292,755,515,0,40,40,0 +50291,755,514,0,36,36,0 +50290,755,494,0,31,31,0 +50289,755,513,1,27,27,0 +50288,755,512,2,23,23,0 +50287,755,511,3,20,20,0 +50286,755,510,4,17,17,0 +50285,755,449,6,14,14,0 +50284,755,509,8,8,8,1 +50283,755,437,0,43,43,0 +50282,755,508,0,85,85,0 +50281,755,507,0,42,42,0 +50280,755,484,0,53,53,0 +50279,755,506,0,33,33,0 +50278,755,427,0,28,28,0 +50277,755,341,6,12,12,0 +50276,755,505,0,79,79,0 +50275,755,456,0,32,32,0 +50274,755,364,0,41,41,0 +50273,755,386,8,9,9,0 +50272,755,479,7,11,11,0 +50271,755,483,0,81,81,0 +50270,755,504,0,89,89,0 +50269,755,503,0,88,88,0 +50268,755,502,0,77,77,0 +50267,755,289,4,15,15,0 +50266,755,356,43,1,1,5 +50265,755,501,0,82,82,0 +50264,755,439,0,56,56,0 +50263,755,500,0,52,52,0 +50262,755,418,0,37,37,0 +50261,755,499,0,48,48,0 +50260,755,498,0,46,46,0 +50259,755,497,0,38,38,0 +50258,755,403,16,5,5,1 +50257,755,347,4,18,18,0 +50256,755,404,18,4,4,0 +50255,755,476,10,7,7,0 +50254,755,496,3,22,22,0 +50253,755,475,19,3,3,2 +50252,755,477,6,13,13,0 +50251,755,360,34,2,2,1 +61974,756,553,0,24,24,0 +61973,756,552,0,23,23,0 +61972,756,353,0,22,22,0 +61971,756,551,0,21,21,0 +61970,756,376,0,20,20,0 +61969,756,550,0,19,19,0 +61968,756,483,0,18,18,0 +61967,756,549,0,17,17,0 +61966,756,506,0,16,16,0 +61965,756,477,0,15,15,0 +61964,756,476,0,14,14,0 +61963,756,418,0,13,13,0 +61962,756,289,0,12,12,0 +61961,756,554,0,11,11,0 +61960,756,347,0,10,10,0 +61959,756,501,0,9,9,0 +61958,756,541,0,8,8,0 +61957,756,475,0,7,7,0 +61956,756,456,0,6,6,0 +61975,757,356,9,1,1,1 +61976,757,479,6,3,3,0 +61977,757,427,4,6,6,0 +61978,757,403,3,8,8,0 +61979,757,360,2,10,10,0 +61980,757,456,0,12,12,0 +61981,757,475,0,23,23,0 +61982,757,541,0,24,24,0 +61983,757,501,0,25,25,0 +61984,757,347,0,26,26,0 +61985,757,554,0,27,27,0 +61986,757,289,0,28,28,0 +61987,757,418,0,29,29,0 +61988,757,476,0,30,30,0 +61989,757,477,0,31,31,0 +61990,757,506,0,32,32,0 +61991,757,549,0,33,33,0 +61992,757,483,0,36,36,0 +61993,757,550,0,37,37,0 +61994,757,376,0,39,39,0 +62031,757,525,0,57,57,0 +62030,757,536,0,56,56,0 +62029,757,517,0,55,55,0 +62028,757,565,0,54,54,0 +62027,757,564,0,53,53,0 +62026,757,563,0,52,52,0 +62025,757,562,0,51,51,0 +62024,757,522,0,50,50,0 +62023,757,516,0,49,49,0 +62022,757,511,0,47,47,0 +62021,757,561,0,45,45,0 +62020,757,528,0,43,43,0 +62019,757,560,0,41,41,0 +62018,757,537,0,40,40,0 +62017,757,559,0,38,38,0 +62016,757,558,0,35,35,0 +62015,757,527,0,34,34,0 +62014,757,535,0,22,22,0 +62013,757,557,0,21,21,0 +62012,757,556,0,20,20,0 +62011,757,538,0,19,19,0 +62010,757,514,0,18,18,0 +62009,757,520,0,17,17,0 +62008,757,531,0,16,16,0 +62007,757,555,0,15,15,0 +62006,757,513,0,14,14,0 +62005,757,518,0,13,13,0 +62004,757,533,0,11,11,0 +62003,757,510,2,9,9,0 +62091,758,566,0,33,33,0 +62090,758,430,0,23,23,0 +62088,758,525,0,60,60,0 +62089,758,404,3,11,11,0 +62117,759,509,6,6,6,0 +62087,758,536,0,59,59,0 +62055,758,553,0,51,51,0 +62056,758,449,8,3,3,1 +62057,758,509,6,5,5,0 +62058,758,512,5,6,6,0 +62059,758,529,3,10,10,0 +62060,758,510,2,13,13,0 +62061,758,533,0,17,17,0 +62086,758,517,0,58,58,0 +62085,758,565,0,57,57,0 +62084,758,564,0,56,56,0 +62083,758,563,0,55,55,0 +62082,758,562,0,54,54,0 +62081,758,522,0,53,53,0 +62080,758,516,0,52,52,0 +62079,758,511,0,50,50,0 +62078,758,561,0,48,48,0 +62077,758,528,0,46,46,0 +62076,758,560,0,44,44,0 +62075,758,537,0,43,43,0 +62074,758,559,0,41,41,0 +62073,758,558,0,38,38,0 +62072,758,527,0,37,37,0 +62071,758,535,0,30,30,0 +62070,758,557,0,29,29,0 +62069,758,556,0,28,28,0 +62068,758,538,0,27,27,0 +62067,758,514,0,26,26,0 +62066,758,520,0,25,25,0 +62065,758,531,0,24,24,0 +62064,758,555,0,22,22,0 +62063,758,513,0,20,20,0 +62062,758,518,0,19,19,0 +62054,758,552,0,49,49,0 +62052,758,551,0,45,45,0 +62051,758,376,0,42,42,0 +62050,758,550,0,40,40,0 +62049,758,483,0,39,39,0 +62048,758,549,0,36,36,0 +62047,758,506,0,35,35,0 +62046,758,477,0,21,21,0 +62045,758,476,0,34,34,0 +62044,758,418,4,8,8,0 +62043,758,289,0,18,18,0 +62042,758,554,2,12,12,0 +62115,759,553,0,57,57,0 +62093,759,479,14,2,2,1 +62094,759,427,4,8,8,0 +62157,759,568,0,51,51,0 +62156,759,462,0,47,47,0 +62155,759,437,0,41,41,0 +62154,759,364,0,38,38,0 +62153,759,567,0,28,28,0 +62152,759,482,3,13,13,0 +62151,759,566,0,36,36,0 +62150,759,430,0,25,25,0 +62149,759,404,3,11,11,0 +62148,759,525,0,66,66,0 +62147,759,536,0,65,65,0 +62146,759,517,0,64,64,0 +62145,759,565,0,63,63,0 +62144,759,564,0,62,62,0 +62143,759,563,0,61,61,0 +62142,759,562,0,60,60,0 +62141,759,522,0,59,59,0 +62140,759,516,0,58,58,0 +62139,759,511,0,56,56,0 +62138,759,561,0,54,54,0 +62137,759,528,0,52,52,0 +62136,759,560,0,49,49,0 +62135,759,537,0,48,48,0 +62134,759,559,0,45,45,0 +62133,759,558,0,43,43,0 +62132,759,527,0,42,42,0 +62131,759,535,0,35,35,0 +62130,759,557,0,34,34,0 +62129,759,556,0,33,33,0 +62128,759,538,0,32,32,0 +62127,759,514,0,31,31,0 +62126,759,520,0,30,30,0 +62125,759,531,0,29,29,0 +62124,759,555,0,27,27,0 +62123,759,513,0,24,24,0 +62122,759,518,0,22,22,0 +62121,759,533,0,19,19,0 +62120,759,510,2,15,15,0 +62118,759,512,5,7,7,0 +62116,759,449,8,5,5,1 +62114,759,552,0,55,55,0 +62113,759,353,0,53,53,0 +62112,759,551,0,50,50,0 +62111,759,376,0,46,46,0 +62110,759,550,0,44,44,0 +62109,759,483,0,23,23,0 +62108,759,549,0,40,40,0 +62107,759,506,0,39,39,0 +62106,759,477,0,26,26,0 +62105,759,476,0,37,37,0 +62180,760,552,0,63,63,0 +62181,760,553,0,66,66,0 +62182,760,449,8,7,7,1 +62163,760,456,0,18,18,0 +62164,760,475,8.5,4,4,0 +62165,760,541,0,19,19,0 +62166,760,501,3,12,12,0 +62167,760,347,8,6,6,1 +62168,760,554,2,16,16,0 +62169,760,289,0,21,21,0 +62170,760,418,4,11,11,0 +62238,760,441,0,78,78,0 +62237,760,401,0,76,76,0 +62236,760,571,0,73,73,0 +62235,760,387,0,71,71,0 +62234,760,570,0,70,70,0 +62233,760,465,0,68,68,0 +62232,760,540,0,64,64,0 +62231,760,484,0,61,61,0 +62230,760,542,0,57,57,0 +62229,760,478,0,53,53,0 +62228,760,486,0,46,46,0 +62227,760,569,0,34,34,0 +62226,760,481,0,33,33,0 +62225,760,505,0,30,30,0 +62223,760,568,0,58,58,0 +62222,760,462,0,52,52,0 +62221,760,437,0,45,45,0 +62220,760,364,0,43,43,0 +62219,760,567,0,29,29,0 +62218,760,482,3,15,15,0 +62217,760,566,0,41,41,0 +62216,760,430,0,26,26,0 +62215,760,404,3,13,13,0 +62214,760,525,0,81,81,0 +62213,760,536,0,80,80,0 +62212,760,517,0,79,79,0 +62211,760,565,0,77,77,0 +62210,760,564,0,75,75,0 +62209,760,563,0,74,74,0 +62208,760,562,0,72,72,0 +62207,760,522,0,69,69,0 +62206,760,516,0,67,67,0 +62205,760,511,0,65,65,0 +62204,760,561,0,62,62,0 +62203,760,528,0,59,59,0 +62202,760,560,0,55,55,0 +62201,760,537,0,54,54,0 +62200,760,559,0,50,50,0 +62199,760,558,0,48,48,0 +62198,760,527,0,47,47,0 +62197,760,535,0,40,40,0 +62196,760,557,0,39,39,0 +62194,760,538,0,37,37,0 +62158,760,356,27,1,1,2 +62159,760,479,14,2,2,1 +62192,760,520,0,32,32,0 +62191,760,531,0,31,31,0 +62190,760,555,0,28,28,0 +62189,760,513,0,24,24,0 +62188,760,518,0,22,22,0 +62187,760,533,0,20,20,0 +62186,760,510,2,17,17,0 +62185,760,529,3,14,14,0 +62184,760,512,5,10,10,0 +62183,760,509,6,8,8,0 +62319,761,441,0,78,78,0 +62318,761,401,0,76,76,0 +62317,761,571,0,73,73,0 +62316,761,387,0,71,71,0 +62315,761,570,0,70,70,0 +62314,761,465,0,68,68,0 +62313,761,540,0,64,64,0 +62312,761,484,0,61,61,0 +62311,761,542,0,57,57,0 +62310,761,478,0,43,43,0 +62309,761,486,0,47,47,0 +62308,761,569,0,36,36,0 +62307,761,481,0,35,35,0 +62306,761,505,0,32,32,0 +62305,761,502,0,27,27,0 +62304,761,568,0,58,58,0 +62303,761,462,0,53,53,0 +62302,761,437,0,21,21,0 +62301,761,364,6,9,9,0 +62300,761,567,0,31,31,0 +62352,762,555,0,31,31,0 +62242,761,403,13,3,3,0 +62239,761,356,27,1,1,2 +62299,761,482,3,16,16,0 +62298,761,566,0,44,44,0 +62297,761,430,0,28,28,0 +62296,761,404,3,14,14,0 +62295,761,525,0,81,81,0 +62294,761,536,0,80,80,0 +62293,761,517,0,79,79,0 +62292,761,565,0,77,77,0 +62291,761,564,0,75,75,0 +62290,761,563,0,74,74,0 +62289,761,562,0,72,72,0 +62288,761,522,0,69,69,0 +62287,761,516,0,67,67,0 +62286,761,511,0,65,65,0 +62285,761,561,0,62,62,0 +62284,761,528,0,59,59,0 +62283,761,560,0,55,55,0 +62282,761,537,0,54,54,0 +62281,761,559,0,51,51,0 +62280,761,558,0,49,49,0 +62279,761,527,0,48,48,0 +62278,761,535,0,42,42,0 +62277,761,557,0,41,41,0 +62276,761,556,0,40,40,0 +62275,761,538,0,39,39,0 +62274,761,514,0,37,37,0 +62273,761,520,0,34,34,0 +62272,761,531,0,33,33,0 +62271,761,555,0,30,30,0 +62270,761,513,0,26,26,0 +62269,761,518,0,24,24,0 +62268,761,533,0,22,22,0 +62267,761,510,2,18,18,0 +62266,761,529,3,15,15,0 +62265,761,512,5,11,11,0 +62264,761,509,6,10,10,0 +62263,761,449,8,8,8,1 +62262,761,553,0,66,66,0 +62261,761,552,0,63,63,0 +62260,761,353,0,60,60,0 +62259,761,551,0,56,56,0 +62258,761,376,0,52,52,0 +62257,761,550,0,50,50,0 +62256,761,483,0,25,25,0 +62386,762,502,0,28,28,0 +62387,762,505,0,33,33,0 +62388,762,481,0,37,37,0 +62389,762,569,0,38,38,0 +62390,762,486,0,48,48,0 +62381,762,567,0,32,32,0 +62351,762,513,0,27,27,0 +62349,762,533,0,22,22,0 +62332,762,418,10,7,7,0 +62333,762,476,0,46,46,0 +62334,762,477,0,30,30,0 +62335,762,506,0,47,47,0 +62336,762,549,0,40,40,0 +62337,762,483,0,26,26,0 +62401,762,432,0,34,34,0 +62400,762,441,0,79,79,0 +62399,762,401,0,77,77,0 +62398,762,571,0,74,74,0 +62397,762,387,0,72,72,0 +62396,762,570,0,71,71,0 +62395,762,465,0,69,69,0 +62394,762,540,0,65,65,0 +62393,762,484,0,62,62,0 +62392,762,542,0,58,58,0 +62391,762,478,0,45,45,0 +62385,762,568,0,59,59,0 +62384,762,462,0,54,54,0 +62383,762,437,0,21,21,0 +62382,762,364,10,8,8,0 +62380,762,482,3,16,16,0 +62379,762,566,0,25,25,0 +62378,762,430,0,29,29,0 +62377,762,404,3,14,14,0 +62376,762,525,0,82,82,0 +62375,762,536,0,81,81,0 +62374,762,517,0,80,80,0 +62373,762,565,0,78,78,0 +62372,762,564,0,76,76,0 +62371,762,563,0,75,75,0 +62370,762,562,0,73,73,0 +62369,762,522,0,70,70,0 +62368,762,516,0,68,68,0 +62367,762,511,0,66,66,0 +62366,762,561,0,63,63,0 +62365,762,528,0,60,60,0 +62364,762,560,0,56,56,0 +62363,762,537,0,55,55,0 +62362,762,559,0,52,52,0 +62361,762,558,0,50,50,0 +62360,762,527,0,49,49,0 +62359,762,535,0,44,44,0 +62358,762,557,0,43,43,0 +62357,762,556,0,42,42,0 +62356,762,538,0,41,41,0 +62355,762,514,0,39,39,0 +62354,762,520,0,36,36,0 +62353,762,531,0,35,35,0 +62350,762,518,0,24,24,0 +62348,762,510,2,18,18,0 +62347,762,529,3,15,15,0 +62346,762,512,5,12,12,0 +62345,762,509,6,11,11,0 +62344,762,449,8,10,10,1 +62343,762,553,0,67,67,0 +62342,762,552,0,64,64,0 +62341,762,353,0,61,61,0 +62340,762,551,0,57,57,0 +62339,762,376,0,53,53,0 +62338,762,550,0,51,51,0 +62331,762,289,0,23,23,0 +62449,763,511,0,67,67,0 +62414,763,418,10,8,8,0 +62415,763,476,0,48,48,0 +62416,763,477,2,17,17,0 +62417,763,506,0,49,49,0 +62418,763,549,0,41,41,0 +62419,763,483,0,27,27,0 +62420,763,550,0,53,53,0 +62421,763,376,0,55,55,0 +62422,763,551,0,58,58,0 +62423,763,353,0,62,62,0 +62424,763,552,0,65,65,0 +62425,763,553,0,68,68,0 +62426,763,449,8,10,10,1 +62427,763,509,6,11,11,0 +62428,763,512,5,12,12,0 +62429,763,529,3,16,16,0 +62430,763,510,2,19,19,0 +62431,763,533,0,23,23,0 +62432,763,518,0,25,25,0 +62433,763,513,0,28,28,0 +62434,763,555,0,31,31,0 +62435,763,531,0,35,35,0 +62436,763,520,0,37,37,0 +62484,763,543,0,45,45,0 +62482,763,441,0,80,80,0 +62481,763,401,0,78,78,0 +62480,763,571,0,75,75,0 +62479,763,387,0,73,73,0 +62478,763,570,0,72,72,0 +62477,763,465,0,70,70,0 +62476,763,540,0,66,66,0 +62475,763,484,0,63,63,0 +62474,763,542,0,59,59,0 +62473,763,478,0,47,47,0 +62472,763,486,0,50,50,0 +62471,763,569,0,39,39,0 +62470,763,481,0,38,38,0 +62469,763,505,0,33,33,0 +62468,763,502,0,29,29,0 +62467,763,568,0,60,60,0 +62466,763,462,0,36,36,0 +62465,763,437,0,22,22,0 +62464,763,364,13,5,5,0 +62463,763,567,0,32,32,0 +62462,763,482,3,14,14,0 +62461,763,566,0,26,26,0 +62460,763,430,0,30,30,0 +62459,763,404,3,15,15,0 +62458,763,525,0,83,83,0 +62457,763,536,0,82,82,0 +62456,763,517,0,81,81,0 +62455,763,565,0,79,79,0 +62453,763,563,0,76,76,0 +62452,763,562,0,74,74,0 +62450,763,516,0,69,69,0 +62448,763,561,0,64,64,0 +62447,763,528,0,61,61,0 +62446,763,560,0,57,57,0 +62445,763,537,0,56,56,0 +62444,763,559,0,54,54,0 +62443,763,558,0,52,52,0 +62442,763,527,0,51,51,0 +62441,763,535,0,46,46,0 +62440,763,557,0,44,44,0 +62439,763,556,0,43,43,0 +62437,763,514,0,40,40,0 +62572,764,576,0,57,57,0 +62571,764,575,0,56,56,0 +62570,764,574,0,51,51,0 +62569,764,573,0,50,50,0 +62568,764,572,0,26,26,0 +62567,764,543,0,47,47,0 +62566,764,432,0,36,36,0 +62565,764,441,0,85,85,0 +62564,764,401,0,83,83,0 +62563,764,571,0,80,80,0 +62562,764,387,0,78,78,0 +62561,764,570,0,77,77,0 +62560,764,465,0,75,75,0 +62490,764,456,0,20,20,0 +62491,764,475,25.5,3,3,2 +62492,764,541,0,21,21,0 +62493,764,501,5,13,13,0 +62494,764,347,10,8,8,1 +62495,764,554,2,18,18,0 +62496,764,289,0,25,25,0 +62497,764,418,10,9,9,0 +62498,764,476,0,23,23,0 +62499,764,477,2,17,17,0 +62500,764,506,0,52,52,0 +62501,764,549,0,43,43,0 +62559,764,540,0,71,71,0 +62558,764,484,0,68,68,0 +62557,764,542,0,64,64,0 +62556,764,478,0,49,49,0 +62555,764,486,0,53,53,0 +62554,764,569,0,41,41,0 +62553,764,481,0,40,40,0 +62552,764,505,0,35,35,0 +62551,764,502,0,30,30,0 +62550,764,568,0,65,65,0 +62549,764,462,0,38,38,0 +62548,764,437,0,22,22,0 +62547,764,364,13,7,7,0 +62546,764,567,0,34,34,0 +62545,764,482,3,15,15,0 +62544,764,566,0,28,28,0 +62543,764,430,0,32,32,0 +62542,764,404,5,14,14,0 +62541,764,525,0,88,88,0 +62540,764,536,0,87,87,0 +62539,764,517,0,86,86,0 +62538,764,565,0,84,84,0 +62537,764,564,0,82,82,0 +62536,764,563,0,81,81,0 +62535,764,562,0,79,79,0 +62534,764,522,0,76,76,0 +62533,764,516,0,74,74,0 +62532,764,511,0,72,72,0 +62531,764,561,0,69,69,0 +62530,764,528,0,66,66,0 +62529,764,560,0,62,62,0 +62528,764,537,0,61,61,0 +62527,764,559,0,59,59,0 +62526,764,558,0,55,55,0 +62525,764,527,0,54,54,0 +62524,764,535,0,48,48,0 +62523,764,557,0,46,46,0 +62522,764,556,0,45,45,0 +62521,764,538,0,44,44,0 +62520,764,514,0,42,42,0 +62519,764,520,0,39,39,0 +62518,764,531,0,37,37,0 +62517,764,555,0,33,33,0 +62516,764,513,0,31,31,0 +62515,764,518,0,27,27,0 +62514,764,533,0,24,24,0 +62513,764,510,2,19,19,0 +62512,764,529,3,16,16,0 +62511,764,512,5,12,12,0 +48983,765,581,0,10,10,0 +48982,765,547,0,9,9,0 +48981,765,580,0,8,8,0 +48980,765,496,0,7,7,0 +48979,765,501,0,6,6,0 +48978,765,554,2,5,5,0 +48977,765,579,4,4,4,0 +48976,765,578,4,3,3,0 +48975,765,577,6,2,2,0 +48974,765,475,8,1,1,1 +49015,766,589,0,32,32,0 +49014,766,588,0,31,31,0 +49013,766,587,0,30,30,0 +49012,766,586,0,29,29,0 +49011,766,543,0,28,28,0 +49010,766,553,0,27,27,0 +49009,766,551,0,26,26,0 +49008,766,585,0,25,25,0 +49007,766,584,0,24,24,0 +49006,766,583,0,23,23,0 +49005,766,582,0,22,22,0 +49004,766,541,0,21,21,0 +49003,766,590,0,20,20,0 +49002,766,479,0,19,19,0 +49001,766,483,0,18,18,0 +49000,766,456,0,17,17,0 +48999,766,289,0,16,16,0 +48998,766,347,0,15,15,0 +48997,766,476,0,14,14,0 +48996,766,477,0,10,10,0 +48995,766,356,3,7,7,0 +48994,766,427,8,3,3,1 +48993,766,581,4,5,5,0 +48992,766,547,0,13,13,0 +48991,766,580,0,12,12,0 +48990,766,496,0,11,11,0 +48989,766,501,2,8,8,0 +48988,766,554,2,9,9,0 +48987,766,579,4,6,6,0 +48986,766,578,5,4,4,0 +48985,766,577,12,1,1,0 +48984,766,475,8,2,2,1 +49049,767,418,0,22,22,0 +49048,767,430,0,16,16,0 +49047,767,589,0,34,34,0 +49046,767,588,0,33,33,0 +49045,767,587,0,32,32,0 +49044,767,586,0,31,31,0 +49043,767,543,0,30,30,0 +49042,767,553,0,29,29,0 +49041,767,551,0,28,28,0 +49040,767,585,0,27,27,0 +49039,767,584,0,26,26,0 +49038,767,583,0,25,25,0 +49037,767,582,0,24,24,0 +49036,767,541,0,23,23,0 +49035,767,590,0,20,20,0 +49034,767,479,0,21,21,0 +49033,767,483,0,19,19,0 +49032,767,456,3,10,10,0 +49031,767,289,0,18,18,0 +49030,767,347,0,15,15,0 +49029,767,476,0,17,17,0 +49028,767,477,0,11,11,0 +49027,767,356,3,9,9,0 +49026,767,427,8,3,3,1 +49025,767,581,4,7,7,0 +49024,767,547,0,14,14,0 +49023,767,580,0,13,13,0 +49022,767,496,0,12,12,0 +49021,767,501,8,4,4,0 +49020,767,554,6,6,6,0 +49019,767,579,4,8,8,0 +49018,767,578,7,5,5,0 +49017,767,577,12,2,2,0 +49016,767,475,17,1,1,2 +49116,768,599,0,67,67,0 +49115,768,536,0,66,66,0 +49114,768,598,0,65,65,0 +49113,768,510,0,64,64,0 +49112,768,597,0,61,61,0 +49111,768,596,0,60,60,0 +49110,768,537,0,58,58,0 +49109,768,514,0,57,57,0 +49108,768,562,0,56,56,0 +49107,768,563,0,54,54,0 +49106,768,512,0,52,52,0 +49105,768,527,0,50,50,0 +49104,768,595,0,48,48,0 +49103,768,449,0,46,46,0 +49102,768,523,0,44,44,0 +49101,768,555,0,42,42,0 +49100,768,565,0,40,40,0 +49099,768,531,0,37,37,0 +49098,768,539,0,36,36,0 +49097,768,516,0,34,34,0 +49096,768,594,0,29,29,0 +49095,768,593,0,28,28,0 +49094,768,558,0,27,27,0 +49093,768,560,0,25,25,0 +49092,768,513,0,23,23,0 +49091,768,564,0,21,21,0 +49090,768,528,0,18,18,0 +49089,768,592,0,17,17,0 +49088,768,509,2,15,15,0 +49087,768,529,4,11,11,0 +49086,768,533,4,10,10,0 +49085,768,591,6,7,7,0 +49084,768,525,8,4,4,1 +49083,768,418,0,38,38,0 +49082,768,430,0,26,26,0 +49081,768,589,0,63,63,0 +49080,768,588,0,62,62,0 +49079,768,587,0,59,59,0 +49078,768,586,0,55,55,0 +49077,768,543,0,53,53,0 +49076,768,553,0,51,51,0 +49075,768,551,0,49,49,0 +49074,768,585,0,47,47,0 +49073,768,584,0,45,45,0 +49072,768,583,0,43,43,0 +49071,768,582,0,41,41,0 +49070,768,541,0,39,39,0 +49069,768,590,0,33,33,0 +49068,768,479,0,35,35,0 +49067,768,483,0,32,32,0 +49066,768,456,3,14,14,0 +49065,768,289,0,31,31,0 +49064,768,347,0,24,24,0 +49063,768,476,0,30,30,0 +49062,768,477,0,16,16,0 +49061,768,356,3,13,13,0 +49060,768,427,8,3,3,1 +49059,768,581,4,9,9,0 +49058,768,547,0,22,22,0 +49057,768,580,0,20,20,0 +49056,768,496,0,19,19,0 +49055,768,501,8,5,5,0 +49054,768,554,6,8,8,0 +49053,768,579,4,12,12,0 +49052,768,578,7,6,6,0 +49051,768,577,12,2,2,0 +49050,768,475,17,1,1,2 +49185,769,455,0,43,43,0 +49184,769,482,0,19,19,0 +49183,769,599,0,69,69,0 +49182,769,536,0,68,68,0 +49181,769,598,0,67,67,0 +49180,769,510,0,66,66,0 +49179,769,597,0,63,63,0 +49178,769,596,0,62,62,0 +49177,769,537,0,60,60,0 +49176,769,514,0,59,59,0 +49175,769,562,0,58,58,0 +49174,769,563,0,56,56,0 +49173,769,512,0,54,54,0 +49172,769,527,0,52,52,0 +49171,769,595,0,51,51,0 +49170,769,449,0,49,49,0 +49169,769,523,0,47,47,0 +49168,769,555,0,45,45,0 +49167,769,565,0,42,42,0 +49166,769,531,0,40,40,0 +49165,769,539,0,38,38,0 +49164,769,516,0,37,37,0 +49163,769,594,0,33,33,0 +49162,769,593,0,32,32,0 +49161,769,558,0,31,31,0 +49160,769,560,0,29,29,0 +49159,769,513,0,27,27,0 +49158,769,564,0,24,24,0 +49157,769,528,0,21,21,0 +49156,769,592,0,20,20,0 +49155,769,509,2,18,18,0 +49154,769,529,4,13,13,0 +49153,769,533,4,12,12,0 +49152,769,591,6,8,8,0 +49151,769,525,8,7,7,1 +49150,769,418,0,39,39,0 +49149,769,430,0,30,30,0 +49148,769,589,0,65,65,0 +49147,769,588,0,64,64,0 +49146,769,587,0,61,61,0 +49145,769,586,0,57,57,0 +49144,769,543,0,55,55,0 +49143,769,553,0,53,53,0 +49142,769,551,0,28,28,0 +49141,769,585,0,50,50,0 +49140,769,584,0,48,48,0 +49139,769,583,0,46,46,0 +49138,769,582,0,44,44,0 +49137,769,541,0,41,41,0 +49136,769,590,4,11,11,0 +49135,769,479,8,6,6,1 +49134,769,483,0,36,36,0 +49133,769,456,3,16,16,0 +49132,769,289,0,35,35,0 +49131,769,347,0,25,25,0 +49130,769,476,0,34,34,0 +49129,769,477,3,15,15,0 +49128,769,356,3,17,17,0 +49127,769,427,8,5,5,1 +49126,769,581,4,10,10,0 +49125,769,547,0,26,26,0 +49124,769,580,0,23,23,0 +49123,769,496,0,22,22,0 +49122,769,501,10,4,4,0 +49121,769,554,6,9,9,0 +49120,769,579,4,14,14,0 +49119,769,578,14,2,2,0 +49118,769,577,12,3,3,0 +49117,769,475,17,1,1,2 +49257,770,566,0,51,51,0 +49256,770,526,0,33,33,0 +49255,770,403,0,23,23,0 +49254,770,455,0,46,46,0 +49253,770,482,0,20,20,0 +49252,770,599,0,72,72,0 +49251,770,536,0,71,71,0 +49250,770,598,0,70,70,0 +49249,770,510,0,69,69,0 +49248,770,597,0,66,66,0 +49247,770,596,0,65,65,0 +49246,770,537,0,63,63,0 +49245,770,514,0,62,62,0 +49244,770,562,0,61,61,0 +49243,770,563,0,59,59,0 +49242,770,512,0,57,57,0 +49241,770,527,0,55,55,0 +49240,770,595,0,54,54,0 +49239,770,449,0,52,52,0 +49238,770,523,0,49,49,0 +49237,770,555,0,48,48,0 +49236,770,565,0,45,45,0 +49235,770,531,0,43,43,0 +49234,770,539,0,41,41,0 +49233,770,516,0,40,40,0 +49232,770,594,0,37,37,0 +49231,770,593,0,36,36,0 +49230,770,558,0,35,35,0 +49229,770,560,0,32,32,0 +49228,770,513,0,30,30,0 +49227,770,564,0,27,27,0 +49226,770,528,0,22,22,0 +49225,770,592,0,21,21,0 +49224,770,509,2,19,19,0 +49223,770,529,4,15,15,0 +49222,770,533,4,14,14,0 +49221,770,591,6,9,9,0 +49220,770,525,8,7,7,1 +49219,770,418,0,42,42,0 +49218,770,430,0,34,34,0 +49217,770,589,0,68,68,0 +49216,770,588,0,67,67,0 +49215,770,587,0,64,64,0 +49214,770,586,0,60,60,0 +49213,770,543,0,58,58,0 +49212,770,553,0,56,56,0 +49211,770,551,0,31,31,0 +49210,770,585,0,53,53,0 +49209,770,584,0,50,50,0 +49208,770,583,0,29,29,0 +49207,770,582,0,47,47,0 +49206,770,541,0,44,44,0 +49205,770,590,4,13,13,0 +49204,770,479,8,6,6,1 +49203,770,483,0,39,39,0 +49202,770,456,3,18,18,0 +49201,770,289,0,38,38,0 +49200,770,347,0,25,25,0 +49199,770,476,4,12,12,0 +49198,770,477,3,16,16,0 +49197,770,356,3,17,17,0 +49196,770,427,8,5,5,1 +49195,770,581,6,10,10,0 +49194,770,547,0,28,28,0 +49193,770,580,0,26,26,0 +49192,770,496,0,24,24,0 +49191,770,501,10,4,4,0 +49190,770,554,6,11,11,0 +49189,770,579,7,8,8,0 +49188,770,578,23,2,2,1 +49187,770,577,12,3,3,0 +49186,770,475,23,1,1,2 +49333,771,486,0,54,54,0 +49332,771,502,0,52,52,0 +49331,771,549,0,47,47,0 +49330,771,437,0,41,41,0 +49329,771,566,0,30,30,0 +49328,771,526,0,34,34,0 +49327,771,403,0,23,23,0 +49326,771,455,0,49,49,0 +49325,771,482,0,20,20,0 +49324,771,599,0,76,76,0 +49323,771,536,0,75,75,0 +49322,771,598,0,74,74,0 +49321,771,510,0,73,73,0 +49320,771,597,0,70,70,0 +49319,771,596,0,69,69,0 +49318,771,537,0,67,67,0 +49317,771,514,0,66,66,0 +49316,771,562,0,65,65,0 +49315,771,563,0,63,63,0 +49314,771,512,0,61,61,0 +49313,771,527,0,59,59,0 +49312,771,595,0,58,58,0 +49311,771,449,0,56,56,0 +49310,771,523,0,53,53,0 +49309,771,555,0,51,51,0 +49308,771,565,0,48,48,0 +49307,771,531,0,45,45,0 +49306,771,539,0,43,43,0 +49305,771,516,0,42,42,0 +49304,771,594,0,38,38,0 +49303,771,593,0,37,37,0 +49302,771,558,0,36,36,0 +49301,771,560,0,33,33,0 +49300,771,513,0,31,31,0 +49299,771,564,0,27,27,0 +49298,771,528,0,22,22,0 +49297,771,592,0,21,21,0 +49296,771,509,2,19,19,0 +49295,771,529,4,16,16,0 +49294,771,533,4,15,15,0 +49293,771,591,6,12,12,0 +49292,771,525,8,8,8,1 +49291,771,418,0,44,44,0 +49290,771,430,0,35,35,0 +49289,771,589,0,72,72,0 +49288,771,588,0,71,71,0 +49287,771,587,0,68,68,0 +49286,771,586,0,64,64,0 +49285,771,543,0,62,62,0 +49284,771,553,0,60,60,0 +49283,771,551,0,32,32,0 +49282,771,585,0,57,57,0 +49281,771,584,0,55,55,0 +49280,771,583,0,28,28,0 +49279,771,582,0,50,50,0 +49278,771,541,0,46,46,0 +49277,771,590,7,10,10,0 +49276,771,479,8,7,7,1 +49275,771,483,0,40,40,0 +49274,771,456,7,9,9,0 +49273,771,289,0,39,39,0 +49272,771,347,0,25,25,0 +49271,771,476,4,14,14,0 +49270,771,477,3,18,18,0 +49269,771,356,3,17,17,0 +49268,771,427,8,6,6,1 +49267,771,581,14,3,3,1 +49266,771,547,0,29,29,0 +49265,771,580,0,26,26,0 +49264,771,496,0,24,24,0 +49263,771,501,12,5,5,0 +49262,771,554,6,13,13,0 +49261,771,579,7,11,11,0 +49260,771,578,30,1,1,1 +49259,771,577,12,4,4,0 +49258,771,475,23,2,2,2 +49416,772,484,0,66,66,0 +49415,772,601,0,64,64,0 +49414,772,478,0,59,59,0 +49413,772,600,0,51,51,0 +49412,772,459,0,31,31,0 +49411,772,431,0,21,21,0 +49410,772,360,0,20,20,0 +49409,772,486,0,58,58,0 +49408,772,502,0,56,56,0 +49407,772,549,0,39,39,0 +49406,772,437,0,25,25,0 +49405,772,566,0,34,34,0 +49404,772,526,0,37,37,0 +49403,772,403,0,24,24,0 +49402,772,455,0,46,46,0 +49401,772,482,0,22,22,0 +49400,772,599,0,83,83,0 +49399,772,536,0,82,82,0 +49398,772,598,0,81,81,0 +49397,772,510,0,80,80,0 +49396,772,597,0,77,77,0 +49395,772,596,0,76,76,0 +49394,772,537,0,74,74,0 +49393,772,514,0,73,73,0 +49392,772,562,0,72,72,0 +49391,772,563,0,70,70,0 +49390,772,512,0,68,68,0 +49389,772,527,0,65,65,0 +49388,772,595,0,63,63,0 +49387,772,449,0,61,61,0 +49386,772,523,0,57,57,0 +49385,772,555,0,55,55,0 +49384,772,565,0,53,53,0 +49383,772,531,0,50,50,0 +49382,772,539,0,48,48,0 +49381,772,516,0,47,47,0 +49380,772,594,0,43,43,0 +49379,772,593,0,42,42,0 +49378,772,558,0,41,41,0 +49377,772,560,0,38,38,0 +49376,772,513,0,35,35,0 +49375,772,564,0,30,30,0 +49374,772,528,0,26,26,0 +49373,772,592,0,23,23,0 +49372,772,509,2,19,19,0 +49371,772,529,4,16,16,0 +49370,772,533,4,15,15,0 +49369,772,591,6,13,13,0 +49368,772,525,8,9,9,1 +49367,772,418,0,49,49,0 +49366,772,430,0,40,40,0 +49365,772,589,0,79,79,0 +49364,772,588,0,78,78,0 +49363,772,587,0,75,75,0 +49362,772,586,0,71,71,0 +49361,772,543,0,69,69,0 +49360,772,553,0,67,67,0 +49359,772,551,0,36,36,0 +49358,772,585,0,62,62,0 +49357,772,584,0,60,60,0 +49356,772,583,0,32,32,0 +49355,772,582,0,54,54,0 +49354,772,541,0,52,52,0 +49353,772,590,7,11,11,0 +49352,772,479,16,3,3,2 +49351,772,483,0,45,45,0 +49350,772,456,13,5,5,0 +49349,772,289,0,44,44,0 +49348,772,347,0,28,28,0 +49347,772,476,7,10,10,0 +49346,772,477,3,18,18,0 +49345,772,356,3,17,17,0 +49344,772,427,12,6,6,1 +49343,772,581,14,4,4,1 +49342,772,547,0,33,33,0 +49341,772,580,0,29,29,0 +49340,772,496,0,27,27,0 +49339,772,501,12,8,8,0 +49338,772,554,6,14,14,0 +49337,772,579,7,12,12,0 +49336,772,578,30,1,1,1 +49335,772,577,12,7,7,0 +49334,772,475,24,2,2,2 +49499,773,484,0,66,66,0 +49498,773,601,0,64,64,0 +49497,773,478,0,59,59,0 +49496,773,600,0,51,51,0 +49495,773,459,0,31,31,0 +49494,773,431,0,21,21,0 +49493,773,360,0,20,20,0 +49492,773,486,0,58,58,0 +49491,773,502,0,56,56,0 +49490,773,549,0,39,39,0 +49489,773,437,0,25,25,0 +49488,773,566,0,32,32,0 +49487,773,526,0,37,37,0 +49486,773,403,0,24,24,0 +49485,773,455,0,46,46,0 +49484,773,482,0,22,22,0 +49483,773,599,0,83,83,0 +49482,773,536,0,82,82,0 +49481,773,598,0,81,81,0 +49480,773,510,0,80,80,0 +49479,773,597,0,77,77,0 +49478,773,596,0,76,76,0 +49477,773,537,0,74,74,0 +49476,773,514,0,73,73,0 +49475,773,562,0,72,72,0 +49474,773,563,0,70,70,0 +49473,773,512,0,68,68,0 +49472,773,527,0,65,65,0 +49471,773,595,0,63,63,0 +49470,773,449,0,61,61,0 +49469,773,523,0,57,57,0 +49468,773,555,0,55,55,0 +49467,773,565,0,53,53,0 +49466,773,531,0,50,50,0 +49465,773,539,0,48,48,0 +49464,773,516,0,47,47,0 +49463,773,594,0,43,43,0 +49462,773,593,0,42,42,0 +49461,773,558,0,41,41,0 +49460,773,560,0,38,38,0 +49459,773,513,0,35,35,0 +49458,773,564,0,30,30,0 +49457,773,528,0,26,26,0 +49456,773,592,0,23,23,0 +49455,773,509,2,19,19,0 +49454,773,529,4,16,16,0 +49453,773,533,4,15,15,0 +49452,773,591,6,14,14,0 +49451,773,525,8,12,12,1 +49450,773,418,0,49,49,0 +49449,773,430,0,40,40,0 +49448,773,589,0,79,79,0 +49447,773,588,0,78,78,0 +49446,773,587,0,75,75,0 +49445,773,586,0,71,71,0 +49444,773,543,0,69,69,0 +49443,773,553,0,67,67,0 +49442,773,551,0,36,36,0 +49441,773,585,0,62,62,0 +49440,773,584,0,60,60,0 +49439,773,583,0,33,33,0 +49438,773,582,0,54,54,0 +49437,773,541,0,52,52,0 +49436,773,590,11,9,9,0 +49435,773,479,16,3,3,2 +49434,773,483,0,45,45,0 +49433,773,456,13,5,5,0 +49432,773,289,0,44,44,0 +49431,773,347,0,28,28,0 +49430,773,476,9,10,10,0 +49429,773,477,3,18,18,0 +49428,773,356,3,17,17,0 +49427,773,427,12,6,6,1 +49426,773,581,14,4,4,1 +49425,773,547,0,34,34,0 +49424,773,580,0,29,29,0 +49423,773,496,0,27,27,0 +49422,773,501,12,8,8,0 +49421,773,554,9,11,11,0 +49420,773,579,7,13,13,0 +49419,773,578,36,1,1,1 +49418,773,577,12,7,7,0 +49417,773,475,32,2,2,3 +49582,774,484,0,67,67,0 +49581,774,601,0,65,65,0 +49580,774,478,0,47,47,0 +49579,774,600,0,53,53,0 +49578,774,459,0,34,34,0 +49577,774,431,0,26,26,0 +49576,774,360,0,23,23,0 +49575,774,486,0,60,60,0 +49574,774,502,0,58,58,0 +49573,774,549,0,41,41,0 +49572,774,437,0,28,28,0 +49571,774,566,0,21,21,0 +49570,774,526,0,39,39,0 +49569,774,403,5,15,15,0 +49568,774,455,0,49,49,0 +49567,774,482,0,25,25,0 +49566,774,599,0,83,83,0 +49565,774,536,0,82,82,0 +49564,774,598,0,81,81,0 +49563,774,510,0,80,80,0 +49562,774,597,0,77,77,0 +49561,774,596,0,76,76,0 +49560,774,537,0,74,74,0 +49559,774,514,0,73,73,0 +49558,774,562,0,72,72,0 +49557,774,563,0,70,70,0 +49556,774,512,0,69,69,0 +49555,774,527,0,66,66,0 +49554,774,595,0,64,64,0 +49553,774,449,0,62,62,0 +49552,774,523,0,59,59,0 +49551,774,555,0,57,57,0 +49550,774,565,0,55,55,0 +49549,774,531,0,52,52,0 +49548,774,539,0,51,51,0 +49547,774,516,0,50,50,0 +49546,774,594,0,45,45,0 +49545,774,593,0,44,44,0 +49544,774,558,0,43,43,0 +49543,774,560,0,40,40,0 +49542,774,513,0,37,37,0 +49541,774,564,0,33,33,0 +49540,774,528,0,29,29,0 +49539,774,592,0,27,27,0 +49538,774,509,2,20,20,0 +49537,774,529,4,17,17,0 +49536,774,533,4,16,16,0 +49535,774,591,6,14,14,0 +49534,774,525,8,12,12,1 +49533,774,418,0,22,22,0 +49532,774,430,0,42,42,0 +49531,774,589,0,79,79,0 +49530,774,588,0,78,78,0 +49529,774,587,0,75,75,0 +49528,774,586,0,71,71,0 +49527,774,543,0,46,46,0 +49526,774,553,0,68,68,0 +49525,774,551,0,38,38,0 +49524,774,585,0,63,63,0 +49523,774,584,0,61,61,0 +49522,774,583,0,35,35,0 +49521,774,582,0,56,56,0 +49520,774,541,0,54,54,0 +49519,774,590,11,9,9,0 +49518,774,479,24,3,3,3 +49517,774,483,0,48,48,0 +49516,774,456,15,4,4,0 +49515,774,289,0,24,24,0 +49514,774,347,0,31,31,0 +49513,774,476,9,10,10,0 +49512,774,477,3,19,19,0 +49511,774,356,3,18,18,0 +49510,774,427,12,6,6,1 +49509,774,581,14,5,5,1 +49508,774,547,0,36,36,0 +49507,774,580,0,32,32,0 +49506,774,496,0,30,30,0 +49505,774,501,12,8,8,0 +49504,774,554,9,11,11,0 +49503,774,579,7,13,13,0 +49502,774,578,40,1,1,1 +49501,774,577,12,7,7,0 +49500,774,475,32,2,2,3 +49669,775,605,0,63,63,0 +49668,775,604,0,60,60,0 +49667,775,603,0,49,49,0 +49666,775,602,0,48,48,0 +49665,775,484,0,71,71,0 +49664,775,601,0,69,69,0 +49663,775,478,0,37,37,0 +49662,775,600,0,56,56,0 +49661,775,459,0,35,35,0 +49660,775,431,0,27,27,0 +49659,775,360,0,24,24,0 +49658,775,486,0,33,33,0 +49657,775,502,0,62,62,0 +49656,775,549,0,43,43,0 +49655,775,437,0,29,29,0 +49654,775,566,0,23,23,0 +49653,775,526,0,41,41,0 +49652,775,403,9,10,10,0 +49651,775,455,0,52,52,0 +49650,775,482,0,26,26,0 +49649,775,599,0,87,87,0 +49648,775,536,0,86,86,0 +49647,775,598,0,85,85,0 +49646,775,510,0,84,84,0 +49645,775,597,0,81,81,0 +49644,775,596,0,80,80,0 +49643,775,537,0,78,78,0 +49642,775,514,0,77,77,0 +49641,775,562,0,76,76,0 +49640,775,563,0,74,74,0 +49639,775,512,0,73,73,0 +49638,775,527,0,70,70,0 +49637,775,595,0,68,68,0 +49636,775,449,0,66,66,0 +49635,775,523,0,64,64,0 +49634,775,555,0,61,61,0 +49633,775,565,0,58,58,0 +49632,775,531,0,55,55,0 +49631,775,539,0,54,54,0 +49630,775,516,0,53,53,0 +49629,775,594,0,47,47,0 +49628,775,593,0,46,46,0 +49627,775,558,0,45,45,0 +49626,775,560,0,42,42,0 +49625,775,513,0,39,39,0 +49624,775,564,0,34,34,0 +49623,775,528,0,30,30,0 +49622,775,592,0,28,28,0 +49621,775,509,2,21,21,0 +49620,775,529,4,17,17,0 +49619,775,533,4,16,16,0 +49618,775,591,6,15,15,0 +49617,775,525,8,13,13,1 +49616,775,418,0,22,22,0 +49615,775,430,0,44,44,0 +49614,775,589,0,83,83,0 +49613,775,588,0,82,82,0 +49612,775,587,0,79,79,0 +49611,775,586,0,75,75,0 +49610,775,543,0,50,50,0 +49609,775,553,0,72,72,0 +49608,775,551,0,40,40,0 +49607,775,585,0,67,67,0 +49606,775,584,0,65,65,0 +49605,775,583,0,36,36,0 +49604,775,582,0,59,59,0 +49603,775,541,0,57,57,0 +49602,775,590,11,9,9,0 +49601,775,479,24,3,3,3 +49600,775,483,0,51,51,0 +49599,775,456,15,4,4,0 +49598,775,289,0,25,25,0 +49597,775,347,3,20,20,0 +49596,775,476,9,11,11,0 +49595,775,477,3,19,19,0 +49594,775,356,3,18,18,0 +49593,775,427,12,7,7,1 +49592,775,581,14,5,5,1 +49591,775,547,0,38,38,0 +49590,775,580,0,32,32,0 +49589,775,496,0,31,31,0 +49588,775,501,14,6,6,0 +49587,775,554,9,12,12,0 +49586,775,579,7,14,14,0 +49585,775,578,42,1,1,1 +49584,775,577,12,8,8,0 +49583,775,475,41,2,2,4 +47000,776,476,0,10,10,0 +46999,776,498,1,6,6,0 +46998,776,581,0,8,8,0 +46997,776,577,0,16,16,0 +46996,776,578,0,15,15,0 +46995,776,608,0,14,14,0 +46994,776,586,0,13,13,0 +46993,776,573,0,12,12,0 +46992,776,475,1,7,7,0 +46991,776,347,0,11,11,0 +46990,776,607,0,9,9,0 +46989,776,606,1,5,5,0 +46988,776,501,3,4,4,0 +46987,776,496,4,3,3,0 +46986,776,554,6,2,2,0 +46985,776,579,8,1,1,1 +47029,777,498,1,10,10,0 +47028,777,610,0,29,29,0 +47027,777,609,0,28,28,0 +47026,777,478,0,27,27,0 +47025,777,456,0,26,26,0 +47024,777,547,0,24,24,0 +47023,777,549,0,22,22,0 +47022,777,541,0,21,21,0 +47021,777,483,0,20,20,0 +47020,777,476,0,12,12,0 +47019,777,356,0,14,14,0 +47018,777,427,2,8,8,0 +47017,777,590,3,7,7,0 +47016,777,418,4,5,5,0 +47015,777,479,6,3,3,0 +47014,777,581,0,13,13,0 +47013,777,577,0,25,25,0 +47012,777,578,0,19,19,0 +47011,777,608,0,23,23,0 +47010,777,586,0,18,18,0 +47009,777,573,0,17,17,0 +47008,777,475,1,11,11,0 +47007,777,347,0,16,16,0 +47006,777,607,0,15,15,0 +47005,777,606,1,9,9,0 +47004,777,501,3,6,6,0 +47003,777,496,4,4,4,0 +47002,777,554,6,2,2,0 +47001,777,579,17,1,1,2 +47090,778,616,0,62,62,0 +47089,778,532,0,61,61,0 +47088,778,526,0,60,60,0 +47087,778,449,0,59,59,0 +47086,778,596,0,58,58,0 +47085,778,556,0,57,57,0 +47084,778,558,0,56,56,0 +47083,778,560,0,55,55,0 +47082,778,513,0,54,54,0 +47081,778,565,0,53,53,0 +47080,778,527,0,52,52,0 +47079,778,615,0,51,51,0 +47078,778,538,0,49,49,0 +47077,778,594,0,48,48,0 +47076,778,614,0,46,46,0 +47075,778,592,0,45,45,0 +47074,778,528,0,35,35,0 +47073,778,593,0,34,34,0 +47072,778,529,0,33,33,0 +47071,778,563,0,32,32,0 +47070,778,516,0,31,31,0 +47069,778,512,0,30,30,0 +47068,778,562,0,29,29,0 +47067,778,520,0,28,28,0 +47066,778,514,0,26,26,0 +47065,778,597,0,24,24,0 +47064,778,613,0,23,23,0 +47063,778,533,0,19,19,0 +47062,778,612,2,12,12,0 +47061,778,555,3,11,11,0 +47060,778,525,4,7,7,0 +47059,778,509,7,3,3,0 +47058,778,611,8,2,2,1 +47057,778,610,0,50,50,0 +47056,778,609,0,47,47,0 +47055,778,478,0,44,44,0 +47054,778,456,0,43,43,0 +47053,778,547,0,41,41,0 +47052,778,549,0,39,39,0 +47051,778,541,0,38,38,0 +47050,778,483,0,37,37,0 +47049,778,476,0,17,17,0 +47048,778,356,0,20,20,0 +47047,778,427,2,13,13,0 +47046,778,590,3,10,10,0 +47045,778,418,4,8,8,0 +47044,778,479,6,5,5,0 +47043,778,581,0,18,18,0 +47042,778,577,0,42,42,0 +47041,778,578,0,36,36,0 +47040,778,608,0,40,40,0 +47039,778,586,0,27,27,0 +47038,778,573,0,25,25,0 +47037,778,475,1,16,16,0 +47036,778,347,0,22,22,0 +47035,778,607,0,21,21,0 +47034,778,606,1,14,14,0 +47033,778,501,3,9,9,0 +47032,778,496,4,6,6,0 +47031,778,554,6,4,4,0 +47030,778,579,17,1,1,2 +47155,779,498,1,18,18,0 +47154,779,618,0,44,44,0 +47153,779,617,0,25,25,0 +47152,779,616,0,64,64,0 +47151,779,532,0,63,63,0 +47150,779,526,0,62,62,0 +47149,779,449,0,61,61,0 +47148,779,596,0,60,60,0 +47147,779,556,0,59,59,0 +47146,779,558,0,58,58,0 +47145,779,560,0,57,57,0 +47144,779,513,0,56,56,0 +47143,779,565,0,55,55,0 +47142,779,527,0,54,54,0 +47141,779,615,0,53,53,0 +47140,779,538,0,51,51,0 +47139,779,594,0,50,50,0 +47138,779,614,0,48,48,0 +47137,779,592,0,47,47,0 +47136,779,528,0,38,38,0 +47135,779,593,0,37,37,0 +47134,779,529,0,36,36,0 +47133,779,563,0,35,35,0 +47132,779,516,0,34,34,0 +47131,779,512,0,33,33,0 +47130,779,562,0,32,32,0 +47129,779,520,0,31,31,0 +47128,779,514,0,29,29,0 +47127,779,597,0,27,27,0 +47126,779,613,0,26,26,0 +47125,779,533,0,22,22,0 +47124,779,612,2,16,16,0 +47123,779,555,3,14,14,0 +47122,779,525,4,10,10,0 +47121,779,509,7,4,4,0 +47120,779,611,8,2,2,1 +47119,779,610,0,52,52,0 +47118,779,609,0,49,49,0 +47117,779,478,0,46,46,0 +47116,779,456,0,41,41,0 +47115,779,547,0,45,45,0 +47114,779,549,0,42,42,0 +47113,779,541,0,40,40,0 +47112,779,483,0,39,39,0 +47111,779,476,0,21,21,0 +47110,779,356,0,20,20,0 +47109,779,427,2,15,15,0 +47108,779,590,3,13,13,0 +47107,779,418,4,11,11,0 +47106,779,479,6,6,6,0 +47105,779,581,4,8,8,0 +47104,779,577,7,3,3,0 +47103,779,578,3,12,12,0 +47102,779,608,0,43,43,0 +47101,779,586,0,30,30,0 +47100,779,573,0,28,28,0 +47099,779,475,1,19,19,0 +47098,779,347,0,24,24,0 +47097,779,607,0,23,23,0 +47096,779,606,1,17,17,0 +47095,779,501,5,7,7,0 +47094,779,496,4,9,9,0 +47093,779,554,6,5,5,0 +47092,779,579,25,1,1,3 +47221,780,498,1,20,20,0 +47220,780,486,0,47,47,0 +47219,780,619,0,24,24,0 +47218,780,618,0,45,45,0 +47217,780,617,0,27,27,0 +47216,780,616,0,66,66,0 +47215,780,532,0,65,65,0 +47214,780,526,0,64,64,0 +47213,780,449,0,63,63,0 +47212,780,596,0,62,62,0 +47211,780,556,0,61,61,0 +47210,780,558,0,60,60,0 +47209,780,560,0,59,59,0 +47208,780,513,0,58,58,0 +47207,780,565,0,57,57,0 +47206,780,527,0,56,56,0 +47205,780,615,0,55,55,0 +47204,780,538,0,54,54,0 +47203,780,594,0,53,53,0 +47202,780,614,0,51,51,0 +47201,780,592,0,50,50,0 +47200,780,528,0,41,41,0 +47199,780,593,0,40,40,0 +47198,780,529,0,39,39,0 +47197,780,563,0,38,38,0 +47196,780,516,0,37,37,0 +47195,780,512,0,36,36,0 +47194,780,562,0,35,35,0 +47193,780,520,0,34,34,0 +47192,780,514,0,32,32,0 +47191,780,597,0,30,30,0 +47190,780,613,0,28,28,0 +47189,780,533,0,23,23,0 +47188,780,612,2,18,18,0 +47187,780,555,3,16,16,0 +47186,780,525,4,13,13,0 +47185,780,509,7,5,5,0 +47184,780,611,8,4,4,1 +47183,780,610,0,48,48,0 +47182,780,609,0,52,52,0 +47181,780,478,0,49,49,0 +47180,780,456,2,17,17,0 +47179,780,547,0,46,46,0 +47178,780,549,0,29,29,0 +47177,780,541,0,43,43,0 +47176,780,483,0,42,42,0 +47175,780,476,0,22,22,0 +47174,780,356,0,21,21,0 +47173,780,427,5,10,10,0 +47172,780,590,3,15,15,0 +47171,780,418,4,14,14,0 +47170,780,479,10,3,3,1 +47169,780,581,4,11,11,0 +47168,780,577,13,2,2,0 +47167,780,578,7,6,6,0 +47166,780,608,0,44,44,0 +47165,780,586,0,33,33,0 +47164,780,573,0,31,31,0 +47163,780,475,6,7,7,1 +47162,780,347,0,26,26,0 +47161,780,607,0,25,25,0 +47160,780,606,1,19,19,0 +47159,780,501,5,9,9,0 +47158,780,496,4,12,12,0 +47157,780,554,6,8,8,0 +47156,780,579,25,1,1,3 +47295,781,601,0,64,64,0 +47294,781,621,0,63,63,0 +47293,781,580,0,58,58,0 +47292,781,620,0,55,55,0 +47291,781,459,0,45,45,0 +47290,781,430,0,42,42,0 +47289,781,484,0,41,41,0 +47288,781,431,0,38,38,0 +47287,781,506,0,36,36,0 +47286,781,486,0,52,52,0 +47285,781,619,0,24,24,0 +47284,781,618,0,50,50,0 +47283,781,617,0,27,27,0 +47282,781,616,0,75,75,0 +47281,781,532,0,74,74,0 +47280,781,526,0,73,73,0 +47279,781,449,0,72,72,0 +47278,781,596,0,71,71,0 +47277,781,556,0,70,70,0 +47276,781,558,0,69,69,0 +47275,781,560,0,68,68,0 +47274,781,513,0,67,67,0 +47273,781,565,0,66,66,0 +47272,781,527,0,65,65,0 +47271,781,615,0,62,62,0 +47270,781,538,0,61,61,0 +47269,781,594,0,60,60,0 +47268,781,614,0,57,57,0 +47267,781,592,0,56,56,0 +47266,781,528,0,47,47,0 +47265,781,593,0,46,46,0 +47264,781,529,0,44,44,0 +47263,781,563,0,43,43,0 +47262,781,516,0,40,40,0 +47261,781,512,0,39,39,0 +47260,781,562,0,37,37,0 +47259,781,520,0,35,35,0 +47258,781,514,0,32,32,0 +47257,781,597,0,30,30,0 +47256,781,613,0,28,28,0 +47255,781,533,0,23,23,0 +47254,781,612,2,18,18,0 +47253,781,555,3,16,16,0 +47252,781,525,4,14,14,0 +47251,781,509,7,8,8,0 +47250,781,611,8,6,6,1 +47249,781,610,0,53,53,0 +47248,781,609,0,59,59,0 +47247,781,478,0,54,54,0 +47246,781,456,2,17,17,0 +47245,781,547,0,51,51,0 +47244,781,549,0,29,29,0 +47243,781,541,0,48,48,0 +47242,781,483,0,33,33,0 +47241,781,476,0,22,22,0 +47240,781,356,0,21,21,0 +47239,781,427,5,11,11,0 +47238,781,590,3,15,15,0 +47237,781,418,4,12,12,0 +47236,781,479,10,4,4,1 +47235,781,581,8,7,7,0 +47234,781,577,16,2,2,0 +47233,781,578,13,3,3,0 +47232,781,608,0,49,49,0 +47231,781,586,0,34,34,0 +47230,781,573,0,31,31,0 +47229,781,475,8,5,5,1 +47228,781,347,0,26,26,0 +47227,781,607,0,25,25,0 +47226,781,606,1,19,19,0 +47225,781,501,5,10,10,0 +47224,781,496,4,13,13,0 +47223,781,554,6,9,9,0 +47222,781,579,34,1,1,4 +47370,782,601,0,64,64,0 +47369,782,621,0,63,63,0 +47368,782,580,0,49,49,0 +47367,782,620,0,56,56,0 +47366,782,459,0,45,45,0 +47365,782,430,0,42,42,0 +47364,782,484,0,41,41,0 +47363,782,431,0,38,38,0 +47362,782,506,0,36,36,0 +47361,782,486,0,53,53,0 +47360,782,619,0,25,25,0 +47359,782,618,0,51,51,0 +47358,782,617,0,28,28,0 +47357,782,616,0,75,75,0 +47356,782,532,0,74,74,0 +47355,782,526,0,73,73,0 +47354,782,449,0,72,72,0 +47353,782,596,0,71,71,0 +47352,782,556,0,70,70,0 +47351,782,558,0,69,69,0 +47350,782,560,0,68,68,0 +47349,782,513,0,67,67,0 +47348,782,565,0,66,66,0 +47347,782,527,0,65,65,0 +47346,782,615,0,62,62,0 +47345,782,538,0,61,61,0 +47344,782,594,0,60,60,0 +47343,782,614,0,58,58,0 +47342,782,592,0,57,57,0 +47341,782,528,0,47,47,0 +47340,782,593,0,46,46,0 +47339,782,529,0,44,44,0 +47338,782,563,0,43,43,0 +47337,782,516,0,40,40,0 +47336,782,512,0,39,39,0 +47335,782,562,0,37,37,0 +47334,782,520,0,35,35,0 +47333,782,514,0,33,33,0 +47332,782,597,0,31,31,0 +47331,782,613,0,29,29,0 +47330,782,533,0,24,24,0 +47329,782,612,2,18,18,0 +47328,782,555,3,16,16,0 +47327,782,525,4,15,15,0 +47326,782,509,7,9,9,0 +47325,782,611,8,7,7,1 +47324,782,610,0,54,54,0 +47323,782,609,0,59,59,0 +47322,782,478,0,55,55,0 +47321,782,456,2,17,17,0 +47320,782,547,0,52,52,0 +47319,782,549,0,30,30,0 +47318,782,541,0,48,48,0 +47317,782,483,0,22,22,0 +47316,782,476,0,23,23,0 +47315,782,356,0,21,21,0 +47314,782,427,5,13,13,0 +47313,782,590,5,12,12,0 +47312,782,418,7,10,10,0 +47311,782,479,10,5,5,1 +47310,782,581,8,8,8,0 +47309,782,577,16,3,3,0 +47308,782,578,13,4,4,0 +47307,782,608,0,50,50,0 +47306,782,586,0,34,34,0 +47305,782,573,0,32,32,0 +47304,782,475,17,2,2,2 +47303,782,347,0,27,27,0 +47302,782,607,0,26,26,0 +47301,782,606,1,19,19,0 +47300,782,501,9,6,6,0 +47299,782,496,4,14,14,0 +47298,782,554,6,11,11,0 +47297,782,579,40,1,1,4 +47447,783,638,0,41,41,0 +47446,783,498,1,22,22,0 +47445,783,601,0,65,65,0 +47444,783,621,0,64,64,0 +47443,783,580,0,32,32,0 +47442,783,620,0,58,58,0 +47441,783,459,0,49,49,0 +47440,783,430,0,46,46,0 +47439,783,484,0,45,45,0 +47438,783,431,0,42,42,0 +47437,783,506,0,38,38,0 +47436,783,486,0,55,55,0 +47435,783,619,0,25,25,0 +47434,783,618,0,54,54,0 +47433,783,617,0,28,28,0 +47432,783,616,0,76,76,0 +47431,783,532,0,75,75,0 +47430,783,526,0,74,74,0 +47429,783,449,0,73,73,0 +47428,783,596,0,72,72,0 +47427,783,556,0,71,71,0 +47426,783,558,0,70,70,0 +47425,783,560,0,69,69,0 +47424,783,513,0,68,68,0 +47423,783,565,0,67,67,0 +47422,783,527,0,66,66,0 +47421,783,615,0,63,63,0 +47420,783,538,0,62,62,0 +47419,783,594,0,61,61,0 +47418,783,614,0,60,60,0 +47417,783,592,0,59,59,0 +47416,783,528,0,51,51,0 +47415,783,593,0,50,50,0 +47414,783,529,0,48,48,0 +47413,783,563,0,47,47,0 +47412,783,516,0,44,44,0 +47411,783,512,0,43,43,0 +47410,783,562,0,40,40,0 +47409,783,520,0,37,37,0 +47408,783,514,0,34,34,0 +47407,783,597,0,31,31,0 +47406,783,613,0,29,29,0 +47405,783,533,0,24,24,0 +47404,783,612,2,19,19,0 +47403,783,555,3,17,17,0 +47402,783,525,4,16,16,0 +47401,783,509,7,10,10,0 +47400,783,611,8,8,8,1 +47399,783,610,0,56,56,0 +47398,783,609,0,39,39,0 +47397,783,478,0,57,57,0 +47396,783,456,2,18,18,0 +47395,783,547,0,35,35,0 +47394,783,549,0,30,30,0 +47393,783,541,0,52,52,0 +47392,783,483,1,20,20,0 +47391,783,476,4,14,14,0 +47390,783,356,0,23,23,0 +47389,783,427,5,13,13,0 +47388,783,590,5,12,12,0 +47387,783,418,10,6,6,0 +47386,783,479,11,5,5,1 +47385,783,581,8,9,9,0 +47384,783,577,16,3,3,0 +47383,783,578,13,4,4,0 +47382,783,608,0,53,53,0 +47381,783,586,0,36,36,0 +47380,783,573,0,33,33,0 +47379,783,475,25,2,2,3 +47378,783,347,0,27,27,0 +47377,783,607,0,26,26,0 +47376,783,606,1,21,21,0 +47375,783,501,10,7,7,0 +47374,783,496,4,15,15,0 +47373,783,554,6,11,11,0 +47372,783,579,40,1,1,4 +46520,784,806,0,8,8,0 +46519,784,583,1.5,6,6,0 +46518,784,579,5,2,2,1 +46517,784,498,0,15,15,0 +46516,784,608,0,14,14,0 +46515,784,496,0,13,13,0 +46514,784,586,0,12,12,0 +46513,784,581,0,11,11,0 +46512,784,475,0,10,10,0 +46511,784,623,0,9,9,0 +46510,784,482,2,5,5,0 +46509,784,622,1.5,7,7,0 +46508,784,578,4,4,4,0 +46507,784,554,6,1,1,0 +46506,784,577,4,3,3,1 +46547,785,429,0,14,14,0 +46546,785,806,0,13,13,0 +46545,785,583,1.5,10,10,0 +46544,785,589,0,27,27,0 +46543,785,479,0,26,26,0 +46542,785,483,0,25,25,0 +46541,785,501,0,24,24,0 +46540,785,427,0,23,23,0 +46539,785,627,0,21,21,0 +46538,785,626,0,18,18,0 +46537,785,547,0,17,17,0 +46536,785,607,0,16,16,0 +46535,785,625,0,12,12,0 +46534,785,624,2,7,7,0 +46533,785,579,10.5,1,1,1 +46532,785,498,0,22,22,0 +46531,785,608,1.5,9,9,0 +46530,785,496,0,20,20,0 +46529,785,586,0,19,19,0 +46528,785,581,3,6,6,0 +46527,785,475,8,3,3,1 +46526,785,623,0,15,15,0 +46525,785,482,2,8,8,0 +46524,785,622,1.5,11,11,0 +46523,785,578,4,5,5,0 +46522,785,554,10,2,2,0 +46521,785,577,4,4,4,1 +46608,786,532,0,52,52,0 +46607,786,429,0,20,20,0 +46606,786,806,0,19,19,0 +46605,786,583,1.5,15,15,0 +46604,786,555,1,17,17,0 +46603,786,512,0,61,61,0 +46602,786,526,0,60,60,0 +46601,786,533,0,59,59,0 +46600,786,561,0,58,58,0 +46599,786,538,0,57,57,0 +46598,786,612,0,56,56,0 +46597,786,631,0,55,55,0 +46596,786,562,0,54,54,0 +46595,786,556,0,53,53,0 +46594,786,596,0,51,51,0 +46593,786,529,0,50,50,0 +46592,786,594,0,49,49,0 +46591,786,509,0,48,48,0 +46590,786,525,0,37,37,0 +46589,786,597,0,36,36,0 +46588,786,630,0,35,35,0 +46587,786,595,0,34,34,0 +46586,786,513,0,33,33,0 +46585,786,558,0,32,32,0 +46584,786,516,0,31,31,0 +46583,786,615,0,30,30,0 +46582,786,520,0,29,29,0 +46581,786,629,0,28,28,0 +46580,786,592,0,27,27,0 +46579,786,449,0,26,26,0 +46578,786,514,0,24,24,0 +46577,786,628,0,21,21,0 +46576,786,537,2,13,13,0 +46575,786,593,3,10,10,0 +46574,786,528,4,8,8,0 +46573,786,611,6,5,5,0 +46572,786,559,8,4,4,1 +46571,786,589,0,47,47,0 +46570,786,479,0,46,46,0 +46569,786,483,0,45,45,0 +46568,786,501,0,44,44,0 +46567,786,427,0,43,43,0 +46566,786,627,0,41,41,0 +46565,786,626,0,38,38,0 +46564,786,547,0,25,25,0 +46563,786,607,0,23,23,0 +46562,786,625,0,18,18,0 +46561,786,624,2,11,11,0 +46560,786,579,10.5,1,1,1 +46559,786,498,0,42,42,0 +46558,786,608,1.5,14,14,0 +46557,786,496,0,40,40,0 +46556,786,586,0,39,39,0 +46555,786,581,3,9,9,0 +46554,786,475,8,3,3,1 +46553,786,623,0,22,22,0 +46552,786,482,2,12,12,0 +46551,786,622,1.5,16,16,0 +46550,786,578,4,7,7,0 +46549,786,554,10,2,2,0 +46548,786,577,4,6,6,1 +46673,787,532,0,56,56,0 +46672,787,806,0,24,24,0 +46671,787,583,1.5,19,19,0 +46670,787,580,0,48,48,0 +46669,787,634,0,47,47,0 +46668,787,429,0,22,22,0 +46667,787,633,2,17,17,0 +46666,787,632,6,6,6,0 +46665,787,555,1,21,21,0 +46664,787,512,0,65,65,0 +46663,787,526,0,64,64,0 +46662,787,533,0,63,63,0 +46661,787,561,0,62,62,0 +46660,787,538,0,61,61,0 +46659,787,612,0,60,60,0 +46658,787,631,0,59,59,0 +46657,787,562,0,58,58,0 +46656,787,556,0,57,57,0 +46655,787,596,0,55,55,0 +46654,787,529,0,54,54,0 +46653,787,594,0,53,53,0 +46652,787,509,0,52,52,0 +46651,787,525,0,41,41,0 +46650,787,597,0,40,40,0 +46649,787,630,0,39,39,0 +46648,787,595,0,38,38,0 +46647,787,513,0,37,37,0 +46646,787,558,0,36,36,0 +46645,787,516,0,35,35,0 +46644,787,615,0,34,34,0 +46643,787,520,0,33,33,0 +46642,787,629,0,32,32,0 +46641,787,592,0,31,31,0 +46640,787,449,0,30,30,0 +46639,787,514,0,27,27,0 +46638,787,628,0,25,25,0 +46637,787,537,2,16,16,0 +46636,787,593,3,12,12,0 +46635,787,528,4,10,10,0 +46634,787,611,6,7,7,0 +46633,787,559,8,5,5,1 +46632,787,589,0,51,51,0 +46631,787,479,0,50,50,0 +46630,787,483,0,49,49,0 +46629,787,501,3,11,11,0 +46628,787,427,0,44,44,0 +46627,787,627,0,28,28,0 +46626,787,626,0,42,42,0 +46625,787,547,0,29,29,0 +46624,787,607,2,13,13,0 +46623,787,625,0,23,23,0 +46622,787,624,2,14,14,0 +46621,787,579,10.5,3,3,1 +46620,787,498,0,46,46,0 +46619,787,608,1.5,18,18,0 +46618,787,496,0,45,45,0 +46617,787,586,0,43,43,0 +46616,787,581,11,1,1,1 +46615,787,475,11,2,2,1 +46614,787,623,0,26,26,0 +46613,787,482,2,15,15,0 +46612,787,622,1.5,20,20,0 +46611,787,578,4,9,9,0 +46610,787,554,10,4,4,0 +46609,787,577,4,8,8,1 +46741,788,532,0,59,59,0 +46740,788,806,0,25,25,0 +46739,788,583,1.5,19,19,0 +46738,788,635,0,54,54,0 +46737,788,606,0,51,51,0 +46736,788,609,0,48,48,0 +46735,788,580,0,28,28,0 +46734,788,634,0,49,49,0 +46733,788,429,0,22,22,0 +46732,788,633,2,17,17,0 +46731,788,632,6,7,7,0 +46730,788,555,1,21,21,0 +46729,788,512,0,68,68,0 +46728,788,526,0,67,67,0 +46727,788,533,0,66,66,0 +46726,788,561,0,65,65,0 +46725,788,538,0,64,64,0 +46724,788,612,0,63,63,0 +46723,788,631,0,62,62,0 +46722,788,562,0,61,61,0 +46721,788,556,0,60,60,0 +46720,788,596,0,58,58,0 +46719,788,529,0,57,57,0 +46718,788,594,0,56,56,0 +46717,788,509,0,55,55,0 +46716,788,525,0,43,43,0 +46715,788,597,0,42,42,0 +46714,788,630,0,41,41,0 +46713,788,595,0,40,40,0 +46712,788,513,0,39,39,0 +46711,788,558,0,38,38,0 +46710,788,516,0,37,37,0 +46709,788,615,0,36,36,0 +46708,788,520,0,35,35,0 +46707,788,629,0,34,34,0 +46706,788,592,0,33,33,0 +46705,788,449,0,31,31,0 +46704,788,514,0,29,29,0 +46703,788,628,0,26,26,0 +46702,788,537,2,18,18,0 +46701,788,593,3,14,14,0 +46700,788,528,4,11,11,0 +46699,788,611,6,8,8,0 +46698,788,559,8,5,5,1 +46697,788,589,0,53,53,0 +46696,788,479,0,52,52,0 +46695,788,483,0,50,50,0 +46694,788,501,3,13,13,0 +46693,788,427,0,45,45,0 +46692,788,627,0,23,23,0 +46691,788,626,0,32,32,0 +46690,788,547,0,30,30,0 +46689,788,607,3,12,12,0 +46688,788,625,0,24,24,0 +46687,788,624,2,15,15,0 +46686,788,579,14.5,2,2,1 +46685,788,498,0,47,47,0 +46684,788,608,7.5,6,6,0 +46683,788,496,0,46,46,0 +46682,788,586,0,44,44,0 +46681,788,581,19,1,1,2 +46680,788,475,12,4,4,1 +46679,788,623,0,27,27,0 +46678,788,482,2,16,16,0 +46677,788,622,1.5,20,20,0 +46676,788,578,4,10,10,0 +46675,788,554,14,3,3,0 +46674,788,577,4,9,9,1 +46819,789,532,0,65,65,0 +46818,789,806,0,28,28,0 +46817,789,583,1.5,22,22,0 +46816,789,541,0,72,72,0 +46815,789,356,0,71,71,0 +46814,789,585,0,68,68,0 +46813,789,637,0,67,67,0 +46812,789,620,0,64,64,0 +46811,789,506,0,62,62,0 +46810,789,456,0,57,57,0 +46809,789,636,0,53,53,0 +46808,789,619,0,37,37,0 +46807,789,486,3,15,15,0 +46806,789,635,0,58,58,0 +46805,789,606,3,12,12,0 +46804,789,609,0,51,51,0 +46803,789,580,0,31,31,0 +46802,789,634,0,52,52,0 +46801,789,429,0,25,25,0 +46800,789,633,2,17,17,0 +46799,789,632,6,7,7,0 +46798,789,555,1,24,24,0 +46797,789,512,0,78,78,0 +46796,789,526,0,77,77,0 +46795,789,533,0,76,76,0 +46794,789,561,0,75,75,0 +46793,789,538,0,74,74,0 +46792,789,612,0,73,73,0 +46791,789,631,0,70,70,0 +46790,789,562,0,69,69,0 +46789,789,556,0,66,66,0 +46788,789,596,0,63,63,0 +46787,789,529,0,61,61,0 +46786,789,594,0,60,60,0 +46785,789,509,0,59,59,0 +46784,789,525,0,46,46,0 +46783,789,597,0,45,45,0 +46782,789,630,0,44,44,0 +46781,789,595,0,43,43,0 +46780,789,513,0,42,42,0 +46779,789,558,0,41,41,0 +46778,789,516,0,40,40,0 +46777,789,615,0,39,39,0 +46776,789,520,0,38,38,0 +46775,789,629,0,36,36,0 +46774,789,592,0,35,35,0 +46773,789,449,0,33,33,0 +46772,789,514,0,32,32,0 +46771,789,628,0,29,29,0 +46770,789,537,2,21,21,0 +46769,789,593,3,16,16,0 +46768,789,528,4,11,11,0 +46767,789,611,6,8,8,0 +46766,789,559,8,5,5,1 +46765,789,589,0,56,56,0 +46764,789,479,0,55,55,0 +46763,789,483,0,54,54,0 +46762,789,501,3,14,14,0 +46761,789,427,0,48,48,0 +46760,789,627,0,26,26,0 +46759,789,626,0,34,34,0 +46758,789,547,2,19,19,0 +46757,789,607,3,13,13,0 +46756,789,625,0,27,27,0 +46755,789,624,2,18,18,0 +46754,789,579,22.5,1,1,2 +46753,789,498,0,50,50,0 +46752,789,608,7.5,6,6,0 +46751,789,496,0,49,49,0 +46750,789,586,0,47,47,0 +46749,789,581,22,2,2,2 +46748,789,475,13,4,4,1 +46747,789,623,0,30,30,0 +46746,789,482,2,20,20,0 +46745,789,622,1.5,23,23,0 +46744,789,578,4,10,10,0 +46743,789,554,18,3,3,0 +46742,789,577,4,9,9,1 +46899,790,532,0,67,67,0 +46898,790,806,0,29,29,0 +46897,790,583,1.5,24,24,0 +46896,790,639,0,48,48,0 +46895,790,638,0,47,47,0 +46894,790,541,0,74,74,0 +46893,790,356,0,73,73,0 +46892,790,585,0,70,70,0 +46891,790,637,0,69,69,0 +46890,790,620,0,57,57,0 +46889,790,506,0,65,65,0 +46888,790,456,0,58,58,0 +46887,790,636,0,55,55,0 +46886,790,619,0,37,37,0 +46885,790,486,3,16,16,0 +46884,790,635,0,61,61,0 +46883,790,606,3,12,12,0 +46882,790,609,0,53,53,0 +46881,790,580,3,14,14,0 +46880,790,634,0,54,54,0 +46879,790,429,0,27,27,0 +46878,790,633,2,19,19,0 +46877,790,632,6,7,7,0 +46876,790,555,1,26,26,0 +46875,790,512,0,80,80,0 +46874,790,526,0,79,79,0 +46873,790,533,0,78,78,0 +46872,790,561,0,77,77,0 +46871,790,538,0,76,76,0 +46870,790,612,0,75,75,0 +46869,790,631,0,72,72,0 +46868,790,562,0,71,71,0 +46867,790,556,0,68,68,0 +46866,790,596,0,66,66,0 +46865,790,529,0,64,64,0 +46864,790,594,0,63,63,0 +46863,790,509,0,62,62,0 +46862,790,525,0,46,46,0 +46861,790,597,0,45,45,0 +46860,790,630,0,44,44,0 +46859,790,595,0,43,43,0 +46858,790,513,0,42,42,0 +46857,790,558,0,41,41,0 +46856,790,516,0,40,40,0 +46855,790,615,0,39,39,0 +46854,790,520,0,38,38,0 +46853,790,629,0,36,36,0 +46852,790,592,0,35,35,0 +46851,790,449,0,33,33,0 +46850,790,514,0,32,32,0 +46849,790,628,0,30,30,0 +46848,790,537,2,23,23,0 +46847,790,593,3,17,17,0 +46846,790,528,4,11,11,0 +46845,790,611,6,8,8,0 +46844,790,559,8,5,5,1 +46843,790,589,0,60,60,0 +46842,790,479,0,59,59,0 +46841,790,483,0,56,56,0 +46840,790,501,3,15,15,0 +46839,790,427,0,50,50,0 +46838,790,627,2,18,18,0 +46837,790,626,0,34,34,0 +46836,790,547,2,21,21,0 +46835,790,607,3,13,13,0 +46834,790,625,0,28,28,0 +46833,790,624,2,20,20,0 +46832,790,579,30,1,1,3 +46831,790,498,0,52,52,0 +46830,790,608,7.5,6,6,0 +46829,790,496,0,51,51,0 +46828,790,586,0,49,49,0 +46827,790,581,22,2,2,2 +46826,790,475,19,4,4,1 +46825,790,623,0,31,31,0 +46824,790,482,2,22,22,0 +46823,790,622,1.5,25,25,0 +46822,790,578,4,10,10,0 +46821,790,554,22,3,3,0 +46820,790,577,4,9,9,1 +46984,791,347,0,65,65,0 +46983,791,532,0,72,72,0 +46982,791,806,0,31,31,0 +46981,791,476,0,77,77,0 +46980,791,610,0,71,71,0 +46979,791,641,0,64,64,0 +46978,791,583,1.5,25,25,0 +46977,791,640,0,34,34,0 +46976,791,639,0,53,53,0 +46975,791,638,0,52,52,0 +46974,791,541,4,13,13,0 +46973,791,356,0,79,79,0 +46972,791,585,0,75,75,0 +46971,791,637,0,74,74,0 +46970,791,620,0,57,57,0 +46969,791,506,0,61,61,0 +46968,791,456,0,41,41,0 +46967,791,636,0,59,59,0 +46966,791,619,0,42,42,0 +46965,791,486,5,10,10,0 +46964,791,635,0,66,66,0 +46963,791,606,3,15,15,0 +46962,791,609,0,38,38,0 +46961,791,580,6,9,9,0 +46960,791,634,0,58,58,0 +46959,791,429,0,28,28,0 +46958,791,633,2,20,20,0 +46957,791,632,6,7,7,0 +46956,791,555,1,27,27,0 +46955,791,512,0,85,85,0 +46954,791,526,0,84,84,0 +46953,791,533,0,83,83,0 +46952,791,561,0,82,82,0 +46951,791,538,0,81,81,0 +46950,791,612,0,80,80,0 +46949,791,631,0,78,78,0 +46948,791,562,0,76,76,0 +46947,791,556,0,73,73,0 +46946,791,596,0,70,70,0 +46945,791,529,0,69,69,0 +46944,791,594,0,68,68,0 +46943,791,509,0,67,67,0 +46942,791,525,0,51,51,0 +46941,791,597,0,50,50,0 +46940,791,630,0,49,49,0 +46939,791,595,0,48,48,0 +46938,791,513,0,47,47,0 +46937,791,558,0,46,46,0 +46936,791,516,0,45,45,0 +46935,791,615,0,44,44,0 +46934,791,520,0,43,43,0 +46933,791,629,0,40,40,0 +46932,791,592,0,39,39,0 +46931,791,449,0,36,36,0 +46930,791,514,0,35,35,0 +46929,791,628,0,32,32,0 +46928,791,537,2,24,24,0 +46927,791,593,3,18,18,0 +46926,791,528,4,14,14,0 +46925,791,611,6,8,8,0 +46924,791,559,8,5,5,1 +46923,791,589,0,63,63,0 +46922,791,479,0,62,62,0 +46921,791,483,0,60,60,0 +46920,791,501,3,17,17,0 +46919,791,427,0,54,54,0 +46918,791,627,2,19,19,0 +46917,791,626,0,37,37,0 +46916,791,547,2,22,22,0 +46915,791,607,3,16,16,0 +46914,791,625,0,30,30,0 +46913,791,624,2,21,21,0 +46912,791,579,30,1,1,3 +46911,791,498,0,56,56,0 +46910,791,608,7.5,6,6,0 +46909,791,496,0,55,55,0 +46908,791,586,0,29,29,0 +46907,791,581,25,3,3,2 +46906,791,475,27,2,2,2 +46905,791,623,0,33,33,0 +46904,791,482,2,23,23,0 +46903,791,622,1.5,26,26,0 +46902,791,578,4,12,12,0 +46901,791,554,22,4,4,0 +46900,791,577,4,11,11,1 +46098,792,620,1.33,6,6,0 +46097,792,496,0,14,14,0 +46096,792,649,0,22,22,0 +46095,792,633,0,17,17,0 +46094,792,648,1,8,8,0 +46093,792,554,0,11,11,0 +46092,792,625,0,21,21,0 +46091,792,647,0,20,20,0 +46090,792,623,0,19,19,0 +46089,792,475,1,7,7,0 +46088,792,608,0,18,18,0 +46087,792,427,3.33,2,2,0 +46086,792,646,0,16,16,0 +46085,792,645,0,15,15,0 +46084,792,644,0,12,12,0 +46083,792,577,0,13,13,0 +46082,792,501,0,10,10,0 +46081,792,643,2,5,5,0 +46080,792,478,1,9,9,0 +46079,792,642,3.33,3,3,0 +46078,792,498,2,4,4,0 +46077,792,579,9,1,1,1 +46131,793,632,0,19,19,0 +46130,793,620,1.33,10,10,0 +46129,793,652,0,33,33,0 +46128,793,651,0,32,32,0 +46127,793,627,0,30,30,0 +46126,793,578,0,29,29,0 +46125,793,609,0,28,28,0 +46124,793,626,0,27,27,0 +46123,793,607,2,7,7,0 +46122,793,641,0,20,20,0 +46121,793,650,0,18,18,0 +46120,793,589,0,15,15,0 +46119,793,496,0,21,21,0 +46118,793,649,0,31,31,0 +46117,793,633,2,8,8,0 +46116,793,648,1,12,12,0 +46115,793,554,2,6,6,0 +46114,793,625,0,25,25,0 +46113,793,647,0,24,24,0 +46112,793,623,0,26,26,0 +46111,793,475,1,11,11,0 +46110,793,608,6,4,4,0 +46109,793,427,11.33,1,1,1 +46108,793,646,0,23,23,0 +46107,793,645,0,22,22,0 +46106,793,644,0,17,17,0 +46105,793,577,0,16,16,0 +46104,793,501,0,14,14,0 +46103,793,643,2,9,9,0 +46102,793,478,1,13,13,0 +46101,793,642,6.33,3,3,0 +46100,793,498,2,5,5,0 +46099,793,579,10,2,2,1 +46199,794,519,1,20,20,0 +46198,794,555,3,8,8,0 +46197,794,632,0,29,29,0 +46196,794,620,1.33,15,15,0 +46195,794,592,0,68,68,0 +46194,794,615,0,67,67,0 +46193,794,659,0,66,66,0 +46192,794,596,0,65,65,0 +46191,794,533,0,64,64,0 +46190,794,449,0,63,63,0 +46189,794,558,0,62,62,0 +46188,794,658,0,61,61,0 +46187,794,657,1,21,21,0 +46186,794,525,0,60,60,0 +46185,794,561,0,59,59,0 +46184,794,532,0,57,57,0 +46183,794,593,0,56,56,0 +46182,794,631,0,53,53,0 +46181,794,611,0,51,51,0 +46180,794,523,0,50,50,0 +46179,794,656,0,47,47,0 +46178,794,655,0,46,46,0 +46177,794,528,0,44,44,0 +46176,794,509,0,37,37,0 +46175,794,513,0,36,36,0 +46174,794,563,0,35,35,0 +46173,794,518,0,34,34,0 +46172,794,559,0,33,33,0 +46171,794,556,0,32,32,0 +46170,794,597,0,30,30,0 +46169,794,538,0,27,27,0 +46168,794,612,0,24,24,0 +46167,794,654,1,19,19,0 +46166,794,512,3,9,9,0 +46165,794,653,4,6,6,0 +46164,794,529,3,7,7,0 +46163,794,628,8,3,3,1 +46162,794,652,0,58,58,0 +46161,794,651,0,55,55,0 +46160,794,627,0,52,52,0 +46159,794,578,0,49,49,0 +46158,794,609,0,48,48,0 +46157,794,626,0,45,45,0 +46156,794,607,2,12,12,0 +46155,794,641,0,31,31,0 +46154,794,650,0,28,28,0 +46153,794,589,0,23,23,0 +46152,794,496,0,38,38,0 +46151,794,649,0,54,54,0 +46150,794,633,2,13,13,0 +46149,794,648,1,17,17,0 +46148,794,554,2,11,11,0 +46147,794,625,0,42,42,0 +46146,794,647,0,41,41,0 +46145,794,623,0,43,43,0 +46144,794,475,1,16,16,0 +46143,794,608,6,5,5,0 +46142,794,427,11.33,1,1,1 +46141,794,646,0,40,40,0 +46140,794,645,0,39,39,0 +46139,794,644,0,26,26,0 +46138,794,577,0,25,25,0 +46137,794,501,0,22,22,0 +46136,794,643,2,14,14,0 +46135,794,478,1,18,18,0 +46134,794,642,6.33,4,4,0 +46133,794,498,2,10,10,0 +46132,794,579,10,2,2,1 +46268,795,519,1,21,21,0 +46267,795,555,3,9,9,0 +46266,795,620,1.33,17,17,0 +46265,795,660,0,45,45,0 +46264,795,632,3,11,11,0 +46263,795,592,0,69,69,0 +46262,795,615,0,68,68,0 +46261,795,659,0,67,67,0 +46260,795,596,0,66,66,0 +46259,795,533,0,65,65,0 +46258,795,449,0,64,64,0 +46257,795,558,0,63,63,0 +46256,795,658,0,62,62,0 +46255,795,657,1,22,22,0 +46254,795,525,0,61,61,0 +46253,795,561,0,60,60,0 +46252,795,532,0,58,58,0 +46251,795,593,0,57,57,0 +46250,795,631,0,54,54,0 +46249,795,611,0,53,53,0 +46248,795,523,0,52,52,0 +46247,795,656,0,50,50,0 +46246,795,655,0,49,49,0 +46245,795,528,0,47,47,0 +46244,795,509,0,38,38,0 +46243,795,513,0,37,37,0 +46242,795,563,0,36,36,0 +46241,795,518,0,35,35,0 +46240,795,559,0,34,34,0 +46239,795,556,0,33,33,0 +46238,795,597,0,31,31,0 +46237,795,538,0,28,28,0 +46236,795,612,0,25,25,0 +46235,795,654,1,20,20,0 +46234,795,512,3,12,12,0 +46233,795,653,4,7,7,0 +46232,795,529,3,8,8,0 +46231,795,628,8,4,4,1 +46230,795,652,0,59,59,0 +46229,795,651,0,56,56,0 +46228,795,627,0,32,32,0 +46227,795,578,0,43,43,0 +46226,795,609,0,51,51,0 +46225,795,626,0,48,48,0 +46224,795,607,2,15,15,0 +46223,795,641,0,30,30,0 +46222,795,650,0,29,29,0 +46221,795,589,0,24,24,0 +46220,795,496,0,39,39,0 +46219,795,649,0,55,55,0 +46218,795,633,2,16,16,0 +46217,795,648,1,18,18,0 +46216,795,554,3,10,10,0 +46215,795,625,0,44,44,0 +46214,795,647,0,42,42,0 +46213,795,623,0,46,46,0 +46212,795,475,7,5,5,0 +46211,795,608,6,6,6,0 +46210,795,427,11.33,2,2,1 +46209,795,646,0,41,41,0 +46208,795,645,0,40,40,0 +46207,795,644,0,27,27,0 +46206,795,577,0,26,26,0 +46205,795,501,0,23,23,0 +46204,795,643,3,13,13,0 +46203,795,478,1,19,19,0 +46202,795,642,10.33,3,3,0 +46201,795,498,2,14,14,0 +46200,795,579,19,1,1,2 +46337,796,661,0,52,52,0 +46336,796,547,0,48,48,0 +46335,796,624,0,32,32,0 +46334,796,660,0,37,37,0 +46333,796,632,3,13,13,0 +46332,796,592,0,72,72,0 +46331,796,615,0,71,71,0 +46330,796,659,0,70,70,0 +46329,796,596,0,69,69,0 +46328,796,533,0,68,68,0 +46327,796,449,0,67,67,0 +46326,796,558,0,66,66,0 +46325,796,658,0,65,65,0 +46324,796,657,1,23,23,0 +46323,796,525,0,64,64,0 +46322,796,561,0,63,63,0 +46321,796,532,0,61,61,0 +46320,796,593,0,60,60,0 +46319,796,631,0,57,57,0 +46318,796,611,0,56,56,0 +46317,796,523,0,55,55,0 +46316,796,656,0,53,53,0 +46315,796,655,0,51,51,0 +46314,796,528,0,50,50,0 +46313,796,509,0,41,41,0 +46312,796,513,0,40,40,0 +46311,796,563,0,39,39,0 +46310,796,518,0,38,38,0 +46309,796,559,0,36,36,0 +46308,796,556,0,35,35,0 +46307,796,597,0,33,33,0 +46306,796,538,0,30,30,0 +46305,796,612,0,26,26,0 +46304,796,654,1,21,21,0 +46303,796,512,3,14,14,0 +46302,796,653,4,9,9,0 +46301,796,529,3,10,10,0 +46300,796,628,8,5,5,1 +46299,796,652,0,62,62,0 +46298,796,651,0,59,59,0 +46297,796,627,0,34,34,0 +46296,796,578,0,29,29,0 +46295,796,609,0,54,54,0 +46294,796,626,0,46,46,0 +46293,796,607,2,16,16,0 +46292,796,641,0,31,31,0 +46291,796,650,0,27,27,0 +46290,796,589,0,25,25,0 +46289,796,496,0,42,42,0 +46288,796,649,0,58,58,0 +46287,796,633,2,17,17,0 +46286,796,648,1,19,19,0 +46285,796,554,3,12,12,0 +46284,796,625,0,47,47,0 +46283,796,647,0,45,45,0 +46282,796,623,0,49,49,0 +46281,796,475,13,2,2,0 +46280,796,608,8,6,6,0 +46279,796,427,11.33,3,3,1 +46278,796,646,0,44,44,0 +46277,796,645,0,43,43,0 +46276,796,644,0,28,28,0 +46275,796,577,4,8,8,0 +46274,796,501,0,24,24,0 +46273,796,643,7,7,7,0 +46272,796,478,1,20,20,0 +46271,796,642,10.33,4,4,0 +46270,796,498,2,15,15,0 +46269,796,579,27,1,1,3 +46421,797,519,1,23,23,0 +46420,797,555,3,12,12,0 +46419,797,620,1.33,20,20,0 +46418,797,486,0,73,73,0 +46417,797,665,0,67,67,0 +46416,797,666,0,64,64,0 +46415,797,456,0,59,59,0 +46414,797,581,0,54,54,0 +46413,797,664,0,51,51,0 +46412,797,356,0,49,49,0 +46411,797,663,0,38,38,0 +46410,797,662,0,32,32,0 +46409,797,661,0,57,57,0 +46408,797,547,0,53,53,0 +46407,797,624,0,33,33,0 +46406,797,660,0,40,40,0 +46405,797,632,3,15,15,0 +46404,797,592,0,81,81,0 +46403,797,615,0,80,80,0 +46402,797,659,0,79,79,0 +46401,797,596,0,78,78,0 +46400,797,533,0,77,77,0 +46399,797,449,0,76,76,0 +46398,797,558,0,75,75,0 +46397,797,658,0,74,74,0 +46396,797,657,1,24,24,0 +46395,797,525,0,72,72,0 +46394,797,561,0,71,71,0 +46393,797,532,0,69,69,0 +46392,797,593,0,68,68,0 +46391,797,631,0,65,65,0 +46390,797,611,0,63,63,0 +46389,797,523,0,62,62,0 +46388,797,656,0,61,61,0 +46387,797,655,0,58,58,0 +46386,797,528,0,56,56,0 +46385,797,509,0,44,44,0 +46384,797,513,0,43,43,0 +46383,797,563,0,42,42,0 +46382,797,518,0,41,41,0 +46381,797,559,0,39,39,0 +46380,797,556,0,37,37,0 +46379,797,597,0,35,35,0 +46378,797,538,0,31,31,0 +46377,797,612,0,28,28,0 +46376,797,654,1,22,22,0 +46375,797,512,3,16,16,0 +46374,797,653,4,10,10,0 +46373,797,529,3,11,11,0 +46372,797,628,8,5,5,1 +46371,797,652,0,70,70,0 +46370,797,651,0,34,34,0 +46369,797,627,0,36,36,0 +46368,797,578,0,26,26,0 +46367,797,609,0,60,60,0 +46366,797,626,0,50,50,0 +46365,797,607,2,18,18,0 +46364,797,641,3,14,14,0 +46363,797,650,0,29,29,0 +46362,797,589,0,27,27,0 +46361,797,496,0,45,45,0 +46360,797,649,0,66,66,0 +46359,797,633,2,19,19,0 +46358,797,648,5,9,9,0 +46357,797,554,3,13,13,0 +46356,797,625,0,52,52,0 +46355,797,647,0,48,48,0 +46354,797,623,0,55,55,0 +46353,797,475,22,2,2,1 +46352,797,608,8,6,6,0 +46351,797,427,11.33,3,3,1 +46350,797,646,0,47,47,0 +46349,797,645,0,46,46,0 +46348,797,644,0,30,30,0 +46347,797,577,6,8,8,0 +46346,797,501,0,25,25,0 +46345,797,643,7,7,7,0 +46344,797,478,1,21,21,0 +46343,797,642,10.33,4,4,0 +46342,797,498,2,17,17,0 +46341,797,579,33,1,1,3 +46503,798,586,0,74,74,0 +46502,798,668,0,65,65,0 +46501,798,667,0,40,40,0 +46500,798,620,1.33,21,21,0 +46499,798,486,0,76,76,0 +46498,798,665,0,69,69,0 +46497,798,666,0,66,66,0 +46496,798,456,0,60,60,0 +46495,798,581,0,55,55,0 +46494,798,664,0,53,53,0 +46493,798,356,0,50,50,0 +46492,798,663,0,38,38,0 +46491,798,662,0,33,33,0 +46490,798,661,0,58,58,0 +46489,798,547,0,51,51,0 +46488,798,624,0,34,34,0 +46487,798,660,0,42,42,0 +46486,798,632,3,15,15,0 +46485,798,592,0,84,84,0 +46484,798,615,0,83,83,0 +46483,798,659,0,82,82,0 +46482,798,596,0,81,81,0 +46481,798,533,0,80,80,0 +46480,798,449,0,79,79,0 +46479,798,558,0,78,78,0 +46478,798,658,0,77,77,0 +46477,798,657,1,25,25,0 +46476,798,525,0,75,75,0 +46475,798,561,0,73,73,0 +46474,798,532,0,71,71,0 +46473,798,593,0,70,70,0 +46472,798,631,0,67,67,0 +46471,798,611,0,64,64,0 +46470,798,523,0,63,63,0 +46469,798,656,0,62,62,0 +46468,798,655,0,59,59,0 +46467,798,528,0,57,57,0 +46466,798,509,0,46,46,0 +46465,798,513,0,45,45,0 +46464,798,563,0,44,44,0 +46463,798,518,0,43,43,0 +46462,798,559,0,41,41,0 +46461,798,556,0,39,39,0 +46460,798,597,0,36,36,0 +46459,798,538,0,32,32,0 +46458,798,612,0,29,29,0 +46457,798,654,1,23,23,0 +46456,798,512,3,16,16,0 +46455,798,653,4,12,12,0 +46454,798,529,3,13,13,0 +46453,798,628,8,7,7,1 +46452,798,652,0,72,72,0 +46451,798,651,0,35,35,0 +46450,798,627,0,37,37,0 +46449,798,578,0,27,27,0 +46448,798,609,0,61,61,0 +46447,798,626,0,52,52,0 +46446,798,607,2,18,18,0 +46445,798,641,9,6,6,0 +46444,798,650,0,30,30,0 +46443,798,589,0,28,28,0 +46442,798,496,2,19,19,0 +46441,798,649,0,68,68,0 +46440,798,633,2,20,20,0 +46439,798,648,5,11,11,0 +46438,798,554,6,9,9,0 +46437,798,625,0,54,54,0 +46436,798,647,0,49,49,0 +46435,798,623,0,56,56,0 +46434,798,475,23,2,2,1 +46433,798,608,12,3,3,0 +46432,798,427,11.33,4,4,1 +46431,798,646,0,48,48,0 +46430,798,645,0,47,47,0 +46429,798,644,0,31,31,0 +46428,798,577,6,10,10,0 +46427,798,501,0,26,26,0 +46426,798,643,7,8,8,0 +46425,798,478,1,22,22,0 +46424,798,642,10.33,5,5,0 +46423,798,498,2,17,17,0 +46422,798,579,40,1,1,4 +51478,799,496,0,16,16,0 +51477,799,577,0,15,15,0 +51476,799,627,0,14,14,0 +51475,799,672,0,13,13,0 +51474,799,671,0,12,12,0 +51473,799,643,0,11,11,0 +51472,799,670,0,10,10,0 +51471,799,620,0,9,9,0 +51470,799,640,0,8,8,0 +51469,799,669,0,7,7,0 +51468,799,501,0,6,6,0 +51467,799,625,2,5,5,0 +51466,799,427,3,4,4,0 +51465,799,498,5,3,3,0 +51536,800,805,0,55,55,0 +51535,800,559,0,54,54,0 +51534,800,513,0,50,50,0 +51533,800,730,0,38,38,0 +51532,800,702,0,36,36,0 +51531,800,799,0,33,33,0 +51530,800,613,0,31,31,0 +51529,800,654,0,27,27,0 +51528,800,653,0,22,22,0 +51527,800,519,0,58,58,0 +51526,800,593,0,25,25,0 +51525,800,678,0,57,57,0 +51524,800,677,0,56,56,0 +51523,800,529,0,32,32,0 +51522,800,509,0,48,48,0 +51521,800,556,0,52,52,0 +51520,800,659,0,16,16,0 +51519,800,612,0,24,24,0 +51518,800,512,0,53,53,0 +51517,800,520,0,40,40,0 +51516,800,449,0,51,51,0 +51515,800,597,0,49,49,0 +51514,800,611,0,23,23,0 +51513,800,676,0,39,39,0 +51512,800,596,0,37,37,0 +51511,800,592,0,35,35,0 +51510,800,679,0,34,34,0 +51509,800,518,1.5,10,10,0 +51508,800,628,0,30,30,0 +51507,800,675,0,29,29,0 +51506,800,521,0,28,28,0 +51505,800,656,0,26,26,0 +51504,800,655,0,21,21,0 +51503,800,674,0,19,19,0 +51502,800,555,0,18,18,0 +51500,800,615,0,12,12,0 +51499,800,673,2,9,9,0 +51498,800,526,1.5,11,11,0 +51496,800,525,6,3,3,0 +51495,800,657,8,2,2,1 +51494,800,496,0,47,47,0 +51493,800,577,0,46,46,0 +51492,800,627,0,45,45,0 +51491,800,672,0,44,44,0 +51490,800,671,0,43,43,0 +51489,800,643,0,42,42,0 +51488,800,670,0,41,41,0 +51487,800,620,0,20,20,0 +51486,800,640,0,17,17,0 +51485,800,669,0,14,14,0 +51601,801,578,1.5,13,13,0 +51600,801,805,0,62,62,0 +51599,801,559,0,61,61,0 +51598,801,513,0,57,57,0 +51597,801,730,0,42,42,0 +51596,801,702,0,40,40,0 +51595,801,799,0,37,37,0 +51594,801,613,0,35,35,0 +51593,801,654,0,31,31,0 +51592,801,653,0,26,26,0 +51591,801,680,0,49,49,0 +51590,801,554,0,46,46,0 +51589,801,632,0,45,45,0 +51588,801,644,0,19,19,0 +51587,801,429,2,11,11,0 +51586,801,475,4,8,8,0 +51585,801,519,0,65,65,0 +51584,801,593,0,29,29,0 +51583,801,678,0,64,64,0 +51582,801,677,0,63,63,0 +51581,801,529,0,36,36,0 +51580,801,509,0,55,55,0 +51579,801,556,0,59,59,0 +51578,801,659,0,20,20,0 +51577,801,612,0,28,28,0 +51576,801,512,0,60,60,0 +51575,801,520,0,44,44,0 +51574,801,449,0,58,58,0 +51573,801,597,0,56,56,0 +51572,801,611,0,27,27,0 +51570,801,596,0,41,41,0 +51569,801,592,0,39,39,0 +51568,801,679,0,38,38,0 +51567,801,518,1.5,12,12,0 +51566,801,628,0,34,34,0 +51565,801,675,0,33,33,0 +51564,801,521,0,32,32,0 +51563,801,656,0,30,30,0 +51562,801,655,0,25,25,0 +51561,801,674,0,23,23,0 +51560,801,555,0,22,22,0 +51558,801,615,0,16,16,0 +51557,801,673,2,10,10,0 +51556,801,526,1.5,14,14,0 +51555,801,658,5,7,7,0 +51554,801,525,6,6,6,0 +51553,801,657,8,3,3,1 +51552,801,496,0,54,54,0 +51551,801,577,0,53,53,0 +51550,801,627,0,52,52,0 +51549,801,672,0,51,51,0 +51676,802,805,0,72,72,0 +51675,802,559,0,71,71,0 +51674,802,513,0,67,67,0 +51673,802,730,0,47,47,0 +51672,802,702,0,45,45,0 +51671,802,799,0,42,42,0 +51670,802,613,0,40,40,0 +51669,802,654,0,36,36,0 +51668,802,653,0,31,31,0 +51667,802,647,0,65,65,0 +51666,802,650,0,64,64,0 +51665,802,578,1.5,17,17,0 +51664,802,681,0,61,61,0 +51663,802,651,0,59,59,0 +51662,802,456,0,58,58,0 +51661,802,478,1,19,19,0 +51660,802,663,0,54,54,0 +51659,802,633,2,15,15,0 +51658,802,626,4,9,9,0 +51657,802,648,6,7,7,0 +51656,802,680,0,55,55,0 +51655,802,554,0,20,20,0 +51654,802,632,0,50,50,0 +51653,802,644,0,23,23,0 +51652,802,429,2,14,14,0 +51651,802,475,4,10,10,0 +51650,802,519,0,75,75,0 +51649,802,593,0,34,34,0 +51648,802,678,0,74,74,0 +51647,802,677,0,73,73,0 +51646,802,529,0,41,41,0 +51645,802,509,0,63,63,0 +51644,802,556,0,69,69,0 +51643,802,659,0,25,25,0 +51642,802,612,0,33,33,0 +51641,802,512,0,70,70,0 +51640,802,520,0,49,49,0 +51639,802,449,0,68,68,0 +51638,802,597,0,66,66,0 +51637,802,611,0,32,32,0 +51636,802,676,0,48,48,0 +51635,802,596,0,46,46,0 +51634,802,592,0,44,44,0 +51633,802,679,0,43,43,0 +51632,802,518,1.5,16,16,0 +51631,802,628,0,39,39,0 +51630,802,675,0,38,38,0 +51629,802,521,0,37,37,0 +51628,802,656,0,35,35,0 +51627,802,655,0,30,30,0 +51626,802,674,0,28,28,0 +51625,802,555,0,27,27,0 +51624,802,528,0,24,24,0 +51623,802,615,0,22,22,0 +51622,802,673,2,13,13,0 +51766,803,541,0,70,70,0 +51765,803,805,0,85,85,0 +51764,803,559,0,82,82,0 +51763,803,513,0,74,74,0 +51762,803,730,0,55,55,0 +51761,803,702,0,53,53,0 +51760,803,799,0,50,50,0 +51759,803,613,0,47,47,0 +51758,803,654,0,41,41,0 +51757,803,653,0,35,35,0 +51756,803,690,0,89,89,0 +51755,803,689,0,87,87,0 +51754,803,688,0,84,84,0 +51753,803,687,0,83,83,0 +51752,803,581,0,81,81,0 +51751,803,645,0,80,80,0 +51750,803,686,0,77,77,0 +51749,803,685,0,75,75,0 +51748,803,684,0,66,66,0 +51747,803,547,0,49,49,0 +51746,803,683,0,46,46,0 +51745,803,665,0,44,44,0 +51744,803,682,0,39,39,0 +51743,803,619,0,33,33,0 +51742,803,647,0,72,72,0 +51741,803,650,0,71,71,0 +51740,803,578,7.64,5,5,0 +51739,803,681,0,67,67,0 +51737,803,456,0,62,62,0 +51736,803,478,1,20,20,0 +51735,803,663,0,27,27,0 +51734,803,633,2,15,15,0 +51733,803,626,4,12,12,0 +51732,803,648,6,6,6,0 +51731,803,680,0,60,60,0 +51730,803,554,0,22,22,0 +51729,803,632,0,58,58,0 +51728,803,644,0,25,25,0 +51727,803,429,2,14,14,0 +51726,803,475,4,11,11,0 +51725,803,519,0,90,90,0 +51724,803,593,0,38,38,0 +51723,803,678,0,88,88,0 +51722,803,677,0,86,86,0 +51721,803,529,0,48,48,0 +51720,803,509,0,69,69,0 +51719,803,556,0,78,78,0 +51718,803,659,0,28,28,0 +51717,803,612,0,37,37,0 +51716,803,512,0,79,79,0 +51715,803,520,0,57,57,0 +51714,803,449,0,76,76,0 +51713,803,597,0,73,73,0 +51712,803,611,0,36,36,0 +51711,803,676,0,56,56,0 +51710,803,596,0,54,54,0 +51709,803,592,0,52,52,0 +51708,803,679,0,51,51,0 +51707,803,518,1.5,18,18,0 +51706,803,628,0,45,45,0 +51705,803,675,0,43,43,0 +51704,803,521,0,42,42,0 +51703,803,656,0,40,40,0 +51701,803,674,0,31,31,0 +51699,803,528,0,26,26,0 +51698,803,615,0,24,24,0 +51696,803,526,1.5,19,19,0 +51694,803,525,6,8,8,0 +51693,803,657,8,4,4,1 +51692,803,496,0,68,68,0 +51691,803,577,0,65,65,0 +51690,803,627,0,59,59,0 +51689,803,672,0,63,63,0 +51688,803,671,0,61,61,0 +51686,803,670,4.14,10,10,0 +51685,803,620,0,32,32,0 +51684,803,640,0,29,29,0 +51682,803,501,0,21,21,0 +51681,803,625,2,16,16,0 +51680,803,427,11,3,3,0 +51679,803,498,14.64,2,2,1 +51678,803,642,6,7,7,0 +51677,803,579,28.14,1,1,3 +51859,804,541,0,74,74,0 +51858,804,805,0,88,88,0 +51857,804,559,0,85,85,0 +51856,804,513,0,78,78,0 +51855,804,730,0,57,57,0 +51854,804,702,0,55,55,0 +51853,804,799,0,52,52,0 +51852,804,613,0,49,49,0 +51851,804,654,0,43,43,0 +51850,804,653,0,37,37,0 +51849,804,692,0,64,64,0 +51848,804,691,0,61,61,0 +51847,804,641,0,26,26,0 +51846,804,690,0,92,92,0 +51845,804,689,0,90,90,0 +51844,804,688,0,87,87,0 +51843,804,687,0,86,86,0 +51842,804,581,0,84,84,0 +51841,804,645,0,62,62,0 +51840,804,686,0,81,81,0 +51839,804,685,0,79,79,0 +51838,804,684,0,70,70,0 +51837,804,547,0,51,51,0 +51836,804,683,0,48,48,0 +51835,804,665,0,46,46,0 +51834,804,682,0,41,41,0 +51833,804,619,0,35,35,0 +51832,804,647,0,76,76,0 +51831,804,650,0,75,75,0 +51830,804,578,10.64,4,4,0 +51829,804,681,0,71,71,0 +51828,804,651,0,68,68,0 +51827,804,456,0,66,66,0 +51826,804,478,1,21,21,0 +51825,804,663,0,29,29,0 +51824,804,633,2,16,16,0 +51823,804,626,4,11,11,0 +51822,804,648,10,5,5,0 +51821,804,680,0,63,63,0 +51820,804,554,0,23,23,0 +51819,804,632,0,60,60,0 +51818,804,644,2,14,14,0 +51817,804,429,2,15,15,0 +51816,804,475,4,12,12,0 +51815,804,519,0,93,93,0 +51814,804,593,0,40,40,0 +51813,804,678,0,91,91,0 +51812,804,677,0,89,89,0 +51811,804,529,0,50,50,0 +51810,804,509,0,73,73,0 +51809,804,556,0,82,82,0 +51808,804,659,0,30,30,0 +51807,804,612,0,39,39,0 +51806,804,512,0,83,83,0 +51805,804,520,0,59,59,0 +51804,804,449,0,80,80,0 +51803,804,597,0,77,77,0 +51802,804,611,0,38,38,0 +51801,804,676,0,58,58,0 +51800,804,596,0,56,56,0 +51799,804,592,0,54,54,0 +51798,804,679,0,53,53,0 +51797,804,518,1.5,19,19,0 +51796,804,628,0,47,47,0 +51795,804,675,0,45,45,0 +51794,804,521,0,44,44,0 +51793,804,656,0,42,42,0 +51791,804,674,0,33,33,0 +51790,804,555,0,32,32,0 +51789,804,528,0,27,27,0 +51787,804,673,2,18,18,0 +51786,804,526,1.5,20,20,0 +51785,804,658,5,9,9,0 +51784,804,525,6,8,8,0 +51783,804,657,8,6,6,1 +51782,804,496,0,72,72,0 +51781,804,577,0,69,69,0 +51780,804,627,0,28,28,0 +51779,804,672,0,67,67,0 +51778,804,671,0,65,65,0 +51776,804,670,4.14,10,10,0 +51775,804,620,0,34,34,0 +51773,804,669,3,13,13,0 +51772,804,501,0,22,22,0 +51771,804,625,2,17,17,0 +51769,804,498,17.64,2,2,1 +52511,679,341,4,3,3,0 +52509,679,345,9,1,1,1 +51953,805,541,0,75,75,0 +51952,805,805,0,89,89,0 +51951,805,559,0,86,86,0 +51950,805,513,0,79,79,0 +51949,805,730,0,58,58,0 +51948,805,702,0,56,56,0 +51947,805,799,0,53,53,0 +51946,805,613,0,50,50,0 +51945,805,654,0,44,44,0 +51944,805,653,0,38,38,0 +51943,805,693,0,66,66,0 +51942,805,692,0,64,64,0 +51941,805,691,0,62,62,0 +51940,805,641,0,27,27,0 +51939,805,690,0,93,93,0 +51938,805,689,0,91,91,0 +51937,805,688,0,88,88,0 +51936,805,687,0,87,87,0 +51935,805,581,0,85,85,0 +51934,805,645,0,63,63,0 +51933,805,686,0,82,82,0 +51932,805,685,0,80,80,0 +51931,805,684,0,71,71,0 +51930,805,547,0,52,52,0 +51929,805,683,0,49,49,0 +51928,805,665,0,47,47,0 +51927,805,682,0,42,42,0 +51926,805,619,0,36,36,0 +51925,805,647,0,77,77,0 +51924,805,650,0,76,76,0 +51923,805,578,10.64,4,4,0 +51922,805,681,0,72,72,0 +51921,805,651,0,69,69,0 +51920,805,456,0,67,67,0 +51919,805,478,5,9,9,0 +51918,805,663,0,24,24,0 +51917,805,633,2,18,18,0 +51916,805,626,4,12,12,0 +51915,805,648,10,5,5,0 +51914,805,680,0,31,31,0 +51913,805,554,0,25,25,0 +51912,805,632,0,61,61,0 +51911,805,644,4,14,14,0 +51910,805,429,2,17,17,0 +51909,805,475,4,13,13,0 +51908,805,519,0,94,94,0 +51907,805,593,0,41,41,0 +51906,805,678,0,92,92,0 +51905,805,677,0,90,90,0 +51904,805,529,0,51,51,0 +51903,805,509,0,74,74,0 +51902,805,556,0,83,83,0 +51901,805,659,0,32,32,0 +51900,805,612,0,40,40,0 +51899,805,512,0,84,84,0 +51898,805,520,0,60,60,0 +51897,805,449,0,81,81,0 +51896,805,597,0,78,78,0 +51895,805,611,0,39,39,0 +51894,805,676,0,59,59,0 +51893,805,596,0,57,57,0 +51892,805,592,0,55,55,0 +51891,805,679,0,54,54,0 +51890,805,518,1.5,21,21,0 +51889,805,628,0,48,48,0 +51888,805,675,0,46,46,0 +51887,805,521,0,45,45,0 +51886,805,656,0,43,43,0 +51885,805,655,0,37,37,0 +51884,805,674,0,35,35,0 +52048,806,541,0,77,77,0 +52047,806,805,0,90,90,0 +52046,806,559,0,87,87,0 +52045,806,513,0,81,81,0 +52044,806,730,0,61,61,0 +52043,806,702,0,59,59,0 +52042,806,799,0,56,56,0 +52041,806,613,0,53,53,0 +52040,806,654,0,47,47,0 +52039,806,653,0,41,41,0 +52038,806,694,0,79,79,0 +52037,806,693,0,27,27,0 +52036,806,692,0,68,68,0 +52035,806,691,0,66,66,0 +52034,806,641,0,29,29,0 +52033,806,690,0,94,94,0 +52032,806,689,0,92,92,0 +52031,806,688,0,89,89,0 +52030,806,687,0,88,88,0 +52029,806,581,0,30,30,0 +52028,806,645,0,67,67,0 +52027,806,686,0,84,84,0 +52026,806,685,0,82,82,0 +52025,806,684,0,73,73,0 +52024,806,547,0,55,55,0 +52023,806,683,0,52,52,0 +52022,806,665,0,50,50,0 +52021,806,682,0,45,45,0 +52020,806,619,0,38,38,0 +52019,806,647,0,65,65,0 +52017,806,578,16.64,4,4,0 +52016,806,681,0,74,74,0 +52015,806,651,0,72,72,0 +52014,806,456,0,70,70,0 +52013,806,478,8,7,7,0 +52012,806,663,0,25,25,0 +52011,806,633,2,19,19,0 +52010,806,626,4,12,12,0 +52009,806,648,10,5,5,0 +52008,806,680,0,33,33,0 +52007,806,554,0,26,26,0 +52006,806,632,0,64,64,0 +52005,806,644,4,14,14,0 +52004,806,429,2,18,18,0 +52003,806,475,4,13,13,0 +52002,806,519,0,95,95,0 +52001,806,593,0,44,44,0 +52000,806,678,0,93,93,0 +51999,806,677,0,91,91,0 +51998,806,529,0,54,54,0 +51997,806,509,0,76,76,0 +51996,806,556,0,85,85,0 +51995,806,659,0,34,34,0 +51994,806,612,0,43,43,0 +51993,806,512,0,86,86,0 +51992,806,520,0,63,63,0 +51991,806,449,0,83,83,0 +51990,806,597,0,80,80,0 +51989,806,611,0,42,42,0 +51988,806,676,0,62,62,0 +51987,806,596,0,60,60,0 +51986,806,592,0,58,58,0 +51985,806,679,0,57,57,0 +51984,806,518,1.5,22,22,0 +51983,806,628,0,51,51,0 +51982,806,675,0,49,49,0 +51981,806,521,0,48,48,0 +51980,806,656,0,46,46,0 +51979,806,655,0,39,39,0 +51977,806,555,0,36,36,0 +51976,806,528,0,31,31,0 +51975,806,615,0,28,28,0 +51974,806,673,2,21,21,0 +51973,806,526,1.5,23,23,0 +51972,806,658,5,10,10,0 +51971,806,525,6,9,9,0 +51970,806,657,8,6,6,1 +51969,806,496,0,75,75,0 +51968,806,577,0,71,71,0 +51967,806,627,0,32,32,0 +51966,806,672,0,40,40,0 +51965,806,671,0,69,69,0 +51964,806,643,3,16,16,0 +51963,806,670,4.14,11,11,0 +51955,806,642,6,8,8,0 +52145,807,638,0,68,68,0 +52144,807,541,0,80,80,0 +52143,807,805,0,92,92,0 +52142,807,559,0,89,89,0 +52141,807,513,0,83,83,0 +52140,807,730,0,64,64,0 +52139,807,702,0,62,62,0 +52138,807,799,0,59,59,0 +52137,807,613,0,56,56,0 +52136,807,654,0,50,50,0 +52135,807,653,0,44,44,0 +52134,807,580,0,31,31,0 +52133,807,694,0,81,81,0 +52132,807,693,0,29,29,0 +52131,807,692,0,72,72,0 +52130,807,691,0,69,69,0 +52129,807,641,0,32,32,0 +52128,807,690,0,96,96,0 +52127,807,689,0,94,94,0 +52126,807,688,0,91,91,0 +52125,807,687,0,90,90,0 +52124,807,581,0,34,34,0 +52123,807,645,0,70,70,0 +52122,807,686,0,86,86,0 +52121,807,685,0,84,84,0 +52120,807,684,0,76,76,0 +52119,807,547,0,58,58,0 +52118,807,683,0,55,55,0 +52117,807,665,0,53,53,0 +52116,807,682,0,48,48,0 +52115,807,619,0,41,41,0 +52114,807,647,1,25,25,0 +52113,807,650,0,71,71,0 +52112,807,578,24.64,3,3,1 +52111,807,681,0,77,77,0 +52110,807,651,0,75,75,0 +52109,807,456,0,74,74,0 +52108,807,478,8,7,7,0 +52107,807,663,0,27,27,0 +52106,807,633,2,20,20,0 +52105,807,626,4,14,14,0 +52104,807,648,12,5,5,0 +52103,807,680,0,37,37,0 +52102,807,554,0,28,28,0 +52101,807,632,0,67,67,0 +52100,807,644,4,16,16,0 +52099,807,429,2,19,19,0 +52098,807,475,4,15,15,0 +52097,807,519,0,97,97,0 +52096,807,593,0,47,47,0 +52095,807,678,0,95,95,0 +52094,807,677,0,93,93,0 +52093,807,529,0,57,57,0 +52092,807,509,0,79,79,0 +52091,807,556,0,87,87,0 +52090,807,659,0,38,38,0 +52089,807,612,0,46,46,0 +52088,807,512,0,88,88,0 +52087,807,520,0,66,66,0 +52086,807,449,0,85,85,0 +52085,807,597,0,82,82,0 +52084,807,611,0,45,45,0 +52083,807,676,0,65,65,0 +52082,807,596,0,63,63,0 +52081,807,592,0,61,61,0 +52080,807,679,0,60,60,0 +52079,807,518,1.5,23,23,0 +52078,807,628,0,54,54,0 +52077,807,675,0,52,52,0 +52076,807,521,0,51,51,0 +52074,807,655,0,42,42,0 +52073,807,674,0,40,40,0 +52072,807,555,0,39,39,0 +52070,807,615,0,30,30,0 +52069,807,673,2,22,22,0 +52067,807,658,5,12,12,0 +52066,807,525,6,10,10,0 +52065,807,657,8,6,6,1 +52064,807,496,0,78,78,0 +52062,807,627,0,33,33,0 +52060,807,671,0,73,73,0 +52059,807,643,6,11,11,0 +52058,807,670,4.14,13,13,0 +52057,807,620,2,18,18,0 +52056,807,640,0,36,36,0 +52054,807,501,0,26,26,0 +52052,807,427,17,4,4,0 +52051,807,498,25.14,2,2,1 +52050,807,642,6,8,8,0 +44739,808,501,0,7,7,0 +44738,808,698,0,17,17,0 +44737,808,649,0,16,16,0 +44736,808,496,0,15,15,0 +44735,808,642,0,14,14,0 +44734,808,697,0,13,13,0 +44733,808,579,0,12,12,0 +44732,808,626,0,11,11,0 +44731,808,689,0,10,10,0 +44730,808,696,0,9,9,0 +44729,808,427,0,8,8,0 +44728,808,554,0,6,6,0 +44727,808,695,2,5,5,0 +44726,808,578,3,4,4,0 +44725,808,498,4,3,3,0 +44724,808,633,6,2,2,0 +44723,808,647,9,1,1,1 +44793,809,797,0,46,46,0 +44792,809,804,0,36,36,0 +44791,809,630,0,33,33,0 +44790,809,513,0,16,16,0 +44789,809,501,0,17,17,0 +44788,809,612,0,32,32,0 +44787,809,512,0,45,45,0 +44786,809,702,0,27,27,0 +44785,809,655,0,54,54,0 +44784,809,521,0,21,21,0 +44783,809,520,0,22,22,0 +44782,809,528,0,53,53,0 +44781,809,593,0,52,52,0 +44780,809,555,1.5,11,11,0 +44779,809,518,2,7,7,0 +44778,809,659,0,51,51,0 +44777,809,559,0,50,50,0 +44776,809,673,0,49,49,0 +44775,809,628,0,48,48,0 +44774,809,677,0,47,47,0 +44773,809,613,0,44,44,0 +44772,809,654,0,35,35,0 +44771,809,449,0,34,34,0 +44770,809,701,0,31,31,0 +44769,809,525,0,30,30,0 +44768,809,675,0,29,29,0 +44767,809,700,0,28,28,0 +44766,809,699,0,26,26,0 +44765,809,653,0,25,25,0 +44764,809,529,0,23,23,0 +44763,809,679,0,20,20,0 +44762,809,509,0,15,15,0 +44761,809,556,0,14,14,0 +44760,809,658,2,10,10,0 +44759,809,615,1.5,12,12,0 +44758,809,611,2,8,8,0 +44757,809,656,6,3,3,0 +44756,809,657,9,2,2,1 +44755,809,698,0,43,43,0 +44754,809,649,0,42,42,0 +44753,809,496,0,41,41,0 +44752,809,642,0,40,40,0 +44751,809,697,0,39,39,0 +44750,809,579,0,38,38,0 +44749,809,626,0,37,37,0 +44748,809,689,0,24,24,0 +44747,809,696,0,19,19,0 +44746,809,427,0,18,18,0 +44745,809,554,0,13,13,0 +44744,809,695,2,9,9,0 +44743,809,578,3,6,6,0 +44742,809,498,4,5,5,0 +44741,809,633,6,4,4,0 +44740,809,647,9,1,1,1 +44857,810,797,0,55,55,0 +44856,810,804,0,42,42,0 +44855,810,630,0,39,39,0 +44854,810,513,0,21,21,0 +44853,810,651,0,56,56,0 +44852,810,456,0,52,52,0 +44851,810,663,0,51,51,0 +44850,810,643,0,49,49,0 +44849,810,660,0,46,46,0 +44848,810,501,0,20,20,0 +44847,810,664,0,45,45,0 +44846,810,475,0,30,30,0 +44845,810,581,0,24,24,0 +44844,810,627,0,22,22,0 +44843,810,640,2,11,11,0 +44842,810,612,0,38,38,0 +44841,810,512,0,54,54,0 +44840,810,702,0,33,33,0 +44839,810,655,0,64,64,0 +44838,810,521,0,26,26,0 +44837,810,520,0,27,27,0 +44836,810,528,0,63,63,0 +44835,810,593,0,62,62,0 +44834,810,555,1.5,14,14,0 +44833,810,518,2,9,9,0 +44832,810,659,0,61,61,0 +44831,810,559,0,60,60,0 +44830,810,673,0,59,59,0 +44829,810,628,0,58,58,0 +44828,810,677,0,57,57,0 +44827,810,613,0,53,53,0 +44826,810,654,0,41,41,0 +44825,810,449,0,40,40,0 +44824,810,701,0,37,37,0 +44823,810,525,0,36,36,0 +44822,810,675,0,35,35,0 +44821,810,700,0,34,34,0 +44820,810,699,0,32,32,0 +44819,810,653,0,31,31,0 +44818,810,529,0,28,28,0 +44817,810,679,0,25,25,0 +44816,810,509,0,19,19,0 +44815,810,556,0,18,18,0 +44814,810,658,2,13,13,0 +44813,810,615,1.5,15,15,0 +44812,810,611,2,10,10,0 +44811,810,656,6,5,5,0 +44810,810,657,9,2,2,1 +44809,810,698,0,50,50,0 +44808,810,649,0,48,48,0 +44807,810,496,0,47,47,0 +44806,810,642,6,4,4,0 +44805,810,697,2,8,8,0 +44804,810,579,0,44,44,0 +44803,810,626,0,43,43,0 +44802,810,689,0,29,29,0 +44801,810,696,0,23,23,0 +44800,810,427,0,16,16,0 +44799,810,554,0,17,17,0 +44798,810,695,2,12,12,0 +44797,810,578,6,7,7,0 +44796,810,498,6,6,6,0 +44795,810,633,7,3,3,0 +44794,810,647,17,1,1,2 +44927,811,797,0,61,61,0 +44926,811,804,0,46,46,0 +44925,811,630,0,43,43,0 +44924,811,513,0,23,23,0 +44923,811,703,0,63,63,0 +44922,811,681,0,60,60,0 +44921,811,429,0,36,36,0 +44920,811,632,0,34,34,0 +44919,811,693,0,32,32,0 +44918,811,670,4,9,9,0 +44917,811,651,0,51,51,0 +44916,811,456,0,57,57,0 +44915,811,663,0,56,56,0 +44914,811,643,0,54,54,0 +44913,811,660,0,50,50,0 +44912,811,501,0,20,20,0 +44911,811,664,0,49,49,0 +44910,811,475,0,31,31,0 +44909,811,581,0,24,24,0 +44908,811,627,0,21,21,0 +44907,811,640,5,8,8,0 +44906,811,612,0,42,42,0 +44905,811,512,0,59,59,0 +44904,811,702,0,37,37,0 +44903,811,655,0,70,70,0 +44902,811,521,0,27,27,0 +44901,811,520,0,28,28,0 +44900,811,528,0,69,69,0 +44899,811,593,0,68,68,0 +44898,811,555,1.5,16,16,0 +44897,811,518,2,11,11,0 +44896,811,659,0,67,67,0 +44895,811,559,0,66,66,0 +44894,811,673,0,65,65,0 +44893,811,628,0,64,64,0 +44892,811,677,0,62,62,0 +44891,811,613,0,58,58,0 +44890,811,654,0,45,45,0 +44889,811,449,0,44,44,0 +44888,811,701,0,41,41,0 +44887,811,525,0,40,40,0 +44886,811,675,0,39,39,0 +44885,811,700,0,38,38,0 +44884,811,699,0,35,35,0 +44883,811,653,0,33,33,0 +44882,811,529,0,29,29,0 +44881,811,679,0,26,26,0 +44880,811,509,0,22,22,0 +44879,811,556,0,19,19,0 +44878,811,658,2,15,15,0 +44877,811,615,1.5,17,17,0 +44876,811,611,2,12,12,0 +44875,811,656,6,6,6,0 +44874,811,657,9,3,3,1 +44873,811,698,0,55,55,0 +44872,811,649,0,53,53,0 +44871,811,496,0,52,52,0 +44870,811,642,6,5,5,0 +44869,811,697,2,10,10,0 +44868,811,579,0,48,48,0 +44867,811,626,0,47,47,0 +44866,811,689,0,30,30,0 +44865,811,696,0,25,25,0 +44864,811,427,2,13,13,0 +44863,811,554,0,18,18,0 +44862,811,695,2,14,14,0 +44861,811,578,6,7,7,0 +44860,811,498,7,4,4,0 +44859,811,633,13,2,2,0 +44858,811,647,25,1,1,3 +44998,812,625,0,64,64,0 +44997,812,669,0,61,61,0 +44996,812,589,0,45,45,0 +44995,812,704,0,44,44,0 +44994,812,619,0,36,36,0 +44993,812,703,0,68,68,0 +44992,812,681,0,65,65,0 +44991,812,429,0,38,38,0 +44990,812,632,0,35,35,0 +44989,812,693,0,33,33,0 +44988,812,670,4,10,10,0 +44987,812,651,0,54,54,0 +44986,812,456,0,60,60,0 +44985,812,663,0,59,59,0 +44984,812,643,0,56,56,0 +44983,812,660,0,39,39,0 +44982,812,501,0,21,21,0 +44981,812,664,0,53,53,0 +44980,812,475,0,28,28,0 +44979,812,581,0,25,25,0 +44978,812,627,0,22,22,0 +44977,812,640,5,9,9,0 +44976,812,612,0,47,47,0 +44975,812,512,0,63,63,0 +44974,812,702,0,40,40,0 +44973,812,655,0,75,75,0 +44972,812,521,0,29,29,0 +44971,812,520,0,30,30,0 +44970,812,528,0,74,74,0 +44969,812,593,0,73,73,0 +44968,812,555,1.5,17,17,0 +44967,812,518,2,12,12,0 +44966,812,659,0,72,72,0 +44965,812,559,0,71,71,0 +44964,812,673,0,70,70,0 +44963,812,628,0,69,69,0 +44962,812,677,0,67,67,0 +44961,812,613,0,62,62,0 +44960,812,654,0,50,50,0 +44959,812,449,0,49,49,0 +44958,812,701,0,46,46,0 +44957,812,525,0,43,43,0 +44956,812,675,0,42,42,0 +44955,812,700,0,41,41,0 +44954,812,699,0,37,37,0 +44953,812,653,0,34,34,0 +44952,812,529,0,31,31,0 +44951,812,679,0,27,27,0 +44950,812,509,0,23,23,0 +44949,812,556,0,20,20,0 +44948,812,658,2,16,16,0 +44947,812,615,1.5,18,18,0 +44946,812,611,2,13,13,0 +44945,812,656,6,8,8,0 +44944,812,657,9,5,5,1 +44943,812,698,0,58,58,0 +44942,812,649,0,57,57,0 +44941,812,496,0,55,55,0 +44940,812,642,8,6,6,0 +44939,812,697,2,11,11,0 +44938,812,579,7,7,7,0 +44937,812,626,0,52,52,0 +44936,812,689,0,32,32,0 +44935,812,696,0,26,26,0 +44934,812,427,2,14,14,0 +44933,812,554,0,19,19,0 +44932,812,695,2,15,15,0 +44931,812,578,14,2,2,1 +44930,812,498,11,4,4,0 +44929,812,633,13,3,3,0 +44928,812,647,28,1,1,3 +45080,813,705,0,80,80,0 +45079,813,708,0,78,78,0 +45078,813,707,0,76,76,0 +45077,813,486,0,64,64,0 +45076,813,666,0,58,58,0 +45075,813,706,0,57,57,0 +45074,813,687,0,36,36,0 +45073,813,625,0,68,68,0 +45072,813,669,0,24,24,0 +45071,813,589,0,48,48,0 +45070,813,704,0,47,47,0 +45069,813,619,0,39,39,0 +45068,813,703,0,72,72,0 +45067,813,681,0,69,69,0 +45066,813,429,0,41,41,0 +45065,813,632,0,38,38,0 +45064,813,693,0,35,35,0 +45063,813,670,4,10,10,0 +45062,813,651,0,59,59,0 +45061,813,456,0,65,65,0 +45060,813,663,0,27,27,0 +45059,813,643,0,61,61,0 +45058,813,660,0,42,42,0 +45057,813,501,0,21,21,0 +45056,813,664,0,56,56,0 +45055,813,475,0,31,31,0 +45054,813,581,0,26,26,0 +45053,813,627,0,22,22,0 +45052,813,640,5,9,9,0 +45051,813,612,0,50,50,0 +45050,813,512,0,67,67,0 +45049,813,702,0,43,43,0 +45048,813,655,0,82,82,0 +45047,813,521,0,32,32,0 +45046,813,520,0,33,33,0 +45045,813,528,0,81,81,0 +45044,813,593,0,79,79,0 +45043,813,555,1.5,17,17,0 +45042,813,518,2,12,12,0 +45041,813,659,0,77,77,0 +45040,813,559,0,75,75,0 +45039,813,673,0,74,74,0 +45038,813,628,0,73,73,0 +45037,813,677,0,71,71,0 +45036,813,613,0,66,66,0 +45035,813,654,0,53,53,0 +45034,813,449,0,52,52,0 +45033,813,701,0,49,49,0 +45032,813,525,0,46,46,0 +45031,813,675,0,45,45,0 +45030,813,700,0,44,44,0 +45029,813,699,0,40,40,0 +45028,813,653,0,37,37,0 +45027,813,529,0,34,34,0 +45026,813,679,0,29,29,0 +45025,813,509,0,23,23,0 +45024,813,556,0,20,20,0 +45023,813,658,2,16,16,0 +45022,813,615,1.5,18,18,0 +45021,813,611,2,13,13,0 +45020,813,656,6,8,8,0 +45019,813,657,9,7,7,1 +45018,813,698,0,63,63,0 +45017,813,649,0,62,62,0 +45016,813,496,0,60,60,0 +45015,813,642,12,6,6,0 +45014,813,697,2,11,11,0 +45013,813,579,13,5,5,0 +45012,813,626,0,55,55,0 +45011,813,689,0,30,30,0 +45010,813,696,0,28,28,0 +45009,813,427,2,14,14,0 +45008,813,554,0,19,19,0 +45007,813,695,2,15,15,0 +45006,813,578,16,2,2,1 +45005,813,498,13.5,3,3,0 +45004,813,633,13,4,4,0 +45003,813,647,33.5,1,1,4 +45182,814,797,0,77,77,0 +45181,814,804,0,62,62,0 +45180,814,630,0,58,58,0 +45179,814,513,0,26,26,0 +45178,814,718,0,98,98,0 +45177,814,717,0,97,97,0 +45176,814,716,0,96,96,0 +45175,814,715,0,94,94,0 +45174,814,714,0,93,93,0 +45173,814,713,0,91,91,0 +45172,814,712,0,86,86,0 +45171,814,711,0,84,84,0 +45170,814,431,0,79,79,0 +45169,814,455,0,59,59,0 +45168,814,709,0,56,56,0 +45167,814,710,0,53,53,0 +45166,814,692,0,47,47,0 +45165,814,690,0,43,43,0 +45164,814,478,0,36,36,0 +45163,814,680,0,27,27,0 +45162,814,705,0,90,90,0 +45161,814,708,0,88,88,0 +45160,814,707,0,85,85,0 +45159,814,486,0,71,71,0 +45158,814,666,0,65,65,0 +45157,814,706,0,64,64,0 +45156,814,687,0,38,38,0 +45155,814,625,0,75,75,0 +45154,814,669,0,25,25,0 +45153,814,589,0,54,54,0 +45152,814,704,0,52,52,0 +45151,814,619,0,41,41,0 +45150,814,703,0,80,80,0 +45149,814,681,0,76,76,0 +45148,814,429,0,44,44,0 +45147,814,632,0,40,40,0 +45146,814,693,0,37,37,0 +45145,814,670,4,11,11,0 +45144,814,651,0,66,66,0 +45143,814,456,0,72,72,0 +45142,814,663,0,29,29,0 +45141,814,643,0,68,68,0 +45140,814,660,0,45,45,0 +45139,814,501,0,22,22,0 +45138,814,664,0,49,49,0 +45137,814,475,0,19,19,0 +45136,814,581,0,28,28,0 +45135,814,627,0,23,23,0 +45134,814,640,7,8,8,0 +45133,814,612,0,57,57,0 +45132,814,512,0,74,74,0 +45131,814,702,0,46,46,0 +45130,814,655,0,95,95,0 +45129,814,521,0,33,33,0 +45128,814,520,0,34,34,0 +45127,814,528,0,92,92,0 +45126,814,593,0,89,89,0 +45125,814,555,1.5,17,17,0 +45124,814,518,2,12,12,0 +45123,814,659,0,87,87,0 +45122,814,559,0,83,83,0 +45121,814,673,0,82,82,0 +45120,814,628,0,81,81,0 +45119,814,677,0,78,78,0 +45118,814,613,0,73,73,0 +45117,814,654,0,61,61,0 +45116,814,449,0,60,60,0 +45115,814,701,0,55,55,0 +45114,814,525,0,51,51,0 +45113,814,675,0,50,50,0 +45112,814,700,0,48,48,0 +45111,814,699,0,42,42,0 +45110,814,653,0,39,39,0 +45109,814,529,0,35,35,0 +45108,814,679,0,31,31,0 +45107,814,509,0,24,24,0 +45106,814,556,0,21,21,0 +45105,814,658,2,16,16,0 +45104,814,615,1.5,18,18,0 +45103,814,611,2,13,13,0 +45102,814,656,6,9,9,0 +45101,814,657,9,7,7,1 +45100,814,698,0,70,70,0 +45099,814,649,0,69,69,0 +45098,814,496,0,67,67,0 +45097,814,642,20,2,2,1 +45096,814,697,5,10,10,0 +45095,814,579,19,3,3,0 +45094,814,626,0,63,63,0 +45093,814,689,0,32,32,0 +45092,814,696,0,30,30,0 +45091,814,427,2,14,14,0 +45090,814,554,0,20,20,0 +45089,814,695,2,15,15,0 +45088,814,578,18,4,4,1 +45087,814,498,13.5,5,5,0 +45086,814,633,13,6,6,0 +45085,814,647,33.5,1,1,4 +45285,815,797,0,82,82,0 +45284,815,804,0,65,65,0 +45283,815,630,0,61,61,0 +45282,815,513,0,29,29,0 +45281,815,721,0,76,76,0 +45280,815,622,0,66,66,0 +45279,815,719,0,39,39,0 +45278,815,720,0,32,32,0 +45277,815,691,2,16,16,0 +45276,815,718,0,103,103,0 +45275,815,717,0,102,102,0 +45274,815,716,0,101,101,0 +45273,815,715,0,99,99,0 +45272,815,714,0,98,98,0 +45271,815,713,0,96,96,0 +45270,815,712,0,91,91,0 +45269,815,711,0,89,89,0 +45268,815,431,0,84,84,0 +45267,815,455,0,62,62,0 +45266,815,709,0,59,59,0 +45265,815,710,0,56,56,0 +45264,815,692,0,50,50,0 +45263,815,690,0,46,46,0 +45262,815,478,0,38,38,0 +45261,815,680,0,28,28,0 +45260,815,705,0,95,95,0 +45259,815,708,0,93,93,0 +45258,815,707,0,90,90,0 +45257,815,486,0,75,75,0 +45256,815,666,0,69,69,0 +45255,815,706,0,68,68,0 +45254,815,687,0,41,41,0 +45253,815,625,0,80,80,0 +45252,815,669,0,27,27,0 +45251,815,589,0,57,57,0 +45250,815,704,0,55,55,0 +45249,815,619,0,44,44,0 +45248,815,703,0,85,85,0 +45247,815,681,0,81,81,0 +45246,815,429,0,47,47,0 +45245,815,632,0,42,42,0 +45244,815,693,0,40,40,0 +45243,815,670,4,11,11,0 +45242,815,651,0,70,70,0 +45241,815,456,0,77,77,0 +45240,815,663,0,25,25,0 +45239,815,643,0,72,72,0 +45238,815,660,0,48,48,0 +45237,815,501,0,23,23,0 +45236,815,664,0,52,52,0 +45235,815,475,0,20,20,0 +45234,815,581,0,30,30,0 +45233,815,627,0,24,24,0 +45232,815,640,7,8,8,0 +45231,815,612,0,60,60,0 +45230,815,512,0,79,79,0 +45229,815,702,0,49,49,0 +45228,815,655,0,100,100,0 +45227,815,521,0,35,35,0 +45226,815,520,0,36,36,0 +45225,815,528,0,97,97,0 +45224,815,593,0,94,94,0 +45223,815,555,1.5,18,18,0 +45222,815,518,2,12,12,0 +45221,815,659,0,92,92,0 +45220,815,559,0,88,88,0 +45219,815,673,0,87,87,0 +45218,815,628,0,86,86,0 +45217,815,677,0,83,83,0 +45216,815,613,0,78,78,0 +45215,815,654,0,64,64,0 +45214,815,449,0,63,63,0 +45213,815,701,0,58,58,0 +45212,815,525,0,54,54,0 +45211,815,675,0,53,53,0 +45210,815,700,0,51,51,0 +45209,815,699,0,45,45,0 +45208,815,653,0,43,43,0 +45207,815,529,0,37,37,0 +45206,815,679,0,33,33,0 +45205,815,509,0,26,26,0 +45204,815,556,0,22,22,0 +45203,815,658,2,17,17,0 +45202,815,615,1.5,19,19,0 +45201,815,611,2,13,13,0 +45200,815,656,6,10,10,0 +45199,815,657,9,7,7,1 +45198,815,698,0,74,74,0 +45197,815,649,0,73,73,0 +45196,815,496,0,71,71,0 +45195,815,642,24,2,2,1 +45194,815,697,6.5,9,9,0 +45193,815,579,20.5,3,3,0 +45192,815,626,0,67,67,0 +45191,815,689,0,34,34,0 +45190,815,696,0,31,31,0 +45189,815,427,2,14,14,0 +45188,815,554,0,21,21,0 +45187,815,695,2,15,15,0 +45186,815,578,19,4,4,1 +45185,815,498,13.5,5,5,0 +45184,815,633,13,6,6,0 +45183,815,647,34.5,1,1,5 +45393,816,577,0,32,32,0 +45392,816,797,0,86,86,0 +45391,816,804,0,70,70,0 +45390,816,630,0,66,66,0 +45389,816,513,0,30,30,0 +45388,816,667,0,104,104,0 +45387,816,722,0,97,97,0 +45386,816,620,0,36,36,0 +45385,816,644,0,31,31,0 +45384,816,721,0,80,80,0 +45383,816,622,0,71,71,0 +45382,816,719,0,43,43,0 +45381,816,720,0,35,35,0 +45380,816,691,2,16,16,0 +45379,816,718,0,108,108,0 +45378,816,717,0,60,60,0 +45377,816,716,0,107,107,0 +45376,816,715,0,105,105,0 +45375,816,714,0,103,103,0 +45374,816,713,0,101,101,0 +45373,816,712,0,95,95,0 +45372,816,711,0,93,93,0 +45371,816,431,0,88,88,0 +45370,816,455,0,67,67,0 +45369,816,709,0,64,64,0 +45368,816,710,0,62,62,0 +45367,816,692,0,55,55,0 +45366,816,690,0,51,51,0 +45365,816,478,0,42,42,0 +45364,816,680,0,29,29,0 +45363,816,705,0,100,100,0 +45362,816,708,0,98,98,0 +45361,816,707,0,94,94,0 +45360,816,486,0,79,79,0 +45359,816,666,0,74,74,0 +45358,816,706,0,73,73,0 +45357,816,687,0,45,45,0 +45356,816,625,0,83,83,0 +45355,816,669,0,27,27,0 +45354,816,589,0,46,46,0 +45353,816,704,0,59,59,0 +45352,816,619,0,49,49,0 +45351,816,703,0,89,89,0 +45350,816,681,0,85,85,0 +45349,816,429,0,52,52,0 +45348,816,632,0,47,47,0 +45347,816,693,0,44,44,0 +45346,816,670,4,11,11,0 +45345,816,651,0,75,75,0 +45344,816,456,0,81,81,0 +45343,816,663,0,26,26,0 +45342,816,643,0,22,22,0 +45341,816,660,0,53,53,0 +45340,816,501,0,24,24,0 +45339,816,664,0,57,57,0 +45338,816,475,0,20,20,0 +45337,816,581,0,33,33,0 +45336,816,627,0,25,25,0 +45335,816,640,7,8,8,0 +45334,816,612,0,65,65,0 +45333,816,512,0,84,84,0 +45332,816,702,0,54,54,0 +45331,816,655,0,106,106,0 +45330,816,521,0,39,39,0 +45329,816,520,0,40,40,0 +45328,816,528,0,102,102,0 +45327,816,593,0,99,99,0 +45326,816,555,1.5,18,18,0 +45325,816,518,2,13,13,0 +45324,816,659,0,96,96,0 +45323,816,559,0,92,92,0 +45322,816,673,0,91,91,0 +45321,816,628,0,90,90,0 +45320,816,677,0,87,87,0 +45319,816,613,0,82,82,0 +45318,816,654,0,69,69,0 +45317,816,449,0,68,68,0 +45316,816,701,0,63,63,0 +45315,816,525,0,61,61,0 +45314,816,675,0,58,58,0 +45313,816,700,0,56,56,0 +45312,816,699,0,50,50,0 +45311,816,653,0,48,48,0 +45310,816,529,0,41,41,0 +45309,816,679,0,37,37,0 +45308,816,509,0,28,28,0 +45307,816,556,0,23,23,0 +45306,816,658,2,17,17,0 +45305,816,615,1.5,19,19,0 +45304,816,611,2,14,14,0 +45303,816,656,6,10,10,0 +45302,816,657,9,7,7,1 +45301,816,698,0,78,78,0 +45300,816,649,0,77,77,0 +45299,816,496,0,76,76,0 +45298,816,642,26,3,3,1 +45297,816,697,6.5,9,9,0 +45296,816,579,28,2,2,1 +45295,816,626,0,72,72,0 +45294,816,689,0,38,38,0 +45293,816,696,0,34,34,0 +45292,816,427,4,12,12,0 +45291,816,554,0,21,21,0 +45290,816,695,2,15,15,0 +45289,816,578,19,4,4,1 +45288,816,498,13.5,6,6,0 +45287,816,633,17,5,5,0 +45286,816,647,34.5,1,1,5 +44153,817,720,0,21,21,0 +44152,817,627,0,20,20,0 +44151,817,724,0,19,19,0 +44150,817,717,0,18,18,0 +44149,817,725,0,17,17,0 +44148,817,581,0,16,16,0 +44147,817,642,0,10,10,0 +44146,817,626,0,15,15,0 +44145,817,651,0,14,14,0 +44144,817,475,0,13,13,0 +44143,817,501,0,12,12,0 +44142,817,609,0,11,11,0 +44141,817,669,0,9,9,0 +44140,817,688,0,8,8,0 +44139,817,721,0,7,7,0 +44138,817,640,0,6,6,0 +44137,817,689,2,5,5,0 +44136,817,663,3,4,4,0 +44135,817,554,4,3,3,0 +44134,817,723,6,2,2,0 +44133,817,641,9,1,1,1 +44207,818,612,0,54,54,0 +44206,818,734,0,53,53,0 +44205,818,647,0,52,52,0 +44204,818,733,0,51,51,0 +44203,818,702,0,50,50,0 +44202,818,520,0,49,49,0 +44201,818,615,0,48,48,0 +44200,818,628,0,47,47,0 +44199,818,699,0,46,46,0 +44198,818,529,0,45,45,0 +44197,818,449,0,44,44,0 +44196,818,677,0,43,43,0 +44195,818,732,0,29,29,0 +44194,818,675,0,28,28,0 +44193,818,731,0,27,27,0 +44192,818,521,0,26,26,0 +44191,818,657,1,11,11,0 +44190,818,513,0,25,25,0 +44189,818,730,0,24,24,0 +44188,818,729,0,23,23,0 +44187,818,728,0,22,22,0 +44186,818,727,0,21,21,0 +44185,818,658,0,20,20,0 +44184,818,593,0,19,19,0 +44183,818,629,0,18,18,0 +44182,818,726,0,17,17,0 +44181,818,592,0,15,15,0 +44180,818,525,0,12,12,0 +44179,818,656,2,10,10,0 +44178,818,518,3,7,7,0 +44177,818,611,4,6,6,0 +44176,818,509,6,4,4,0 +44175,818,526,8,2,2,1 +44174,818,720,0,42,42,0 +44173,818,627,0,41,41,0 +44172,818,724,0,40,40,0 +44171,818,717,0,39,39,0 +44170,818,725,0,38,38,0 +44169,818,581,0,37,37,0 +44168,818,642,0,31,31,0 +44167,818,626,0,36,36,0 +44166,818,651,0,35,35,0 +44165,818,475,0,34,34,0 +44164,818,501,0,33,33,0 +44163,818,609,0,32,32,0 +44162,818,669,0,30,30,0 +44161,818,688,0,16,16,0 +44160,818,721,0,14,14,0 +44159,818,640,0,13,13,0 +44158,818,689,2,9,9,0 +44157,818,663,3,8,8,0 +44156,818,554,4,5,5,0 +44155,818,723,6,3,3,0 +44154,818,641,9,1,1,1 +44270,819,739,0,47,47,0 +44269,819,738,0,37,37,0 +44268,819,737,0,34,34,0 +44267,819,703,0,33,33,0 +44266,819,736,0,30,30,0 +44265,819,660,0,23,23,0 +44264,819,735,0,19,19,0 +44263,819,632,2,15,15,0 +44262,819,578,3,12,12,0 +44261,819,612,0,63,63,0 +44260,819,734,0,62,62,0 +44259,819,647,9,2,2,1 +44258,819,733,0,61,61,0 +44257,819,702,0,60,60,0 +44256,819,520,0,59,59,0 +44255,819,615,0,58,58,0 +44254,819,628,0,57,57,0 +44253,819,699,0,56,56,0 +44252,819,529,0,55,55,0 +44251,819,449,0,54,54,0 +44250,819,677,0,53,53,0 +44249,819,732,0,42,42,0 +44248,819,675,0,41,41,0 +44247,819,731,0,40,40,0 +44246,819,521,0,39,39,0 +44245,819,657,1,16,16,0 +44244,819,513,0,38,38,0 +44243,819,730,0,36,36,0 +44242,819,729,0,35,35,0 +44241,819,728,0,32,32,0 +44240,819,727,0,31,31,0 +44239,819,658,0,29,29,0 +44238,819,593,0,27,27,0 +44237,819,629,0,25,25,0 +44236,819,726,0,24,24,0 +44235,819,592,0,21,21,0 +44234,819,525,0,17,17,0 +44233,819,656,2,14,14,0 +44232,819,518,3,11,11,0 +44231,819,611,4,9,9,0 +44230,819,509,6,6,6,0 +44229,819,526,8,3,3,1 +44228,819,720,0,52,52,0 +44227,819,627,0,51,51,0 +44226,819,724,0,50,50,0 +44225,819,717,0,49,49,0 +44224,819,725,0,48,48,0 +44223,819,581,0,46,46,0 +44222,819,642,6,4,4,0 +44221,819,626,4,7,7,0 +44220,819,651,0,28,28,0 +44219,819,475,0,45,45,0 +44218,819,501,0,44,44,0 +44217,819,609,0,43,43,0 +44216,819,669,0,26,26,0 +44215,819,688,0,22,22,0 +44214,819,721,0,20,20,0 +44213,819,640,0,18,18,0 +44212,819,689,2,13,13,0 +44211,819,663,3,10,10,0 +44210,819,554,4,8,8,0 +44209,819,723,6,5,5,0 +44208,819,641,9,1,1,1 +44339,820,722,0,57,57,0 +44338,820,687,0,52,52,0 +44337,820,740,0,34,34,0 +44336,820,704,0,31,31,0 +44335,820,741,0,26,26,0 +44334,820,427,2,16,16,0 +44333,820,739,0,51,51,0 +44332,820,738,0,42,42,0 +44331,820,737,0,39,39,0 +44330,820,703,0,38,38,0 +44329,820,736,0,35,35,0 +44328,820,660,0,25,25,0 +44327,820,735,0,22,22,0 +44326,820,632,2,15,15,0 +44325,820,578,3,10,10,0 +44324,820,612,0,69,69,0 +44323,820,734,0,68,68,0 +44322,820,647,18,1,1,2 +44321,820,733,0,67,67,0 +44320,820,702,0,66,66,0 +44319,820,520,0,65,65,0 +44318,820,615,0,64,64,0 +44317,820,628,0,63,63,0 +44316,820,699,0,62,62,0 +44315,820,529,0,61,61,0 +44314,820,449,0,60,60,0 +44313,820,677,0,59,59,0 +44312,820,732,0,47,47,0 +44311,820,675,0,46,46,0 +44310,820,731,0,45,45,0 +44309,820,521,0,44,44,0 +44308,820,657,1,17,17,0 +44307,820,513,0,43,43,0 +44306,820,730,0,41,41,0 +44305,820,729,0,40,40,0 +44304,820,728,0,37,37,0 +44303,820,727,0,36,36,0 +44302,820,658,0,33,33,0 +44301,820,593,0,32,32,0 +44300,820,629,0,29,29,0 +44299,820,726,0,27,27,0 +44298,820,592,0,23,23,0 +44297,820,525,0,20,20,0 +44296,820,656,2,14,14,0 +44295,820,518,3,12,12,0 +44294,820,611,4,9,9,0 +44293,820,509,6,7,7,0 +44292,820,526,8,4,4,1 +44291,820,720,0,58,58,0 +44290,820,627,0,53,53,0 +44289,820,724,0,56,56,0 +44288,820,717,0,55,55,0 +44287,820,725,0,54,54,0 +44286,820,581,0,19,19,0 +44285,820,642,12,3,3,0 +44284,820,626,7,5,5,0 +44283,820,651,0,28,28,0 +44282,820,475,0,50,50,0 +44281,820,501,0,49,49,0 +44280,820,609,0,48,48,0 +44279,820,669,0,30,30,0 +44278,820,688,0,24,24,0 +44277,820,721,0,21,21,0 +44276,820,640,0,18,18,0 +44275,820,689,2,13,13,0 +44274,820,663,3,11,11,0 +44273,820,554,4,8,8,0 +44272,820,723,6,6,6,0 +44271,820,641,13,2,2,1 +44421,821,749,0,80,80,0 +44420,821,748,0,79,79,0 +44419,821,747,0,76,76,0 +44418,821,708,0,71,71,0 +44417,821,705,0,57,57,0 +44416,821,746,0,53,53,0 +44415,821,664,0,51,51,0 +44414,821,745,0,43,43,0 +44413,821,744,0,33,33,0 +44412,821,456,0,31,31,0 +44411,821,686,0,25,25,0 +44410,821,743,2,18,18,0 +44409,821,742,3,13,13,0 +44408,821,722,0,66,66,0 +44407,821,687,0,36,36,0 +44406,821,740,0,40,40,0 +44405,821,704,0,37,37,0 +44404,821,741,0,29,29,0 +44403,821,427,2,15,15,0 +44402,821,739,0,61,61,0 +44401,821,738,0,48,48,0 +44400,821,737,0,46,46,0 +44399,821,703,0,45,45,0 +44398,821,736,0,41,41,0 +44397,821,660,0,28,28,0 +44396,821,735,0,24,24,0 +44395,821,632,2,17,17,0 +44394,821,578,7,6,6,0 +44393,821,612,0,82,82,0 +44392,821,734,0,81,81,0 +44391,821,647,27,1,1,3 +44390,821,733,0,78,78,0 +44389,821,702,0,77,77,0 +44388,821,520,0,75,75,0 +44387,821,615,0,74,74,0 +44386,821,628,0,73,73,0 +44385,821,699,0,72,72,0 +44384,821,529,0,70,70,0 +44383,821,449,0,69,69,0 +44382,821,677,0,68,68,0 +44381,821,732,0,58,58,0 +44380,821,675,0,56,56,0 +44379,821,731,0,55,55,0 +44378,821,521,0,54,54,0 +44377,821,657,1,19,19,0 +44376,821,513,0,50,50,0 +44375,821,730,0,49,49,0 +44374,821,729,0,47,47,0 +44373,821,728,0,44,44,0 +44372,821,727,0,42,42,0 +44371,821,658,0,39,39,0 +44370,821,593,0,38,38,0 +44369,821,629,0,34,34,0 +44368,821,726,0,30,30,0 +44367,821,592,0,26,26,0 +44366,821,525,0,22,22,0 +44365,821,656,2,16,16,0 +44364,821,518,3,12,12,0 +44363,821,611,4,10,10,0 +44362,821,509,6,8,8,0 +44361,821,526,8,4,4,1 +44360,821,720,0,67,67,0 +44359,821,627,0,62,62,0 +44358,821,724,0,65,65,0 +44357,821,717,0,64,64,0 +44356,821,725,0,63,63,0 +44355,821,581,0,21,21,0 +44354,821,642,12,3,3,0 +44353,821,626,7,5,5,0 +44352,821,651,0,32,32,0 +44351,821,475,0,60,60,0 +44350,821,501,0,52,52,0 +44349,821,609,0,59,59,0 +44348,821,669,0,35,35,0 +44347,821,688,0,27,27,0 +44346,821,721,0,23,23,0 +44345,821,640,0,20,20,0 +44344,821,689,2,14,14,0 +44343,821,663,3,11,11,0 +44342,821,554,4,9,9,0 +44341,821,723,6,7,7,0 +44340,821,641,19,2,2,1 +44517,822,757,0,92,92,0 +44516,822,692,0,89,89,0 +44515,822,697,0,85,85,0 +44514,822,756,0,84,84,0 +44513,822,755,0,78,78,0 +44512,822,710,0,76,76,0 +44511,822,715,0,72,72,0 +44510,822,754,0,71,71,0 +44509,822,750,0,67,67,0 +44508,822,712,0,66,66,0 +44507,822,709,0,46,46,0 +44506,822,753,0,43,43,0 +44505,822,752,0,38,38,0 +44504,822,751,0,28,28,0 +44503,822,749,0,79,79,0 +44502,822,748,0,74,74,0 +44501,822,747,0,91,91,0 +44500,822,708,0,83,83,0 +44499,822,705,0,62,62,0 +44498,822,746,0,58,58,0 +44497,822,664,0,56,56,0 +44496,822,745,0,48,48,0 +44495,822,744,0,36,36,0 +44494,822,456,0,34,34,0 +44493,822,686,0,26,26,0 +44492,822,743,2,18,18,0 +44491,822,742,3,13,13,0 +44490,822,722,0,75,75,0 +44489,822,687,0,40,40,0 +44488,822,740,0,45,45,0 +44487,822,704,0,41,41,0 +44486,822,741,0,32,32,0 +44485,822,427,2,15,15,0 +44484,822,739,0,68,68,0 +44483,822,738,0,53,53,0 +44482,822,737,0,51,51,0 +44481,822,703,0,50,50,0 +44480,822,736,0,20,20,0 +44479,822,660,0,30,30,0 +44478,822,735,0,25,25,0 +44477,822,632,2,16,16,0 +44476,822,578,7,7,7,0 +44475,822,612,0,96,96,0 +44474,822,734,0,95,95,0 +44473,822,647,36,1,1,4 +44472,822,733,0,94,94,0 +44471,822,702,0,93,93,0 +44470,822,520,0,90,90,0 +44469,822,615,0,88,88,0 +44468,822,628,0,87,87,0 +44467,822,699,0,86,86,0 +44466,822,529,0,82,82,0 +44465,822,449,0,81,81,0 +44464,822,677,0,80,80,0 +44463,822,732,0,63,63,0 +44462,822,675,0,61,61,0 +44461,822,731,0,60,60,0 +44460,822,521,0,59,59,0 +44459,822,657,1,19,19,0 +44458,822,513,0,55,55,0 +44457,822,730,0,54,54,0 +44456,822,729,0,52,52,0 +44455,822,728,0,49,49,0 +44454,822,727,0,47,47,0 +44453,822,658,0,44,44,0 +44452,822,593,0,42,42,0 +44451,822,629,0,37,37,0 +44450,822,726,0,33,33,0 +44449,822,592,0,27,27,0 +44448,822,525,0,23,23,0 +44447,822,656,2,17,17,0 +44446,822,518,3,12,12,0 +44445,822,611,4,10,10,0 +44444,822,509,6,8,8,0 +44443,822,526,8,5,5,1 +44442,822,720,0,77,77,0 +44441,822,627,0,69,69,0 +44440,822,724,0,31,31,0 +44439,822,717,0,73,73,0 +44438,822,725,0,70,70,0 +44437,822,581,0,22,22,0 +44436,822,642,18,3,3,0 +44435,822,626,7,6,6,0 +44434,822,651,0,35,35,0 +44433,822,475,0,65,65,0 +44432,822,501,0,57,57,0 +44431,822,609,0,64,64,0 +44430,822,669,0,39,39,0 +44429,822,688,0,29,29,0 +44428,822,721,0,24,24,0 +44427,822,640,0,21,21,0 +44426,822,689,2,14,14,0 +44425,822,663,3,11,11,0 +44424,822,554,6,9,9,0 +44423,822,723,10,4,4,0 +44422,822,641,22,2,2,1 +44617,823,759,0,39,39,0 +44616,823,758,0,70,70,0 +44615,823,622,0,41,41,0 +44614,823,633,4,11,11,0 +44613,823,757,0,96,96,0 +44612,823,692,0,93,93,0 +44611,823,697,0,89,89,0 +44610,823,756,0,88,88,0 +44609,823,755,0,83,83,0 +44608,823,710,0,81,81,0 +44607,823,715,0,77,77,0 +44606,823,754,0,76,76,0 +44605,823,750,0,72,72,0 +44604,823,712,0,71,71,0 +44603,823,709,0,50,50,0 +44602,823,753,0,47,47,0 +44601,823,752,0,42,42,0 +44600,823,751,0,30,30,0 +44599,823,749,0,84,84,0 +44598,823,748,0,79,79,0 +44597,823,747,0,95,95,0 +44596,823,708,0,27,27,0 +44595,823,705,0,66,66,0 +44594,823,746,0,62,62,0 +44593,823,664,0,60,60,0 +44592,823,745,0,52,52,0 +44591,823,744,0,38,38,0 +44590,823,456,0,37,37,0 +44589,823,686,0,28,28,0 +44588,823,743,2,19,19,0 +44587,823,742,3,14,14,0 +44586,823,722,0,80,80,0 +44585,823,687,0,44,44,0 +44584,823,740,0,49,49,0 +44583,823,704,0,45,45,0 +44582,823,741,0,35,35,0 +44581,823,427,2,16,16,0 +44580,823,739,0,73,73,0 +44579,823,738,0,57,57,0 +44578,823,737,0,55,55,0 +44577,823,703,0,54,54,0 +44576,823,736,0,21,21,0 +44575,823,660,0,33,33,0 +44574,823,735,0,26,26,0 +44573,823,632,2,17,17,0 +44572,823,578,10,5,5,0 +44571,823,612,0,100,100,0 +44570,823,734,0,99,99,0 +44569,823,647,36,1,1,5 +44568,823,733,0,98,98,0 +44567,823,702,0,97,97,0 +44566,823,520,0,94,94,0 +44565,823,615,0,92,92,0 +44564,823,628,0,91,91,0 +44563,823,699,0,90,90,0 +44562,823,529,0,87,87,0 +44561,823,449,0,86,86,0 +44560,823,677,0,85,85,0 +44559,823,732,0,67,67,0 +44558,823,675,0,65,65,0 +44557,823,731,0,64,64,0 +44556,823,521,0,63,63,0 +44555,823,657,1,20,20,0 +44554,823,513,0,59,59,0 +44553,823,730,0,58,58,0 +44552,823,729,0,56,56,0 +44551,823,728,0,53,53,0 +44550,823,727,0,51,51,0 +44549,823,658,0,48,48,0 +44548,823,593,0,46,46,0 +44547,823,629,0,40,40,0 +44546,823,726,0,36,36,0 +44545,823,592,0,29,29,0 +44544,823,525,0,24,24,0 +44543,823,656,2,18,18,0 +44542,823,518,3,13,13,0 +44541,823,611,4,10,10,0 +44540,823,509,6,8,8,0 +44539,823,526,8,7,7,1 +44538,823,720,0,82,82,0 +44537,823,627,0,74,74,0 +44536,823,724,0,34,34,0 +44535,823,717,0,78,78,0 +44534,823,725,0,75,75,0 +44533,823,581,0,23,23,0 +44532,823,642,24,2,2,0 +44531,823,626,9,6,6,0 +44530,823,651,0,31,31,0 +44529,823,475,0,69,69,0 +44528,823,501,0,61,61,0 +44527,823,609,0,68,68,0 +44526,823,669,0,43,43,0 +44525,823,688,0,32,32,0 +44524,823,721,0,25,25,0 +44523,823,640,0,22,22,0 +44522,823,689,2,15,15,0 +44521,823,663,3,12,12,0 +44520,823,554,6,9,9,0 +44519,823,723,10,4,4,0 +44518,823,641,22,3,3,1 +44722,824,760,0,105,105,0 +44721,824,761,0,94,94,0 +44720,824,625,0,90,90,0 +44719,824,762,0,84,84,0 +44718,824,498,6.5,9,9,0 +44717,824,759,0,43,43,0 +44716,824,758,0,74,74,0 +44715,824,622,0,36,36,0 +44714,824,633,8,8,8,0 +44713,824,757,0,100,100,0 +44712,824,692,0,97,97,0 +44711,824,697,2,19,19,0 +44710,824,756,0,92,92,0 +44709,824,755,0,86,86,0 +44708,824,710,0,83,83,0 +44707,824,715,0,81,81,0 +44706,824,754,0,79,79,0 +44705,824,750,0,76,76,0 +44704,824,712,0,75,75,0 +44703,824,709,0,55,55,0 +44702,824,753,0,52,52,0 +44701,824,752,0,45,45,0 +44700,824,751,0,33,33,0 +44699,824,749,0,87,87,0 +44698,824,748,0,51,51,0 +44697,824,747,0,99,99,0 +44696,824,708,0,30,30,0 +44695,824,705,0,71,71,0 +44694,824,746,0,67,67,0 +44693,824,664,0,64,64,0 +44692,824,745,0,57,57,0 +44691,824,744,0,42,42,0 +44690,824,456,0,41,41,0 +44689,824,686,0,31,31,0 +44688,824,743,2,21,21,0 +44687,824,742,3,14,14,0 +44686,824,722,0,82,82,0 +44685,824,687,0,47,47,0 +44684,824,740,0,54,54,0 +44683,824,704,0,49,49,0 +44682,824,741,0,39,39,0 +44681,824,427,2,17,17,0 +44680,824,739,0,77,77,0 +44679,824,738,0,62,62,0 +44678,824,737,0,60,60,0 +44677,824,703,0,59,59,0 +44676,824,736,0,23,23,0 +44675,824,660,0,37,37,0 +44674,824,735,0,29,29,0 +44673,824,632,2,18,18,0 +44672,824,578,10,5,5,0 +44671,824,612,0,104,104,0 +44670,824,734,0,103,103,0 +44669,824,647,36,1,1,6 +44668,824,733,0,102,102,0 +44667,824,702,0,101,101,0 +44666,824,520,0,98,98,0 +44665,824,615,0,96,96,0 +44664,824,628,0,95,95,0 +44663,824,699,0,93,93,0 +44662,824,529,0,91,91,0 +44661,824,449,0,89,89,0 +44660,824,677,0,88,88,0 +44659,824,732,0,72,72,0 +44658,824,675,0,70,70,0 +44657,824,731,0,69,69,0 +44656,824,521,0,68,68,0 +44655,824,657,1,22,22,0 +44654,824,513,0,65,65,0 +44653,824,730,0,63,63,0 +44652,824,729,0,61,61,0 +44651,824,728,0,58,58,0 +44650,824,727,0,56,56,0 +44649,824,658,0,53,53,0 +44648,824,593,0,50,50,0 +44647,824,629,0,44,44,0 +44646,824,726,0,40,40,0 +44645,824,592,0,32,32,0 +44644,824,525,0,27,27,0 +44643,824,656,2,20,20,0 +44642,824,518,3,15,15,0 +44641,824,611,4,12,12,0 +44640,824,509,6,10,10,0 +44639,824,526,8,7,7,1 +44638,824,720,0,85,85,0 +44637,824,627,0,48,48,0 +44636,824,724,0,38,38,0 +44635,824,717,0,80,80,0 +44634,824,725,0,78,78,0 +44633,824,581,0,26,26,0 +44632,824,642,24,2,2,0 +44631,824,626,9,6,6,0 +44630,824,651,0,34,34,0 +44629,824,475,0,73,73,0 +44628,824,501,0,66,66,0 +44627,824,609,0,25,25,0 +44626,824,669,0,46,46,0 +44625,824,688,0,35,35,0 +44624,824,721,0,28,28,0 +44623,824,640,0,24,24,0 +44622,824,689,2,16,16,0 +44621,824,663,3,13,13,0 +44620,824,554,6,11,11,0 +44619,824,723,10,4,4,0 +44618,824,641,22,3,3,1 +43640,825,721,0,21,21,0 +43639,825,498,0,20,20,0 +43638,825,633,0,19,19,0 +43637,825,704,0,18,18,0 +43636,825,725,0,17,17,0 +43635,825,765,0,16,16,0 +43634,825,687,0,15,15,0 +43633,825,764,0,14,14,0 +43632,825,660,0,13,13,0 +43631,825,501,0,12,12,0 +43630,825,723,0,11,11,0 +43629,825,741,0,10,10,0 +43628,825,627,0,9,9,0 +43627,825,475,0,8,8,0 +43626,825,589,0,7,7,0 +43625,825,647,0,6,6,0 +43624,825,640,2,5,5,0 +43623,825,763,3,4,4,0 +43622,825,642,4,3,3,0 +43621,825,641,6,2,2,0 +43620,825,579,9,1,1,1 +43695,826,675,2,11,11,0 +43694,826,728,0,55,55,0 +43693,826,732,0,54,54,0 +43692,826,772,0,53,53,0 +43691,826,726,0,52,52,0 +43690,826,657,0,51,51,0 +43689,826,629,0,50,50,0 +43688,826,449,0,49,49,0 +43687,826,771,0,48,48,0 +43686,826,733,0,47,47,0 +43685,826,630,0,46,46,0 +43684,826,526,0,45,45,0 +43683,826,770,0,44,44,0 +43682,826,593,0,43,43,0 +43681,826,521,0,41,41,0 +43680,826,769,0,38,38,0 +43679,826,700,0,37,37,0 +43678,826,615,0,35,35,0 +43677,826,653,0,32,32,0 +43676,826,654,0,30,30,0 +43675,826,768,0,29,29,0 +43674,826,729,0,28,28,0 +43673,826,611,0,27,27,0 +43672,826,534,0,26,26,0 +43671,826,699,0,25,25,0 +43670,826,529,0,24,24,0 +43669,826,518,0,16,16,0 +43668,826,767,0,15,15,0 +43667,826,731,0,13,13,0 +43666,826,734,2,9,9,0 +43665,826,612,3,6,6,0 +43664,826,658,2,8,8,0 +43663,826,673,6,3,3,0 +43662,826,766,9,2,2,1 +43661,826,721,0,42,42,0 +43660,826,498,0,40,40,0 +43659,826,633,0,39,39,0 +43658,826,704,0,36,36,0 +43657,826,725,0,34,34,0 +43656,826,765,0,33,33,0 +43655,826,687,0,31,31,0 +43654,826,764,0,23,23,0 +43653,826,660,0,22,22,0 +43652,826,501,0,21,21,0 +43651,826,723,0,20,20,0 +43650,826,741,0,19,19,0 +43649,826,627,0,18,18,0 +43648,826,475,0,17,17,0 +43647,826,589,0,14,14,0 +43646,826,647,0,12,12,0 +43645,826,640,2,10,10,0 +43644,826,763,3,7,7,0 +43643,826,642,4,5,5,0 +43642,826,641,6,4,4,0 +43641,826,579,9,1,1,1 +43751,827,773,0,22,22,0 +43750,827,429,0,17,17,0 +43749,827,728,0,57,57,0 +43748,827,732,0,56,56,0 +43747,827,772,0,55,55,0 +43746,827,726,0,54,54,0 +43745,827,657,0,53,53,0 +43744,827,629,0,52,52,0 +43743,827,449,0,51,51,0 +43742,827,771,0,50,50,0 +43741,827,733,0,49,49,0 +43740,827,630,0,48,48,0 +43739,827,526,0,47,47,0 +43738,827,770,0,46,46,0 +43737,827,593,0,45,45,0 +43736,827,521,0,43,43,0 +43735,827,769,0,41,41,0 +43734,827,700,0,40,40,0 +43733,827,615,0,39,39,0 +43732,827,653,0,36,36,0 +43731,827,654,0,34,34,0 +43730,827,768,0,33,33,0 +43729,827,729,0,32,32,0 +43728,827,611,0,31,31,0 +43727,827,534,0,30,30,0 +43726,827,699,0,29,29,0 +43725,827,529,0,28,28,0 +43724,827,518,0,21,21,0 +43723,827,767,0,20,20,0 +43722,827,731,0,16,16,0 +43721,827,734,2,13,13,0 +43720,827,612,3,10,10,0 +43719,827,658,2,11,11,0 +43718,827,673,6,6,6,0 +43717,827,766,9,3,3,1 +43716,827,721,0,44,44,0 +43715,827,498,0,42,42,0 +43714,827,633,4,7,7,0 +43713,827,704,2,12,12,0 +43712,827,725,0,38,38,0 +43711,827,765,0,37,37,0 +43710,827,687,0,35,35,0 +43709,827,764,0,27,27,0 +43708,827,660,0,18,18,0 +43707,827,501,0,26,26,0 +43706,827,723,0,25,25,0 +43705,827,741,0,24,24,0 +43704,827,627,3,8,8,0 +43703,827,475,0,23,23,0 +43702,827,589,0,19,19,0 +43701,827,647,6,4,4,0 +43700,827,640,2,14,14,0 +43699,827,763,3,9,9,0 +43698,827,642,12,1,1,1 +43697,827,641,6,5,5,0 +43696,827,579,10,2,2,1 +43817,828,675,2,18,18,0 +43816,828,670,0,52,52,0 +43815,828,626,0,49,49,0 +43814,828,609,0,48,48,0 +43813,828,427,0,45,45,0 +43812,828,775,0,40,40,0 +43811,828,774,0,25,25,0 +43810,828,686,3,13,13,0 +43809,828,786,4,8,8,1 +43808,828,773,0,26,26,0 +43807,828,429,0,21,21,0 +43806,828,728,0,65,65,0 +43805,828,732,0,64,64,0 +43804,828,772,0,63,63,0 +43803,828,726,0,62,62,0 +43802,828,657,0,61,61,0 +43801,828,629,0,60,60,0 +43800,828,449,0,59,59,0 +43799,828,771,0,58,58,0 +43798,828,733,0,57,57,0 +43797,828,630,0,56,56,0 +43796,828,526,0,55,55,0 +43795,828,770,0,54,54,0 +43794,828,593,0,53,53,0 +43793,828,521,0,50,50,0 +43792,828,769,0,47,47,0 +43791,828,700,0,46,46,0 +43790,828,615,0,44,44,0 +43789,828,653,0,41,41,0 +43788,828,654,0,39,39,0 +43787,828,768,0,37,37,0 +43786,828,729,0,36,36,0 +43785,828,611,0,35,35,0 +43784,828,534,0,34,34,0 +43783,828,699,0,33,33,0 +43782,828,529,0,32,32,0 +43781,828,518,0,24,24,0 +43780,828,767,0,23,23,0 +43779,828,731,0,20,20,0 +43778,828,734,2,17,17,0 +43777,828,612,3,12,12,0 +43776,828,658,2,14,14,0 +43775,828,673,6,7,7,0 +43774,828,766,9,3,3,1 +43773,828,721,0,51,51,0 +43772,828,498,3,9,9,0 +43771,828,633,8,5,5,0 +43770,828,704,2,15,15,0 +43769,828,725,0,43,43,0 +43768,828,765,0,42,42,0 +43767,828,687,0,38,38,0 +43766,828,764,0,28,28,0 +43765,828,660,0,22,22,0 +43764,828,501,0,31,31,0 +43763,828,723,0,30,30,0 +43762,828,741,0,29,29,0 +43761,828,627,3,10,10,0 +43760,828,475,0,27,27,0 +43759,828,589,0,19,19,0 +43758,828,647,9,4,4,0 +43757,828,640,2,16,16,0 +43756,828,763,3,11,11,0 +43755,828,642,14,2,2,1 +43754,828,641,6,6,6,0 +43753,828,579,15,1,1,2 +43889,829,747,0,53,53,0 +43888,829,777,0,51,51,0 +43887,829,776,0,46,46,0 +43886,829,708,0,37,37,0 +43885,829,619,0,35,35,0 +43884,829,778,0,30,30,0 +43883,829,661,0,25,25,0 +43882,829,697,3,13,13,0 +43881,829,670,0,61,61,0 +43880,829,626,0,58,58,0 +43879,829,609,0,56,56,0 +43878,829,427,0,52,52,0 +43877,829,775,0,45,45,0 +43876,829,774,0,27,27,0 +43875,829,686,5,9,9,0 +43874,829,786,4,10,10,1 +43873,829,773,0,28,28,0 +43872,829,429,0,22,22,0 +43871,829,728,0,74,74,0 +43870,829,732,0,73,73,0 +43869,829,772,0,72,72,0 +43868,829,726,0,71,71,0 +43867,829,657,0,70,70,0 +43866,829,629,0,69,69,0 +43865,829,449,0,68,68,0 +43864,829,771,0,67,67,0 +43863,829,733,0,66,66,0 +43862,829,630,0,65,65,0 +43861,829,526,0,64,64,0 +43860,829,770,0,63,63,0 +43859,829,593,0,62,62,0 +43858,829,521,0,59,59,0 +43857,829,769,0,55,55,0 +43856,829,700,0,54,54,0 +43855,829,615,0,50,50,0 +43854,829,653,0,47,47,0 +43853,829,654,0,44,44,0 +43852,829,768,0,43,43,0 +43851,829,729,0,42,42,0 +43850,829,611,0,41,41,0 +43849,829,534,0,40,40,0 +43848,829,699,0,39,39,0 +43847,829,529,0,38,38,0 +43846,829,518,0,26,26,0 +43845,829,767,0,24,24,0 +43844,829,731,0,21,21,0 +43843,829,734,2,18,18,0 +43842,829,612,3,14,14,0 +43841,829,658,2,15,15,0 +43840,829,673,6,8,8,0 +43839,829,766,9,5,5,1 +43838,829,721,0,60,60,0 +43837,829,498,11,4,4,1 +43836,829,633,12,3,3,0 +43835,829,704,2,16,16,0 +43834,829,725,0,49,49,0 +43833,829,765,0,48,48,0 +43832,829,687,0,32,32,0 +43831,829,764,0,31,31,0 +43830,829,660,0,23,23,0 +43829,829,501,0,36,36,0 +43828,829,723,0,34,34,0 +43827,829,741,0,33,33,0 +43826,829,627,3,12,12,0 +43825,829,475,0,29,29,0 +43824,829,589,0,20,20,0 +43823,829,647,9,6,6,0 +43822,829,640,2,17,17,0 +43821,829,763,3,11,11,0 +43820,829,642,15,2,2,1 +43819,829,641,6,7,7,0 +43818,829,579,21,1,1,2 +43966,830,756,0,52,52,0 +43965,830,680,0,36,36,0 +43964,830,779,0,60,60,0 +43963,830,747,0,57,57,0 +43962,830,777,0,56,56,0 +43961,830,776,0,49,49,0 +43960,830,708,0,38,38,0 +43959,830,619,0,37,37,0 +43958,830,778,0,32,32,0 +43957,830,661,0,27,27,0 +43956,830,697,3,13,13,0 +43955,830,670,0,64,64,0 +43954,830,626,0,25,25,0 +43953,830,609,0,53,53,0 +43952,830,427,0,44,44,0 +43951,830,775,0,48,48,0 +43950,830,774,0,30,30,0 +43949,830,686,5,9,9,0 +43948,830,786,4,10,10,1 +43947,830,773,0,28,28,0 +43946,830,429,0,23,23,0 +43945,830,728,0,77,77,0 +43944,830,732,0,76,76,0 +43943,830,772,0,75,75,0 +43942,830,726,0,74,74,0 +43941,830,657,0,73,73,0 +43940,830,629,0,72,72,0 +43939,830,449,0,71,71,0 +43938,830,771,0,70,70,0 +43937,830,733,0,69,69,0 +43936,830,630,0,68,68,0 +43935,830,526,0,67,67,0 +43934,830,770,0,66,66,0 +43933,830,593,0,65,65,0 +43932,830,521,0,61,61,0 +43931,830,769,0,59,59,0 +43930,830,700,0,58,58,0 +43929,830,615,0,55,55,0 +43928,830,653,0,50,50,0 +43927,830,654,0,47,47,0 +43926,830,768,0,46,46,0 +43925,830,729,0,45,45,0 +43924,830,611,0,43,43,0 +43923,830,534,0,42,42,0 +43922,830,699,0,41,41,0 +43921,830,529,0,40,40,0 +43920,830,518,0,29,29,0 +43919,830,767,0,26,26,0 +43918,830,731,0,22,22,0 +43917,830,734,2,18,18,0 +43916,830,612,3,14,14,0 +43915,830,658,2,15,15,0 +43914,830,673,6,8,8,0 +43913,830,766,9,6,6,1 +43912,830,721,0,63,63,0 +43911,830,498,15,3,3,1 +43910,830,633,15,5,5,0 +43909,830,704,2,16,16,0 +43908,830,725,0,54,54,0 +43907,830,765,0,51,51,0 +43906,830,687,0,34,34,0 +43905,830,764,0,33,33,0 +43904,830,660,0,24,24,0 +43903,830,501,0,39,39,0 +43902,830,723,0,21,21,0 +43901,830,741,0,35,35,0 +43900,830,627,3,12,12,0 +43899,830,475,0,31,31,0 +43898,830,589,0,20,20,0 +43897,830,647,17,2,2,1 +43896,830,640,2,17,17,0 +43895,830,763,3,11,11,0 +43894,830,642,15,4,4,1 +43893,830,641,8,7,7,0 +43892,830,579,27,1,1,2 +44048,831,675,2,19,19,0 +44047,831,781,0,69,69,0 +44046,831,622,0,62,62,0 +44045,831,762,0,36,36,0 +44044,831,780,0,64,64,0 +44043,831,756,0,54,54,0 +44042,831,680,0,38,38,0 +44041,831,779,0,61,61,0 +44040,831,747,0,58,58,0 +44039,831,777,0,57,57,0 +44038,831,776,0,51,51,0 +44037,831,708,0,40,40,0 +44036,831,619,0,39,39,0 +44035,831,778,0,33,33,0 +44034,831,661,0,28,28,0 +44033,831,697,5,9,9,0 +44032,831,670,0,66,66,0 +44031,831,626,0,26,26,0 +44030,831,609,0,22,22,0 +44029,831,427,0,44,44,0 +44028,831,775,0,50,50,0 +44027,831,774,0,31,31,0 +44026,831,686,5,10,10,0 +44025,831,786,4,11,11,1 +44024,831,773,0,29,29,0 +44023,831,429,0,24,24,0 +44022,831,728,0,80,80,0 +44021,831,732,0,79,79,0 +44020,831,772,0,78,78,0 +44019,831,726,0,77,77,0 +44018,831,657,0,76,76,0 +44017,831,629,0,75,75,0 +44016,831,449,0,74,74,0 +44015,831,771,0,73,73,0 +44014,831,733,0,72,72,0 +44013,831,630,0,71,71,0 +44012,831,526,0,70,70,0 +44011,831,770,0,68,68,0 +44010,831,593,0,67,67,0 +44009,831,521,0,63,63,0 +44008,831,769,0,60,60,0 +44007,831,700,0,59,59,0 +44006,831,615,0,56,56,0 +44005,831,653,0,52,52,0 +44004,831,654,0,49,49,0 +44003,831,768,0,48,48,0 +44002,831,729,0,47,47,0 +44001,831,611,0,46,46,0 +44000,831,534,0,45,45,0 +43999,831,699,0,43,43,0 +43998,831,529,0,42,42,0 +43997,831,518,0,30,30,0 +43996,831,767,0,27,27,0 +43995,831,731,0,23,23,0 +43994,831,734,2,18,18,0 +43993,831,612,3,14,14,0 +43992,831,658,2,15,15,0 +43991,831,673,6,8,8,0 +43990,831,766,9,7,7,1 +43989,831,721,0,65,65,0 +43988,831,498,21,3,3,1 +43987,831,633,15,5,5,0 +43986,831,704,2,16,16,0 +43985,831,725,0,55,55,0 +43984,831,765,0,53,53,0 +43983,831,687,0,35,35,0 +43982,831,764,0,34,34,0 +43981,831,660,0,25,25,0 +43980,831,501,0,41,41,0 +43979,831,723,0,21,21,0 +43978,831,741,0,37,37,0 +43977,831,627,3,13,13,0 +43976,831,475,0,32,32,0 +43975,831,589,0,20,20,0 +43974,831,647,25,2,2,2 +43973,831,640,2,17,17,0 +43972,831,763,3,12,12,0 +43971,831,642,17,4,4,1 +43970,831,641,10,6,6,0 +43969,831,579,27,1,1,2 +44130,832,669,0,62,62,0 +44129,832,783,0,54,54,0 +44128,832,580,0,39,39,0 +44127,832,781,0,73,73,0 +44126,832,622,0,66,66,0 +44125,832,762,0,37,37,0 +44124,832,780,0,68,68,0 +44123,832,756,0,56,56,0 +44122,832,680,0,38,38,0 +44121,832,779,0,64,64,0 +44120,832,747,0,60,60,0 +44119,832,777,0,59,59,0 +44118,832,776,0,52,52,0 +44117,832,708,0,41,41,0 +44116,832,619,0,40,40,0 +44115,832,778,0,34,34,0 +44114,832,661,0,28,28,0 +44113,832,697,7,8,8,0 +44112,832,670,0,70,70,0 +44111,832,626,0,25,25,0 +44110,832,609,0,22,22,0 +44109,832,427,0,45,45,0 +44108,832,775,0,51,51,0 +44107,832,774,0,32,32,0 +44106,832,686,5,10,10,0 +44105,832,786,4,11,11,1 +44104,832,773,0,29,29,0 +44103,832,429,0,24,24,0 +44102,832,728,0,84,84,0 +44101,832,732,0,83,83,0 +44100,832,772,0,82,82,0 +44099,832,726,0,81,81,0 +44098,832,657,0,80,80,0 +44097,832,629,0,79,79,0 +44096,832,449,0,78,78,0 +44095,832,771,0,77,77,0 +44094,832,733,0,76,76,0 +44093,832,630,0,75,75,0 +44092,832,526,0,74,74,0 +44091,832,770,0,72,72,0 +44090,832,593,0,71,71,0 +44089,832,521,0,67,67,0 +44088,832,769,0,63,63,0 +44087,832,700,0,61,61,0 +44086,832,615,0,58,58,0 +44085,832,653,0,53,53,0 +44084,832,654,0,50,50,0 +44083,832,768,0,49,49,0 +44082,832,729,0,48,48,0 +44081,832,611,0,47,47,0 +44080,832,534,0,46,46,0 +44079,832,699,0,44,44,0 +44078,832,529,0,43,43,0 +44077,832,518,0,31,31,0 +44076,832,767,0,27,27,0 +44075,832,731,0,23,23,0 +44074,832,734,2,18,18,0 +44073,832,612,3,14,14,0 +44072,832,658,2,15,15,0 +44071,832,673,6,9,9,0 +44070,832,766,9,7,7,1 +44069,832,721,0,69,69,0 +44068,832,498,24,3,3,1 +44067,832,633,15,5,5,0 +44066,832,704,2,17,17,0 +44065,832,725,0,57,57,0 +44064,832,765,0,55,55,0 +44063,832,687,0,36,36,0 +44062,832,764,0,35,35,0 +44061,832,660,0,26,26,0 +44060,832,501,0,42,42,0 +44059,832,723,0,21,21,0 +44058,832,741,0,30,30,0 +44057,832,627,3,13,13,0 +44056,832,475,0,33,33,0 +44055,832,589,0,20,20,0 +44054,832,647,25,2,2,2 +44053,832,640,2,16,16,0 +44052,832,763,3,12,12,0 +44051,832,642,19,4,4,1 +44050,832,641,10,6,6,0 +44049,832,579,31,1,1,3 +43223,833,666,0,21,21,0 +43222,833,788,0,10,10,0 +43221,833,790,0,23,23,0 +43220,833,661,0,22,22,0 +43219,833,789,0,20,20,0 +43218,833,589,0,19,19,0 +43217,833,640,0,18,18,0 +43216,833,785,0,17,17,0 +43215,833,747,0,16,16,0 +43214,833,669,0,15,15,0 +43213,833,776,0,14,14,0 +43212,833,579,0,13,13,0 +43211,833,660,0,12,12,0 +43210,833,778,0,11,11,0 +43209,833,784,0,9,9,0 +43208,833,741,0,8,8,0 +43207,833,787,0,7,7,0 +43206,833,619,0,6,6,0 +43205,833,627,2,5,5,0 +43204,833,704,3,4,4,0 +43256,834,666,0,29,29,0 +43255,834,788,0,16,16,0 +43254,834,792,0,33,33,0 +43253,834,687,0,31,31,0 +43252,834,501,0,28,28,0 +43251,834,762,0,26,26,0 +43250,834,427,0,25,25,0 +43249,834,626,0,21,21,0 +43248,834,498,0,19,19,0 +43247,834,633,0,18,18,0 +43246,834,793,3,8,8,0 +43245,834,647,6,4,4,0 +43243,834,661,0,30,30,0 +43242,834,789,0,27,27,0 +43241,834,589,4,5,5,0 +43240,834,640,0,22,22,0 +43239,834,785,0,24,24,0 +43238,834,747,0,23,23,0 +43236,834,776,0,20,20,0 +43235,834,579,9,2,2,1 +43234,834,660,0,12,12,0 +43233,834,778,0,17,17,0 +43232,834,784,0,15,15,0 +43231,834,741,0,14,14,0 +43230,834,787,0,13,13,0 +43228,834,627,2,9,9,0 +43227,834,704,3,7,7,0 +43225,834,786,6,3,3,0 +43224,834,642,9,1,1,1 +43323,835,803,0,60,60,0 +43322,835,666,0,54,54,0 +43321,835,788,0,27,27,0 +43320,835,630,0,66,66,0 +43319,835,537,0,65,65,0 +43318,835,529,1,15,15,0 +43317,835,611,0,64,64,0 +43316,835,799,0,63,63,0 +43315,835,615,0,62,62,0 +43314,835,798,0,61,61,0 +43313,835,729,0,59,59,0 +43312,835,731,0,67,67,0 +43311,835,509,0,42,42,0 +43310,835,797,0,41,41,0 +43309,835,796,0,40,40,0 +43308,835,659,0,39,39,0 +43307,835,677,0,38,38,0 +43306,835,771,0,37,37,0 +43305,835,732,0,36,36,0 +43304,835,653,0,35,35,0 +43303,835,520,0,34,34,0 +43302,835,526,0,33,33,0 +43301,835,658,0,32,32,0 +43300,835,772,0,31,31,0 +43299,835,518,0,30,30,0 +43298,835,795,0,29,29,0 +43297,835,559,0,26,26,0 +43296,835,555,0,25,25,0 +43295,835,726,0,23,23,0 +43294,835,654,0,21,21,0 +43293,835,766,0,18,18,0 +43292,835,794,1,16,16,0 +43291,835,770,3,11,11,0 +43290,835,768,4,9,9,0 +43289,835,701,6,6,6,0 +43288,835,593,9,3,3,1 +43287,835,792,0,58,58,0 +43286,835,687,0,56,56,0 +43285,835,501,0,53,53,0 +43284,835,762,0,51,51,0 +43283,835,427,0,50,50,0 +43282,835,626,0,46,46,0 +43281,835,498,0,44,44,0 +43280,835,633,0,43,43,0 +43278,835,647,6,5,5,0 +43277,835,790,0,57,57,0 +43276,835,661,0,55,55,0 +43275,835,789,0,52,52,0 +43274,835,589,4,7,7,0 +43273,835,640,0,47,47,0 +43272,835,785,0,49,49,0 +43271,835,747,0,48,48,0 +43270,835,669,2,14,14,0 +43269,835,776,0,45,45,0 +43393,836,803,0,63,63,0 +43391,836,788,0,31,31,0 +43390,836,780,0,33,33,0 +43389,836,800,0,24,24,0 +43388,836,697,2,15,15,0 +43387,836,630,0,69,69,0 +43386,836,537,0,68,68,0 +43385,836,529,1,16,16,0 +43384,836,611,0,67,67,0 +43383,836,799,0,66,66,0 +43382,836,615,0,65,65,0 +43381,836,798,0,64,64,0 +43380,836,729,0,62,62,0 +43379,836,731,0,70,70,0 +43378,836,509,0,47,47,0 +43377,836,797,0,46,46,0 +43376,836,796,0,45,45,0 +43375,836,659,0,44,44,0 +43374,836,677,0,43,43,0 +43373,836,771,0,42,42,0 +43372,836,732,0,41,41,0 +43371,836,653,0,40,40,0 +43370,836,520,0,39,39,0 +43369,836,526,0,38,38,0 +43368,836,658,0,37,37,0 +43367,836,772,0,36,36,0 +43366,836,518,0,35,35,0 +43364,836,559,0,30,30,0 +43363,836,555,0,29,29,0 +43362,836,726,0,27,27,0 +43361,836,654,0,23,23,0 +43360,836,766,0,20,20,0 +43359,836,794,1,17,17,0 +43358,836,770,3,14,14,0 +43357,836,768,4,11,11,0 +43356,836,701,6,6,6,0 +43355,836,593,9,4,4,1 +43354,836,792,0,61,61,0 +43353,836,687,0,59,59,0 +43352,836,501,0,26,26,0 +43350,836,427,0,55,55,0 +43348,836,498,0,49,49,0 +43347,836,633,0,48,48,0 +43346,836,793,3,12,12,0 +43345,836,647,6,5,5,0 +43344,836,790,0,60,60,0 +43343,836,661,0,58,58,0 +43342,836,789,0,51,51,0 +43341,836,589,4,9,9,0 +43340,836,640,0,19,19,0 +43339,836,785,0,54,54,0 +43338,836,747,0,53,53,0 +43337,836,669,5,8,8,0 +43336,836,776,0,50,50,0 +43335,836,579,9,3,3,1 +43334,836,660,0,21,21,0 +43333,836,778,0,32,32,0 +43332,836,784,0,28,28,0 +43330,836,787,0,22,22,0 +43328,836,627,6,7,7,0 +43326,836,686,4,10,10,0 +43325,836,786,12,2,2,0 +43465,837,803,0,65,65,0 +43464,837,666,0,59,59,0 +43463,837,788,0,35,35,0 +43461,837,773,0,25,25,0 +43460,837,780,0,33,33,0 +43459,837,800,0,26,26,0 +43458,837,697,2,15,15,0 +43457,837,630,0,71,71,0 +43456,837,537,0,70,70,0 +43455,837,529,1,16,16,0 +43454,837,611,0,69,69,0 +43453,837,799,0,68,68,0 +43452,837,615,0,67,67,0 +43451,837,798,0,66,66,0 +43450,837,729,0,64,64,0 +43449,837,731,0,72,72,0 +43448,837,509,0,50,50,0 +43447,837,797,0,49,49,0 +43446,837,796,0,48,48,0 +43445,837,659,0,47,47,0 +43444,837,677,0,46,46,0 +43443,837,771,0,45,45,0 +43442,837,732,0,44,44,0 +43441,837,653,0,43,43,0 +43440,837,520,0,42,42,0 +43439,837,526,0,41,41,0 +43438,837,658,0,40,40,0 +43437,837,772,0,39,39,0 +43436,837,518,0,38,38,0 +43434,837,559,0,34,34,0 +43433,837,555,0,32,32,0 +43432,837,726,0,29,29,0 +43431,837,654,0,24,24,0 +43430,837,766,0,21,21,0 +43429,837,794,1,17,17,0 +43428,837,770,3,14,14,0 +43427,837,768,4,11,11,0 +43426,837,701,6,7,7,0 +43425,837,593,9,5,5,1 +43424,837,792,0,63,63,0 +43423,837,687,0,61,61,0 +43422,837,501,0,28,28,0 +43421,837,762,0,58,58,0 +43419,837,626,0,55,55,0 +43418,837,498,0,51,51,0 +43417,837,633,0,19,19,0 +43416,837,793,3,12,12,0 +43415,837,647,8,6,6,0 +43414,837,790,0,62,62,0 +43413,837,661,0,60,60,0 +43412,837,789,0,54,54,0 +43410,837,640,0,20,20,0 +43409,837,785,0,30,30,0 +43408,837,747,0,56,56,0 +43407,837,669,5,8,8,0 +43406,837,776,0,53,53,0 +43405,837,579,17,3,3,2 +43404,837,660,0,22,22,0 +43403,837,778,0,36,36,0 +43402,837,784,0,31,31,0 +43400,837,787,0,23,23,0 +43398,837,627,10,4,4,0 +43396,837,686,4,10,10,0 +43395,837,786,18,2,2,0 +43538,838,803,0,66,66,0 +43537,838,666,0,61,61,0 +43536,838,788,0,39,39,0 +43535,838,801,0,25,25,0 +43534,838,774,1,19,19,0 +43533,838,773,0,28,28,0 +43532,838,780,0,37,37,0 +43531,838,800,0,31,31,0 +43530,838,697,2,17,17,0 +43529,838,630,0,72,72,0 +43528,838,537,0,71,71,0 +43527,838,529,1,20,20,0 +43526,838,611,0,70,70,0 +43525,838,799,0,69,69,0 +43524,838,615,0,68,68,0 +43523,838,798,0,67,67,0 +43522,838,729,0,65,65,0 +43521,838,731,0,73,73,0 +43520,838,509,0,54,54,0 +43519,838,797,0,53,53,0 +43518,838,796,0,52,52,0 +43517,838,659,0,51,51,0 +43516,838,677,0,50,50,0 +43515,838,771,0,49,49,0 +43514,838,732,0,48,48,0 +43513,838,653,0,47,47,0 +43512,838,520,0,46,46,0 +43511,838,526,0,45,45,0 +43510,838,658,0,44,44,0 +43509,838,772,0,43,43,0 +43508,838,518,0,42,42,0 +43507,838,795,0,41,41,0 +43506,838,559,0,38,38,0 +43505,838,555,0,36,36,0 +43504,838,726,0,33,33,0 +43503,838,654,0,30,30,0 +43502,838,766,0,26,26,0 +43501,838,794,1,21,21,0 +43500,838,770,3,16,16,0 +43499,838,768,4,12,12,0 +43498,838,701,6,7,7,0 +43497,838,593,9,5,5,1 +43496,838,792,0,64,64,0 +43495,838,687,4,11,11,0 +43493,838,762,0,57,57,0 +43492,838,427,0,60,60,0 +43491,838,626,3,15,15,0 +43490,838,498,0,55,55,0 +43489,838,633,0,23,23,0 +43488,838,793,3,14,14,0 +43487,838,647,8,6,6,0 +43486,838,790,0,63,63,0 +43484,838,789,0,58,58,0 +43483,838,589,4,9,9,0 +43481,838,785,0,34,34,0 +43480,838,747,0,59,59,0 +43479,838,669,5,8,8,0 +43478,838,776,0,56,56,0 +43477,838,579,26,1,1,3 +43476,838,660,0,27,27,0 +43619,839,803,0,74,74,0 +43618,839,666,0,67,67,0 +43617,839,788,0,40,40,0 +43616,839,756,0,72,72,0 +43615,839,763,0,71,71,0 +43614,839,740,0,66,66,0 +43613,839,765,0,65,65,0 +43612,839,791,0,64,64,0 +43611,839,641,0,61,61,0 +43610,839,764,0,58,58,0 +43609,839,802,3,13,13,0 +43608,839,801,0,26,26,0 +43606,839,773,0,29,29,0 +43605,839,780,0,38,38,0 +43604,839,800,0,32,32,0 +43603,839,697,2,19,19,0 +43602,839,630,0,80,80,0 +43601,839,537,0,79,79,0 +43600,839,529,1,21,21,0 +43599,839,611,0,78,78,0 +43598,839,799,0,77,77,0 +43597,839,615,0,76,76,0 +43596,839,798,0,75,75,0 +43595,839,729,0,73,73,0 +43594,839,731,0,81,81,0 +43593,839,509,0,55,55,0 +43592,839,797,0,54,54,0 +43591,839,796,0,53,53,0 +43590,839,659,0,52,52,0 +43589,839,677,0,51,51,0 +43588,839,771,0,50,50,0 +43587,839,732,0,49,49,0 +43586,839,653,0,48,48,0 +43585,839,520,0,47,47,0 +43584,839,526,0,46,46,0 +43583,839,658,0,45,45,0 +43582,839,772,0,44,44,0 +43581,839,518,0,43,43,0 +43579,839,559,0,39,39,0 +43578,839,555,0,37,37,0 +43577,839,726,0,34,34,0 +43576,839,654,0,31,31,0 +43575,839,766,0,27,27,0 +43574,839,794,1,22,22,0 +43573,839,770,3,17,17,0 +43572,839,768,4,12,12,0 +43571,839,701,6,7,7,0 +43570,839,593,9,6,6,1 +43568,839,687,4,9,9,0 +43567,839,501,0,33,33,0 +43566,839,762,0,59,59,0 +43565,839,427,0,63,63,0 +43564,839,626,3,16,16,0 +43563,839,498,0,57,57,0 +43562,839,633,0,25,25,0 +43561,839,793,3,15,15,0 +43560,839,647,11,5,5,0 +43559,839,790,0,69,69,0 +43558,839,661,0,68,68,0 +43557,839,789,0,62,62,0 +43556,839,589,4,10,10,0 +43555,839,640,0,23,23,0 +43554,839,785,0,35,35,0 +43553,839,747,0,56,56,0 +43552,839,669,5,8,8,0 +43551,839,776,0,60,60,0 +43550,839,579,27,2,2,3 +43203,833,686,4,3,3,0 +43202,833,786,6,2,2,0 +43268,835,579,9,2,2,1 +43267,835,660,0,19,19,0 +43266,835,778,0,28,28,0 +43265,835,784,0,24,24,0 +43264,835,741,0,22,22,0 +43260,835,704,3,10,10,0 +43258,835,786,6,4,4,0 +43475,838,778,0,40,40,0 +43474,838,784,0,35,35,0 +43469,838,704,3,13,13,0 +43468,838,686,4,10,10,0 +43466,838,642,22,3,3,2 +43549,839,660,0,28,28,0 +43548,839,778,0,41,41,0 +43544,839,619,0,24,24,0 +43543,839,627,13,4,4,0 +43541,839,686,4,11,11,0 +43540,839,786,24,3,3,0 +51484,800,501,0,13,13,0 +51482,800,427,3,7,7,0 +51481,800,498,5,5,5,0 +51479,800,579,8,1,1,1 +51548,801,671,0,50,50,0 +51547,801,643,0,48,48,0 +51546,801,670,0,47,47,0 +51545,801,620,0,24,24,0 +51544,801,640,0,21,21,0 +51542,801,501,0,17,17,0 +51541,801,625,2,9,9,0 +51540,801,427,9,2,2,0 +51538,801,642,6,5,5,0 +43201,833,642,9,1,1,1 +43237,834,669,2,10,10,0 +43244,834,790,0,32,32,0 +43226,834,686,4,6,6,0 +43229,834,619,0,11,11,0 +43257,835,642,9,1,1,1 +43259,835,686,4,8,8,0 +43279,835,793,3,12,12,0 +43261,835,627,2,13,13,0 +43262,835,619,0,17,17,0 +43263,835,787,0,20,20,0 +43324,836,642,18,1,1,2 +43349,836,626,0,52,52,0 +43331,836,741,0,25,25,0 +43327,836,704,3,13,13,0 +43351,836,762,0,56,56,0 +43329,836,619,0,18,18,0 +43392,836,666,0,57,57,0 +43365,836,795,0,34,34,0 +43394,837,642,22,1,1,2 +43401,837,741,0,27,27,0 +43420,837,427,0,57,57,0 +43411,837,589,4,9,9,0 +43397,837,704,3,13,13,0 +43399,837,619,0,18,18,0 +43462,837,774,0,52,52,0 +43435,837,795,0,37,37,0 +43482,838,640,0,24,24,0 +43467,838,786,24,2,2,0 +43494,838,501,0,32,32,0 +43485,838,661,0,62,62,0 +43470,838,627,10,4,4,0 +43471,838,619,0,22,22,0 +43472,838,787,0,29,29,0 +43473,838,741,1,18,18,0 +43539,839,642,30,1,1,3 +43545,839,787,0,30,30,0 +43546,839,741,3,18,18,0 +43547,839,784,0,36,36,0 +43542,839,704,3,14,14,0 +43569,839,792,0,70,70,0 +43607,839,774,1,20,20,0 +43580,839,795,0,42,42,0 +43752,827,675,2,15,15,0 +43890,829,779,0,57,57,0 +43891,829,675,2,19,19,0 +43967,830,780,0,62,62,0 +43968,830,675,2,19,19,0 +44131,832,782,0,65,65,0 +44132,832,675,2,19,19,0 +44999,812,513,0,24,24,0 +45000,812,630,0,48,48,0 +45001,812,804,0,51,51,0 +45002,812,797,0,66,66,0 +45081,813,513,0,25,25,0 +45082,813,630,0,51,51,0 +45083,813,804,0,54,54,0 +45084,813,797,0,70,70,0 +51463,799,579,8,1,1,1 +51464,799,642,6,2,2,0 +51497,800,658,5,6,6,0 +51480,800,642,6,4,4,0 +51483,800,625,2,8,8,0 +51501,800,528,0,15,15,0 +51537,801,579,17,1,1,2 +51539,801,498,6.5,4,4,0 +51543,801,669,0,15,15,0 +51571,801,676,0,43,43,0 +51559,801,528,0,18,18,0 +51621,802,526,1.5,18,18,0 +51620,802,658,5,8,8,0 +51619,802,525,6,6,6,0 +51618,802,657,8,3,3,1 +51616,802,577,0,60,60,0 +51614,802,672,0,57,57,0 +51603,802,642,6,5,5,0 +51604,802,498,6.5,4,4,0 +51605,802,427,9,2,2,0 +51606,802,625,2,12,12,0 +51607,802,501,0,21,21,0 +51608,802,669,3,11,11,0 +51609,802,640,0,26,26,0 +51610,802,620,0,29,29,0 +51611,802,670,0,52,52,0 +51612,802,643,0,53,53,0 +51617,802,496,0,62,62,0 +51615,802,627,0,51,51,0 +51613,802,671,0,56,56,0 +51602,802,579,25,1,1,3 +51695,803,658,5,9,9,0 +51738,803,651,0,64,64,0 +51697,803,673,2,17,17,0 +51687,803,643,0,23,23,0 +51683,803,669,3,13,13,0 +51702,803,655,0,34,34,0 +51700,803,555,0,30,30,0 +51767,804,579,36.14,1,1,4 +51768,804,642,6,7,7,0 +51788,804,615,0,25,25,0 +51770,804,427,15,3,3,0 +51777,804,643,0,24,24,0 +51774,804,640,0,31,31,0 +51792,804,655,0,36,36,0 +51883,805,555,0,34,34,0 +51882,805,528,0,29,29,0 +51881,805,615,0,26,26,0 +51880,805,673,2,20,20,0 +51879,805,526,1.5,22,22,0 +51861,805,642,6,7,7,0 +51862,805,498,23.64,2,2,1 +51863,805,427,15,3,3,0 +51864,805,625,2,19,19,0 +51865,805,501,0,23,23,0 +51866,805,669,3,15,15,0 +51867,805,640,0,33,33,0 +51868,805,620,0,28,28,0 +51869,805,670,4.14,11,11,0 +51870,805,643,3,16,16,0 +51871,805,671,0,65,65,0 +51872,805,672,0,68,68,0 +51873,805,627,0,30,30,0 +51874,805,577,0,70,70,0 +51875,805,496,0,73,73,0 +51876,805,657,8,6,6,1 +51860,805,579,42,1,1,5 +51878,805,658,5,10,10,0 +51877,805,525,6,8,8,0 +51954,806,579,42,1,1,6 +52018,806,650,0,78,78,0 +51978,806,674,0,37,37,0 +51956,806,498,25.14,2,2,1 +51957,806,427,17,3,3,0 +51958,806,625,2,20,20,0 +51959,806,501,0,24,24,0 +51960,806,669,3,15,15,0 +51961,806,640,0,35,35,0 +51962,806,620,2,17,17,0 +52049,807,579,42,1,1,6 +52053,807,625,2,21,21,0 +52071,807,528,0,35,35,0 +52068,807,526,1.5,24,24,0 +52063,807,577,6,9,9,0 +52061,807,672,0,43,43,0 +52055,807,669,3,17,17,0 +52075,807,656,0,49,49,0 +46338,796,620,1.33,18,18,0 +46339,796,555,3,11,11,0 +46340,796,519,1,22,22,0 +46504,798,555,3,14,14,0 +46505,798,519,1,24,24,0 +47091,778,498,1,15,15,0 +47296,781,498,1,20,20,0 +47371,782,498,1,20,20,0 +61953,756,427,4,3,3,0 +61954,756,403,3,4,4,0 +62002,757,529,3,7,7,0 +62001,757,512,5,5,5,0 +62000,757,509,6,4,4,0 +61997,757,552,0,46,46,0 +62041,758,347,8,2,2,1 +62040,758,501,0,32,32,0 +62039,758,541,0,31,31,0 +62038,758,475,1,15,15,0 +62037,758,456,0,16,16,0 +62036,758,360,2,14,14,0 +62104,759,418,4,9,9,0 +62103,759,289,0,21,21,0 +62102,759,554,2,14,14,0 +62101,759,347,8,4,4,1 +62100,759,501,0,20,20,0 +62099,759,541,0,17,17,0 +62098,759,475,2,16,16,0 +62097,759,456,0,18,18,0 +62096,759,360,4,10,10,0 +62179,760,353,0,60,60,0 +62178,760,551,0,56,56,0 +62177,760,376,0,51,51,0 +62176,760,550,0,49,49,0 +62175,760,483,0,23,23,0 +62174,760,549,0,36,36,0 +62173,760,506,0,44,44,0 +62172,760,477,0,27,27,0 +62161,760,403,9,3,3,0 +62255,761,549,0,38,38,0 +62254,761,506,0,46,46,0 +62253,761,477,0,29,29,0 +62252,761,476,0,45,45,0 +62251,761,418,4,12,12,0 +62250,761,289,0,23,23,0 +62249,761,554,2,17,17,0 +62248,761,347,10,4,4,1 +62247,761,501,3,13,13,0 +62245,761,475,8.5,6,6,0 +62330,762,554,2,17,17,0 +62329,762,347,10,6,6,1 +62328,762,501,5,13,13,0 +62327,762,541,0,20,20,0 +62326,762,475,17.5,3,3,1 +62325,762,456,0,19,19,0 +62324,762,360,8.5,9,9,0 +62413,763,289,0,24,24,0 +62412,763,554,2,18,18,0 +62411,763,347,10,7,7,1 +62410,763,501,5,13,13,0 +62409,763,541,0,21,21,0 +62408,763,475,25.5,2,2,2 +62407,763,456,0,20,20,0 +62406,763,360,8.5,9,9,0 +62404,763,427,12,6,6,0 +62510,764,509,6,11,11,0 +62509,764,449,8,10,10,1 +62508,764,553,0,73,73,0 +62507,764,552,0,70,70,0 +62506,764,353,0,67,67,0 +62505,764,551,0,63,63,0 +62504,764,376,0,60,60,0 +49691,746,427,0,7,7,0 +63377,720,341,3,6,6,0 +63374,720,289,9,3,3,1 +63409,721,373,18,1,1,2 +63408,721,347,2,8,8,0 +63407,721,401,1,11,11,0 +63436,722,401,1,13,13,0 +63435,722,408,8,6,6,0 +63434,722,341,7,7,7,0 +63433,722,360,10,4,4,0 +63482,723,438,0,19,19,0 +63467,723,347,2,10,10,0 +63466,723,401,1,15,15,0 +63465,723,408,8,7,7,0 +63464,723,341,13,4,4,0 +63519,724,376,0,27,27,0 +63503,724,404,3,9,9,0 +63502,724,356,3,8,8,0 +63499,724,401,1,15,15,0 +63498,724,408,8,7,7,0 +63497,724,341,22,2,2,1 +63535,725,408,9,7,7,0 +63534,725,341,22,3,3,1 +63533,725,360,14,4,4,0 +63591,726,403,0,24,24,0 +63583,726,404,6,9,9,0 +63580,726,347,3,12,12,0 +63579,726,401,1,16,16,0 +63578,726,408,9,7,7,0 +63577,726,341,22,4,4,1 +63576,726,360,14,5,5,0 +63575,726,386,28,2,2,0 +63574,726,289,22,3,3,2 +63640,727,403,0,25,25,0 +63632,727,404,6,9,9,0 +63630,727,373,54,1,1,6 +63629,727,347,5,10,10,0 +63628,727,401,1,16,16,0 +63626,727,341,22,4,4,1 +63627,727,408,9,8,8,0 +63689,728,346,1,15,15,0 +63690,728,278,0,18,18,0 +63691,728,428,0,25,25,0 +63692,728,403,0,26,26,0 +63693,728,394,0,35,35,0 +63694,728,436,0,32,32,0 +63675,728,289,29,2,2,2 +63726,728,452,0,55,55,0 +63724,728,382,0,29,29,0 +63709,728,429,0,53,53,0 +63699,728,430,2,14,14,0 +63682,728,373,54,1,1,7 +63736,728,410,0,51,51,0 +63735,728,310,0,48,48,0 +63734,728,368,0,46,46,0 +63733,728,413,0,45,45,0 +63731,728,362,0,42,42,0 +63729,728,409,0,31,31,0 +63727,728,340,0,24,24,0 +63725,728,451,0,50,50,0 +63723,728,450,0,54,54,0 +63722,728,433,0,49,49,0 +63721,728,434,0,19,19,0 +63720,728,345,0,40,40,0 +63719,728,449,0,39,39,0 +63718,728,448,0,20,20,0 +63717,728,447,0,62,62,0 +63716,728,446,0,61,61,0 +63715,728,445,0,60,60,0 +63714,728,444,0,59,59,0 +63713,728,443,0,57,57,0 +63712,728,374,0,33,33,0 +63711,728,442,0,58,58,0 +63710,728,441,0,56,56,0 +63708,728,432,0,38,38,0 +63707,728,420,0,44,44,0 +63705,728,305,0,22,22,0 +63706,728,383,0,30,30,0 +63704,728,418,0,27,27,0 +63703,728,423,3,12,12,0 +63702,728,375,1,17,17,0 +63701,728,397,0,47,47,0 +63700,728,376,0,37,37,0 +63698,728,385,6,10,10,0 +63697,728,439,0,52,52,0 +63696,728,438,0,23,23,0 +63695,728,437,0,41,41,0 +63688,728,440,3,13,13,0 +52513,679,383,2,5,5,0 +52514,679,356,1,6,6,0 +52532,680,356,1,10,10,0 +52527,680,345,11,2,2,1 +52529,680,341,4,5,5,0 +52555,681,383,2,10,10,0 +52551,681,345,11,2,2,1 +52557,681,293,0,17,17,0 +52569,681,278,7,5,5,0 +52556,681,356,7,4,4,0 +52583,682,356,7,6,6,0 +52578,682,345,11,2,2,1 +52598,682,385,0,20,20,0 +52592,682,347,0,25,25,0 +52586,682,368,0,24,24,0 +52580,682,341,4,10,10,0 +52596,682,278,11,3,3,0 +52584,682,293,0,21,21,0 +52610,683,383,2,16,16,0 +52606,683,345,12,3,3,1 +52625,683,360,3,13,13,0 +52619,683,374,3,14,14,0 +52623,683,328,10,6,6,0 +52612,683,293,0,21,21,0 +52639,684,356,19,3,3,1 +52634,684,345,14,5,5,1 +52636,684,341,5,10,10,0 +52671,685,293,0,25,25,0 +52665,685,345,14,5,5,1 +52669,685,383,2,16,16,0 +52667,685,341,8,8,8,0 +52673,685,368,0,28,28,0 +52707,686,356,34,2,2,2 +52721,686,360,3,13,13,0 +52702,686,345,14,5,5,1 +52706,686,383,2,16,16,0 +52704,686,341,8,9,9,0 +52718,686,289,9,8,8,0 +52709,686,384,0,29,29,0 +52748,687,356,40,2,2,2 +52749,687,293,0,28,28,0 +52747,687,383,2,16,16,0 +52743,687,345,14,6,6,1 +52745,687,341,17,5,5,1 +52759,687,289,9,9,9,0 +52751,687,368,0,31,31,0 +52791,688,293,0,29,29,0 +52790,688,356,42,2,2,2 +52785,688,345,14,7,7,1 +52787,688,341,17,5,5,1 +52788,688,304,47,1,1,2 +52793,688,368,0,32,32,0 +52833,689,356,46,2,2,2 +52832,689,383,2,17,17,0 +52828,689,345,15,6,6,1 +52830,689,341,20,4,4,1 +52835,689,384,0,32,32,0 +62095,759,403,9,3,3,0 +61955,756,360,2,5,5,0 +61999,757,449,8,2,2,1 +62035,758,403,3,9,9,0 +62034,758,427,4,7,7,0 +62171,760,476,0,42,42,0 +62486,764,479,27,2,2,2 +62487,764,427,19,5,5,0 +62488,764,403,20,4,4,0 +61998,757,553,0,48,48,0 +61996,757,353,0,44,44,0 +62033,758,479,6,4,4,0 +62092,759,356,19,1,1,1 +62162,760,360,8.5,5,5,0 +62246,761,541,0,20,20,0 +62244,761,456,0,19,19,0 +62240,761,479,23,2,2,2 +62320,762,356,27,1,1,2 +62321,762,479,23,2,2,2 +62405,763,403,20,4,4,0 +62503,764,550,0,58,58,0 +62502,764,483,0,29,29,0 +62489,764,360,16.5,6,6,1 +61995,757,551,0,42,42,0 +62053,758,353,0,47,47,0 +62032,758,356,15,1,1,1 +62160,760,427,6,9,9,0 +62243,761,360,8.5,7,7,0 +62241,761,427,9,5,5,0 +62323,762,403,13,4,4,0 +62322,762,427,12,5,5,0 +62402,763,356,31,1,1,2 +61952,756,479,6,2,2,0 +61951,756,356,9,1,1,1 +62119,759,529,3,12,12,0 +62224,760,502,0,25,25,0 +62193,760,514,0,35,35,0 +62195,760,556,0,38,38,0 +62451,763,522,0,71,71,0 +62483,763,432,0,34,34,0 +62454,763,564,0,77,77,0 +62438,763,538,0,42,42,0 +62403,763,479,23,3,3,2 +62485,764,356,31,1,1,2 +63376,720,360,10,1,1,0 +63375,720,386,9,4,4,0 +63405,721,341,7,6,6,0 +63404,721,360,10,4,4,0 +63432,722,386,11,3,3,0 +63463,723,360,10,6,6,0 +63462,723,386,14,2,2,0 +63496,724,360,10,6,6,0 +63494,724,289,13,4,4,1 +63532,725,386,24,2,2,0 +63625,727,360,14,5,5,0 +63623,727,289,25,3,3,2 +63687,728,364,19,5,5,0 +63686,728,427,0,21,21,0 +63684,728,404,6,9,9,0 +63685,728,435,0,36,36,0 +63683,728,356,14,7,7,0 +63681,728,347,6,11,11,0 +63680,728,401,1,16,16,0 +63678,728,341,22,4,4,1 +63679,728,408,9,8,8,0 +63677,728,360,17,6,6,0 +63676,728,386,29,3,3,0 +63396,720,439,0,28,28,0 +63411,721,404,3,7,7,0 +63410,721,356,0,16,16,0 +63441,722,435,0,20,20,0 +63431,722,289,9,5,5,1 +63485,723,430,1,14,14,0 +63461,723,289,13,3,3,1 +63495,724,386,18,3,3,0 +63544,725,440,3,12,12,0 +63608,726,429,0,41,41,0 +63594,726,437,0,34,34,0 +63596,726,439,0,40,40,0 +63651,727,423,3,12,12,0 +63642,727,436,0,29,29,0 +63624,727,386,29,2,2,0 +63728,728,411,0,28,28,0 +63732,728,407,0,43,43,0 +63730,728,412,0,34,34,0 +63737,337,4,25,1,1,1 +63738,337,13,18,2,2,0 +63739,337,1,15,3,3,0 +63740,337,20,12,4,4,0 +63741,337,3,10,5,5,0 +63742,337,30,8,6,6,0 +63743,337,18,6,7,7,0 +63744,337,17,4,8,8,0 +63745,337,24,2,9,9,0 +63746,337,22,1,10,10,0 +63747,337,9,0,11,11,0 +63748,337,16,0,12,12,0 +63749,337,153,0,13,13,0 +63750,337,807,0,14,14,0 +63751,337,5,0,15,15,0 +63752,337,67,0,16,16,0 +63753,337,15,0,17,17,0 +63754,337,37,0,18,18,0 +63755,337,811,0,19,19,0 +63756,337,10,0,20,20,0 +63757,337,808,0,21,21,0 +63758,337,155,0,22,22,0 +63759,337,810,0,23,23,0 +63760,337,812,0,24,24,0 +63761,338,4,37,1,1,1 +63762,338,13,33,2,2,0 +63763,338,1,23,4,4,0 +63764,338,20,12,7,7,0 +63765,338,3,20,5,5,0 +63766,338,30,9,8,8,0 +63767,338,18,31,3,3,1 +63768,338,17,6,10,10,0 +63769,338,24,8,9,9,0 +63770,338,22,5,11,11,0 +63771,338,9,18,6,6,0 +63772,338,16,0,13,13,0 +63773,338,153,0,12,12,0 +63774,338,807,0,17,17,0 +63775,338,5,0,15,15,0 +63776,338,67,0,18,18,0 +63777,338,15,0,19,19,0 +63778,338,37,0,14,14,0 +63779,338,811,0,20,20,0 +63780,338,10,0,21,21,0 +63781,338,808,0,22,22,0 +63782,338,155,0,23,23,0 +63783,338,810,0,24,24,0 +63784,338,812,0,16,16,0 +63785,339,4,37,2,2,1 +63786,339,13,39,1,1,0 +63787,339,1,31,6,6,0 +63788,339,20,37,3,3,1 +63789,339,3,35,5,5,0 +63790,339,30,9,10,10,0 +63791,339,18,35,4,4,1 +63792,339,17,24,8,8,0 +63793,339,24,8,11,11,0 +63794,339,22,5,12,12,0 +63795,339,9,30,7,7,0 +63796,339,16,10,9,9,0 +63797,339,153,2,13,13,0 +63798,339,807,1,14,14,0 +63799,339,5,0,17,17,0 +63800,339,67,0,15,15,0 +63801,339,15,0,21,21,0 +63802,339,37,0,16,16,0 +63803,339,811,0,20,20,0 +63804,339,10,0,22,22,0 +63805,339,808,0,23,23,0 +63806,339,155,0,24,24,0 +63807,339,810,0,19,19,0 +63808,339,812,0,18,18,0 +63809,340,4,49,3,3,1 +63810,340,13,41,6,6,0 +63811,340,1,49,4,4,0 +63812,340,20,45,5,5,1 +63813,340,3,50,2,2,0 +63814,340,30,10,10,10,0 +63815,340,18,60,1,1,2 +63816,340,17,28,8,8,0 +63817,340,24,8,11,11,0 +63818,340,22,5,13,13,0 +63819,340,9,40,7,7,0 +63820,340,16,10,9,9,0 +63821,340,153,2,14,14,0 +63822,340,807,1,15,15,0 +63823,340,5,0,18,18,0 +63824,340,67,0,16,16,0 +63825,340,15,0,22,22,0 +63826,340,37,0,17,17,0 +63827,340,811,0,21,21,0 +63828,340,10,0,23,23,0 +63829,340,808,6,12,12,0 +63830,340,155,0,24,24,0 +63831,340,810,0,20,20,0 +63832,340,812,0,19,19,0 +63833,341,4,67,2,2,1 +63834,341,13,49,7,7,0 +63835,341,1,49,6,6,0 +63836,341,20,60,3,3,1 +63837,341,3,50,5,5,0 +63838,341,30,22,9,9,0 +63839,341,18,70,1,1,2 +63840,341,17,53,4,4,1 +63841,341,24,8,11,11,0 +63842,341,22,7,12,12,0 +63843,341,9,44,8,8,0 +63844,341,16,16,10,10,0 +63845,341,153,3,14,14,0 +63846,341,807,1,15,15,0 +63847,341,5,0,19,19,0 +63848,341,67,0,16,16,0 +63849,341,15,0,23,23,0 +63850,341,37,0,17,17,0 +63851,341,811,0,22,22,0 +63852,341,10,0,24,24,0 +63853,341,808,6,13,13,0 +63854,341,155,0,18,18,0 +63855,341,810,0,21,21,0 +63856,341,812,0,20,20,0 +63905,343,4,79,4,4,1 +63904,342,812,0,20,20,0 +63903,342,810,0,21,21,0 +63902,342,155,0,18,18,0 +63900,342,10,0,24,24,0 +63899,342,811,0,23,23,0 +63897,342,15,0,22,22,0 +63896,342,67,1,15,15,0 +63894,342,807,1,16,16,0 +63893,342,153,3,14,14,0 +63889,342,24,10,11,11,0 +63888,342,17,78,1,1,2 +63887,342,18,70,4,4,2 +63882,342,13,61,5,5,0 +63883,342,1,59,7,7,0 +63884,342,20,78,2,2,1 +63885,342,3,56,8,8,0 +63886,342,30,22,9,9,0 +63898,342,37,0,17,17,0 +63901,342,808,6,13,13,0 +63895,342,5,0,19,19,0 +63892,342,16,20,10,10,0 +63881,342,4,75,3,3,1 +63891,342,9,59,6,6,0 +63890,342,22,7,12,12,0 +63906,343,13,67,7,7,0 +63907,343,1,84,3,3,1 +63908,343,20,78,5,5,1 +63909,343,3,66,8,8,0 +63910,343,30,34,9,9,0 +63911,343,18,88,2,2,2 +63912,343,17,93,1,1,2 +63913,343,24,10,11,11,0 +63914,343,22,7,12,12,0 +63915,343,9,67,6,6,0 +63916,343,16,22,10,10,0 +63917,343,153,3,14,14,0 +63918,343,807,1,17,17,0 +63919,343,5,0,19,19,0 +63920,343,67,1,15,15,0 +63921,343,15,0,22,22,0 +63922,343,37,0,18,18,0 +63923,343,811,0,23,23,0 +63924,343,10,0,24,24,0 +63925,343,808,6,13,13,0 +63926,343,155,1,16,16,0 +63927,343,810,0,21,21,0 +63928,343,812,0,20,20,0 +63929,344,4,94,4,4,1 +63930,344,13,67,8,8,0 +63931,344,1,109,1,1,2 +63932,344,20,90,5,5,1 +63933,344,3,74,6,6,0 +63934,344,30,34,9,9,0 +63935,344,18,106,2,2,2 +63936,344,17,103,3,3,2 +63937,344,24,12,11,11,0 +63938,344,22,7,12,12,0 +63939,344,9,73,7,7,0 +63940,344,16,23,10,10,0 +63941,344,153,3,15,15,0 +63942,344,807,1,17,17,0 +63943,344,5,0,19,19,0 +63944,344,67,5,14,14,0 +63945,344,15,0,22,22,0 +63946,344,37,0,18,18,0 +63947,344,811,0,23,23,0 +63948,344,10,0,24,24,0 +63949,344,808,6,13,13,0 +63950,344,155,1,16,16,0 +63951,344,810,0,21,21,0 +63952,344,812,0,20,20,0 +63953,345,4,98,5,5,1 +63954,345,13,67,8,8,0 +63955,345,1,127,1,1,2 +63956,345,20,115,3,3,2 +63957,345,3,75,7,7,0 +63958,345,30,34,9,9,0 +63959,345,18,121,2,2,2 +63960,345,17,103,4,4,2 +63961,345,24,12,12,12,0 +63962,345,22,19,11,11,0 +63963,345,9,83,6,6,0 +63964,345,16,31,10,10,0 +63965,345,153,3,16,16,0 +63966,345,807,1,17,17,0 +63967,345,5,0,19,19,0 +63968,345,67,7,14,14,0 +63969,345,15,0,22,22,0 +63970,345,37,0,18,18,0 +63971,345,811,0,23,23,0 +63972,345,10,0,24,24,0 +63973,345,808,6,15,15,0 +63974,345,155,7,13,13,0 +63975,345,810,0,21,21,0 +63976,345,812,0,20,20,0 +63977,346,4,98,5,5,1 +63978,346,13,67,8,8,0 +63979,346,1,145,1,1,2 +63980,346,20,121,4,4,2 +63981,346,3,90,6,6,0 +63982,346,30,36,9,9,0 +63983,346,18,133,2,2,2 +63984,346,17,128,3,3,3 +63985,346,24,12,13,13,0 +63986,346,22,29,11,11,0 +63987,346,9,83,7,7,0 +63988,346,16,35,10,10,0 +63989,346,153,3,16,16,0 +63990,346,807,2,17,17,0 +63991,346,5,0,19,19,0 +63992,346,67,7,14,14,0 +63993,346,15,0,22,22,0 +63994,346,37,0,18,18,0 +63995,346,811,0,23,23,0 +63996,346,10,0,24,24,0 +63997,346,808,6,15,15,0 +63998,346,155,15,12,12,0 +63999,346,810,0,21,21,0 +64000,346,812,0,20,20,0 +64001,346,29,0,25,25,0 +64002,347,4,123,5,5,2 +64003,347,13,85,8,8,0 +64004,347,1,157,1,1,2 +64005,347,20,136,4,4,2 +64006,347,3,94,6,6,0 +64007,347,30,38,9,9,0 +64008,347,18,143,2,2,2 +64009,347,17,136,3,3,3 +64010,347,24,12,13,13,0 +64011,347,22,29,11,11,0 +64012,347,9,89,7,7,0 +64013,347,16,35,10,10,0 +64014,347,153,3,16,16,0 +64015,347,807,2,17,17,0 +64016,347,5,0,19,19,0 +64017,347,67,7,15,15,0 +64018,347,15,0,22,22,0 +64019,347,37,0,18,18,0 +64020,347,811,0,23,23,0 +64021,347,10,0,24,24,0 +64022,347,808,7,14,14,0 +64023,347,155,15,12,12,0 +64024,347,810,0,21,21,0 +64025,347,812,0,20,20,0 +64026,347,29,0,25,25,0 +64027,348,4,141,5,5,2 +64028,348,13,97,6,6,0 +64029,348,1,157,2,2,2 +64030,348,20,151,3,3,2 +64031,348,3,94,7,7,0 +64032,348,30,38,9,9,0 +64033,348,18,147,4,4,2 +64034,348,17,161,1,1,4 +64035,348,24,12,14,14,0 +64036,348,22,30,11,11,0 +64037,348,9,89,8,8,0 +64038,348,16,35,10,10,0 +64039,348,153,3,18,18,0 +64040,348,807,10,15,15,0 +64041,348,5,0,19,19,0 +64042,348,67,7,16,16,0 +64043,348,15,0,22,22,0 +64044,348,37,6,17,17,0 +64045,348,811,0,23,23,0 +64046,348,10,0,24,24,0 +64047,348,808,17,12,12,0 +64048,348,155,17,13,13,0 +64049,348,810,0,21,21,0 +64050,348,812,0,20,20,0 +64051,348,29,0,25,25,0 +64052,349,4,141,5,5,2 +64053,349,13,109,6,6,0 +64054,349,1,182,1,1,3 +64055,349,20,151,3,3,2 +64056,349,3,102,8,8,0 +64057,349,30,44,10,10,0 +64058,349,18,147,4,4,2 +64059,349,17,179,2,2,4 +64060,349,24,13,14,14,0 +64061,349,22,30,11,11,0 +64062,349,9,104,7,7,0 +64063,349,16,45,9,9,0 +64064,349,153,3,18,18,0 +64065,349,807,10,15,15,0 +64066,349,5,0,19,19,0 +64067,349,67,7,16,16,0 +64068,349,15,0,22,22,0 +64069,349,37,6,17,17,0 +64070,349,811,0,23,23,0 +64071,349,10,0,24,24,0 +64072,349,808,19,13,13,0 +64073,349,155,21,12,12,0 +64074,349,810,0,21,21,0 +64075,349,812,0,20,20,0 +64076,349,29,0,25,25,0 +64077,350,4,166,3,3,3 +64078,350,13,124,6,6,0 +64079,350,1,182,2,2,3 +64080,350,20,163,5,5,2 +64081,350,3,112,7,7,0 +64082,350,30,46,9,9,0 +64083,350,18,165,4,4,2 +64084,350,17,187,1,1,4 +64085,350,24,13,15,15,0 +64086,350,22,31,11,11,0 +64087,350,9,108,8,8,0 +64088,350,16,45,10,10,0 +64089,350,153,3,18,18,0 +64090,350,807,16,14,14,0 +64091,350,5,0,19,19,0 +64092,350,67,7,16,16,0 +64093,350,15,0,22,22,0 +64094,350,37,6,17,17,0 +64095,350,811,0,23,23,0 +64096,350,10,0,24,24,0 +64097,350,808,19,13,13,0 +64098,350,155,21,12,12,0 +64099,350,810,0,21,21,0 +64100,350,812,0,20,20,0 +64101,350,29,0,25,25,0 +64182,351,32,0,27,27,0 +64180,351,29,0,25,25,0 +64179,351,812,0,20,20,0 +64178,351,810,0,21,21,0 +64177,351,155,21,12,12,0 +64175,351,10,0,24,24,0 +64173,351,37,6,17,17,0 +64172,351,15,0,22,22,0 +64170,351,5,0,19,19,0 +64169,351,807,17,14,14,0 +64168,351,153,3,18,18,0 +64164,351,24,13,15,15,0 +64162,351,18,177,5,5,2 +64160,351,3,122,7,7,0 +64181,351,2,0,26,26,0 +64176,351,808,19,13,13,0 +64174,351,811,0,23,23,0 +64161,351,30,46,10,10,0 +64163,351,17,202,1,1,4 +64167,351,16,47,9,9,0 +64171,351,67,7,16,16,0 +64159,351,20,181,4,4,2 +64166,351,9,114,8,8,0 +64165,351,22,39,11,11,0 +64158,351,1,182,3,3,3 +64157,351,13,128,6,6,0 +64156,351,4,191,2,2,4 +64208,352,2,4,18,18,0 +64207,352,29,0,26,26,0 +64206,352,812,0,22,22,0 +64205,352,810,0,23,23,0 +64203,352,808,19,13,13,0 +64201,352,811,0,25,25,0 +64200,352,37,6,17,17,0 +64198,352,67,8,16,16,0 +64194,352,16,47,10,10,0 +64193,352,9,114,8,8,0 +64191,352,24,13,15,15,0 +64189,352,18,189,5,5,2 +64185,352,1,192,4,4,3 +64209,352,32,0,27,27,0 +64204,352,155,27,12,12,0 +64202,352,10,0,24,24,0 +64190,352,17,220,1,1,4 +64192,352,22,41,11,11,0 +64197,352,5,0,20,20,0 +64195,352,153,3,19,19,0 +64184,352,13,128,6,6,0 +64199,352,15,0,21,21,0 +64196,352,807,17,14,14,0 +64187,352,3,122,7,7,0 +64188,352,30,54,9,9,0 +64186,352,20,206,3,3,3 +64183,352,4,206,2,2,4 +64262,353,2,6,18,18,0 +64260,353,812,0,22,22,0 +64258,353,155,31,12,12,0 +64256,353,10,0,25,25,0 +64253,353,15,0,21,21,0 +64252,353,67,8,16,16,0 +64247,353,9,124,7,7,0 +64246,353,22,47,10,10,0 +64244,353,17,220,2,2,4 +64243,353,18,189,5,5,2 +64242,353,30,66,9,9,0 +64239,353,1,210,3,3,3 +64259,353,810,0,24,24,0 +64261,353,29,0,26,26,0 +64255,353,811,0,23,23,0 +64263,353,32,0,27,27,0 +64257,353,808,19,14,14,0 +64254,353,37,6,17,17,0 +64245,353,24,21,13,13,0 +64250,353,807,18,15,15,0 +64248,353,16,47,11,11,0 +64238,353,13,143,6,6,0 +64251,353,5,0,20,20,0 +64249,353,153,3,19,19,0 +64241,353,3,122,8,8,0 +64240,353,20,206,4,4,3 +64237,353,4,231,1,1,5 +64264,354,4,246,1,1,5 +64265,354,13,143,6,6,0 +64266,354,1,222,4,4,3 +64267,354,20,231,3,3,4 +64268,354,3,130,7,7,0 +64269,354,30,72,9,9,0 +64270,354,18,199,5,5,2 +64271,354,17,238,2,2,4 +64272,354,24,21,14,14,0 +64273,354,22,47,10,10,0 +64274,354,9,126,8,8,0 +64275,354,16,47,11,11,0 +64276,354,153,3,19,19,0 +64277,354,807,22,13,13,0 +64278,354,5,0,20,20,0 +64279,354,67,8,16,16,0 +64280,354,15,0,21,21,0 +64281,354,37,6,17,17,0 +64282,354,811,0,23,23,0 +64283,354,10,0,25,25,0 +64284,354,808,19,15,15,0 +64285,354,155,32,12,12,0 +64286,354,810,0,24,24,0 +64287,354,812,0,22,22,0 +64288,354,29,0,26,26,0 +64289,354,2,6,18,18,0 +64290,354,32,0,27,27,0 +64291,355,4,252,2,2,5 +64292,355,13,144,6,6,0 +64293,355,1,240,4,4,3 +64294,355,20,256,1,1,5 +64295,355,3,142,7,7,0 +64296,355,30,72,9,9,0 +64297,355,18,214,5,5,2 +64298,355,17,242,3,3,4 +64299,355,24,21,15,15,0 +64300,355,22,47,10,10,0 +64301,355,9,136,8,8,0 +64302,355,16,47,11,11,0 +64303,355,153,5,19,19,0 +64304,355,807,22,14,14,0 +64305,355,5,0,20,20,0 +64306,355,67,8,16,16,0 +64307,355,15,0,21,21,0 +64308,355,37,6,17,17,0 +64309,355,811,0,23,23,0 +64310,355,10,0,25,25,0 +64311,355,808,27,13,13,0 +64312,355,155,32,12,12,0 +64313,355,810,0,24,24,0 +64314,355,812,0,22,22,0 +64315,355,29,0,26,26,0 +64316,355,2,6,18,18,0 +64317,355,32,0,27,27,0 +64339,75,37,4,14,14,0 +64340,75,25,6,12,12,0 +64341,75,24,1,17,17,0 +64387,842,4,20,5,5,0 +64386,842,808,15,8,8,0 +64385,842,1,22,3,3,0 +64709,841,813,0,20,20,0 +64708,841,30,0,19,19,0 +64707,841,5,0,18,18,0 +64706,841,3,0,17,17,0 +64705,841,22,0,16,16,0 +64384,842,20,50,1,1,2 +64704,841,10,0,15,15,0 +64703,841,816,0,14,14,0 +64702,841,15,0,13,13,0 +64701,841,2,0,12,12,0 +64700,841,153,0,11,11,0 +64699,841,814,1,10,10,0 +64698,841,16,2,9,9,0 +64697,841,67,4,8,8,0 +64696,841,13,6,7,7,0 +64695,841,18,8,6,6,0 +64694,841,17,10,5,5,0 +64693,841,4,12,4,4,0 +64692,841,808,15,3,3,0 +64691,841,1,18,2,2,0 +64690,841,20,25,1,1,1 +64388,842,17,22,4,4,0 +64389,842,18,26,2,2,0 +64390,842,13,16,6,6,0 +64391,842,67,4,10,10,0 +64392,842,16,2,11,11,0 +64393,842,814,2,13,13,0 +64394,842,153,0,14,14,0 +64395,842,2,15,7,7,0 +64396,842,15,0,16,16,0 +64397,842,816,0,17,17,0 +64398,842,10,0,19,19,0 +64399,842,22,0,21,21,0 +64400,842,3,0,15,15,0 +64401,842,5,0,18,18,0 +64402,842,30,2,12,12,0 +64403,842,813,0,23,23,0 +64404,842,155,6,9,9,0 +64405,842,24,0,22,22,0 +64406,842,815,0,20,20,0 +64407,842,39,0,24,24,0 +64408,843,20,68,1,1,2 +64409,843,1,47,2,2,1 +64410,843,808,17,7,7,0 +64411,843,4,26,5,5,0 +64412,843,17,37,4,4,0 +64413,843,18,38,3,3,0 +64414,843,13,24,6,6,0 +64415,843,67,4,12,12,0 +64416,843,16,2,13,13,0 +64417,843,814,2,14,14,0 +64418,843,153,0,15,15,0 +64419,843,2,15,8,8,0 +64420,843,15,0,16,16,0 +64421,843,816,0,18,18,0 +64422,843,10,0,20,20,0 +64423,843,22,0,17,17,0 +64424,843,3,10,9,9,0 +64425,843,5,0,19,19,0 +64426,843,30,6,11,11,0 +64427,843,813,0,22,22,0 +64428,843,155,7,10,10,0 +64429,843,24,0,23,23,0 +64430,843,815,0,21,21,0 +64431,843,39,0,24,24,0 +64432,844,20,93,1,1,3 +64433,844,1,59,2,2,1 +64434,844,808,21,8,8,0 +64435,844,4,41,5,5,0 +64436,844,17,55,3,3,0 +64437,844,18,46,4,4,0 +64438,844,13,24,6,6,0 +64439,844,67,6,12,12,0 +64440,844,16,2,13,13,0 +64441,844,814,2,14,14,0 +64442,844,153,0,15,15,0 +64443,844,2,21,7,7,0 +64444,844,15,0,17,17,0 +64445,844,816,0,19,19,0 +64446,844,10,0,21,21,0 +64447,844,22,0,16,16,0 +64448,844,3,20,9,9,0 +64449,844,5,0,20,20,0 +64450,844,30,6,11,11,0 +64451,844,813,0,22,22,0 +64452,844,155,8,10,10,0 +64453,844,24,0,24,24,0 +64454,844,815,0,18,18,0 +64455,844,39,0,23,23,0 +64456,845,20,118,1,1,4 +64457,845,1,77,2,2,1 +64458,845,808,21,9,9,0 +64459,845,4,51,5,5,0 +64460,845,17,67,3,3,0 +64461,845,18,61,4,4,0 +64462,845,13,24,8,8,0 +64463,845,67,6,12,12,0 +64464,845,16,2,13,13,0 +64465,845,814,2,15,15,0 +64466,845,153,0,16,16,0 +64467,845,2,25,7,7,0 +64468,845,15,0,18,18,0 +64469,845,816,0,19,19,0 +64470,845,10,0,22,22,0 +64471,845,22,0,17,17,0 +64472,845,3,26,6,6,0 +64473,845,5,0,20,20,0 +64474,845,30,14,10,10,0 +64475,845,813,0,21,21,0 +64476,845,155,9,11,11,0 +64477,845,24,0,24,24,0 +64478,845,815,2,14,14,0 +64479,845,39,0,23,23,0 +64480,846,20,143,1,1,5 +64481,846,1,85,2,2,1 +64482,846,808,21,9,9,0 +64483,846,4,69,5,5,0 +64484,846,17,79,3,3,0 +64485,846,18,76,4,4,0 +64486,846,13,24,8,8,0 +64487,846,67,7,13,13,0 +64488,846,16,8,12,12,0 +64489,846,814,2,16,16,0 +64490,846,153,0,17,17,0 +64491,846,2,29,6,6,0 +64492,846,15,0,18,18,0 +64493,846,816,0,20,20,0 +64494,846,10,0,22,22,0 +64495,846,22,2,14,14,0 +64496,846,3,26,7,7,0 +64497,846,5,0,19,19,0 +64498,846,30,14,11,11,0 +64499,846,813,0,21,21,0 +64500,846,155,19,10,10,0 +64501,846,24,0,23,23,0 +64502,846,815,2,15,15,0 +64503,846,39,0,24,24,0 +64504,847,20,161,1,1,5 +64505,847,1,85,4,4,1 +64506,847,808,31,7,7,0 +64507,847,4,69,5,5,0 +64508,847,17,94,3,3,0 +64509,847,18,101,2,2,1 +64510,847,13,32,6,6,0 +64511,847,67,8,13,13,0 +64512,847,16,8,12,12,0 +64513,847,814,2,17,17,0 +64514,847,153,4,14,14,0 +64515,847,2,29,8,8,0 +64516,847,15,0,19,19,0 +64517,847,816,0,21,21,0 +64518,847,10,0,25,25,0 +64519,847,22,4,15,15,0 +64520,847,3,26,10,10,0 +64521,847,5,0,22,22,0 +64522,847,30,26,9,9,0 +64523,847,813,0,24,24,0 +64524,847,155,25,11,11,0 +64525,847,24,0,20,20,0 +64526,847,815,2,16,16,0 +64527,847,39,0,23,23,0 +64528,847,37,0,18,18,0 +64529,848,20,186,1,1,6 +64530,848,1,97,4,4,1 +64531,848,808,31,8,8,0 +64532,848,4,87,5,5,0 +64533,848,17,109,3,3,0 +64534,848,18,109,2,2,1 +64535,848,13,42,6,6,0 +64536,848,67,8,14,14,0 +64537,848,16,10,12,12,0 +64538,848,814,2,17,17,0 +64539,848,153,8,13,13,0 +64540,848,2,30,9,9,0 +64541,848,15,0,19,19,0 +64542,848,816,0,21,21,0 +64543,848,10,0,25,25,0 +64544,848,22,4,15,15,0 +64545,848,3,32,7,7,0 +64546,848,5,0,22,22,0 +64547,848,30,26,10,10,0 +64548,848,813,0,24,24,0 +64549,848,155,25,11,11,0 +64550,848,24,0,20,20,0 +64551,848,815,2,16,16,0 +64552,848,39,0,23,23,0 +64553,848,37,0,18,18,0 +64554,849,20,204,1,1,6 +64555,849,1,109,4,4,1 +64556,849,808,31,9,9,0 +64557,849,4,112,3,3,1 +64558,849,17,124,2,2,0 +64559,849,18,109,5,5,1 +64560,849,13,52,6,6,0 +64561,849,67,8,15,15,0 +64562,849,16,10,12,12,0 +64563,849,814,2,17,17,0 +64564,849,153,9,13,13,0 +64565,849,2,34,8,8,0 +64566,849,15,0,19,19,0 +64567,849,816,0,21,21,0 +64568,849,10,0,25,25,0 +64569,849,22,4,16,16,0 +64570,849,3,40,7,7,0 +64571,849,5,0,22,22,0 +64572,849,30,28,10,10,0 +64573,849,813,0,23,23,0 +64574,849,155,25,11,11,0 +64575,849,24,0,20,20,0 +64576,849,815,8,14,14,0 +64577,849,39,0,24,24,0 +64578,849,37,0,18,18,0 +64579,849,817,0,26,26,0 +64580,850,20,216,1,1,6 +64581,850,1,134,3,3,2 +64582,850,808,32,9,9,0 +64583,850,4,130,4,4,1 +64584,850,17,139,2,2,0 +64585,850,18,109,5,5,1 +64586,850,13,62,6,6,0 +64587,850,67,8,15,15,0 +64588,850,16,18,12,12,0 +64589,850,814,2,17,17,0 +64590,850,153,9,13,13,0 +64591,850,2,34,8,8,0 +64592,850,15,0,19,19,0 +64593,850,816,0,22,22,0 +64594,850,10,0,24,24,0 +64595,850,22,4,16,16,0 +64596,850,3,46,7,7,0 +64597,850,5,0,23,23,0 +64598,850,30,32,10,10,0 +64599,850,813,0,21,21,0 +64600,850,155,27,11,11,0 +64601,850,24,0,20,20,0 +64602,850,815,8,14,14,0 +64603,850,39,0,25,25,0 +64604,850,37,0,18,18,0 +64605,850,817,0,26,26,0 +64606,850,812,0,27,27,0 +64607,851,20,234,1,1,6 +64608,851,1,146,3,3,2 +64609,851,808,32,9,9,0 +64610,851,4,145,4,4,1 +64611,851,17,149,2,2,0 +64612,851,18,134,5,5,2 +64613,851,13,70,6,6,0 +64614,851,67,12,13,13,0 +64615,851,16,18,12,12,0 +64616,851,814,8,16,16,0 +64617,851,153,10,14,14,0 +64618,851,2,34,8,8,0 +64619,851,15,0,19,19,0 +64620,851,816,0,22,22,0 +64621,851,10,0,24,24,0 +64622,851,22,4,17,17,0 +64623,851,3,48,7,7,0 +64624,851,5,0,23,23,0 +64625,851,30,32,10,10,0 +64626,851,813,0,21,21,0 +64627,851,155,27,11,11,0 +64628,851,24,0,20,20,0 +64629,851,815,8,15,15,0 +64630,851,39,0,25,25,0 +64631,851,37,0,18,18,0 +64632,851,817,0,26,26,0 +64633,851,812,0,27,27,0 +64689,852,811,0,22,22,0 +64687,852,817,0,27,27,0 +64685,852,39,0,26,26,0 +64684,852,815,8,15,15,0 +64683,852,24,0,21,21,0 +64680,852,30,42,8,8,0 +64679,852,5,0,24,24,0 +64676,852,10,0,25,25,0 +64675,852,816,0,23,23,0 +64672,852,153,10,14,14,0 +64669,852,67,12,13,13,0 +64668,852,13,74,6,6,0 +64667,852,18,149,4,4,2 +64663,852,1,146,5,5,2 +64688,852,812,0,28,28,0 +64686,852,37,0,19,19,0 +64677,852,22,4,17,17,0 +64674,852,15,0,20,20,0 +64681,852,813,1,18,18,0 +64671,852,814,8,16,16,0 +64682,852,155,27,11,11,0 +64678,852,3,56,7,7,0 +64673,852,2,34,10,10,0 +64666,852,17,167,2,2,0 +64670,852,16,24,12,12,0 +64662,852,20,259,1,1,7 +64665,852,4,157,3,3,1 +64664,852,808,34,9,9,0 +64710,853,20,284,1,1,8 +64711,853,1,158,5,5,2 +64712,853,808,34,9,9,0 +64713,853,4,172,2,2,1 +64714,853,17,167,4,4,0 +64715,853,18,167,3,3,2 +64716,853,13,82,6,6,0 +64717,853,67,13,14,14,0 +64718,853,16,24,12,12,0 +64719,853,814,12,15,15,0 +64720,853,153,16,13,13,0 +64721,853,2,34,10,10,0 +64722,853,15,0,21,21,0 +64723,853,816,0,24,24,0 +64724,853,10,0,25,25,0 +64725,853,22,4,17,17,0 +64726,853,3,56,7,7,0 +64727,853,5,0,22,22,0 +64728,853,30,52,8,8,0 +64729,853,813,1,19,19,0 +64730,853,155,27,11,11,0 +64731,853,24,0,23,23,0 +64732,853,815,8,16,16,0 +64733,853,39,0,26,26,0 +64734,853,37,0,20,20,0 +64735,853,817,0,27,27,0 +64736,853,812,0,28,28,0 +64737,853,811,2,18,18,0 +64738,854,20,309,1,1,9 +64739,854,1,168,5,5,2 +64740,854,808,34,9,9,0 +64741,854,4,184,3,3,1 +64742,854,17,182,4,4,0 +64743,854,18,185,2,2,2 +64744,854,13,84,6,6,0 +64745,854,67,13,15,15,0 +64746,854,16,28,11,11,0 +64747,854,814,20,13,13,0 +64748,854,153,16,14,14,0 +64749,854,2,34,10,10,0 +64750,854,15,0,21,21,0 +64751,854,816,0,24,24,0 +64752,854,10,0,25,25,0 +64753,854,22,4,17,17,0 +64754,854,3,62,7,7,0 +64755,854,5,0,22,22,0 +64756,854,30,52,8,8,0 +64757,854,813,1,19,19,0 +64758,854,155,27,12,12,0 +64759,854,24,0,23,23,0 +64760,854,815,9,16,16,0 +64761,854,39,0,26,26,0 +64762,854,37,0,20,20,0 +64763,854,817,0,27,27,0 +64764,854,812,0,28,28,0 +64765,854,811,2,18,18,0 +64766,855,20,324,1,1,9 +64767,855,1,178,5,5,2 +64768,855,808,36,9,9,0 +64769,855,4,202,3,3,1 +64770,855,17,194,4,4,0 +64771,855,18,210,2,2,3 +64772,855,13,90,6,6,0 +64773,855,67,13,16,16,0 +64774,855,16,28,11,11,0 +64775,855,814,20,13,13,0 +64776,855,153,16,14,14,0 +64777,855,2,34,10,10,0 +64778,855,15,0,21,21,0 +64779,855,816,0,24,24,0 +64780,855,10,0,25,25,0 +64781,855,22,4,17,17,0 +64782,855,3,63,7,7,0 +64783,855,5,0,22,22,0 +64784,855,30,60,8,8,0 +64785,855,813,1,19,19,0 +64786,855,155,27,12,12,0 +64787,855,24,0,23,23,0 +64788,855,815,13,15,15,0 +64789,855,39,0,26,26,0 +64790,855,37,0,20,20,0 +64791,855,817,0,27,27,0 +64792,855,812,0,28,28,0 +64793,855,811,2,18,18,0 +64794,856,20,349,1,1,10 +64795,856,1,196,5,5,2 +64796,856,808,36,9,9,0 +64797,856,4,212,3,3,1 +64798,856,17,209,4,4,0 +64799,856,18,222,2,2,3 +64800,856,13,98,6,6,0 +64801,856,67,15,15,15,0 +64802,856,16,28,11,11,0 +64803,856,814,21,14,14,0 +64804,856,153,22,13,13,0 +64805,856,2,34,10,10,0 +64806,856,15,0,21,21,0 +64807,856,816,0,24,24,0 +64808,856,10,0,25,25,0 +64809,856,22,4,17,17,0 +64810,856,3,67,7,7,0 +64811,856,5,0,22,22,0 +64812,856,30,60,8,8,0 +64813,856,813,1,19,19,0 +64814,856,155,27,12,12,0 +64815,856,24,0,23,23,0 +64816,856,815,13,16,16,0 +64817,856,39,0,26,26,0 +64818,856,37,0,20,20,0 +64819,856,817,0,27,27,0 +64820,856,812,0,28,28,0 +64821,856,811,2,18,18,0 +64822,857,20,374,1,1,11 +64823,857,1,202,5,5,2 +64824,857,808,36,9,9,0 +64825,857,4,227,3,3,1 +64826,857,17,221,4,4,0 +64827,857,18,240,2,2,3 +64828,857,13,98,6,6,0 +64829,857,67,15,15,15,0 +64830,857,16,30,11,11,0 +64831,857,814,21,14,14,0 +64832,857,153,26,13,13,0 +64833,857,2,34,10,10,0 +64834,857,15,0,21,21,0 +64835,857,816,0,24,24,0 +64836,857,10,0,25,25,0 +64837,857,22,4,17,17,0 +64838,857,3,75,7,7,0 +64839,857,5,0,22,22,0 +64840,857,30,70,8,8,0 +64841,857,813,1,19,19,0 +64842,857,155,27,12,12,0 +64843,857,24,0,23,23,0 +64844,857,815,14,16,16,0 +64845,857,39,0,26,26,0 +64846,857,37,0,20,20,0 +64847,857,817,0,27,27,0 +64848,857,812,0,28,28,0 +64849,857,811,2,18,18,0 +64850,858,20,374,1,1,11 +64851,858,1,227,5,5,3 +64852,858,808,36,9,9,0 +64853,858,4,245,3,3,1 +64854,858,17,233,4,4,0 +64855,858,18,255,2,2,3 +64856,858,13,108,6,6,0 +64857,858,67,15,15,15,0 +64858,858,16,34,11,11,0 +64859,858,814,23,14,14,0 +64860,858,153,26,13,13,0 +64861,858,2,34,10,10,0 +64862,858,15,0,21,21,0 +64863,858,816,0,24,24,0 +64864,858,10,0,25,25,0 +64865,858,22,4,17,17,0 +64866,858,3,83,7,7,0 +64867,858,5,0,22,22,0 +64868,858,30,76,8,8,0 +64869,858,813,1,19,19,0 +64870,858,155,28,12,12,0 +64871,858,24,0,23,23,0 +64872,858,815,14,16,16,0 +64873,858,39,0,26,26,0 +64874,858,37,0,20,20,0 +64875,858,817,0,27,27,0 +64876,858,812,0,28,28,0 +64877,858,811,2,18,18,0 +64878,859,20,392,1,1,11 +64879,859,1,227,5,5,3 +64880,859,808,37,10,10,0 +64881,859,4,257,4,4,1 +64882,859,17,258,3,3,1 +64883,859,18,270,2,2,3 +64884,859,13,118,6,6,0 +64885,859,67,15,15,15,0 +64886,859,16,42,9,9,0 +64887,859,814,27,13,13,0 +64888,859,153,26,14,14,0 +64889,859,2,34,11,11,0 +64890,859,15,0,21,21,0 +64891,859,816,0,24,24,0 +64892,859,10,0,25,25,0 +64893,859,22,4,17,17,0 +64894,859,3,89,7,7,0 +64895,859,5,0,22,22,0 +64896,859,30,76,8,8,0 +64897,859,813,1,19,19,0 +64898,859,155,30,12,12,0 +64899,859,24,0,23,23,0 +64900,859,815,14,16,16,0 +64901,859,39,0,26,26,0 +64902,859,37,0,20,20,0 +64903,859,817,0,27,27,0 +64904,859,812,0,28,28,0 +64905,859,811,2,18,18,0 +64999,860,39,0,24,24,0 +64997,860,807,0,22,22,0 +64995,860,30,0,20,20,0 +64993,860,5,0,18,18,0 +64991,860,811,0,16,16,0 +64989,860,10,0,14,14,0 +64987,860,3,0,12,12,0 +64998,860,37,0,23,23,0 +64996,860,154,0,21,21,0 +64994,860,808,0,19,19,0 +64992,860,13,0,17,17,0 +64990,860,819,0,15,15,0 +64988,860,813,0,13,13,0 +64986,860,818,0,11,11,0 +64985,860,814,1,10,10,0 +64984,860,817,2,9,9,0 +64983,860,815,4,8,8,0 +64982,860,8,6,7,7,0 +64981,860,155,8,6,6,0 +64980,860,4,10,5,5,0 +64979,860,17,12,4,4,0 +64978,860,1,15,3,3,0 +64977,860,20,18,2,2,0 +64976,860,18,25,1,1,1 +64928,861,18,25,3,3,1 +64929,861,20,18,6,6,0 +64930,861,1,30,2,2,0 +64931,861,17,24,4,4,0 +64932,861,4,35,1,1,1 +64933,861,155,8,9,9,0 +64934,861,8,16,7,7,0 +64935,861,815,22,5,5,0 +64936,861,817,2,12,12,0 +64937,861,814,7,10,10,0 +64938,861,818,4,11,11,0 +64939,861,3,0,15,15,0 +64940,861,813,0,16,16,0 +64941,861,10,0,17,17,0 +64942,861,819,0,18,18,0 +64943,861,811,8,8,8,0 +64944,861,13,0,19,19,0 +64945,861,5,0,21,21,0 +64946,861,808,0,20,20,0 +64947,861,30,1,14,14,0 +64948,861,154,0,24,24,0 +64949,861,807,2,13,13,0 +64950,861,37,0,23,23,0 +64951,861,39,0,22,22,0 +64952,862,18,43,2,2,1 +64953,862,20,28,5,5,0 +64954,862,1,45,1,1,0 +64955,862,17,36,4,4,0 +64956,862,4,37,3,3,1 +64957,862,155,9,10,10,0 +64958,862,8,16,8,8,0 +64959,862,815,22,7,7,0 +64960,862,817,2,15,15,0 +64961,862,814,7,12,12,0 +64962,862,818,4,13,13,0 +64963,862,3,25,6,6,1 +64964,862,813,4,14,14,0 +64965,862,10,0,19,19,0 +64966,862,819,0,20,20,0 +64967,862,811,14,9,9,0 +64968,862,13,0,18,18,0 +64969,862,5,0,22,22,0 +64970,862,808,0,21,21,0 +64971,862,30,1,17,17,0 +64972,862,154,8,11,11,0 +64973,862,807,2,16,16,0 +64974,862,37,0,23,23,0 +64975,862,39,0,24,24,0 +65000,863,18,43,4,4,1 +65001,863,20,53,1,1,1 +65002,863,1,49,2,2,0 +65003,863,17,48,3,3,0 +65004,863,4,43,5,5,1 +65005,863,155,9,12,12,0 +65006,863,8,34,7,7,0 +65007,863,815,22,9,9,0 +65008,863,817,2,15,15,0 +65009,863,814,15,10,10,0 +65010,863,818,4,13,13,0 +65011,863,3,35,6,6,1 +65012,863,813,4,14,14,0 +65013,863,10,0,19,19,0 +65014,863,819,0,20,20,0 +65015,863,811,14,11,11,0 +65016,863,13,2,17,17,0 +65017,863,5,0,22,22,0 +65018,863,808,0,21,21,0 +65019,863,30,2,18,18,0 +65020,863,154,23,8,8,0 +65021,863,807,2,16,16,0 +65022,863,37,0,23,23,0 +65023,863,39,0,24,24,0 +65024,864,18,45,6,6,1 +65025,864,20,61,1,1,1 +65026,864,1,53,3,3,0 +65027,864,17,48,5,5,0 +65028,864,4,61,2,2,1 +65029,864,155,19,11,11,0 +65030,864,8,49,4,4,0 +65031,864,815,22,10,10,0 +65032,864,817,2,16,16,0 +65033,864,814,15,12,12,0 +65034,864,818,4,14,14,0 +65035,864,3,41,7,7,1 +65036,864,813,29,9,9,1 +65037,864,10,0,19,19,0 +65038,864,819,0,20,20,0 +65039,864,811,14,13,13,0 +65040,864,13,2,17,17,0 +65041,864,5,0,22,22,0 +65042,864,808,0,21,21,0 +65043,864,30,2,18,18,0 +65044,864,154,35,8,8,0 +65045,864,807,3,15,15,0 +65046,864,37,0,23,23,0 +65047,864,39,0,24,24,0 +65048,865,18,45,7,7,1 +65049,865,20,73,2,2,1 +65050,865,1,63,4,4,0 +65051,865,17,73,3,3,1 +65052,865,4,76,1,1,1 +65053,865,155,19,12,12,0 +65054,865,8,51,6,6,0 +65055,865,815,22,10,10,0 +65056,865,817,2,17,17,0 +65057,865,814,21,11,11,0 +65058,865,818,4,16,16,0 +65059,865,3,59,5,5,1 +65060,865,813,29,9,9,1 +65061,865,10,0,20,20,0 +65062,865,819,0,21,21,0 +65063,865,811,15,13,13,0 +65064,865,13,10,14,14,0 +65065,865,5,0,19,19,0 +65066,865,808,0,23,23,0 +65067,865,30,2,18,18,0 +65068,865,154,35,8,8,0 +65069,865,807,7,15,15,0 +65070,865,37,0,24,24,0 +65071,865,39,0,22,22,0 +65072,866,18,45,8,8,1 +65073,866,20,85,3,3,1 +65074,866,1,88,1,1,1 +65075,866,17,79,4,4,1 +65076,866,4,86,2,2,1 +65077,866,155,21,11,11,0 +65078,866,8,55,6,6,0 +65079,866,815,37,9,9,0 +65080,866,817,2,17,17,0 +65081,866,814,21,12,12,0 +65082,866,818,4,16,16,0 +65083,866,3,67,5,5,1 +65084,866,813,29,10,10,1 +65085,866,10,0,20,20,0 +65086,866,819,0,21,21,0 +65087,866,811,15,13,13,0 +65088,866,13,11,14,14,0 +65089,866,5,0,19,19,0 +65090,866,808,0,23,23,0 +65091,866,30,2,18,18,0 +65092,866,154,53,7,7,0 +65093,866,807,7,15,15,0 +65094,866,37,0,24,24,0 +65095,866,39,0,22,22,0 +65096,867,18,49,8,8,1 +65097,867,20,85,4,4,1 +65098,867,1,88,3,3,1 +65099,867,17,91,2,2,1 +65100,867,4,111,1,1,2 +65101,867,155,21,12,12,0 +65102,867,8,73,6,6,0 +65103,867,815,39,9,9,0 +65104,867,817,2,18,18,0 +65105,867,814,27,11,11,0 +65106,867,818,4,17,17,0 +65107,867,3,75,5,5,1 +65108,867,813,29,10,10,1 +65109,867,10,0,21,21,0 +65110,867,819,0,22,22,0 +65111,867,811,16,15,15,0 +65112,867,13,11,16,16,0 +65113,867,5,0,19,19,0 +65114,867,808,0,20,20,0 +65115,867,30,17,13,13,0 +65116,867,154,53,7,7,0 +65117,867,807,17,14,14,0 +65118,867,37,0,24,24,0 +65119,867,39,0,23,23,0 +65120,868,18,50,8,8,1 +65121,868,20,100,3,3,1 +65122,868,1,92,4,4,1 +65123,868,17,116,2,2,2 +65124,868,4,129,1,1,2 +65125,868,155,21,14,14,0 +65126,868,8,83,5,5,0 +65127,868,815,39,9,9,0 +65128,868,817,2,18,18,0 +65129,868,814,27,11,11,0 +65130,868,818,4,17,17,0 +65131,868,3,75,6,6,1 +65132,868,813,29,10,10,1 +65133,868,10,0,21,21,0 +65134,868,819,0,22,22,0 +65135,868,811,18,15,15,0 +65136,868,13,23,13,13,0 +65137,868,5,0,19,19,0 +65138,868,808,0,20,20,0 +65139,868,30,23,12,12,0 +65140,868,154,61,7,7,0 +65141,868,807,17,16,16,0 +65142,868,37,0,24,24,0 +65143,868,39,0,23,23,0 +65196,870,4,164,1,1,3 +65195,870,17,124,2,2,2 +65194,870,1,117,4,4,2 +65193,870,20,122,3,3,1 +65192,870,18,76,7,7,1 +65191,869,39,0,23,23,0 +65190,869,37,0,24,24,0 +65189,869,807,19,15,15,0 +65188,869,154,61,8,8,0 +65187,869,30,29,12,12,0 +65186,869,808,0,20,20,0 +65185,869,5,0,19,19,0 +65184,869,13,23,14,14,0 +65183,869,811,18,16,16,0 +65182,869,819,0,22,22,0 +65169,869,20,110,3,3,1 +65170,869,1,92,5,5,1 +65171,869,17,120,2,2,2 +65172,869,4,154,1,1,3 +65173,869,155,33,10,10,0 +65174,869,8,98,4,4,0 +65175,869,815,47,9,9,0 +65176,869,817,2,18,18,0 +65177,869,814,27,13,13,0 +65178,869,818,4,17,17,0 +65179,869,3,76,6,6,1 +65180,869,813,29,11,11,1 +65181,869,10,0,21,21,0 +65168,869,18,68,7,7,1 +65197,870,155,33,10,10,0 +65198,870,8,116,5,5,0 +65199,870,815,47,9,9,0 +65200,870,817,2,18,18,0 +65201,870,814,27,13,13,0 +65202,870,818,4,17,17,0 +65203,870,3,77,6,6,1 +65204,870,813,29,11,11,1 +65205,870,10,0,21,21,0 +65206,870,819,0,22,22,0 +65207,870,811,24,15,15,0 +65208,870,13,25,14,14,0 +65209,870,5,0,19,19,0 +65210,870,808,0,20,20,0 +65211,870,30,29,12,12,0 +65212,870,154,76,8,8,0 +65213,870,807,19,16,16,0 +65214,870,37,0,24,24,0 +65215,870,39,0,23,23,0 +65216,871,18,101,6,6,2 +65217,871,20,140,2,2,1 +65218,871,1,117,5,5,2 +65219,871,17,132,3,3,2 +65220,871,4,164,1,1,3 +65221,871,155,33,12,12,0 +65222,871,8,131,4,4,0 +65223,871,815,47,9,9,0 +65224,871,817,4,18,18,0 +65225,871,814,28,15,15,0 +65226,871,818,8,17,17,0 +65227,871,3,77,7,7,1 +65228,871,813,29,14,14,1 +65229,871,10,0,21,21,0 +65230,871,819,0,22,22,0 +65231,871,811,24,16,16,0 +65232,871,13,35,11,11,0 +65233,871,5,0,20,20,0 +65234,871,808,0,19,19,0 +65235,871,30,35,10,10,0 +65236,871,154,76,8,8,0 +65237,871,807,31,13,13,0 +65238,871,37,0,24,24,0 +65239,871,39,0,23,23,0 +65240,872,18,101,6,6,2 +65241,872,20,140,4,4,1 +65242,872,1,142,2,2,3 +65243,872,17,132,5,5,2 +65244,872,4,179,1,1,3 +65245,872,155,35,12,12,0 +65246,872,8,141,3,3,0 +65247,872,815,65,9,9,0 +65248,872,817,4,18,18,0 +65249,872,814,32,13,13,0 +65250,872,818,8,17,17,0 +65251,872,3,83,7,7,1 +65252,872,813,29,15,15,1 +65253,872,10,0,22,22,0 +65254,872,819,0,23,23,0 +65255,872,811,25,16,16,0 +65256,872,13,47,10,10,0 +65257,872,5,0,19,19,0 +65258,872,808,0,20,20,0 +65259,872,30,43,11,11,0 +65260,872,154,76,8,8,0 +65261,872,807,31,14,14,0 +65262,872,37,0,25,25,0 +65263,872,39,0,24,24,0 +65264,872,816,0,21,21,0 +65359,873,30,43,12,12,0 +65360,873,154,82,8,8,0 +65345,873,155,35,13,13,0 +65353,873,10,0,19,19,0 +65363,873,39,0,24,24,0 +65346,873,8,149,3,3,0 +65343,873,17,132,5,5,2 +65362,873,37,0,25,25,0 +65361,873,807,31,14,14,0 +65358,873,808,0,21,21,0 +65357,873,5,0,20,20,0 +65355,873,811,25,16,16,0 +65356,873,13,51,10,10,0 +65354,873,819,0,23,23,0 +65352,873,813,29,15,15,1 +65351,873,3,93,7,7,1 +65350,873,818,8,17,17,0 +65349,873,814,44,11,11,0 +65347,873,815,66,9,9,0 +65348,873,817,6,18,18,0 +65344,873,4,194,1,1,3 +65341,873,20,165,2,2,2 +65340,873,18,119,6,6,2 +65389,874,816,0,22,22,0 +65387,874,37,0,25,25,0 +65386,874,807,37,14,14,0 +65385,874,154,82,8,8,0 +65384,874,30,43,13,13,0 +65383,874,808,0,21,21,0 +65381,874,13,69,9,9,0 +65380,874,811,25,16,16,0 +65379,874,819,0,23,23,0 +65377,874,813,33,15,15,1 +65373,874,817,7,18,18,0 +65370,874,155,50,11,11,0 +65368,874,17,134,5,5,2 +65366,874,20,190,2,2,3 +65388,874,39,0,24,24,0 +65382,874,5,0,20,20,0 +65371,874,8,157,3,3,0 +65372,874,815,66,10,10,0 +65374,874,814,44,12,12,0 +65369,874,4,194,1,1,3 +65378,874,10,0,19,19,0 +65376,874,3,93,7,7,1 +65375,874,818,8,17,17,0 +65365,874,18,131,6,6,2 +65367,874,1,152,4,4,3 +65364,873,816,0,22,22,0 +65342,873,1,142,4,4,3 +65390,875,18,131,6,6,2 +65391,875,20,215,1,1,4 +65392,875,1,153,4,4,3 +65393,875,17,152,5,5,2 +65394,875,4,209,2,2,3 +65395,875,155,50,11,11,0 +65396,875,8,167,3,3,0 +65397,875,815,66,10,10,0 +65398,875,817,9,18,18,0 +65399,875,814,44,13,13,0 +65400,875,818,12,17,17,0 +65401,875,3,93,7,7,1 +65402,875,813,33,15,15,1 +65403,875,10,0,19,19,0 +65404,875,819,0,23,23,0 +65405,875,811,25,16,16,0 +65406,875,13,81,9,9,0 +65407,875,5,0,20,20,0 +65408,875,808,0,21,21,0 +65409,875,30,43,14,14,0 +65410,875,154,88,8,8,0 +65411,875,807,45,12,12,0 +65412,875,37,0,25,25,0 +65413,875,39,0,24,24,0 +65414,875,816,0,22,22,0 +65415,876,18,141,6,6,2 +65416,876,20,240,1,1,5 +65417,876,1,165,5,5,3 +65418,876,17,167,4,4,2 +65419,876,4,227,2,2,3 +65420,876,155,50,11,11,0 +65421,876,8,173,3,3,0 +65422,876,815,66,10,10,0 +65423,876,817,9,18,18,0 +65424,876,814,44,13,13,0 +65425,876,818,12,17,17,0 +65426,876,3,93,7,7,1 +65427,876,813,33,15,15,1 +65428,876,10,0,19,19,0 +65429,876,819,0,23,23,0 +65430,876,811,26,16,16,0 +65431,876,13,89,9,9,0 +65432,876,5,0,20,20,0 +65433,876,808,0,21,21,0 +65434,876,30,43,14,14,0 +65435,876,154,90,8,8,0 +65436,876,807,49,12,12,0 +65437,876,37,0,25,25,0 +65438,876,39,0,24,24,0 +65439,876,816,0,22,22,0 +65440,877,18,153,6,6,2 +65441,877,20,255,1,1,5 +65442,877,1,165,5,5,3 +65443,877,17,167,4,4,2 +65444,877,4,245,2,2,3 +65445,877,155,58,11,11,0 +65446,877,8,198,3,3,1 +65447,877,815,66,10,10,0 +65448,877,817,10,18,18,0 +65449,877,814,46,13,13,0 +65450,877,818,12,17,17,0 +65451,877,3,93,8,8,1 +65452,877,813,43,14,14,1 +65453,877,10,0,19,19,0 +65454,877,819,0,23,23,0 +65455,877,811,30,16,16,0 +65456,877,13,95,7,7,0 +65457,877,5,0,20,20,0 +65458,877,808,0,21,21,0 +65459,877,30,43,15,15,0 +65460,877,154,90,9,9,0 +65461,877,807,49,12,12,0 +65462,877,37,0,25,25,0 +65463,877,39,0,24,24,0 +65464,877,816,0,22,22,0 +65465,878,18,163,6,6,2 +65466,878,20,273,1,1,5 +65467,878,1,190,4,4,4 +65468,878,17,167,5,5,2 +65469,878,4,260,2,2,3 +65470,878,155,58,11,11,0 +65471,878,8,206,3,3,1 +65472,878,815,66,10,10,0 +65473,878,817,10,18,18,0 +65474,878,814,46,13,13,0 +65475,878,818,12,17,17,0 +65476,878,3,93,9,9,1 +65477,878,813,45,14,14,1 +65478,878,10,0,19,19,0 +65479,878,819,0,23,23,0 +65480,878,811,31,16,16,0 +65481,878,13,107,7,7,0 +65482,878,5,0,20,20,0 +65483,878,808,0,21,21,0 +65484,878,30,43,15,15,0 +65485,878,154,96,8,8,0 +65486,878,807,53,12,12,0 +65487,878,37,0,25,25,0 +65488,878,39,0,24,24,0 +65489,878,816,0,22,22,0 +65490,879,18,188,5,5,3 +65491,879,20,281,1,1,5 +65492,879,1,190,4,4,4 +65493,879,17,179,6,6,2 +65494,879,4,278,2,2,3 +65495,879,155,60,12,12,0 +65496,879,8,207,3,3,1 +65497,879,815,66,10,10,0 +65498,879,817,10,18,18,0 +65499,879,814,46,14,14,0 +65500,879,818,16,17,17,0 +65501,879,3,93,9,9,1 +65502,879,813,45,15,15,1 +65503,879,10,0,20,20,0 +65504,879,819,0,21,21,0 +65505,879,811,31,16,16,0 +65506,879,13,122,7,7,0 +65507,879,5,0,22,22,0 +65508,879,808,0,19,19,0 +65509,879,30,49,13,13,0 +65510,879,154,96,8,8,0 +65511,879,807,63,11,11,0 +65512,879,37,0,25,25,0 +65513,879,39,0,24,24,0 +65514,879,816,0,23,23,0 +65515,880,8,25,1,1,1 +65516,880,4,18,2,2,0 +65517,880,20,15,3,3,0 +65518,880,13,12,4,4,0 +65519,880,1,10,5,5,0 +65520,880,17,8,6,6,0 +65521,880,16,6,7,7,0 +65522,880,814,4,8,8,0 +65523,880,18,2,9,9,0 +65524,880,154,1,10,10,0 +65525,880,815,0,11,11,0 +65526,880,818,0,12,12,0 +65527,880,821,0,13,13,0 +65528,880,822,0,14,14,0 +65529,880,824,0,15,15,0 +65530,880,819,0,16,16,0 +65531,880,820,0,17,17,0 +65532,880,823,0,18,18,0 +65533,880,817,0,19,19,0 +65534,880,3,0,20,20,0 +65535,880,813,0,21,21,0 +65536,880,807,0,22,22,0 +65537,881,8,31,2,2,1 +65538,881,4,18,6,6,0 +65539,881,20,40,1,1,1 +65540,881,13,22,5,5,0 +65541,881,1,25,4,4,0 +65542,881,17,26,3,3,0 +65543,881,16,6,9,9,0 +65544,881,814,4,10,10,0 +65545,881,18,2,13,13,0 +65546,881,154,9,8,8,0 +65547,881,815,2,12,12,0 +65548,881,818,1,14,14,0 +65549,881,821,0,16,16,0 +65550,881,822,0,15,15,0 +65551,881,824,0,17,17,0 +65552,881,819,0,18,18,0 +65553,881,820,0,20,20,0 +65554,881,823,0,19,19,0 +65555,881,817,0,21,21,0 +65556,881,3,12,7,7,0 +65557,881,813,0,22,22,0 +65558,881,807,4,11,11,0 +65559,882,8,49,2,2,1 +65560,882,4,43,3,3,1 +65561,882,20,52,1,1,1 +65562,882,13,30,5,5,0 +65563,882,1,40,4,4,0 +65564,882,17,26,6,6,0 +65565,882,16,6,12,12,0 +65566,882,814,8,10,10,0 +65567,882,18,12,8,8,0 +65568,882,154,11,9,9,0 +65569,882,815,2,14,14,0 +65570,882,818,1,15,15,0 +65571,882,821,0,17,17,0 +65572,882,822,0,16,16,0 +65573,882,824,0,18,18,0 +65574,882,819,0,19,19,0 +65575,882,820,0,22,22,0 +65576,882,823,0,21,21,0 +65577,882,817,6,11,11,0 +65578,882,3,12,7,7,0 +65579,882,813,0,20,20,0 +65580,882,807,5,13,13,0 +65581,883,8,67,2,2,1 +65582,883,4,47,4,4,1 +65583,883,20,77,1,1,2 +65584,883,13,30,6,6,0 +65585,883,1,50,3,3,0 +65586,883,17,32,5,5,0 +65587,883,16,6,12,12,0 +65588,883,814,20,8,8,0 +65589,883,18,13,10,10,0 +65590,883,154,26,7,7,0 +65591,883,815,10,11,11,0 +65592,883,818,1,15,15,0 +65593,883,821,0,18,18,0 +65594,883,822,0,16,16,0 +65595,883,824,0,19,19,0 +65596,883,819,0,20,20,0 +65597,883,820,0,22,22,0 +65598,883,823,0,21,21,0 +65599,883,817,6,13,13,0 +65600,883,3,14,9,9,0 +65601,883,813,0,17,17,0 +65602,883,807,5,14,14,0 +65645,884,813,0,18,18,0 +65644,884,3,22,9,9,0 +65643,884,817,7,12,12,0 +65641,884,820,0,22,22,0 +65639,884,824,0,19,19,0 +65638,884,822,0,17,17,0 +65637,884,821,0,16,16,0 +65636,884,818,1,15,15,0 +65633,884,18,17,10,10,0 +65632,884,814,26,8,8,0 +65631,884,16,6,13,13,0 +65630,884,17,42,6,6,0 +65629,884,1,50,4,4,0 +65627,884,20,89,1,1,2 +65626,884,4,72,3,3,2 +65625,884,8,85,2,2,1 +65646,884,807,5,14,14,0 +65642,884,823,0,21,21,0 +65640,884,819,0,20,20,0 +65635,884,815,12,11,11,0 +65634,884,154,26,7,7,0 +65628,884,13,45,5,5,0 +65647,885,8,86,2,2,1 +65648,885,4,78,3,3,2 +65649,885,20,107,1,1,2 +65650,885,13,45,7,7,0 +65651,885,1,62,4,4,0 +65652,885,17,57,5,5,0 +65653,885,16,16,11,11,0 +65654,885,814,28,8,8,0 +65655,885,18,25,10,10,0 +65656,885,154,26,9,9,0 +65657,885,815,12,12,12,0 +65658,885,818,5,15,15,0 +65659,885,821,0,16,16,0 +65660,885,822,0,17,17,0 +65661,885,824,0,19,19,0 +65662,885,819,0,20,20,0 +65663,885,820,0,21,21,0 +65664,885,823,0,22,22,0 +65665,885,817,7,13,13,0 +65666,885,3,47,6,6,1 +65667,885,813,0,18,18,0 +65668,885,807,5,14,14,0 +65669,886,8,88,3,3,1 +65670,886,4,96,2,2,2 +65671,886,20,132,1,1,3 +65672,886,13,49,7,7,0 +65673,886,1,77,4,4,0 +65674,886,17,69,5,5,0 +65675,886,16,17,11,11,0 +65676,886,814,34,8,8,0 +65677,886,18,25,10,10,0 +65678,886,154,26,9,9,0 +65679,886,815,12,13,13,0 +65680,886,818,13,12,12,0 +65681,886,821,0,16,16,0 +65682,886,822,0,17,17,0 +65683,886,824,0,19,19,0 +65684,886,819,0,20,20,0 +65685,886,820,0,21,21,0 +65686,886,823,0,22,22,0 +65687,886,817,7,14,14,0 +65688,886,3,57,6,6,1 +65689,886,813,0,18,18,0 +65690,886,807,5,15,15,0 +65734,887,807,6,15,15,0 +65733,887,813,0,16,16,0 +65731,887,817,11,14,14,0 +65730,887,823,0,22,22,0 +65728,887,819,0,20,20,0 +65727,887,824,0,19,19,0 +65725,887,821,0,18,18,0 +65724,887,818,13,12,12,0 +65719,887,16,23,11,11,0 +65718,887,17,87,5,5,0 +65715,887,20,132,1,1,3 +65716,887,13,57,7,7,0 +65717,887,1,89,4,4,0 +65732,887,3,82,6,6,2 +65729,887,820,0,21,21,0 +65726,887,822,0,17,17,0 +65720,887,814,36,8,8,0 +65713,887,8,98,3,3,1 +65714,887,4,111,2,2,2 +65723,887,815,12,13,13,0 +65722,887,154,26,9,9,0 +65721,887,18,25,10,10,0 +65735,888,8,116,3,3,1 +65736,888,4,123,2,2,2 +65737,888,20,157,1,1,4 +65738,888,13,57,7,7,0 +65739,888,1,99,4,4,0 +65740,888,17,93,5,5,0 +65741,888,16,23,11,11,0 +65742,888,814,36,9,9,0 +65743,888,18,33,10,10,0 +65744,888,154,41,8,8,0 +65745,888,815,16,12,12,0 +65746,888,818,13,13,13,0 +65747,888,821,0,18,18,0 +65748,888,822,0,17,17,0 +65749,888,824,0,19,19,0 +65750,888,819,0,20,20,0 +65751,888,820,0,21,21,0 +65752,888,823,0,22,22,0 +65753,888,817,11,14,14,0 +65754,888,3,84,6,6,2 +65755,888,813,0,16,16,0 +65756,888,807,7,15,15,0 +65757,890,8,134,2,2,1 +65758,890,4,133,3,3,2 +65759,890,20,172,1,1,4 +65760,890,13,61,7,7,0 +65761,890,1,124,4,4,1 +65762,890,17,105,5,5,0 +65763,890,16,23,11,11,0 +65764,890,814,36,10,10,0 +65765,890,18,39,9,9,0 +65766,890,154,49,8,8,0 +65767,890,815,18,12,12,0 +65768,890,818,13,13,13,0 +65769,890,821,0,18,18,0 +65770,890,822,0,17,17,0 +65771,890,824,0,19,19,0 +65772,890,819,0,20,20,0 +65773,890,820,0,22,22,0 +65774,890,823,0,21,21,0 +65775,890,817,11,14,14,0 +65776,890,3,84,6,6,2 +65777,890,813,1,16,16,0 +65778,890,807,7,15,15,0 +65779,891,8,134,4,4,1 +65780,891,4,151,2,2,2 +65781,891,20,197,1,1,5 +65782,891,13,67,7,7,0 +65783,891,1,139,3,3,1 +65784,891,17,115,5,5,0 +65785,891,16,25,11,11,0 +65786,891,814,36,10,10,0 +65787,891,18,47,9,9,0 +65788,891,154,53,8,8,0 +65789,891,815,18,12,12,0 +65790,891,818,13,13,13,0 +65791,891,821,0,18,18,0 +65792,891,822,0,17,17,0 +65793,891,824,0,19,19,0 +65794,891,819,0,20,20,0 +65795,891,820,0,22,22,0 +65796,891,823,0,21,21,0 +65797,891,817,12,14,14,0 +65798,891,3,96,6,6,2 +65799,891,813,1,16,16,0 +65800,891,807,7,15,15,0 +65801,892,8,134,4,4,1 +65802,892,4,169,2,2,2 +65803,892,20,222,1,1,6 +65804,892,13,79,7,7,0 +65805,892,1,141,3,3,1 +65806,892,17,130,5,5,0 +65807,892,16,25,11,11,0 +65808,892,814,36,10,10,0 +65809,892,18,48,9,9,0 +65810,892,154,57,8,8,0 +65811,892,815,18,12,12,0 +65812,892,818,13,15,15,0 +65813,892,821,0,18,18,0 +65814,892,822,0,17,17,0 +65815,892,824,0,19,19,0 +65816,892,819,0,20,20,0 +65817,892,820,0,22,22,0 +65818,892,823,0,21,21,0 +65819,892,817,18,13,13,0 +65820,892,3,104,6,6,2 +65821,892,813,1,16,16,0 +65822,892,807,17,14,14,0 +65823,893,8,149,4,4,1 +65824,893,4,187,2,2,2 +65825,893,20,247,1,1,7 +65826,893,13,87,7,7,0 +65827,893,1,151,3,3,1 +65828,893,17,130,5,5,0 +65829,893,16,26,11,11,0 +65830,893,814,36,10,10,0 +65831,893,18,54,9,9,0 +65832,893,154,57,8,8,0 +65833,893,815,22,12,12,0 +65834,893,818,13,15,15,0 +65835,893,821,0,17,17,0 +65836,893,822,0,18,18,0 +65837,893,824,0,19,19,0 +65838,893,819,0,20,20,0 +65839,893,820,0,22,22,0 +65840,893,823,0,21,21,0 +65841,893,817,18,14,14,0 +65842,893,3,116,6,6,2 +65843,893,813,1,16,16,0 +65844,893,807,19,13,13,0 +65845,894,8,167,3,3,1 +65846,894,4,195,2,2,2 +65847,894,20,272,1,1,8 +65848,894,13,89,7,7,0 +65849,894,1,161,4,4,1 +65850,894,17,130,5,5,0 +65851,894,16,26,12,12,0 +65852,894,814,36,10,10,0 +65853,894,18,58,9,9,0 +65854,894,154,72,8,8,0 +65855,894,815,23,13,13,0 +65856,894,818,13,15,15,0 +65857,894,821,0,17,17,0 +65858,894,822,0,18,18,0 +65859,894,824,0,19,19,0 +65860,894,819,0,20,20,0 +65861,894,820,0,22,22,0 +65862,894,823,0,21,21,0 +65863,894,817,18,14,14,0 +65864,894,3,122,6,6,2 +65865,894,813,1,16,16,0 +65866,894,807,31,11,11,0 +65867,895,8,177,3,3,1 +65868,895,4,207,2,2,2 +65869,895,20,297,1,1,9 +65870,895,13,90,7,7,0 +65871,895,1,161,4,4,1 +65872,895,17,148,5,5,0 +65873,895,16,26,12,12,0 +65874,895,814,36,11,11,0 +65875,895,18,60,9,9,0 +65876,895,154,87,8,8,0 +65877,895,815,23,13,13,0 +65878,895,818,13,15,15,0 +65879,895,821,6,16,16,0 +65880,895,822,0,18,18,0 +65881,895,824,0,19,19,0 +65882,895,819,0,20,20,0 +65883,895,820,0,22,22,0 +65884,895,823,0,21,21,0 +65885,895,817,18,14,14,0 +65886,895,3,126,6,6,2 +65887,895,813,1,17,17,0 +65888,895,807,39,10,10,0 +65889,896,8,183,3,3,1 +65890,896,4,207,2,2,2 +65891,896,20,322,1,1,10 +65892,896,13,102,8,8,0 +65893,896,1,169,4,4,1 +65894,896,17,148,5,5,0 +65895,896,16,28,13,13,0 +65896,896,814,40,10,10,0 +65897,896,18,60,9,9,0 +65898,896,154,102,7,7,0 +65899,896,815,33,12,12,0 +65900,896,818,13,15,15,0 +65901,896,821,6,16,16,0 +65902,896,822,0,18,18,0 +65903,896,824,0,19,19,0 +65904,896,819,0,20,20,0 +65905,896,820,0,22,22,0 +65906,896,823,0,21,21,0 +65907,896,817,19,14,14,0 +65908,896,3,144,6,6,2 +65909,896,813,1,17,17,0 +65910,896,807,39,11,11,0 +65911,897,8,183,3,3,1 +65912,897,4,217,2,2,2 +65913,897,20,347,1,1,11 +65914,897,13,106,8,8,0 +65915,897,1,175,4,4,1 +65916,897,17,166,5,5,0 +65917,897,16,29,13,13,0 +65918,897,814,48,10,10,0 +65919,897,18,60,9,9,0 +65920,897,154,114,7,7,0 +65921,897,815,35,12,12,0 +65922,897,818,13,15,15,0 +65923,897,821,6,16,16,0 +65924,897,822,0,18,18,0 +65925,897,824,0,19,19,0 +65926,897,819,0,20,20,0 +65927,897,820,0,22,22,0 +65928,897,823,0,21,21,0 +65929,897,817,19,14,14,0 +65930,897,3,159,6,6,2 +65931,897,813,1,17,17,0 +65932,897,807,39,11,11,0 +65933,898,8,183,4,4,1 +65934,898,4,227,2,2,2 +65935,898,20,372,1,1,12 +65936,898,13,106,8,8,0 +65937,898,1,187,3,3,1 +65938,898,17,181,5,5,0 +65939,898,16,29,13,13,0 +65940,898,814,48,10,10,0 +65941,898,18,61,9,9,0 +65942,898,154,132,7,7,0 +65943,898,815,41,12,12,0 +65944,898,818,13,15,15,0 +65945,898,821,6,16,16,0 +65946,898,822,4,17,17,0 +65947,898,824,0,19,19,0 +65948,898,819,0,20,20,0 +65949,898,820,0,22,22,0 +65950,898,823,0,21,21,0 +65951,898,817,19,14,14,0 +65952,898,3,161,6,6,2 +65953,898,813,1,18,18,0 +65954,898,807,47,11,11,0 +65955,898,5,0,23,23,0 +65956,899,8,183,5,5,1 +65957,899,4,242,2,2,2 +65958,899,20,397,1,1,13 +65959,899,13,112,8,8,0 +65960,899,1,189,4,4,1 +65961,899,17,199,3,3,0 +65962,899,16,29,13,13,0 +65963,899,814,48,12,12,0 +65964,899,18,73,9,9,0 +65965,899,154,132,7,7,0 +65966,899,815,49,11,11,0 +65967,899,818,13,15,15,0 +65968,899,821,6,16,16,0 +65969,899,822,4,17,17,0 +65970,899,824,0,19,19,0 +65971,899,819,0,20,20,0 +65972,899,820,0,23,23,0 +65973,899,823,0,21,21,0 +65974,899,817,20,14,14,0 +65975,899,3,171,6,6,2 +65976,899,813,1,18,18,0 +65977,899,807,51,10,10,0 +65978,899,5,0,22,22,0 +66016,272,112,0,43,43,0 +66017,272,114,0,35,35,0 +66018,272,113,0,36,36,0 +66019,272,93,0,37,37,0 +66020,272,115,0,44,44,0 +66021,272,63,0,32,32,0 +66022,272,116,0,33,33,0 +66023,272,89,0,45,45,0 +66024,272,98,0,41,41,0 +66037,257,102,0,13,13,0 +66038,257,84,0,14,14,0 +66039,257,56,0,15,15,0 +66040,257,50,0,16,16,0 +66041,257,103,0,17,17,0 +66042,257,87,0,18,18,0 +66043,257,104,0,19,19,0 +66044,257,49,0,20,20,0 +66045,257,57,0,21,21,0 +66046,257,105,0,22,22,0 +66047,257,81,0,23,23,0 +66048,257,77,0,24,24,0 +66049,257,106,0,25,25,0 +66050,257,92,0,26,26,0 +66051,257,107,0,27,27,0 +66052,257,108,0,28,28,0 +66070,258,87,0,24,24,0 +66071,258,104,3,6,6,0 +66072,258,49,2,7,7,0 +66073,258,57,0,26,26,0 +66074,258,105,0,21,21,0 +66075,258,81,0,18,18,0 +66076,258,77,6,4,4,0 +66077,258,106,0,27,27,0 +66078,258,92,0,29,29,0 +66079,258,107,0,16,16,0 +66080,258,108,0,30,30,0 +66081,258,88,0,25,25,0 +66082,258,78,0,28,28,0 +66104,259,105,0,24,24,0 +66105,259,81,0,22,22,0 +66106,259,77,6,4,4,0 +66107,259,106,0,30,30,0 +66108,259,92,0,28,28,0 +66109,259,107,0,20,20,0 +66110,259,108,0,32,32,0 +66111,259,88,0,29,29,0 +66112,259,78,6,5,5,0 +66113,259,110,0,25,25,0 +66114,259,109,0,31,31,0 +66140,260,92,0,29,29,0 +66141,260,107,0,24,24,0 +66142,260,108,0,28,28,0 +66143,260,88,0,32,32,0 +66144,260,78,6,6,6,0 +66145,260,110,3,12,12,0 +66146,260,109,0,17,17,0 +66174,261,108,0,30,30,0 +66175,261,88,0,34,34,0 +66176,261,78,6,7,7,0 +66177,261,110,3,13,13,0 +66178,261,109,0,21,21,0 +66179,261,70,0,25,25,0 +66180,261,14,0,33,33,0 +66181,261,85,0,35,35,0 +66210,262,88,0,34,34,0 +66211,262,78,6,7,7,0 +66212,262,110,3,13,13,0 +66213,262,109,1,17,17,0 +66214,262,70,0,26,26,0 +66215,262,14,2,16,16,0 +66216,262,85,0,35,35,0 +66246,263,78,6,7,7,0 +66247,263,110,4,12,12,0 +66248,263,109,1,17,17,0 +66249,263,70,0,26,26,0 +66250,263,14,2,16,16,0 +66251,263,85,0,37,37,0 +66252,263,111,0,27,27,0 +66253,263,95,0,34,34,0 +66284,264,110,4,13,13,0 +66285,264,109,1,17,17,0 +66286,264,70,0,27,27,0 +66287,264,14,4,15,15,0 +66288,264,85,0,37,37,0 +66289,264,111,0,28,28,0 +66290,264,95,0,35,35,0 +66322,265,109,1,21,21,0 +66323,265,70,0,28,28,0 +66324,265,14,4,18,18,0 +66325,265,85,0,37,37,0 +66326,265,111,0,29,29,0 +66327,265,95,0,35,35,0 +66359,266,109,1,23,23,0 +66360,266,70,0,28,28,0 +66361,266,14,4,19,19,0 +66362,266,85,0,38,38,0 +66363,266,111,0,29,29,0 +66364,266,95,0,35,35,0 +66365,266,112,0,37,37,0 +66397,267,109,1,23,23,0 +66398,267,70,0,29,29,0 +66399,267,14,7,11,11,0 +66400,267,85,0,38,38,0 +66401,267,111,0,28,28,0 +66402,267,95,0,35,35,0 +66403,267,112,0,37,37,0 +66435,268,109,1,23,23,0 +66436,268,70,0,29,29,0 +66437,268,14,8,10,10,0 +66438,268,85,0,39,39,0 +66439,268,111,0,28,28,0 +66440,268,95,0,35,35,0 +66441,268,112,0,38,38,0 +66442,268,114,0,37,37,0 +66476,269,14,14,7,7,0 +66477,269,85,0,40,40,0 +66478,269,111,0,28,28,0 +66479,269,95,0,37,37,0 +66480,269,112,0,39,39,0 +66481,269,114,0,32,32,0 +66482,269,113,0,33,33,0 +66517,270,85,0,42,42,0 +66518,270,111,0,28,28,0 +66519,270,95,0,38,38,0 +66520,270,112,0,40,40,0 +66521,270,114,0,32,32,0 +66522,270,113,0,33,33,0 +66523,270,93,0,34,34,0 +66524,270,115,0,41,41,0 +66561,271,95,3,21,21,0 +66562,271,112,0,42,42,0 +66563,271,114,0,34,34,0 +66564,271,113,0,35,35,0 +66565,271,93,0,36,36,0 +66566,271,115,0,44,44,0 +66567,271,63,0,32,32,0 +66568,271,116,0,40,40,0 +66569,271,89,0,43,43,0 +66632,900,13,0,20,20,0 +66630,900,20,0,18,18,0 +66628,900,813,0,16,16,0 +66626,900,824,0,14,14,0 +66624,900,821,0,12,12,0 +66614,900,825,18,2,2,0 +66615,900,18,15,3,3,0 +66616,900,4,12,4,4,0 +66617,900,822,10,5,5,0 +66618,900,807,8,6,6,0 +66619,900,8,6,7,7,0 +66633,900,155,0,21,21,0 +66631,900,1,0,19,19,0 +66629,900,828,0,17,17,0 +66627,900,154,0,15,15,0 +66625,900,820,0,13,13,0 +66623,900,16,0,11,11,0 +66622,900,815,1,10,10,0 +66621,900,826,2,9,9,0 +66620,900,818,4,8,8,0 +66613,900,3,25,1,1,1 +66634,900,817,0,22,22,0 +66635,901,3,43,1,1,1 +66636,901,825,20,5,5,0 +66637,901,18,23,4,4,0 +66638,901,4,24,3,3,0 +66639,901,822,14,8,8,0 +66640,901,807,18,6,6,0 +66641,901,8,6,9,9,0 +66642,901,818,4,11,11,0 +66643,901,826,3,12,12,0 +66644,901,815,1,13,13,0 +66645,901,16,0,15,15,0 +66646,901,821,0,16,16,0 +66647,901,820,0,17,17,0 +66648,901,824,0,20,20,0 +66649,901,154,0,14,14,0 +66650,901,813,0,21,21,0 +66651,901,828,0,19,19,0 +66652,901,20,15,7,7,0 +66653,901,1,25,2,2,1 +66654,901,13,6,10,10,0 +66655,901,155,0,18,18,0 +66656,901,817,0,22,22,0 +66657,902,3,61,1,1,1 +66658,902,825,20,7,7,0 +66659,902,18,23,5,5,0 +66660,902,4,26,4,4,0 +66661,902,822,18,8,8,0 +66662,902,807,28,3,3,0 +66663,902,8,7,12,12,0 +66664,902,818,4,13,13,0 +66665,902,826,3,14,14,0 +66666,902,815,16,9,9,0 +66667,902,16,0,16,16,0 +66668,902,821,0,17,17,0 +66669,902,820,0,18,18,0 +66670,902,824,0,22,22,0 +66671,902,154,0,15,15,0 +66672,902,813,0,20,20,0 +66673,902,828,0,21,21,0 +66674,902,20,23,6,6,0 +66675,902,1,50,2,2,2 +66676,902,13,12,11,11,0 +66677,902,155,0,19,19,0 +66678,902,817,12,10,10,0 +66679,903,3,79,1,1,1 +66680,903,825,20,9,9,0 +66681,903,18,23,8,8,0 +66682,903,4,41,3,3,0 +66683,903,822,24,7,7,0 +66684,903,807,36,4,4,0 +66685,903,8,11,12,12,0 +66686,903,818,4,13,13,0 +66687,903,826,4,14,14,0 +66688,903,815,18,10,10,0 +66689,903,16,0,16,16,0 +66690,903,821,0,17,17,0 +66691,903,820,0,18,18,0 +66692,903,824,0,22,22,0 +66693,903,154,0,15,15,0 +66694,903,813,0,20,20,0 +66695,903,828,0,21,21,0 +66696,903,20,33,5,5,0 +66697,903,1,75,2,2,3 +66698,903,13,12,11,11,0 +66699,903,155,0,19,19,0 +66700,903,817,24,6,6,0 +66701,904,3,97,2,2,1 +66702,904,825,20,9,9,0 +66703,904,18,23,8,8,0 +66704,904,4,49,3,3,0 +66705,904,822,34,7,7,0 +66706,904,807,37,6,6,0 +66707,904,8,17,11,11,0 +66708,904,818,4,14,14,0 +66709,904,826,4,15,15,0 +66710,904,815,20,10,10,0 +66711,904,16,0,16,16,0 +66712,904,821,0,17,17,0 +66713,904,820,0,18,18,0 +66714,904,824,0,22,22,0 +66715,904,154,4,13,13,0 +66716,904,813,0,20,20,0 +66717,904,828,0,21,21,0 +66718,904,20,45,4,4,0 +66719,904,1,100,1,1,4 +66720,904,13,12,12,12,0 +66721,904,155,0,19,19,0 +66722,904,817,39,5,5,0 +66723,905,3,122,1,1,2 +66724,905,825,21,9,9,0 +66725,905,18,31,8,8,0 +66726,905,4,61,3,3,0 +66727,905,822,34,7,7,0 +66728,905,807,47,5,5,0 +66729,905,8,17,12,12,0 +66730,905,818,4,14,14,0 +66731,905,826,4,15,15,0 +66732,905,815,20,10,10,0 +66733,905,16,0,18,18,0 +66734,905,821,0,19,19,0 +66735,905,820,0,20,20,0 +66736,905,824,2,16,16,0 +66737,905,154,8,13,13,0 +66738,905,813,0,22,22,0 +66739,905,828,0,17,17,0 +66740,905,20,45,6,6,0 +66741,905,1,118,2,2,4 +66742,905,13,18,11,11,0 +66743,905,155,0,21,21,0 +66744,905,817,54,4,4,0 +66745,906,3,140,1,1,2 +66746,906,825,23,9,9,0 +66747,906,18,43,7,7,0 +66748,906,4,69,4,4,0 +66749,906,822,40,8,8,0 +66750,906,807,57,6,6,0 +66751,906,8,18,12,12,0 +66752,906,818,8,14,14,0 +66753,906,826,4,15,15,0 +66754,906,815,20,10,10,0 +66755,906,16,0,17,17,0 +66756,906,821,0,19,19,0 +66757,906,820,0,20,20,0 +66758,906,824,2,16,16,0 +66759,906,154,8,13,13,0 +66760,906,813,0,22,22,0 +66761,906,828,0,18,18,0 +66762,906,20,60,5,5,0 +66763,906,1,118,2,2,4 +66764,906,13,18,11,11,0 +66765,906,155,0,21,21,0 +66766,906,817,79,3,3,1 +66767,907,3,165,1,1,3 +66768,907,825,29,10,10,0 +66769,907,18,43,8,8,0 +66770,907,4,79,4,4,0 +66771,907,822,55,7,7,0 +66772,907,807,59,6,6,0 +66773,907,8,19,12,12,0 +66774,907,818,8,14,14,0 +66775,907,826,4,15,15,0 +66776,907,815,28,11,11,0 +66777,907,16,0,17,17,0 +66778,907,821,0,20,20,0 +66779,907,820,0,21,21,0 +66780,907,824,2,16,16,0 +66781,907,154,8,13,13,0 +66782,907,813,0,19,19,0 +66783,907,828,0,18,18,0 +66784,907,20,60,5,5,0 +66785,907,1,136,2,2,4 +66786,907,13,30,9,9,0 +66787,907,155,0,22,22,0 +66788,907,817,83,3,3,1 +66789,908,3,165,1,1,3 +66790,908,825,35,9,9,0 +66791,908,18,55,8,8,0 +66792,908,4,87,4,4,0 +66793,908,822,73,5,5,0 +66794,908,807,63,7,7,0 +66795,908,8,19,12,12,0 +66796,908,818,9,13,13,0 +66797,908,826,6,15,15,0 +66798,908,815,28,11,11,0 +66799,908,16,0,17,17,0 +66800,908,821,0,20,20,0 +66801,908,820,0,21,21,0 +66802,908,824,2,16,16,0 +66803,908,154,8,14,14,0 +66804,908,813,0,19,19,0 +66805,908,828,0,18,18,0 +66806,908,20,70,6,6,0 +66807,908,1,161,2,2,5 +66808,908,13,30,10,10,0 +66809,908,155,0,22,22,0 +66810,908,817,98,3,3,1 +66811,909,3,190,1,1,4 +66812,909,825,37,9,9,0 +66813,909,18,59,8,8,0 +66814,909,4,97,4,4,0 +66815,909,822,91,5,5,0 +66816,909,807,69,7,7,0 +66817,909,8,19,12,12,0 +66818,909,818,9,13,13,0 +66819,909,826,6,15,15,0 +66820,909,815,29,11,11,0 +66821,909,16,0,17,17,0 +66822,909,821,0,20,20,0 +66823,909,820,0,21,21,0 +66824,909,824,2,16,16,0 +66825,909,154,8,14,14,0 +66826,909,813,0,19,19,0 +66827,909,828,0,18,18,0 +66828,909,20,82,6,6,0 +66829,909,1,176,2,2,5 +66830,909,13,30,10,10,0 +66831,909,155,0,22,22,0 +66832,909,817,106,3,3,1 +66833,910,3,202,1,1,4 +66834,910,825,37,10,10,0 +66835,910,18,60,8,8,0 +66836,910,4,115,4,4,0 +66837,910,822,95,5,5,0 +66838,910,807,69,7,7,0 +66839,910,8,27,12,12,0 +66840,910,818,11,13,13,0 +66841,910,826,6,15,15,0 +66842,910,815,29,11,11,0 +66843,910,16,0,17,17,0 +66844,910,821,0,20,20,0 +66845,910,820,0,21,21,0 +66846,910,824,2,16,16,0 +66847,910,154,8,14,14,0 +66848,910,813,0,19,19,0 +66849,910,828,0,18,18,0 +66850,910,20,88,6,6,0 +66851,910,1,191,2,2,5 +66852,910,13,40,9,9,0 +66853,910,155,0,22,22,0 +66854,910,817,131,3,3,2 +66855,911,3,220,1,1,4 +66856,911,825,37,11,11,0 +66857,911,18,68,8,8,0 +66858,911,4,121,4,4,0 +66859,911,822,110,5,5,0 +66860,911,807,70,7,7,0 +66861,911,8,39,10,10,0 +66862,911,818,11,13,13,0 +66863,911,826,8,15,15,0 +66864,911,815,33,12,12,0 +66865,911,16,0,17,17,0 +66866,911,821,0,20,20,0 +66867,911,820,0,21,21,0 +66868,911,824,2,16,16,0 +66869,911,154,8,14,14,0 +66870,911,813,0,19,19,0 +66871,911,828,0,18,18,0 +66872,911,20,98,6,6,0 +66873,911,1,191,2,2,5 +66874,911,13,40,9,9,0 +66875,911,155,0,22,22,0 +66876,911,817,156,3,3,3 +66877,911,827,0,23,23,0 +66878,912,3,238,1,1,4 +66879,912,825,38,12,12,0 +66880,912,18,72,7,7,0 +66881,912,4,121,5,5,0 +66882,912,822,122,4,4,0 +66883,912,807,70,8,8,0 +66884,912,8,41,10,10,0 +66885,912,818,11,13,13,0 +66886,912,826,8,15,15,0 +66887,912,815,39,11,11,0 +66888,912,16,0,17,17,0 +66889,912,821,0,20,20,0 +66890,912,820,0,21,21,0 +66891,912,824,2,16,16,0 +66892,912,154,8,14,14,0 +66893,912,813,0,19,19,0 +66894,912,828,0,18,18,0 +66895,912,20,106,6,6,0 +66896,912,1,216,2,2,6 +66897,912,13,55,9,9,0 +66898,912,155,0,22,22,0 +66899,912,817,166,3,3,3 +66900,912,827,0,23,23,0 +66901,913,3,238,2,2,4 +66902,913,825,39,12,12,0 +66903,913,18,72,7,7,0 +66904,913,4,133,4,4,0 +66905,913,822,122,6,6,0 +66906,913,807,72,8,8,0 +66907,913,8,45,11,11,0 +66908,913,818,19,13,13,0 +66909,913,826,8,15,15,0 +66910,913,815,45,10,10,0 +66911,913,16,0,17,17,0 +66912,913,821,0,20,20,0 +66913,913,820,0,21,21,0 +66914,913,824,2,16,16,0 +66915,913,154,8,14,14,0 +66916,913,813,0,19,19,0 +66917,913,828,0,18,18,0 +66918,913,20,124,5,5,0 +66919,913,1,241,1,1,7 +66920,913,13,65,9,9,0 +66921,913,155,0,22,22,0 +66922,913,817,181,3,3,3 +66923,913,827,0,23,23,0 +66924,914,3,256,2,2,4 +66925,914,825,39,12,12,0 +66926,914,18,82,7,7,0 +66927,914,4,133,5,5,0 +66928,914,822,130,6,6,0 +66929,914,807,76,8,8,0 +66930,914,8,45,11,11,0 +66931,914,818,21,13,13,0 +66932,914,826,8,15,15,0 +66933,914,815,46,10,10,0 +66934,914,16,0,17,17,0 +66935,914,821,0,20,20,0 +66936,914,820,0,21,21,0 +66937,914,824,2,16,16,0 +66938,914,154,8,14,14,0 +66939,914,813,0,19,19,0 +66940,914,828,0,18,18,0 +66941,914,20,139,4,4,0 +66942,914,1,266,1,1,8 +66943,914,13,71,9,9,0 +66944,914,155,0,22,22,0 +66945,914,817,193,3,3,3 +66946,914,827,0,23,23,0 +66947,915,3,274,2,2,4 +66948,915,825,49,10,10,0 +66949,915,18,94,7,7,0 +66950,915,4,141,6,6,0 +66951,915,822,145,4,4,0 +66952,915,807,76,8,8,0 +66953,915,8,47,12,12,0 +66954,915,818,21,13,13,0 +66955,915,826,8,15,15,0 +66956,915,815,47,11,11,0 +66957,915,16,0,17,17,0 +66958,915,821,0,20,20,0 +66959,915,820,0,21,21,0 +66960,915,824,2,16,16,0 +66961,915,154,8,14,14,0 +66962,915,813,0,19,19,0 +66963,915,828,0,18,18,0 +66964,915,20,143,5,5,0 +66965,915,1,291,1,1,9 +66966,915,13,71,9,9,0 +66967,915,155,0,22,22,0 +66968,915,817,199,3,3,3 +66969,915,827,0,23,23,0 +66970,916,3,292,2,2,4 +66971,916,825,53,10,10,0 +66972,916,18,94,7,7,0 +66973,916,4,149,6,6,0 +66974,916,822,155,4,4,0 +66975,916,807,76,9,9,0 +66976,916,8,47,12,12,0 +66977,916,818,22,13,13,0 +66978,916,826,8,15,15,0 +66979,916,815,47,11,11,0 +66980,916,16,0,18,18,0 +66981,916,821,0,20,20,0 +66982,916,820,0,21,21,0 +66983,916,824,2,17,17,0 +66984,916,154,8,14,14,0 +66985,916,813,2,16,16,0 +66986,916,828,0,19,19,0 +66987,916,20,149,5,5,0 +66988,916,1,316,1,1,10 +66989,916,13,83,8,8,0 +66990,916,155,0,22,22,0 +66991,916,817,214,3,3,3 +66992,916,827,0,23,23,0 +66993,917,3,317,2,2,5 +66994,917,825,55,10,10,0 +66995,917,18,106,7,7,0 +66996,917,4,157,5,5,0 +66997,917,822,156,6,6,0 +66998,917,807,80,9,9,0 +66999,917,8,53,11,11,0 +67000,917,818,22,13,13,0 +67001,917,826,8,15,15,0 +67002,917,815,47,12,12,0 +67003,917,16,0,18,18,0 +67004,917,821,0,20,20,0 +67005,917,820,0,21,21,0 +67006,917,824,2,17,17,0 +67007,917,154,8,14,14,0 +67008,917,813,2,16,16,0 +67009,917,828,0,19,19,0 +67010,917,20,159,4,4,0 +67011,917,1,334,1,1,10 +67012,917,13,98,8,8,0 +67013,917,155,0,22,22,0 +67014,917,817,214,3,3,3 +67015,917,827,0,23,23,0 +67016,918,3,317,2,2,5 +67017,918,825,55,11,11,0 +67018,918,18,126,8,8,0 +67019,918,4,161,6,6,0 +67020,918,822,186,4,4,0 +67021,918,807,96,9,9,0 +67022,918,8,55,12,12,0 +67023,918,818,22,13,13,0 +67024,918,826,8,15,15,0 +67025,918,815,59,10,10,0 +67026,918,16,0,18,18,0 +67027,918,821,0,20,20,0 +67028,918,820,0,21,21,0 +67029,918,824,2,17,17,0 +67030,918,154,8,14,14,0 +67031,918,813,2,16,16,0 +67032,918,828,0,19,19,0 +67033,918,20,167,5,5,0 +67034,918,1,384,1,1,11 +67035,918,13,134,7,7,0 +67036,918,155,0,22,22,0 +67037,918,817,238,3,3,3 +67038,918,827,0,24,24,0 +67039,918,829,0,23,23,0 +67203,933,3,159,2,2,3 +67201,926,822,0,18,18,0 +67199,926,826,0,16,16,0 +67197,926,154,0,14,14,0 +67195,926,8,0,12,12,0 +67202,933,1,169,1,1,4 +67200,926,825,0,17,17,0 +67198,926,813,0,15,15,0 +67196,926,830,0,13,13,0 +67194,926,18,0,11,11,0 +67193,926,815,1,10,10,0 +67192,926,832,2,9,9,0 +67191,926,828,4,8,8,0 +67190,926,807,6,7,7,0 +67189,926,817,8,6,6,0 +67188,926,831,10,5,5,0 +67187,926,13,12,4,4,0 +67186,926,20,15,3,3,0 +67185,926,3,18,2,2,0 +67184,926,1,25,1,1,1 +67058,927,1,43,1,1,1 +67059,927,3,33,3,3,0 +67060,927,20,40,2,2,1 +67061,927,13,20,4,4,0 +67062,927,831,10,6,6,0 +67063,927,817,9,8,8,0 +67064,927,807,6,9,9,0 +67065,927,828,4,12,12,0 +67066,927,832,6,11,11,0 +67067,927,815,1,14,14,0 +67068,927,18,0,16,16,0 +67069,927,8,12,5,5,0 +67070,927,830,6,10,10,0 +67071,927,154,0,15,15,0 +67072,927,813,0,18,18,0 +67073,927,826,2,13,13,0 +67074,927,825,0,19,19,0 +67075,927,822,10,7,7,0 +67076,927,833,0,17,17,0 +67077,927,4,0,20,20,0 +67078,927,829,0,21,21,0 +67079,928,1,68,1,1,2 +67080,928,3,51,3,3,0 +67081,928,20,55,2,2,1 +67082,928,13,30,4,4,0 +67083,928,831,14,7,7,0 +67084,928,817,11,8,8,0 +67085,928,807,6,10,10,0 +67086,928,828,5,13,13,0 +67087,928,832,6,12,12,0 +67088,928,815,1,15,15,0 +67089,928,18,0,16,16,0 +67090,928,8,24,5,5,0 +67091,928,830,6,11,11,0 +67092,928,154,6,9,9,0 +67093,928,813,0,20,20,0 +67094,928,826,2,14,14,0 +67095,928,825,0,21,21,0 +67096,928,822,18,6,6,0 +67097,928,833,0,18,18,0 +67098,928,4,0,17,17,0 +67099,928,829,0,19,19,0 +67100,929,1,93,1,1,3 +67101,929,3,66,2,2,0 +67102,929,20,65,3,3,1 +67103,929,13,31,5,5,0 +67104,929,831,14,8,8,0 +67105,929,817,19,7,7,0 +67106,929,807,6,10,10,0 +67107,929,828,5,14,14,0 +67108,929,832,6,12,12,0 +67109,929,815,5,13,13,0 +67110,929,18,0,17,17,0 +67111,929,8,42,4,4,0 +67112,929,830,6,11,11,0 +67113,929,154,12,9,9,0 +67114,929,813,0,20,20,0 +67115,929,826,4,15,15,0 +67116,929,825,0,21,21,0 +67117,929,822,30,6,6,0 +67118,929,833,0,18,18,0 +67119,929,4,0,16,16,0 +67120,929,829,0,19,19,0 +67121,930,1,111,1,1,3 +67122,930,3,91,2,2,1 +67123,930,20,80,3,3,1 +67124,930,13,39,6,6,0 +67125,930,831,14,9,9,0 +67126,930,817,25,7,7,0 +67127,930,807,6,12,12,0 +67128,930,828,5,14,14,0 +67129,930,832,8,10,10,0 +67130,930,815,5,13,13,0 +67131,930,18,0,17,17,0 +67132,930,8,52,4,4,0 +67133,930,830,6,11,11,0 +67134,930,154,16,8,8,0 +67135,930,813,0,20,20,0 +67136,930,826,5,15,15,0 +67137,930,825,0,21,21,0 +67138,930,822,42,5,5,0 +67139,930,833,0,18,18,0 +67140,930,4,0,16,16,0 +67141,930,829,0,19,19,0 +67142,931,1,126,1,1,3 +67143,931,3,116,2,2,2 +67144,931,20,98,3,3,1 +67145,931,13,39,6,6,0 +67146,931,831,16,9,9,0 +67147,931,817,35,7,7,0 +67148,931,807,6,13,13,0 +67149,931,828,5,15,15,0 +67150,931,832,9,12,12,0 +67151,931,815,11,11,11,0 +67152,931,18,4,16,16,0 +67153,931,8,60,4,4,0 +67154,931,830,6,14,14,0 +67155,931,154,16,10,10,0 +67156,931,813,0,20,20,0 +67157,931,826,17,8,8,0 +67158,931,825,0,21,21,0 +67159,931,822,42,5,5,0 +67160,931,833,0,18,18,0 +67161,931,4,0,17,17,0 +67162,931,829,0,19,19,0 +67163,932,1,151,1,1,4 +67164,932,3,134,2,2,2 +67165,932,20,108,3,3,1 +67166,932,13,47,6,6,0 +67167,932,831,16,10,10,0 +67168,932,817,35,7,7,0 +67169,932,807,10,12,12,0 +67170,932,828,5,16,16,0 +67171,932,832,9,13,13,0 +67172,932,815,11,11,11,0 +67173,932,18,4,17,17,0 +67174,932,8,72,4,4,0 +67175,932,830,6,14,14,0 +67176,932,154,17,9,9,0 +67177,932,813,6,15,15,0 +67178,932,826,19,8,8,0 +67179,932,825,0,21,21,0 +67180,932,822,57,5,5,0 +67181,932,833,0,19,19,0 +67182,932,4,0,18,18,0 +67183,932,829,0,20,20,0 +67204,933,20,120,3,3,1 +67205,933,13,62,6,6,0 +67206,933,831,16,11,11,0 +67207,933,817,36,7,7,0 +67208,933,807,18,9,9,0 +67209,933,828,5,16,16,0 +67210,933,832,9,15,15,0 +67211,933,815,13,12,12,0 +67212,933,18,4,17,17,0 +67213,933,8,72,4,4,0 +67214,933,830,10,14,14,0 +67215,933,154,17,10,10,0 +67216,933,813,12,13,13,0 +67217,933,826,19,8,8,0 +67218,933,825,0,21,21,0 +67219,933,822,67,5,5,0 +67220,933,833,0,19,19,0 +67221,933,4,0,18,18,0 +67222,933,829,0,20,20,0 +67223,934,1,194,1,1,5 +67224,934,3,177,2,2,3 +67225,934,20,135,3,3,1 +67226,934,13,74,6,6,0 +67227,934,831,16,11,11,0 +67228,934,817,36,7,7,0 +67229,934,807,24,9,9,0 +67230,934,828,5,16,16,0 +67231,934,832,9,15,15,0 +67232,934,815,15,12,12,0 +67233,934,18,4,17,17,0 +67234,934,8,76,5,5,0 +67235,934,830,10,14,14,0 +67236,934,154,17,10,10,0 +67237,934,813,12,13,13,0 +67238,934,826,27,8,8,0 +67239,934,825,0,21,21,0 +67240,934,822,77,4,4,0 +67241,934,833,0,19,19,0 +67242,934,4,1,18,18,0 +67243,934,829,0,20,20,0 +67244,936,1,202,1,1,5 +67245,936,3,181,2,2,3 +67246,936,20,160,3,3,2 +67247,936,13,74,6,6,0 +67248,936,831,16,12,12,0 +67249,936,817,51,7,7,0 +67250,936,807,24,9,9,0 +67251,936,828,6,18,18,0 +67252,936,832,9,16,16,0 +67253,936,815,15,13,13,0 +67254,936,18,6,17,17,0 +67255,936,8,76,5,5,0 +67256,936,830,22,11,11,0 +67257,936,154,23,10,10,0 +67258,936,813,12,14,14,0 +67259,936,826,45,8,8,0 +67260,936,825,0,21,21,0 +67261,936,822,77,4,4,0 +67262,936,833,0,19,19,0 +67263,936,4,11,15,15,0 +67264,936,829,0,20,20,0 +67265,937,1,227,1,1,6 +67266,937,3,199,2,2,3 +67267,937,20,160,3,3,2 +67268,937,13,82,5,5,0 +67269,937,831,16,13,13,0 +67270,937,817,51,8,8,0 +67271,937,807,24,12,12,0 +67272,937,828,7,17,17,0 +67273,937,832,9,16,16,0 +67274,937,815,25,11,11,0 +67275,937,18,6,18,18,0 +67276,937,8,82,4,4,0 +67277,937,830,26,10,10,0 +67278,937,154,38,9,9,0 +67279,937,813,12,14,14,0 +67280,937,826,57,7,7,0 +67281,937,825,0,21,21,0 +67282,937,822,79,6,6,0 +67283,937,833,0,19,19,0 +67284,937,4,11,15,15,0 +67285,937,829,0,20,20,0 +67286,938,1,252,1,1,7 +67287,938,3,199,2,2,3 +67288,938,20,178,3,3,2 +67289,938,13,97,4,4,0 +67290,938,831,16,13,13,0 +67291,938,817,55,8,8,0 +67292,938,807,30,11,11,0 +67293,938,828,9,17,17,0 +67294,938,832,9,16,16,0 +67295,938,815,33,10,10,0 +67296,938,18,6,18,18,0 +67297,938,8,92,5,5,0 +67298,938,830,26,12,12,0 +67299,938,154,38,9,9,0 +67300,938,813,12,14,14,0 +67301,938,826,58,7,7,0 +67302,938,825,0,21,21,0 +67303,938,822,91,6,6,0 +67304,938,833,0,19,19,0 +67305,938,4,11,15,15,0 +67306,938,829,0,20,20,0 +67307,939,1,252,1,1,7 +67308,939,3,211,2,2,3 +67309,939,20,203,3,3,3 +67310,939,13,97,6,6,0 +67311,939,831,17,13,13,0 +67312,939,817,73,7,7,0 +67313,939,807,30,12,12,0 +67314,939,828,9,17,17,0 +67315,939,832,11,16,16,0 +67316,939,815,39,9,9,0 +67317,939,18,6,18,18,0 +67318,939,8,107,4,4,0 +67319,939,830,30,11,11,0 +67320,939,154,38,10,10,0 +67321,939,813,12,14,14,0 +67322,939,826,66,8,8,0 +67323,939,825,0,22,22,0 +67324,939,822,101,5,5,0 +67325,939,833,0,19,19,0 +67326,939,4,11,15,15,0 +67327,939,829,0,20,20,0 +67328,939,834,0,21,21,0 +67372,940,834,0,21,21,0 +67371,940,829,0,20,20,0 +67370,940,4,11,16,16,0 +67368,940,822,111,5,5,0 +67366,940,826,66,8,8,0 +67365,940,813,16,14,14,0 +67364,940,154,44,9,9,0 +67363,940,830,32,12,12,0 +67359,940,832,12,15,15,0 +67358,940,828,9,17,17,0 +67355,940,831,17,13,13,0 +67352,940,3,229,2,2,3 +67367,940,825,0,22,22,0 +67357,940,807,38,11,11,0 +67360,940,815,39,10,10,0 +67361,940,18,6,18,18,0 +67362,940,8,119,4,4,0 +67354,940,13,97,6,6,0 +67369,940,833,0,19,19,0 +67356,940,817,73,7,7,0 +67353,940,20,218,3,3,3 +67351,940,1,277,1,1,8 +67440,942,3,247,3,3,3 +67526,941,834,0,21,21,0 +67521,941,825,0,22,22,0 +67522,941,822,111,5,5,0 +67443,942,831,27,13,13,0 +67442,942,13,109,6,6,0 +67441,942,20,251,2,2,3 +67525,941,829,0,20,20,0 +67524,941,4,11,16,16,0 +67439,942,1,327,1,1,10 +67523,941,833,0,19,19,0 +67520,941,826,76,7,7,0 +67519,941,813,22,14,14,0 +67518,941,154,44,10,10,0 +67517,941,830,33,12,12,0 +67516,941,8,123,4,4,0 +67515,941,18,8,18,18,0 +67514,941,815,54,9,9,0 +67513,941,832,12,15,15,0 +67512,941,828,9,17,17,0 +67511,941,807,38,11,11,0 +67510,941,817,73,8,8,0 +67509,941,831,25,13,13,0 +67508,941,13,109,6,6,0 +67507,941,20,236,2,2,3 +67506,941,3,229,3,3,3 +67505,941,1,302,1,1,9 +67444,942,817,74,8,8,0 +67445,942,807,38,12,12,0 +67446,942,828,9,18,18,0 +67447,942,832,18,15,15,0 +67448,942,815,64,9,9,0 +67449,942,18,16,16,16,0 +67450,942,8,123,4,4,0 +67451,942,830,45,10,10,0 +67452,942,154,44,11,11,0 +67453,942,813,26,14,14,0 +67454,942,826,76,7,7,0 +67455,942,825,0,22,22,0 +67456,942,822,111,5,5,0 +67457,942,833,0,19,19,0 +67458,942,4,11,17,17,0 +67459,942,829,0,21,21,0 +67460,942,834,0,20,20,0 +67461,943,1,345,1,1,10 +67462,943,3,272,2,2,4 +67463,943,20,251,3,3,3 +67464,943,13,117,6,6,0 +67465,943,831,27,13,13,0 +67466,943,817,84,8,8,0 +67467,943,807,44,12,12,0 +67468,943,828,9,18,18,0 +67469,943,832,18,15,15,0 +67470,943,815,68,9,9,0 +67471,943,18,16,16,16,0 +67472,943,8,123,5,5,0 +67473,943,830,47,10,10,0 +67474,943,154,45,11,11,0 +67475,943,813,26,14,14,0 +67476,943,826,88,7,7,0 +67477,943,825,0,22,22,0 +67478,943,822,126,4,4,0 +67479,943,833,0,19,19,0 +67480,943,4,11,17,17,0 +67481,943,829,0,21,21,0 +67482,943,834,0,20,20,0 +67483,944,1,363,1,1,10 +67484,944,3,297,2,2,5 +67485,944,20,266,3,3,3 +67486,944,13,117,6,6,0 +67487,944,831,27,13,13,0 +67488,944,817,84,8,8,0 +67489,944,807,52,10,10,0 +67490,944,828,9,18,18,0 +67491,944,832,18,15,15,0 +67492,944,815,68,9,9,0 +67493,944,18,16,16,16,0 +67494,944,8,135,5,5,0 +67495,944,830,49,12,12,0 +67496,944,154,49,11,11,0 +67497,944,813,27,14,14,0 +67498,944,826,94,7,7,0 +67499,944,825,0,22,22,0 +67500,944,822,136,4,4,0 +67501,944,833,0,19,19,0 +67502,944,4,11,17,17,0 +67503,944,829,0,21,21,0 +67504,944,834,0,20,20,0 +67527,945,1,381,1,1,10 +67528,945,3,322,2,2,6 +67529,945,20,278,3,3,3 +67530,945,13,121,6,6,0 +67531,945,831,27,13,13,0 +67532,945,817,92,8,8,0 +67533,945,807,58,10,10,0 +67534,945,828,9,18,18,0 +67535,945,832,18,15,15,0 +67536,945,815,78,9,9,0 +67537,945,18,16,16,16,0 +67538,945,8,150,4,4,0 +67539,945,830,49,12,12,0 +67540,945,154,51,11,11,0 +67541,945,813,27,14,14,0 +67542,945,826,95,7,7,0 +67543,945,825,0,22,22,0 +67544,945,822,136,5,5,0 +67545,945,833,0,19,19,0 +67546,945,4,11,17,17,0 +67547,945,829,0,21,21,0 +67548,945,834,0,20,20,0 +67732,955,1,117,2,2,2 +67731,955,3,141,1,1,5 +68106,948,4,0,21,21,0 +68102,948,828,0,17,17,0 +68100,948,831,0,15,15,0 +68098,948,815,0,13,13,0 +68096,948,835,0,11,11,0 +68086,948,3,25,1,1,1 +68104,948,837,0,19,19,0 +68107,948,826,0,22,22,0 +68105,948,821,0,20,20,0 +68103,948,8,0,18,18,0 +68101,948,836,0,16,16,0 +68099,948,18,0,14,14,0 +68097,948,825,0,12,12,0 +68095,948,830,1,10,10,0 +68094,948,832,2,9,9,0 +68093,948,822,4,8,8,0 +68092,948,807,6,7,7,0 +68091,948,154,8,6,6,0 +68090,948,13,10,5,5,0 +68089,948,817,12,4,4,0 +68088,948,20,15,3,3,0 +68087,948,1,18,2,2,0 +67571,949,3,50,1,1,2 +67572,949,1,33,2,2,0 +67573,949,20,15,6,6,0 +67574,949,817,24,3,3,0 +67575,949,13,14,7,7,0 +67576,949,154,18,5,5,0 +67577,949,807,6,9,9,0 +67578,949,822,6,11,11,0 +67579,949,832,2,12,12,0 +67580,949,830,9,8,8,0 +67581,949,835,0,15,15,0 +67582,949,825,0,14,14,0 +67583,949,815,0,17,17,0 +67584,949,18,0,20,20,0 +67585,949,831,0,19,19,0 +67586,949,836,0,18,18,0 +67587,949,828,0,16,16,0 +67588,949,8,18,4,4,0 +67589,949,837,0,21,21,0 +67590,949,821,0,22,22,0 +67591,949,4,0,23,23,0 +67592,949,826,6,10,10,0 +67593,949,838,1,13,13,0 +67594,950,3,75,1,1,3 +67595,950,1,39,2,2,0 +67596,950,20,33,4,4,0 +67597,950,817,36,3,3,0 +67598,950,13,22,6,6,0 +67599,950,154,18,8,8,0 +67600,950,807,6,11,11,0 +67601,950,822,7,10,10,0 +67602,950,832,4,12,12,0 +67603,950,830,13,9,9,0 +67604,950,835,0,16,16,0 +67605,950,825,0,14,14,0 +67606,950,815,0,15,15,0 +67607,950,18,0,19,19,0 +67608,950,831,0,21,21,0 +67609,950,836,0,20,20,0 +67610,950,828,0,17,17,0 +67611,950,8,28,5,5,0 +67612,950,837,0,23,23,0 +67613,950,821,0,22,22,0 +67614,950,4,0,18,18,0 +67615,950,826,21,7,7,0 +67616,950,838,1,13,13,0 +67617,951,3,100,1,1,4 +67618,951,1,57,2,2,0 +67619,951,20,33,5,5,0 +67620,951,817,36,4,4,0 +67621,951,13,32,6,6,0 +67622,951,154,22,7,7,0 +67623,951,807,6,13,13,0 +67624,951,822,19,9,9,0 +67625,951,832,4,14,14,0 +67626,951,830,13,10,10,0 +67627,951,835,0,18,18,0 +67628,951,825,6,12,12,0 +67629,951,815,2,15,15,0 +67630,951,18,1,16,16,0 +67631,951,831,0,21,21,0 +67632,951,836,0,20,20,0 +67633,951,828,0,19,19,0 +67634,951,8,43,3,3,0 +67635,951,837,0,23,23,0 +67636,951,821,0,22,22,0 +67637,951,4,8,11,11,0 +67638,951,826,21,8,8,0 +67639,951,838,1,17,17,0 +67640,952,3,100,1,1,4 +67641,952,1,57,3,3,0 +67642,952,20,48,4,4,0 +67643,952,817,48,5,5,0 +67644,952,13,36,7,7,0 +67645,952,154,22,10,10,0 +67646,952,807,6,15,15,0 +67647,952,822,29,8,8,0 +67648,952,832,12,11,11,0 +67649,952,830,38,6,6,1 +67650,952,835,0,18,18,0 +67651,952,825,6,14,14,0 +67652,952,815,8,13,13,0 +67653,952,18,3,16,16,0 +67654,952,831,0,22,22,0 +67655,952,836,0,21,21,0 +67656,952,828,0,20,20,0 +67657,952,8,61,2,2,0 +67658,952,837,0,23,23,0 +67659,952,821,0,19,19,0 +67660,952,4,8,12,12,0 +67661,952,826,22,9,9,0 +67662,952,838,1,17,17,0 +67663,953,3,106,1,1,4 +67664,953,1,82,2,2,1 +67665,953,20,60,5,5,0 +67666,953,817,66,3,3,0 +67667,953,13,37,7,7,0 +67668,953,154,22,11,11,0 +67669,953,807,14,14,14,0 +67670,953,822,29,8,8,0 +67671,953,832,16,13,13,0 +67672,953,830,38,6,6,1 +67673,953,835,0,19,19,0 +67674,953,825,6,15,15,0 +67675,953,815,23,9,9,0 +67676,953,18,5,16,16,0 +67677,953,831,0,22,22,0 +67678,953,836,0,21,21,0 +67679,953,828,0,20,20,0 +67680,953,8,61,4,4,0 +67681,953,837,0,23,23,0 +67682,953,821,0,18,18,0 +67683,953,4,18,12,12,0 +67684,953,826,22,10,10,0 +67685,953,838,1,17,17,0 +67686,954,3,116,1,1,4 +67687,954,1,107,2,2,2 +67688,954,20,78,3,3,0 +67689,954,817,72,4,4,0 +67690,954,13,37,8,8,0 +67691,954,154,22,11,11,0 +67692,954,807,18,13,13,0 +67693,954,822,44,7,7,0 +67694,954,832,18,14,14,0 +67695,954,830,50,6,6,1 +67696,954,835,0,19,19,0 +67697,954,825,6,15,15,0 +67698,954,815,24,9,9,0 +67699,954,18,5,16,16,0 +67700,954,831,0,22,22,0 +67701,954,836,0,21,21,0 +67702,954,828,0,20,20,0 +67703,954,8,69,5,5,0 +67704,954,837,0,23,23,0 +67705,954,821,0,18,18,0 +67706,954,4,18,12,12,0 +67707,954,826,22,10,10,0 +67708,954,838,1,17,17,0 +67733,955,20,96,3,3,0 +67734,955,817,78,5,5,0 +67735,955,13,38,9,9,0 +67736,955,154,22,11,11,0 +67737,955,807,20,12,12,0 +67738,955,822,52,7,7,0 +67739,955,832,18,14,14,0 +67740,955,830,54,6,6,1 +67741,955,835,0,19,19,0 +67742,955,825,6,15,15,0 +67743,955,815,39,8,8,0 +67744,955,18,5,16,16,0 +67745,955,831,0,21,21,0 +67746,955,836,0,22,22,0 +67747,955,828,0,20,20,0 +67748,955,8,81,4,4,0 +67749,955,837,0,23,23,0 +67750,955,821,0,18,18,0 +67751,955,4,18,13,13,0 +67752,955,826,22,10,10,0 +67753,955,838,1,17,17,0 +67754,956,3,153,1,1,5 +67755,956,1,142,2,2,3 +67756,956,20,96,3,3,0 +67757,956,817,88,5,5,0 +67758,956,13,38,9,9,0 +67759,956,154,28,10,10,0 +67760,956,807,20,13,13,0 +67761,956,822,54,7,7,0 +67762,956,832,22,12,12,0 +67763,956,830,72,6,6,1 +67764,956,835,0,20,20,0 +67765,956,825,6,16,16,0 +67766,956,815,39,8,8,0 +67767,956,18,13,15,15,0 +67768,956,831,0,22,22,0 +67769,956,836,1,17,17,0 +67770,956,828,0,21,21,0 +67771,956,8,96,4,4,0 +67772,956,837,0,23,23,0 +67773,956,821,0,19,19,0 +67774,956,4,18,14,14,0 +67775,956,826,22,11,11,0 +67776,956,838,1,18,18,0 +67777,957,3,168,1,1,5 +67778,957,1,167,2,2,4 +67779,957,20,98,5,5,0 +67780,957,817,100,4,4,0 +67781,957,13,38,9,9,0 +67782,957,154,28,10,10,0 +67783,957,807,26,11,11,0 +67784,957,822,54,7,7,0 +67785,957,832,26,12,12,0 +67786,957,830,90,6,6,1 +67787,957,835,0,20,20,0 +67788,957,825,6,16,16,0 +67789,957,815,47,8,8,0 +67790,957,18,13,15,15,0 +67791,957,831,0,22,22,0 +67792,957,836,1,17,17,0 +67793,957,828,0,21,21,0 +67794,957,8,106,3,3,0 +67795,957,837,0,23,23,0 +67796,957,821,0,19,19,0 +67797,957,4,18,14,14,0 +67798,957,826,23,13,13,0 +67799,957,838,1,18,18,0 +67800,958,3,186,2,2,5 +67801,958,1,192,1,1,5 +67802,958,20,110,5,5,0 +67803,958,817,115,3,3,0 +67804,958,13,38,9,9,0 +67805,958,154,28,11,11,0 +67806,958,807,27,12,12,0 +67807,958,822,56,7,7,0 +67808,958,832,30,10,10,0 +67809,958,830,100,6,6,1 +67810,958,835,0,20,20,0 +67811,958,825,6,16,16,0 +67812,958,815,47,8,8,0 +67813,958,18,13,15,15,0 +67814,958,831,0,22,22,0 +67815,958,836,1,17,17,0 +67816,958,828,0,21,21,0 +67817,958,8,114,4,4,0 +67818,958,837,0,23,23,0 +67819,958,821,0,19,19,0 +67820,958,4,24,13,13,0 +67821,958,826,23,14,14,0 +67822,958,838,1,18,18,0 +67823,959,3,198,2,2,5 +67824,959,1,217,1,1,6 +67825,959,20,120,5,5,0 +67826,959,817,133,3,3,0 +67827,959,13,38,9,9,0 +67828,959,154,28,12,12,0 +67829,959,807,33,10,10,0 +67830,959,822,58,7,7,0 +67831,959,832,30,11,11,0 +67832,959,830,115,6,6,1 +67833,959,835,0,20,20,0 +67834,959,825,6,16,16,0 +67835,959,815,48,8,8,0 +67836,959,18,17,15,15,0 +67837,959,831,0,22,22,0 +67838,959,836,1,17,17,0 +67839,959,828,0,21,21,0 +67840,959,8,122,4,4,0 +67841,959,837,0,23,23,0 +67842,959,821,0,19,19,0 +67843,959,4,24,13,13,0 +67844,959,826,23,14,14,0 +67845,959,838,1,18,18,0 +67846,960,3,223,2,2,6 +67847,960,1,232,1,1,6 +67848,960,20,128,4,4,0 +67849,960,817,151,3,3,0 +67850,960,13,39,10,10,0 +67851,960,154,28,13,13,0 +67852,960,807,45,9,9,0 +67853,960,822,62,7,7,0 +67854,960,832,30,12,12,0 +67855,960,830,115,6,6,1 +67856,960,835,0,20,20,0 +67857,960,825,6,16,16,0 +67858,960,815,58,8,8,0 +67859,960,18,17,15,15,0 +67860,960,831,0,22,22,0 +67861,960,836,1,17,17,0 +67862,960,828,0,21,21,0 +67863,960,8,124,5,5,0 +67864,960,837,0,23,23,0 +67865,960,821,0,19,19,0 +67866,960,4,30,11,11,0 +67867,960,826,23,14,14,0 +67868,960,838,1,18,18,0 +67869,960,839,0,24,24,0 +67870,961,3,248,2,2,7 +67871,961,1,250,1,1,6 +67872,961,20,143,4,4,0 +67873,961,817,161,3,3,0 +67874,961,13,41,10,10,0 +67875,961,154,28,13,13,0 +67876,961,807,46,9,9,0 +67877,961,822,70,7,7,0 +67878,961,832,30,12,12,0 +67879,961,830,121,6,6,1 +67880,961,835,0,20,20,0 +67881,961,825,6,16,16,0 +67882,961,815,62,8,8,0 +67883,961,18,17,15,15,0 +67884,961,831,0,22,22,0 +67885,961,836,1,17,17,0 +67886,961,828,0,21,21,0 +67887,961,8,136,5,5,0 +67888,961,837,0,23,23,0 +67889,961,821,0,19,19,0 +67890,961,4,30,11,11,0 +67891,961,826,23,14,14,0 +67892,961,838,1,18,18,0 +67893,961,839,0,24,24,0 +67894,962,3,273,1,1,8 +67895,962,1,265,2,2,6 +67896,962,20,153,4,4,0 +67897,962,817,179,3,3,0 +67898,962,13,41,10,10,0 +67899,962,154,28,13,13,0 +67900,962,807,46,9,9,0 +67901,962,822,70,7,7,0 +67902,962,832,30,12,12,0 +67903,962,830,129,6,6,1 +67904,962,835,0,20,20,0 +67905,962,825,7,16,16,0 +67906,962,815,66,8,8,0 +67907,962,18,17,15,15,0 +67908,962,831,0,22,22,0 +67909,962,836,1,17,17,0 +67910,962,828,0,21,21,0 +67911,962,8,148,5,5,0 +67912,962,837,0,23,23,0 +67913,962,821,0,19,19,0 +67914,962,4,36,11,11,0 +67915,962,826,25,14,14,0 +67916,962,838,1,18,18,0 +67917,962,839,0,24,24,0 +67918,963,3,288,1,1,8 +67919,963,1,265,2,2,6 +67920,963,20,153,5,5,0 +67921,963,817,204,3,3,1 +67922,963,13,41,11,11,0 +67923,963,154,28,13,13,0 +67924,963,807,50,9,9,0 +67925,963,822,80,7,7,0 +67926,963,832,30,12,12,0 +67927,963,830,147,6,6,1 +67928,963,835,1,17,17,0 +67929,963,825,7,16,16,0 +67930,963,815,74,8,8,0 +67931,963,18,19,15,15,0 +67932,963,831,0,22,22,0 +67933,963,836,1,18,18,0 +67934,963,828,0,21,21,0 +67935,963,8,160,4,4,0 +67936,963,837,0,23,23,0 +67937,963,821,0,20,20,0 +67938,963,4,42,10,10,0 +67939,963,826,25,14,14,0 +67940,963,838,1,19,19,0 +67941,963,839,0,24,24,0 +67942,964,3,313,1,1,9 +67943,964,1,280,2,2,6 +67944,964,20,165,6,6,0 +67945,964,817,212,3,3,1 +67946,964,13,43,10,10,0 +67947,964,154,28,13,13,0 +67948,964,807,54,9,9,0 +67949,964,822,81,7,7,0 +67950,964,832,30,12,12,0 +67951,964,830,165,5,5,1 +67952,964,835,1,17,17,0 +67953,964,825,7,16,16,0 +67954,964,815,80,8,8,0 +67955,964,18,19,15,15,0 +67956,964,831,0,22,22,0 +67957,964,836,1,18,18,0 +67958,964,828,0,21,21,0 +67959,964,8,170,4,4,0 +67960,964,837,0,23,23,0 +67961,964,821,0,20,20,0 +67962,964,4,42,11,11,0 +67963,964,826,25,14,14,0 +67964,964,838,1,19,19,0 +67965,964,839,0,24,24,0 +68061,965,839,0,24,24,0 +68060,965,838,1,19,19,0 +68059,965,826,25,14,14,0 +68058,965,4,52,10,10,0 +68056,965,837,0,23,23,0 +68055,965,8,170,5,5,0 +68054,965,828,0,21,21,0 +68053,965,836,1,18,18,0 +68051,965,18,21,15,15,0 +68050,965,815,84,7,7,0 +68049,965,825,7,16,16,0 +68047,965,830,165,6,6,1 +68046,965,832,38,12,12,0 +68044,965,807,54,9,9,0 +68041,965,817,227,3,3,1 +68048,965,835,1,17,17,0 +68052,965,831,0,22,22,0 +68045,965,822,81,8,8,0 +68057,965,821,0,20,20,0 +68042,965,13,49,11,11,0 +68043,965,154,29,13,13,0 +68039,965,1,305,2,2,7 +68040,965,20,177,4,4,0 +68038,965,3,331,1,1,9 +68080,966,837,0,23,23,0 +68077,966,836,1,18,18,0 +68075,966,18,21,15,15,0 +68110,967,20,197,4,4,0 +68109,967,1,355,2,2,9 +68108,967,3,367,1,1,9 +68085,966,839,0,24,24,0 +68084,966,838,1,19,19,0 +68083,966,826,25,14,14,0 +68082,966,4,52,10,10,0 +68081,966,821,0,20,20,0 +68079,966,8,178,5,5,0 +68078,966,828,0,21,21,0 +68076,966,831,0,22,22,0 +68072,966,835,1,17,17,0 +68073,966,825,7,16,16,0 +68074,966,815,85,7,7,0 +68071,966,830,177,6,6,1 +68070,966,832,38,12,12,0 +68069,966,822,85,8,8,0 +68068,966,807,60,9,9,0 +68067,966,154,29,13,13,0 +68066,966,13,51,11,11,0 +68065,966,817,242,3,3,1 +68064,966,20,187,4,4,0 +68062,966,3,349,1,1,9 +68063,966,1,330,2,2,8 +68111,967,817,246,3,3,1 +68112,967,13,51,11,11,0 +68113,967,154,29,13,13,0 +68114,967,807,66,9,9,0 +68115,967,822,85,8,8,0 +68116,967,832,46,12,12,0 +68117,967,830,192,5,5,1 +68118,967,835,1,18,18,0 +68119,967,825,7,16,16,0 +68120,967,815,97,7,7,0 +68121,967,18,21,15,15,0 +68122,967,831,2,17,17,0 +68123,967,836,1,19,19,0 +68124,967,828,0,22,22,0 +68125,967,8,178,6,6,0 +68126,967,837,0,24,24,0 +68127,967,821,0,21,21,0 +68128,967,4,53,10,10,0 +68129,967,826,25,14,14,0 +68130,967,838,1,20,20,0 +68131,967,839,0,23,23,0 +68132,968,3,385,1,1,9 +68133,968,1,380,2,2,10 +68134,968,20,212,4,4,0 +68135,968,817,256,3,3,1 +68136,968,13,53,11,11,0 +68137,968,154,29,13,13,0 +68138,968,807,72,9,9,0 +68139,968,822,85,8,8,0 +68140,968,832,46,12,12,0 +68141,968,830,204,5,5,1 +68142,968,835,1,18,18,0 +68143,968,825,7,16,16,0 +68144,968,815,101,7,7,0 +68145,968,18,21,15,15,0 +68146,968,831,2,17,17,0 +68147,968,836,1,19,19,0 +68148,968,828,0,22,22,0 +68149,968,8,186,6,6,0 +68150,968,837,0,24,24,0 +68151,968,821,0,21,21,0 +68152,968,4,54,10,10,0 +68153,968,826,25,14,14,0 +68154,968,838,1,20,20,0 +68155,968,839,0,23,23,0 +68161,969,13,8,6,6,0 +68162,969,815,6,7,7,0 +68163,969,832,4,8,8,0 +68164,969,826,2,9,9,0 +68165,969,839,1,10,10,0 +68166,969,807,0,11,11,0 +68167,969,841,0,12,12,0 +68168,969,838,0,13,13,0 +68169,969,4,0,14,14,0 +68170,969,825,0,15,15,0 +68171,969,840,0,16,16,0 +68172,969,817,0,17,17,0 +68173,969,828,0,18,18,0 +68174,969,835,0,19,19,0 +68175,969,154,0,20,20,0 +68176,970,20,43,1,1,1 +68177,970,1,43,2,2,1 +68178,970,822,23,4,4,0 +68179,970,8,22,5,5,0 +68180,970,830,25,3,3,0 +68181,970,13,8,8,8,0 +68182,970,815,8,9,9,0 +68183,970,832,10,7,7,0 +68184,970,826,2,11,11,0 +68185,970,839,2,12,12,0 +68186,970,807,0,13,13,0 +68187,970,841,0,15,15,0 +68188,970,838,0,16,16,0 +68189,970,4,0,19,19,0 +68190,970,825,4,10,10,0 +68191,970,840,0,20,20,0 +68192,970,817,12,6,6,0 +68193,970,828,0,18,18,0 +68194,970,835,0,17,17,0 +68195,970,154,0,14,14,0 +68196,971,20,68,1,1,2 +68197,971,1,61,2,2,1 +68198,971,822,38,3,3,0 +68199,971,8,34,4,4,0 +68200,971,830,25,5,5,0 +68201,971,13,16,7,7,0 +68202,971,815,14,8,8,0 +68203,971,832,10,9,9,0 +68204,971,826,2,14,14,0 +68205,971,839,3,12,12,0 +68206,971,807,2,13,13,0 +68207,971,841,0,16,16,0 +68208,971,838,0,18,18,0 +68209,971,4,0,19,19,0 +68210,971,825,4,11,11,0 +68211,971,840,0,21,21,0 +68212,971,817,22,6,6,0 +68213,971,828,0,20,20,0 +68214,971,835,0,17,17,0 +68215,971,154,4,10,10,0 +68216,971,836,0,15,15,0 +68217,972,20,86,1,1,2 +68218,972,1,73,2,2,1 +68219,972,822,63,3,3,1 +68220,972,8,49,4,4,0 +68221,972,830,35,5,5,0 +68222,972,13,18,8,8,0 +68223,972,815,22,7,7,0 +68224,972,832,11,9,9,0 +68225,972,826,2,14,14,0 +68226,972,839,9,10,10,0 +68227,972,807,6,11,11,0 +68228,972,841,0,17,17,0 +68229,972,838,0,19,19,0 +68230,972,4,0,20,20,0 +68231,972,825,4,13,13,0 +68232,972,840,0,16,16,0 +68233,972,817,22,6,6,0 +68234,972,828,0,21,21,0 +68235,972,835,0,18,18,0 +68236,972,154,4,12,12,0 +68237,972,836,0,15,15,0 +68238,973,20,104,1,1,2 +68239,973,1,98,2,2,2 +68240,973,822,63,3,3,1 +68241,973,8,49,4,4,0 +68242,973,830,35,6,6,0 +68243,973,13,18,9,9,0 +68244,973,815,34,7,7,0 +68245,973,832,17,10,10,0 +68246,973,826,4,15,15,0 +68247,973,839,19,8,8,0 +68248,973,807,14,11,11,0 +68249,973,841,0,19,19,0 +68250,973,838,0,21,21,0 +68251,973,4,0,18,18,0 +68252,973,825,4,14,14,0 +68253,973,840,0,17,17,0 +68254,973,817,37,5,5,0 +68255,973,828,0,16,16,0 +68256,973,835,0,20,20,0 +68257,973,154,5,12,12,0 +68258,973,836,4,13,13,0 +68259,974,20,129,1,1,3 +68260,974,1,104,2,2,2 +68261,974,822,75,3,3,1 +68262,974,8,67,4,4,0 +68263,974,830,45,6,6,0 +68264,974,13,20,9,9,0 +68265,974,815,34,7,7,0 +68266,974,832,25,8,8,0 +68267,974,826,4,15,15,0 +68268,974,839,19,10,10,0 +68269,974,807,14,11,11,0 +68270,974,841,0,20,20,0 +68271,974,838,0,21,21,0 +68272,974,4,0,19,19,0 +68273,974,825,5,13,13,0 +68274,974,840,0,18,18,0 +68275,974,817,52,5,5,0 +68276,974,828,0,17,17,0 +68277,974,835,0,16,16,0 +68278,974,154,9,12,12,0 +68279,974,836,4,14,14,0 +68280,974,18,0,22,22,0 +68281,975,20,141,1,1,3 +68282,975,1,129,2,2,3 +68283,975,822,93,3,3,1 +68284,975,8,73,4,4,0 +68285,975,830,45,6,6,0 +68286,975,13,20,10,10,0 +68287,975,815,44,7,7,0 +68288,975,832,25,9,9,0 +68289,975,826,4,15,15,0 +68290,975,839,27,8,8,0 +68291,975,807,18,11,11,0 +68292,975,841,0,20,20,0 +68293,975,838,0,21,21,0 +68294,975,4,0,19,19,0 +68295,975,825,5,13,13,0 +68296,975,840,2,16,16,0 +68297,975,817,67,5,5,0 +68298,975,828,0,18,18,0 +68299,975,835,0,17,17,0 +68300,975,154,10,12,12,0 +68301,975,836,4,14,14,0 +68302,975,18,0,22,22,0 +68303,976,20,153,1,1,3 +68304,976,1,139,2,2,3 +68305,976,822,111,3,3,1 +68306,976,8,73,5,5,0 +68307,976,830,45,6,6,0 +68308,976,13,20,10,10,0 +68309,976,815,44,7,7,0 +68310,976,832,29,9,9,0 +68311,976,826,4,16,16,0 +68312,976,839,35,8,8,0 +68313,976,807,18,11,11,0 +68314,976,841,0,21,21,0 +68315,976,838,0,20,20,0 +68316,976,4,2,17,17,0 +68317,976,825,11,13,13,0 +68318,976,840,17,12,12,0 +68319,976,817,92,4,4,1 +68320,976,828,0,19,19,0 +68321,976,835,0,18,18,0 +68322,976,154,10,14,14,0 +68323,976,836,5,15,15,0 +68324,976,18,0,22,22,0 +68325,977,20,171,1,1,3 +68326,977,1,151,2,2,3 +68327,977,822,136,3,3,2 +68328,977,8,83,5,5,0 +68329,977,830,45,7,7,0 +68330,977,13,22,10,10,0 +68331,977,815,50,6,6,0 +68332,977,832,29,9,9,0 +68333,977,826,4,16,16,0 +68334,977,839,39,8,8,0 +68335,977,807,18,12,12,0 +68336,977,841,0,21,21,0 +68337,977,838,0,20,20,0 +68338,977,4,2,17,17,0 +68339,977,825,11,14,14,0 +68340,977,840,18,11,11,0 +68341,977,817,107,4,4,1 +68342,977,828,0,19,19,0 +68343,977,835,0,18,18,0 +68344,977,154,18,13,13,0 +68345,977,836,5,15,15,0 +68346,977,18,0,22,22,0 +68347,978,20,177,1,1,3 +68348,978,1,176,2,2,4 +68349,978,822,154,3,3,2 +68350,978,8,98,5,5,0 +68351,978,830,57,6,6,0 +68352,978,13,23,11,11,0 +68353,978,815,52,7,7,0 +68354,978,832,29,9,9,0 +68355,978,826,4,16,16,0 +68356,978,839,43,8,8,0 +68357,978,807,26,10,10,0 +68358,978,841,0,21,21,0 +68359,978,838,0,20,20,0 +68360,978,4,2,17,17,0 +68361,978,825,11,14,14,0 +68362,978,840,18,12,12,0 +68363,978,817,117,4,4,1 +68364,978,828,0,19,19,0 +68365,978,835,0,18,18,0 +68366,978,154,18,13,13,0 +68367,978,836,5,15,15,0 +68368,978,18,0,22,22,0 +68369,979,20,202,1,1,4 +68370,979,1,188,2,2,4 +68371,979,822,169,3,3,2 +68372,979,8,116,5,5,0 +68373,979,830,67,6,6,0 +68374,979,13,23,11,11,0 +68375,979,815,56,7,7,0 +68376,979,832,35,9,9,0 +68377,979,826,4,17,17,0 +68378,979,839,45,8,8,0 +68379,979,807,26,10,10,0 +68380,979,841,0,21,21,0 +68381,979,838,1,18,18,0 +68382,979,4,10,15,15,0 +68383,979,825,11,14,14,0 +68384,979,840,18,12,12,0 +68385,979,817,117,4,4,1 +68386,979,828,0,20,20,0 +68387,979,835,0,19,19,0 +68388,979,154,18,13,13,0 +68389,979,836,5,16,16,0 +68390,979,18,0,22,22,0 +68391,979,814,0,23,23,0 +68392,980,20,220,1,1,4 +68393,980,1,213,2,2,5 +68394,980,822,179,3,3,2 +68395,980,8,128,5,5,0 +68396,980,830,67,6,6,0 +68397,980,13,27,11,11,0 +68398,980,815,56,7,7,0 +68399,980,832,36,9,9,0 +68400,980,826,4,17,17,0 +68401,980,839,47,8,8,0 +68402,980,807,34,10,10,0 +68403,980,841,0,21,21,0 +68404,980,838,1,18,18,0 +68405,980,4,10,15,15,0 +68406,980,825,11,14,14,0 +68407,980,840,18,13,13,0 +68408,980,817,132,4,4,1 +68409,980,828,0,20,20,0 +68410,980,835,0,19,19,0 +68411,980,154,24,12,12,0 +68412,980,836,5,16,16,0 +68413,980,18,0,22,22,0 +68414,980,814,0,23,23,0 +68415,981,20,235,2,2,4 +68416,981,1,238,1,1,6 +68417,981,822,197,3,3,2 +68418,981,8,138,5,5,0 +68419,981,830,68,6,6,0 +68420,981,13,31,11,11,0 +68421,981,815,58,7,7,0 +68422,981,832,36,9,9,0 +68423,981,826,4,17,17,0 +68424,981,839,55,8,8,0 +68425,981,807,34,10,10,0 +68426,981,841,0,21,21,0 +68427,981,838,1,18,18,0 +68428,981,4,10,15,15,0 +68429,981,825,11,14,14,0 +68430,981,840,24,12,12,0 +68431,981,817,144,4,4,1 +68432,981,828,0,20,20,0 +68433,981,835,0,19,19,0 +68434,981,154,24,13,13,0 +68435,981,836,5,16,16,0 +68436,981,18,0,22,22,0 +68437,981,814,0,23,23,0 +68438,982,20,235,2,2,4 +68439,982,1,263,1,1,7 +68440,982,822,212,3,3,2 +68441,982,8,138,5,5,0 +68442,982,830,68,6,6,0 +68443,982,13,31,11,11,0 +68444,982,815,68,7,7,0 +68445,982,832,48,9,9,0 +68446,982,826,4,19,19,0 +68447,982,839,56,8,8,0 +68448,982,807,34,10,10,0 +68449,982,841,0,21,21,0 +68450,982,838,7,17,17,0 +68451,982,4,10,15,15,0 +68452,982,825,11,14,14,0 +68453,982,840,28,12,12,0 +68454,982,817,162,4,4,1 +68455,982,828,0,20,20,0 +68456,982,835,8,16,16,0 +68457,982,154,26,13,13,0 +68458,982,836,5,18,18,0 +68459,982,18,0,22,22,0 +68460,982,814,0,23,23,0 +68461,983,20,247,2,2,4 +68462,983,1,281,1,1,7 +68463,983,822,222,3,3,2 +68464,983,8,138,5,5,0 +68465,983,830,93,6,6,1 +68466,983,13,33,11,11,0 +68467,983,815,76,7,7,0 +68468,983,832,48,9,9,0 +68469,983,826,4,19,19,0 +68470,983,839,57,8,8,0 +68471,983,807,34,10,10,0 +68472,983,841,0,21,21,0 +68473,983,838,13,14,14,0 +68474,983,4,10,16,16,0 +68475,983,825,11,15,15,0 +68476,983,840,32,12,12,0 +68477,983,817,177,4,4,1 +68478,983,828,0,20,20,0 +68479,983,835,8,17,17,0 +68480,983,154,26,13,13,0 +68481,983,836,5,18,18,0 +68482,983,18,0,23,23,0 +68483,983,814,0,24,24,0 +68484,983,842,0,22,22,0 +68485,984,20,247,2,2,4 +68486,984,1,306,1,1,8 +68487,984,822,234,3,3,2 +68488,984,8,148,5,5,0 +68489,984,830,111,6,6,1 +68490,984,13,34,11,11,0 +68491,984,815,82,7,7,0 +68492,984,832,48,9,9,0 +68493,984,826,4,19,19,0 +68494,984,839,65,8,8,0 +68495,984,807,34,10,10,0 +68496,984,841,0,21,21,0 +68497,984,838,13,15,15,0 +68498,984,4,10,16,16,0 +68499,984,825,15,14,14,0 +68500,984,840,32,12,12,0 +68501,984,817,192,4,4,1 +68502,984,828,0,20,20,0 +68503,984,835,8,17,17,0 +68504,984,154,28,13,13,0 +68505,984,836,5,18,18,0 +68506,984,18,0,23,23,0 +68507,984,814,0,24,24,0 +68508,984,842,0,22,22,0 +68509,985,20,265,2,2,4 +68510,985,1,331,1,1,9 +68511,985,822,244,3,3,2 +68512,985,8,163,5,5,0 +68513,985,830,123,6,6,1 +68514,985,13,36,10,10,0 +68515,985,815,86,7,7,0 +68516,985,832,54,9,9,0 +68517,985,826,5,19,19,0 +68518,985,839,73,8,8,0 +68519,985,807,34,11,11,0 +68520,985,841,0,21,21,0 +68521,985,838,13,15,15,0 +68522,985,4,10,16,16,0 +68523,985,825,15,14,14,0 +68524,985,840,32,12,12,0 +68525,985,817,192,4,4,1 +68526,985,828,0,20,20,0 +68527,985,835,8,17,17,0 +68528,985,154,28,13,13,0 +68529,985,836,5,18,18,0 +68530,985,18,0,24,24,0 +68531,985,814,0,25,25,0 +68532,985,842,0,22,22,0 +68533,985,843,0,23,23,0 +68534,986,20,277,2,2,4 +68535,986,1,333,1,1,9 +68536,986,822,262,3,3,2 +68537,986,8,178,5,5,0 +68538,986,830,148,6,6,2 +68539,986,13,36,11,11,0 +68540,986,815,92,7,7,0 +68541,986,832,54,9,9,0 +68542,986,826,5,19,19,0 +68543,986,839,83,8,8,0 +68544,986,807,34,12,12,0 +68545,986,841,0,21,21,0 +68546,986,838,13,15,15,0 +68547,986,4,11,16,16,0 +68548,986,825,19,14,14,0 +68549,986,840,40,10,10,0 +68550,986,817,192,4,4,1 +68551,986,828,0,20,20,0 +68552,986,835,8,17,17,0 +68553,986,154,28,13,13,0 +68554,986,836,5,18,18,0 +68555,986,18,0,24,24,0 +68556,986,814,0,25,25,0 +68557,986,842,0,22,22,0 +68558,986,843,0,23,23,0 +68559,987,20,302,2,2,5 +68560,987,1,345,1,1,9 +68561,987,822,280,3,3,2 +68562,987,8,193,5,5,0 +68563,987,830,158,6,6,2 +68564,987,13,42,10,10,0 +68565,987,815,94,7,7,0 +68566,987,832,54,9,9,0 +68567,987,826,5,19,19,0 +68568,987,839,83,8,8,0 +68569,987,807,35,12,12,0 +68570,987,841,0,22,22,0 +68571,987,838,13,16,16,0 +68572,987,4,15,15,15,0 +68573,987,825,19,14,14,0 +68574,987,840,40,11,11,0 +68575,987,817,200,4,4,1 +68576,987,828,0,20,20,0 +68577,987,835,8,17,17,0 +68578,987,154,28,13,13,0 +68579,987,836,5,18,18,0 +68580,987,18,0,24,24,0 +68581,987,814,0,25,25,0 +68582,987,842,0,21,21,0 +68583,987,843,0,23,23,0 +68584,988,20,317,2,2,5 +68585,988,1,363,1,1,9 +68586,988,822,305,3,3,3 +68587,988,8,205,4,4,0 +68588,988,830,168,6,6,2 +68589,988,13,43,11,11,0 +68590,988,815,100,7,7,0 +68591,988,832,54,9,9,0 +68592,988,826,5,19,19,0 +68593,988,839,87,8,8,0 +68594,988,807,43,10,10,0 +68595,988,841,0,22,22,0 +68596,988,838,13,16,16,0 +68597,988,4,17,15,15,0 +68598,988,825,19,14,14,0 +68599,988,840,40,12,12,0 +68600,988,817,200,5,5,1 +68601,988,828,0,20,20,0 +68602,988,835,8,17,17,0 +68603,988,154,28,13,13,0 +68604,988,836,5,18,18,0 +68605,988,18,0,24,24,0 +68606,988,814,0,25,25,0 +68607,988,842,0,21,21,0 +68608,988,843,0,23,23,0 diff --git a/test_database/formula_1/data_csv/pitStops.csv b/test_database/formula_1/data_csv/pitStops.csv new file mode 100644 index 0000000000000000000000000000000000000000..907f61691de0fa4fa5cfb4608a1c18517a722920 --- /dev/null +++ b/test_database/formula_1/data_csv/pitStops.csv @@ -0,0 +1,6252 @@ +raceId,driverId,stop,lap,time,duration,milliseconds +841,153,1,1,17:05:23,26.898,26898 +841,30,1,1,17:05:52,25.021,25021 +841,17,1,11,17:20:48,23.426,23426 +841,4,1,12,17:22:34,23.251,23251 +841,13,1,13,17:24:10,23.842,23842 +841,22,1,13,17:24:29,23.643,23643 +841,20,1,14,17:25:17,22.603,22603 +841,814,1,14,17:26:03,24.863,24863 +841,816,1,14,17:26:50,25.259,25259 +841,67,1,15,17:27:34,25.342,25342 +841,2,1,15,17:27:41,22.994,22994 +841,1,1,16,17:28:24,23.227,23227 +841,808,1,16,17:28:39,24.535,24535 +841,3,1,16,17:29:00,23.716,23716 +841,155,1,16,17:29:06,24.064,24064 +841,16,1,16,17:29:08,25.978,25978 +841,15,1,16,17:29:49,24.899,24899 +841,18,1,17,17:30:24,16.867,16867 +841,153,2,17,17:31:06,24.463,24463 +841,5,1,17,17:31:11,24.865,24865 +841,30,2,17,17:32:08,23.988,23988 +841,10,1,18,17:33:02,23.792,23792 +841,18,2,19,17:33:53,23.303,23303 +841,815,1,23,17:40:27,23.438,23438 +841,22,2,23,17:40:45,37.856,37856 +841,17,2,26,17:44:29,22.520,22520 +841,4,2,27,17:46:04,24.733,24733 +841,22,3,28,17:49:07,16.892,16892 +841,67,2,29,17:49:47,23.100,23100 +841,2,2,30,17:51:32,25.098,25098 +841,13,2,31,17:52:28,24.500,24500 +841,155,2,32,17:54:21,24.192,24192 +841,20,2,36,17:59:17,24.036,24036 +841,1,2,36,17:59:29,23.199,23199 +841,153,3,35,17:59:45,26.348,26348 +841,808,2,36,17:59:47,25.683,25683 +841,814,2,36,18:00:48,24.332,24332 +841,18,3,37,18:01:49,22.681,22681 +841,16,2,37,18:02:15,23.871,23871 +841,15,2,37,18:03:55,24.848,24848 +841,816,2,38,18:06:53,26.446,26446 +841,17,3,41,18:07:37,26.230,26230 +841,22,4,40,18:08:03,26.309,26309 +841,4,3,42,18:09:08,24.181,24181 +841,13,3,48,18:18:54,24.095,24095 +842,16,1,3,16:09:07,31.694,31694 +842,22,1,3,16:10:04,32.978,32978 +842,17,1,10,16:21:21,22.572,22572 +842,814,1,11,16:23:16,22.773,22773 +842,1,1,12,16:24:40,22.552,22552 +842,20,1,13,16:26:17,23.019,23019 +842,2,1,13,16:26:28,23.900,23900 +842,18,1,13,16:26:29,22.400,22400 +842,13,1,13,16:26:30,29.224,29224 +842,15,1,13,16:27:03,25.516,25516 +842,4,1,14,16:28:15,23.152,23152 +842,30,1,14,16:28:34,22.576,22576 +842,808,1,15,16:30:10,23.182,23182 +842,67,1,15,16:30:23,23.280,23280 +842,3,1,15,16:30:37,24.967,24967 +842,5,1,15,16:30:37,29.084,29084 +842,153,1,16,16:32:25,23.584,23584 +842,16,2,16,16:32:31,22.046,22046 +842,155,1,17,16:33:53,23.280,23280 +842,815,1,17,16:34:14,23.597,23597 +842,10,1,17,16:34:28,24.617,24617 +842,816,1,17,16:34:39,26.252,26252 +842,24,1,17,16:34:56,27.815,27815 +842,22,2,17,16:35:41,24.502,24502 +842,67,2,20,16:39:30,29.843,29843 +842,17,2,22,16:42:37,21.991,21991 +842,18,2,23,16:44:11,22.471,22471 +842,1,2,24,16:45:48,22.611,22611 +842,814,2,24,16:46:20,22.419,22419 +842,20,2,25,16:47:27,21.893,21893 +842,4,2,26,16:49:19,23.894,23894 +842,2,2,26,16:49:31,23.221,23221 +842,13,2,27,16:51:17,22.541,22541 +842,808,2,27,16:51:25,22.680,22680 +842,30,2,28,16:53:26,22.261,22261 +842,3,2,29,16:55:28,22.577,22577 +842,17,3,32,17:00:01,22.069,22069 +842,153,2,32,17:00:55,22.888,22888 +842,16,3,32,17:00:56,22.550,22550 +842,67,3,32,17:01:03,27.439,27439 +842,5,2,34,17:04:41,23.336,23336 +842,10,2,34,17:05:19,24.429,24429 +842,816,2,35,17:07:20,24.416,24416 +842,155,2,36,17:07:26,23.442,23442 +842,1,3,37,17:08:28,25.382,25382 +842,814,3,37,17:09:21,23.977,23977 +842,18,3,38,17:10:13,22.483,22483 +842,13,3,38,17:10:28,22.893,22893 +842,2,3,39,17:12:09,22.602,22602 +842,24,2,38,17:13:32,26.554,26554 +842,3,3,40,17:15:05,22.526,22526 +842,20,3,41,17:15:08,22.313,22313 +842,4,3,41,17:15:25,23.812,23812 +842,30,3,42,17:18:08,22.227,22227 +842,17,4,43,17:19:10,22.161,22161 +842,808,3,44,17:21:08,28.694,28694 +842,4,4,46,17:24:24,27.182,27182 +842,24,3,44,17:25:07,38.823,38823 +842,1,4,52,17:34:48,22.466,22466 +843,153,1,9,15:19:36,22.419,22419 +843,24,1,9,15:20:00,14.160,14160 +843,30,1,10,15:21:12,20.522,20522 +843,17,1,10,15:21:27,23.442,23442 +843,813,1,10,15:21:35,23.160,23160 +843,814,1,11,15:22:57,21.989,21989 +843,3,1,12,15:24:32,20.771,20771 +843,67,1,12,15:24:56,22.010,22010 +843,18,1,14,15:27:59,23.779,23779 +843,20,1,14,15:28:00,21.995,21995 +843,155,1,14,15:28:17,21.855,21855 +843,13,1,15,15:29:47,21.624,21624 +843,1,1,15,15:29:49,20.878,20878 +843,16,1,15,15:30:01,20.989,20989 +843,4,1,16,15:31:34,22.524,22524 +843,815,1,16,15:31:55,21.473,21473 +843,22,1,16,15:32:01,21.709,21709 +843,67,2,16,15:32:19,24.722,24722 +843,10,1,16,15:32:33,22.683,22683 +843,808,1,17,15:33:36,21.981,21981 +843,2,1,18,15:35:28,22.216,22216 +843,5,1,19,15:37:31,22.485,22485 +843,15,1,20,15:39:24,23.029,23029 +843,816,1,20,15:39:50,22.901,22901 +843,24,2,21,15:42:05,24.467,24467 +843,39,1,23,15:45:28,26.049,26049 +843,18,2,24,15:45:35,20.758,20758 +843,3,2,25,15:47:13,22.005,22005 +843,1,2,25,15:47:20,20.533,20533 +843,17,2,25,15:47:44,21.132,21132 +843,813,2,25,15:48:09,22.062,22062 +843,30,2,26,15:49:15,21.964,21964 +843,10,2,28,15:54:22,21.908,21908 +843,16,2,30,15:56:26,21.058,21058 +843,155,2,30,15:56:28,21.936,21936 +843,2,2,30,15:56:29,21.821,21821 +843,20,2,31,15:57:37,21.533,21533 +843,4,2,32,15:59:39,21.251,21251 +843,814,2,32,15:59:51,21.218,21218 +843,13,2,33,16:01:04,21.168,21168 +843,67,3,33,16:02:13,21.928,21928 +843,816,2,34,16:05:10,22.802,22802 +843,22,2,35,16:05:24,21.481,21481 +843,815,2,36,16:06:55,23.397,23397 +843,18,3,37,16:08:00,21.237,21237 +843,808,2,37,16:08:34,22.005,22005 +843,1,3,38,16:09:38,20.567,20567 +843,3,3,39,16:11:19,20.720,20720 +843,30,3,39,16:11:49,21.400,21400 +843,17,3,40,16:13:29,21.091,21091 +843,10,3,39,16:14:17,33.827,33827 +843,5,2,40,16:14:27,21.890,21890 +843,813,3,40,16:14:36,27.620,27620 +843,15,2,42,16:18:14,22.260,22260 +843,24,3,45,16:25:39,23.499,23499 +843,16,3,47,16:26:24,28.708,28708 +843,815,3,48,16:28:01,13.900,13900 +843,815,4,50,16:31:39,28.845,28845 +844,815,1,1,15:05:18,29.270,29270 +844,30,1,2,15:06:35,30.182,30182 +844,808,1,8,15:16:06,21.422,21422 +844,13,1,9,15:17:37,22.022,22022 +844,1,1,9,15:17:38,20.833,20833 +844,67,1,9,15:17:47,21.769,21769 +844,17,1,10,15:19:04,21.050,21050 +844,4,1,10,15:19:05,21.308,21308 +844,3,1,10,15:19:09,22.573,22573 +844,2,1,10,15:19:16,22.300,22300 +844,22,1,10,15:19:20,22.717,22717 +844,16,1,10,15:19:22,21.649,21649 +844,20,1,11,15:20:32,20.623,20623 +844,814,1,11,15:21:00,20.775,20775 +844,813,1,11,15:21:09,23.881,23881 +844,18,1,13,15:23:57,21.368,21368 +844,155,1,13,15:24:09,21.820,21820 +844,153,1,13,15:24:25,22.713,22713 +844,15,1,13,15:24:28,23.066,23066 +844,30,2,14,15:26:02,20.907,20907 +844,39,1,14,15:26:26,27.353,27353 +844,5,1,15,15:27:42,22.854,22854 +844,24,1,15,15:28:03,24.634,24634 +844,815,2,16,15:29:30,22.895,22895 +844,816,1,16,15:29:37,22.779,22779 +844,24,2,16,15:30:57,56.611,56611 +844,808,2,19,15:33:42,21.323,21323 +844,1,2,20,15:35:09,21.075,21075 +844,17,2,21,15:36:27,20.421,20421 +844,3,2,22,15:38:24,20.927,20927 +844,2,2,22,15:38:25,21.919,21919 +844,4,2,23,15:39:35,21.732,21732 +844,13,2,23,15:39:58,21.322,21322 +844,67,2,23,15:40:07,22.128,22128 +844,155,2,23,15:40:15,23.455,23455 +844,22,2,24,15:41:43,22.868,22868 +844,814,2,24,15:41:50,20.930,20930 +844,20,2,25,15:42:31,20.112,20112 +844,16,2,25,15:43:21,21.084,21084 +844,813,2,25,15:43:41,22.555,22555 +844,15,2,25,15:43:47,22.862,22862 +844,18,2,26,15:44:37,22.639,22639 +844,39,2,27,15:47:59,24.962,24962 +844,153,2,29,15:49:46,21.826,21826 +844,30,3,30,15:51:13,20.379,20379 +844,5,2,31,15:53:27,21.633,21633 +844,814,3,32,15:54:38,20.887,20887 +844,815,3,32,15:54:42,22.365,22365 +844,3,3,33,15:55:49,20.949,20949 +844,1,3,34,15:57:04,35.688,35688 +844,816,2,33,15:57:20,24.837,24837 +844,808,3,34,15:57:21,21.838,21838 +844,13,3,34,15:57:22,23.471,23471 +844,17,3,35,15:58:20,20.843,20843 +844,4,3,36,15:59:49,21.702,21702 +844,2,3,36,16:00:31,20.872,20872 +844,24,3,35,16:02:57,25.125,25125 +844,155,3,38,16:03:58,22.456,22456 +844,18,3,39,16:05:05,21.417,21417 +844,153,3,39,16:05:31,21.986,21986 +844,20,3,40,16:05:46,20.385,20385 +844,15,3,39,16:06:10,22.219,22219 +844,67,3,40,16:06:48,22.032,22032 +844,22,3,40,16:07:01,21.687,21687 +844,16,3,40,16:07:05,21.006,21006 +844,24,4,37,16:07:22,43.603,43603 +844,813,3,41,16:09:04,21.827,21827 +844,815,4,42,16:10:21,21.715,21715 +844,3,4,44,16:12:55,20.308,20308 +844,814,4,44,16:13:28,21.403,21403 +844,17,4,45,16:13:49,22.087,22087 +844,808,4,45,16:14:37,21.662,21662 +844,30,4,45,16:14:46,20.597,20597 +844,4,4,46,16:15:17,21.379,21379 +844,813,4,45,16:15:30,13.925,13925 +844,1,4,46,16:15:51,22.041,22041 +844,2,4,46,16:16:10,21.884,21884 +844,13,4,46,16:16:13,26.685,26685 +844,20,4,47,16:16:40,20.489,20489 +844,39,3,45,16:17:26,24.474,24474 +844,5,3,53,16:28:36,23.114,23114 +844,153,4,55,16:30:31,21.931,21931 +845,155,1,1,14:05:11,24.871,24871 +845,815,1,7,14:14:14,23.592,23592 +845,813,1,8,14:15:48,22.689,22689 +845,20,1,9,14:16:54,20.253,20253 +845,67,1,9,14:17:17,20.818,20818 +845,4,1,10,14:18:23,20.567,20567 +845,17,1,10,14:18:27,20.881,20881 +845,30,1,10,14:18:43,20.084,20084 +845,1,1,11,14:19:57,19.761,19761 +845,808,1,11,14:20:14,21.856,21856 +845,3,1,11,14:20:17,20.647,20647 +845,13,1,11,14:20:19,20.800,20800 +845,153,1,11,14:20:28,20.741,20741 +845,22,1,11,14:20:48,29.936,29936 +845,16,1,13,14:23:57,20.773,20773 +845,18,1,14,14:24:51,20.015,20015 +845,39,1,14,14:25:56,24.843,24843 +845,814,1,15,14:26:40,20.070,20070 +845,15,1,15,14:26:50,22.364,22364 +845,5,1,16,14:28:30,21.019,21019 +845,24,1,16,14:28:55,23.157,23157 +845,10,1,16,14:29:00,22.744,22744 +845,816,1,17,14:30:41,23.176,23176 +845,20,2,18,14:30:44,19.887,19887 +845,4,2,19,14:32:13,20.238,20238 +845,17,2,19,14:32:16,20.079,20079 +845,813,2,20,14:34:36,24.821,24821 +845,13,2,21,14:35:51,21.635,21635 +845,2,1,21,14:36:21,21.322,21322 +845,1,2,23,14:38:08,20.235,20235 +845,22,2,23,14:39:40,21.226,21226 +845,153,2,24,14:40:47,20.872,20872 +845,67,2,25,14:42:10,24.745,24745 +845,155,2,25,14:42:46,21.128,21128 +845,30,2,26,14:43:25,20.487,20487 +845,808,2,26,14:43:33,24.232,24232 +845,3,2,27,14:45:01,19.534,19534 +845,4,3,29,14:47:26,20.738,20738 +845,17,3,29,14:47:27,20.279,20279 +845,5,2,28,14:47:28,20.807,20807 +845,815,2,29,14:48:40,21.143,21143 +845,15,2,29,14:48:41,21.723,21723 +845,39,2,28,14:48:52,24.448,24448 +845,18,2,30,14:49:06,20.763,20763 +845,16,2,30,14:50:19,20.267,20267 +845,814,2,32,14:53:02,20.126,20126 +845,20,3,34,14:54:42,20.426,20426 +845,1,3,35,14:56:14,20.473,20473 +845,816,2,34,14:58:05,22.982,22982 +845,22,3,35,14:58:09,20.650,20650 +845,13,3,36,14:58:48,22.419,22419 +845,813,3,36,14:59:14,21.574,21574 +845,2,2,36,14:59:22,21.953,21953 +845,153,3,36,14:59:25,21.019,21019 +845,4,4,39,15:02:54,20.380,20380 +845,10,2,38,15:03:54,21.632,21632 +845,30,3,41,15:06:21,20.451,20451 +845,808,3,41,15:06:36,21.739,21739 +845,5,3,41,15:07:42,23.068,23068 +845,3,3,42,15:07:53,20.395,20395 +845,67,3,42,15:08:31,20.819,20819 +845,15,3,43,15:10:27,23.001,23001 +845,155,3,44,15:11:40,20.500,20500 +845,17,4,47,15:14:50,19.984,19984 +845,20,4,48,15:15:41,20.292,20292 +845,815,3,47,15:16:00,21.829,21829 +845,18,3,48,15:16:10,20.107,20107 +845,1,4,49,15:17:11,20.988,20988 +845,16,3,48,15:17:54,23.230,23230 +845,39,3,47,15:19:38,24.298,24298 +845,2,3,50,15:20:32,20.796,20796 +845,153,4,50,15:21:09,23.143,23143 +845,816,3,49,15:21:44,21.708,21708 +845,814,3,51,15:22:03,20.573,20573 +845,813,4,53,15:25:26,22.077,22077 +845,10,3,53,15:27:29,21.170,21170 +845,22,4,54,15:27:32,20.637,20637 +846,30,1,12,14:19:30,35.084,35084 +846,18,1,15,14:22:57,25.280,25280 +846,3,1,15,14:23:33,25.189,25189 +846,20,1,16,14:24:15,28.536,28536 +846,17,1,16,14:24:32,37.735,37735 +846,4,1,17,14:25:41,25.352,25352 +846,5,1,19,14:29:21,26.477,26477 +846,814,1,20,14:30:24,24.970,24970 +846,1,1,22,14:33:00,31.445,31445 +846,10,1,22,14:33:33,26.827,26827 +846,15,1,24,14:36:13,25.595,25595 +846,813,1,25,14:37:09,26.468,26468 +846,13,1,26,14:38:20,26.615,26615 +846,39,1,25,14:38:46,28.325,28325 +846,814,2,27,14:40:23,19.360,19360 +846,808,1,28,14:41:17,28.856,28856 +846,153,1,29,14:43:07,25.907,25907 +846,22,1,32,14:46:47,25.921,25921 +846,18,2,33,14:46:57,26.421,26421 +846,814,3,32,14:47:35,47.226,47226 +846,2,1,33,14:48:15,25.851,25851 +846,67,1,33,14:48:16,26.073,26073 +846,4,2,34,14:48:45,31.382,31382 +846,3,2,33,14:48:50,25.310,25310 +846,24,1,32,14:49:02,28.298,28298 +846,816,1,33,14:49:39,27.577,27577 +846,155,1,34,14:49:49,28.642,28642 +846,16,1,34,14:49:51,25.037,25037 +846,39,2,33,14:51:08,39.917,39917 +846,1,2,43,15:03:45,19.347,19347 +846,15,2,46,15:09:08,26.065,26065 +846,18,3,48,15:09:55,24.670,24670 +846,1,3,49,15:12:04,26.977,26977 +846,5,2,52,15:17:38,25.878,25878 +846,3,3,53,15:18:33,25.116,25116 +846,813,2,54,15:18:38,25.687,25687 +846,17,2,55,15:19:56,26.269,26269 +846,153,2,56,15:22:30,27.550,27550 +846,67,2,62,15:30:24,25.045,25045 +846,816,2,63,15:33:21,26.464,26464 +846,16,2,68,15:37:52,27.879,27879 +846,22,2,68,15:38:54,25.675,25675 +846,2,2,69,15:40:13,26.281,26281 +847,18,1,8,13:15:11,23.650,23650 +847,24,1,9,13:17:25,27.202,27202 +847,18,2,13,13:25:10,14.501,14501 +847,22,1,15,13:28:31,23.305,23305 +847,16,1,16,13:30:09,24.052,24052 +847,4,1,17,13:31:21,23.893,23893 +847,3,1,17,13:31:28,23.105,23105 +847,813,1,17,13:31:45,23.571,23571 +847,67,1,17,13:31:50,23.949,23949 +847,816,1,17,13:32:07,24.143,24143 +847,30,1,18,13:33:04,24.472,24472 +847,4,2,19,13:34:54,26.348,26348 +847,18,3,19,13:35:02,23.868,23868 +847,3,2,19,13:35:10,22.986,22986 +847,153,1,19,13:35:14,26.045,26045 +847,22,2,19,13:35:21,25.066,25066 +847,5,1,19,13:35:26,44.037,44037 +847,15,1,19,13:35:28,51.684,51684 +847,813,2,19,13:35:30,24.943,24943 +847,20,1,20,13:36:13,23.872,23872 +847,17,1,20,13:36:40,29.546,29546 +847,67,2,20,13:37:27,24.649,24649 +847,13,1,21,13:38:09,24.886,24886 +847,30,2,21,13:38:51,24.196,24196 +847,816,2,23,13:43:32,30.497,30497 +847,816,3,33,16:07:00,24.655,24655 +847,30,3,34,16:08:48,22.832,22832 +847,16,2,34,16:08:49,22.923,22923 +847,10,1,34,16:08:50,24.425,24425 +847,22,3,34,16:08:51,24.684,24684 +847,67,3,34,16:08:53,23.970,23970 +847,2,1,35,16:10:18,23.113,23113 +847,814,1,35,16:10:20,22.479,22479 +847,18,4,35,16:10:22,23.589,23589 +847,37,1,35,16:10:23,30.288,30288 +847,153,2,35,16:10:26,24.863,24863 +847,813,3,35,16:10:29,23.593,23593 +847,24,2,35,16:10:48,34.897,34897 +847,155,1,36,16:11:49,23.687,23687 +847,13,2,36,16:11:50,22.742,22742 +847,808,1,36,16:11:52,23.816,23816 +847,17,2,36,16:11:53,22.402,22402 +847,4,3,36,16:11:54,26.129,26129 +847,3,3,36,16:11:57,22.735,22735 +847,15,2,36,16:12:14,23.332,23332 +847,816,4,36,16:12:15,14.538,14538 +847,20,2,37,16:13:21,22.958,22958 +847,39,1,37,16:14:01,29.115,29115 +847,18,5,37,16:14:55,31.718,31718 +847,814,2,43,16:24:38,28.630,28630 +847,16,3,45,16:27:43,14.565,14565 +847,16,4,49,16:33:51,32.449,32449 +847,17,3,50,16:35:03,22.770,22770 +847,22,4,50,16:35:12,23.059,23059 +847,67,4,50,16:35:23,26.561,26561 +847,814,3,50,16:35:33,14.538,14538 +847,18,6,51,16:36:41,23.741,23741 +847,153,3,51,16:36:45,23.338,23338 +847,813,4,51,16:36:46,23.700,23700 +847,10,2,51,16:37:16,25.079,25079 +847,39,2,51,16:37:38,29.540,29540 +847,30,4,52,16:37:50,22.869,22869 +847,13,3,52,16:37:52,22.560,22560 +847,2,2,52,16:37:57,23.364,23364 +847,37,2,52,16:38:22,24.039,24039 +847,15,3,52,16:38:45,25.140,25140 +847,816,5,52,16:38:56,30.714,30714 +847,20,3,53,16:39:07,22.526,22526 +847,24,3,52,16:39:20,33.278,33278 +847,155,2,53,16:39:22,24.618,24618 +847,808,2,53,16:39:31,24.145,24145 +847,3,4,53,16:39:36,22.702,22702 +847,13,4,53,16:39:50,28.346,28346 +847,814,4,53,16:40:04,23.129,23129 +847,813,5,61,16:53:19,31.701,31701 +848,813,1,10,14:22:02,21.301,21301 +848,2,1,11,14:23:23,22.114,22114 +848,22,1,11,14:23:27,21.163,21163 +848,155,1,11,14:23:29,23.492,23492 +848,1,1,12,14:24:49,20.340,20340 +848,3,1,12,14:25:02,21.054,21054 +848,16,1,12,14:25:09,20.676,20676 +848,17,1,13,14:26:28,20.465,20465 +848,20,1,14,14:28:11,21.006,21006 +848,4,1,14,14:28:15,21.477,21477 +848,18,1,14,14:28:31,20.997,20997 +848,30,1,14,14:28:40,21.201,21201 +848,814,1,14,14:28:51,20.567,20567 +848,67,1,14,14:28:54,21.321,21321 +848,5,1,14,14:29:11,23.241,23241 +848,39,1,14,14:29:43,28.030,28030 +848,13,1,15,14:30:07,20.718,20718 +848,808,1,15,14:30:49,22.104,22104 +848,30,2,15,14:30:59,30.665,30665 +848,24,1,15,14:31:23,24.459,24459 +848,10,1,17,14:34:56,21.900,21900 +848,15,1,18,14:36:30,23.327,23327 +848,816,1,18,14:36:56,21.943,21943 +848,153,1,19,14:37:50,21.391,21391 +848,1,2,24,14:46:06,21.035,21035 +848,815,1,25,14:48:56,21.939,21939 +848,67,2,26,14:50:28,20.460,20460 +848,5,2,26,14:51:06,21.126,21126 +848,2,2,27,14:52:04,22.285,22285 +848,814,2,27,14:52:08,20.818,20818 +848,808,2,27,14:52:26,21.168,21168 +848,17,2,28,14:52:53,20.319,20319 +848,16,2,28,14:53:47,20.286,20286 +848,22,2,28,14:53:53,21.262,21262 +848,813,2,28,14:54:30,21.805,21805 +848,4,2,29,14:54:36,20.551,20551 +848,24,2,28,14:55:33,22.766,22766 +848,20,2,30,14:56:16,20.441,20441 +848,18,2,30,14:56:46,20.325,20325 +848,3,2,30,14:57:07,23.547,23547 +848,39,2,29,14:58:17,24.675,24675 +848,13,2,31,14:58:23,25.537,25537 +848,30,3,31,14:59:40,21.168,21168 +848,155,2,33,15:03:14,20.545,20545 +848,15,2,34,15:05:36,22.131,22131 +848,816,2,37,15:11:48,22.250,22250 +848,808,3,39,15:13:41,21.105,21105 +848,2,3,40,15:15:10,21.472,21472 +848,22,3,40,15:15:16,21.286,21286 +848,17,3,42,15:17:11,20.367,20367 +848,1,3,42,15:17:41,20.212,20212 +848,153,2,42,15:18:33,21.103,21103 +848,5,3,42,15:19:57,22.632,22632 +848,16,3,43,15:20:21,21.036,21036 +848,10,2,42,15:20:26,22.030,22030 +848,814,3,44,15:22:18,21.069,21069 +848,4,3,45,15:22:21,20.136,20136 +848,24,3,43,15:23:02,22.235,22235 +848,813,3,44,15:23:06,21.490,21490 +848,3,3,45,15:23:36,20.896,20896 +848,67,3,45,15:24:07,20.995,20995 +848,20,3,47,15:25:39,20.331,20331 +848,39,3,44,15:26:13,26.059,26059 +848,13,3,48,15:28:09,20.404,20404 +848,18,3,48,15:28:21,20.479,20479 +849,30,1,9,13:20:38,30.242,30242 +849,2,1,10,13:22:37,24.716,24716 +849,18,1,11,13:24:05,25.070,25070 +849,16,1,11,13:24:13,25.737,25737 +849,155,1,11,13:24:19,28.448,28448 +849,813,1,11,13:24:27,26.238,26238 +849,67,1,11,13:24:30,26.279,26279 +849,808,1,11,13:24:37,24.880,24880 +849,22,1,11,13:24:38,25.860,25860 +849,10,1,11,13:24:52,25.416,25416 +849,24,1,11,13:25:12,26.643,26643 +849,816,1,11,13:25:14,28.742,28742 +849,17,1,12,13:25:41,23.973,23973 +849,4,1,12,13:25:42,26.566,26566 +849,1,1,12,13:25:49,25.100,25100 +849,814,1,12,13:26:02,26.612,26612 +849,3,1,12,13:26:12,24.722,24722 +849,815,1,12,13:26:13,25.386,25386 +849,153,1,12,13:26:20,24.719,24719 +849,817,1,12,13:27:17,25.872,25872 +849,20,1,13,13:27:22,24.818,24818 +849,13,1,13,13:27:39,24.159,24159 +849,30,2,16,13:33:23,31.751,31751 +849,155,2,20,13:40:27,31.551,31551 +849,1,2,24,13:46:21,24.065,24065 +849,814,2,24,13:46:50,45.291,45291 +849,813,2,24,13:47:12,24.272,24272 +849,16,2,25,13:48:32,24.077,24077 +849,67,2,25,13:48:50,24.620,24620 +849,17,2,26,13:49:36,25.490,25490 +849,18,2,26,13:49:45,24.287,24287 +849,13,2,26,13:49:48,23.929,23929 +849,814,3,26,13:50:52,31.471,31471 +849,20,2,27,13:51:10,31.558,31558 +849,4,2,27,13:51:15,23.974,23974 +849,816,2,28,13:55:39,25.428,25428 +849,817,2,28,13:56:23,26.942,26942 +849,3,2,30,13:56:50,24.399,24399 +849,2,2,30,13:57:06,24.434,24434 +849,10,2,30,13:58:43,24.959,24959 +849,153,2,31,13:58:46,24.095,24095 +849,30,3,31,13:58:47,24.651,24651 +849,22,2,31,13:59:02,23.955,23955 +849,815,2,32,14:00:08,25.619,25619 +849,24,2,31,14:00:49,25.505,25505 +849,813,3,35,14:05:42,23.869,23869 +849,20,3,36,14:06:13,23.137,23137 +849,1,3,37,14:07:50,23.340,23340 +849,17,3,38,14:09:30,23.785,23785 +849,808,2,38,14:10:21,24.172,24172 +849,4,3,39,14:10:50,23.474,23474 +849,18,3,39,14:11:08,23.292,23292 +849,16,3,40,14:13:32,27.240,27240 +849,13,3,41,14:14:35,23.238,23238 +850,815,1,8,14:17:05,27.247,27247 +850,67,1,10,14:20:28,27.301,27301 +850,812,1,10,14:21:22,31.879,31879 +850,17,1,14,14:26:23,20.440,20440 +850,3,1,14,14:26:39,20.348,20348 +850,30,1,15,14:28:22,20.768,20768 +850,813,1,15,14:28:35,21.601,21601 +850,1,1,16,14:29:38,20.982,20982 +850,4,1,16,14:29:39,20.430,20430 +850,20,1,16,14:29:57,20.394,20394 +850,13,1,17,14:31:36,20.344,20344 +850,155,1,20,14:36:51,20.882,20882 +850,24,1,20,14:37:44,22.048,22048 +850,817,1,21,14:39:29,22.319,22319 +850,16,1,22,14:39:56,20.839,20839 +850,10,1,22,14:41:05,22.252,22252 +850,808,1,23,14:41:53,21.449,21449 +850,153,1,23,14:42:02,21.062,21062 +850,814,1,23,14:42:05,23.676,23676 +850,18,1,24,14:43:15,20.952,20952 +850,816,1,24,14:44:42,20.762,20762 +850,5,1,26,14:47:26,22.088,22088 +850,17,2,30,14:52:32,21.299,21299 +850,812,2,28,14:53:09,22.331,22331 +850,1,2,31,14:54:10,20.496,20496 +850,4,2,32,14:55:46,20.035,20035 +850,813,2,35,15:01:53,21.057,21057 +850,3,2,36,15:03:03,20.975,20975 +850,67,2,36,15:04:03,20.954,20954 +850,30,2,37,15:04:59,20.299,20299 +850,20,2,40,15:09:11,20.274,20274 +850,13,2,41,15:10:46,20.185,20185 +850,815,2,41,15:11:48,21.645,21645 +850,153,2,43,15:15:07,21.689,21689 +850,808,2,46,15:19:54,20.572,20572 +850,16,2,48,15:22:30,20.879,20879 +850,155,2,48,15:23:03,21.267,21267 +850,10,2,48,15:25:25,21.252,21252 +850,1,3,51,15:26:17,20.403,20403 +850,816,2,49,15:27:24,23.588,23588 +850,817,2,49,15:27:43,24.053,24053 +850,5,2,50,15:27:48,21.175,21175 +850,814,2,51,15:28:11,22.535,22535 +850,4,3,53,15:29:30,19.975,19975 +850,3,3,53,15:30:50,20.047,20047 +850,812,3,51,15:32:52,22.458,22458 +850,17,3,56,15:34:20,20.324,20324 +850,30,3,56,15:35:53,19.930,19930 +850,13,3,59,15:39:43,21.903,21903 +850,20,3,59,15:39:44,20.110,20110 +851,17,1,10,14:20:59,20.854,20854 +851,13,1,10,14:21:09,22.293,22293 +851,808,1,10,14:21:18,25.532,25532 +851,22,1,10,14:21:19,22.640,22640 +851,18,1,11,14:22:29,21.786,21786 +851,814,1,11,14:22:46,22.262,22262 +851,813,1,11,14:23:04,23.397,23397 +851,2,1,11,14:23:12,21.371,21371 +851,10,1,11,14:23:27,22.222,22222 +851,816,1,11,14:23:32,25.337,25337 +851,1,1,12,14:23:59,21.880,21880 +851,20,1,12,14:24:05,20.690,20690 +851,4,1,12,14:24:10,22.886,22886 +851,3,1,12,14:24:17,20.767,20767 +851,155,1,12,14:24:35,23.725,23725 +851,67,1,12,14:24:42,22.349,22349 +851,5,1,12,14:24:53,22.772,22772 +851,16,1,12,14:24:55,21.902,21902 +851,815,1,12,14:24:56,22.215,22215 +851,24,1,12,14:25:35,23.633,23633 +851,30,1,13,14:26:02,21.948,21948 +851,153,1,13,14:26:24,23.734,23734 +851,15,1,13,14:26:49,23.118,23118 +851,817,1,13,14:27:04,22.844,22844 +851,813,2,16,14:31:22,13.186,13186 +851,2,2,23,14:42:16,25.434,25434 +851,22,2,24,14:43:19,22.217,22217 +851,153,2,24,14:43:20,22.552,22552 +851,5,2,24,14:43:45,22.147,22147 +851,815,2,24,14:43:49,20.570,20570 +851,17,2,25,14:44:03,20.000,20000 +851,4,2,25,14:44:04,23.208,23208 +851,13,2,25,14:44:34,21.138,21138 +851,808,2,25,14:44:47,24.194,24194 +851,67,2,25,14:44:55,21.460,21460 +851,1,2,26,14:45:16,20.803,20803 +851,30,2,26,14:46:04,20.071,20071 +851,24,2,25,14:46:40,22.501,22501 +851,16,2,26,14:46:48,20.589,20589 +851,18,2,27,14:46:49,21.065,21065 +851,3,2,27,14:47:28,19.939,19939 +851,814,2,27,14:47:32,20.801,20801 +851,20,2,28,14:48:22,20.611,20611 +851,813,3,28,14:49:55,21.426,21426 +851,10,2,28,14:50:32,20.613,20613 +851,817,2,28,14:51:12,23.563,23563 +851,816,2,29,14:52:27,20.916,20916 +851,815,3,32,14:56:05,13.201,13201 +851,155,2,34,14:58:08,22.852,22852 +851,4,3,36,15:00:23,19.936,19936 +851,22,3,37,15:02:51,20.580,20580 +851,17,3,39,15:04:48,20.673,20673 +851,24,3,37,15:05:37,27.839,27839 +851,1,3,40,15:05:54,20.861,20861 +851,13,3,40,15:06:53,22.453,22453 +851,20,3,41,15:07:32,19.664,19664 +851,18,3,42,15:08:53,20.046,20046 +851,814,3,42,15:10:06,20.935,20935 +851,67,3,43,15:11:41,20.360,20360 +851,5,3,43,15:12:56,20.990,20990 +851,815,4,44,15:14:07,20.917,20917 +851,817,3,43,15:14:54,21.651,21651 +851,4,4,47,15:16:33,20.126,20126 +851,153,3,47,15:17:40,21.345,21345 +851,816,3,47,15:20:46,49.849,49849 +851,3,3,50,15:22:04,20.563,20563 +851,17,4,51,15:22:51,21.122,21122 +851,808,3,50,15:22:54,21.353,21353 +851,22,4,50,15:22:55,31.539,31539 +851,5,4,49,15:22:56,22.364,22364 +851,16,3,50,15:23:22,21.796,21796 +851,24,4,48,15:23:32,23.010,23010 +851,813,4,50,15:23:34,23.016,23016 +851,1,4,52,15:24:11,20.855,20855 +851,17,5,53,15:26:20,20.715,20715 +851,22,5,52,15:26:36,25.596,25596 +851,1,5,54,15:27:35,21.628,21628 +851,808,4,53,15:28:00,21.609,21609 +851,5,5,52,15:28:12,21.715,21715 +851,16,4,53,15:28:27,21.503,21503 +851,816,4,51,15:28:37,22.470,22470 +851,3,4,54,15:28:47,23.244,23244 +851,813,5,53,15:28:55,22.825,22825 +851,24,5,51,15:28:58,22.458,22458 +851,10,3,53,15:30:17,20.929,20929 +851,1,6,56,15:30:48,13.173,13173 +851,13,4,58,15:33:53,21.157,21157 +851,155,3,62,15:40:56,21.258,21258 +852,10,1,1,14:05:58,35.092,35092 +852,811,1,1,14:06:10,30.795,30795 +852,5,1,1,14:06:14,28.539,28539 +852,17,1,3,14:09:42,21.015,21015 +852,18,1,3,14:09:46,26.046,26046 +852,30,1,4,14:11:45,20.153,20153 +852,20,1,5,14:13:27,20.898,20898 +852,815,1,5,14:13:49,26.092,26092 +852,10,2,6,14:16:35,13.914,13914 +852,4,1,8,14:19:18,20.994,20994 +852,811,2,8,14:20:14,13.968,13968 +852,13,1,9,14:21:21,22.267,22267 +852,1,1,10,14:23:14,21.895,21895 +852,3,1,11,14:25:16,23.090,23090 +852,24,1,11,14:26:05,21.766,21766 +852,808,1,12,14:27:22,21.395,21395 +852,813,1,12,14:27:31,21.421,21421 +852,20,2,13,14:29:09,21.411,21411 +852,16,1,13,14:29:31,22.773,22773 +852,22,1,13,14:29:38,21.818,21818 +852,30,2,13,14:29:39,20.226,20226 +852,18,2,13,14:29:40,21.756,21756 +852,817,1,13,14:30:19,23.780,23780 +852,15,1,13,14:30:20,22.159,22159 +852,816,1,13,14:30:22,22.939,22939 +852,5,2,13,14:30:46,22.009,22009 +852,155,1,14,14:32:10,24.161,24161 +852,814,1,14,14:32:11,21.334,21334 +852,10,3,14,14:33:40,24.204,24204 +852,811,3,21,14:47:48,20.756,20756 +852,815,2,22,14:49:35,14.089,14089 +852,815,3,23,14:51:40,23.883,23883 +852,24,2,27,14:59:56,30.959,30959 +852,4,2,29,15:02:28,21.243,21243 +852,813,2,29,15:03:01,22.303,22303 +852,155,2,29,15:03:08,21.269,21269 +852,20,3,30,15:04:14,20.786,20786 +852,3,2,30,15:04:42,21.171,21171 +852,13,2,30,15:04:43,21.856,21856 +852,808,2,30,15:04:45,21.979,21979 +852,814,2,30,15:05:01,21.350,21350 +852,17,2,31,15:06:19,20.947,20947 +852,16,2,31,15:06:38,20.983,20983 +852,30,3,31,15:06:39,21.319,21319 +852,22,2,31,15:06:56,21.478,21478 +852,15,2,31,15:07:16,21.484,21484 +852,18,3,32,15:08:15,21.640,21640 +852,13,3,32,15:08:49,21.485,21485 +852,5,3,33,15:11:16,22.306,22306 +852,10,4,35,15:15:37,21.721,21721 +852,816,2,36,15:17:29,22.114,22114 +852,22,3,40,15:24:23,47.753,47753 +853,155,1,1,14:05:42,27.550,27550 +853,22,1,1,14:06:43,29.157,29157 +853,811,1,2,14:08:02,22.534,22534 +853,817,1,1,14:08:50,16:44.718,1004718 +853,15,1,5,14:13:34,30.391,30391 +853,814,1,13,14:25:33,21.870,21870 +853,30,1,16,14:29:42,22.709,22709 +853,67,1,16,14:30:10,24.234,24234 +853,18,1,17,14:31:10,21.660,21660 +853,1,1,18,14:32:41,22.083,22083 +853,155,2,18,14:33:12,22.939,22939 +853,4,1,19,14:34:04,22.539,22539 +853,813,1,19,14:34:39,23.063,23063 +853,811,2,19,14:34:43,23.145,23145 +853,20,1,20,14:35:21,22.124,22124 +853,153,1,20,14:36:08,21.988,21988 +853,10,1,20,14:36:42,25.147,25147 +853,13,1,21,14:37:20,21.821,21821 +853,5,1,21,14:38:01,23.298,23298 +853,15,2,24,14:43:14,23.420,23420 +853,814,2,31,14:52:56,23.069,23069 +853,22,2,32,14:54:59,23.414,23414 +853,18,2,33,14:55:00,22.095,22095 +853,817,2,20,14:55:30,30.777,30777 +853,4,2,34,14:56:26,21.989,21989 +853,1,2,34,14:56:36,21.876,21876 +853,20,2,35,14:57:38,21.378,21378 +853,5,2,35,14:59:46,22.611,22611 +853,30,2,37,15:01:01,22.014,22014 +853,813,2,37,15:02:04,22.614,22614 +853,10,2,38,15:04:43,22.784,22784 +853,67,2,40,15:06:23,24.086,24086 +853,811,3,40,15:06:27,22.273,22273 +853,13,2,41,15:07:06,22.148,22148 +853,153,2,41,15:07:43,22.279,22279 +854,817,1,1,20:06:48,44.170,44170 +854,3,1,9,20:21:25,29.549,29549 +854,4,1,10,20:23:15,30.621,30621 +854,30,1,10,20:23:27,29.610,29610 +854,811,1,10,20:23:47,35.398,35398 +854,13,1,11,20:25:14,30.290,30290 +854,1,1,11,20:25:15,30.142,30142 +854,16,1,11,20:25:25,30.718,30718 +854,813,1,11,20:25:39,30.888,30888 +854,67,1,11,20:25:50,32.827,32827 +854,5,1,11,20:25:56,32.202,32202 +854,811,2,11,20:26:39,36.856,36856 +854,17,1,12,20:27:10,30.462,30462 +854,22,1,12,20:27:40,30.456,30456 +854,13,2,12,20:28:04,32.351,32351 +854,1,2,13,20:29:39,33.456,33456 +854,24,1,13,20:30:31,34.329,34329 +854,20,1,14,20:30:38,30.023,30023 +854,18,1,14,20:30:49,30.169,30169 +854,815,1,15,20:33:28,30.810,30810 +854,1,3,15,20:34:04,24.342,24342 +854,155,1,16,20:35:49,30.464,30464 +854,15,1,16,20:36:05,31.048,31048 +854,808,1,16,20:36:09,30.807,30807 +854,817,2,15,20:36:19,34.782,34782 +854,816,1,16,20:36:22,31.763,31763 +854,153,1,17,20:38:05,30.948,30948 +854,814,1,19,20:41:08,30.704,30704 +854,15,2,19,20:43:14,33.317,33317 +854,3,2,22,20:47:06,29.417,29417 +854,30,2,24,20:51:04,29.473,29473 +854,13,3,24,20:51:44,30.478,30478 +854,153,2,24,20:52:14,24.299,24299 +854,4,2,25,20:52:35,30.387,30387 +854,813,2,25,20:53:37,30.187,30187 +854,5,2,26,20:56:11,31.621,31621 +854,24,2,26,20:57:30,32.122,32122 +854,17,2,29,21:00:16,31.204,31204 +854,816,2,28,21:00:59,31.592,31592 +854,814,2,29,21:01:05,29.764,29764 +854,16,2,29,21:01:11,33.418,33418 +854,3,3,29,21:01:12,30.261,30261 +854,815,2,29,21:01:17,33.344,33344 +854,817,3,27,21:01:25,33.058,33058 +854,811,3,28,21:01:27,30.832,30832 +854,1,4,29,21:01:31,30.706,30706 +854,20,2,30,21:01:48,30.809,30809 +854,155,2,29,21:01:59,31.602,31602 +854,18,2,30,21:02:11,29.921,29921 +854,808,2,29,21:02:43,30.625,30625 +854,22,2,30,21:04:10,30.544,30544 +854,67,2,31,21:06:25,31.394,31394 +854,153,3,35,21:16:28,31.836,31836 +854,155,3,40,21:25:43,24.715,24715 +854,13,4,41,21:26:06,30.983,30983 +854,813,3,45,21:33:51,30.477,30477 +854,15,3,44,21:36:23,31.168,31168 +854,17,3,47,21:36:42,30.413,30413 +854,24,3,45,21:38:30,31.687,31687 +854,18,3,48,21:38:31,30.305,30305 +854,1,5,48,21:39:06,29.876,29876 +854,5,3,47,21:40:09,31.207,31207 +854,20,3,49,21:40:10,30.796,30796 +854,808,3,47,21:40:13,30.485,30485 +854,4,3,49,21:40:46,29.972,29972 +854,67,3,49,21:41:40,32.739,32739 +854,24,4,46,21:41:47,42.920,42920 +854,811,4,48,21:42:01,30.987,30987 +854,155,4,53,21:51:26,30.869,30869 +855,1,1,8,15:17:14,21.091,21091 +855,16,1,8,15:17:26,21.511,21511 +855,24,1,8,15:18:13,28.244,28244 +855,20,1,9,15:18:49,22.374,22374 +855,30,1,9,15:19:04,20.667,20667 +855,18,1,10,15:20:34,21.094,21094 +855,4,1,10,15:20:34,21.147,21147 +855,17,1,10,15:20:39,21.820,21820 +855,814,1,10,15:20:50,21.964,21964 +855,155,1,10,15:20:59,24.263,24263 +855,5,1,10,15:21:10,21.412,21412 +855,13,1,11,15:22:19,21.313,21313 +855,67,1,11,15:22:41,21.849,21849 +855,15,1,11,15:22:59,21.636,21636 +855,817,1,11,15:23:13,23.723,23723 +855,22,1,12,15:24:26,22.130,22130 +855,3,1,12,15:24:36,20.575,20575 +855,10,1,12,15:24:57,25.563,25563 +855,816,1,13,15:26:41,23.013,23013 +855,811,1,15,15:29:45,25.927,25927 +855,813,1,16,15:31:31,21.339,21339 +855,153,1,17,15:33:17,21.792,21792 +855,808,1,18,15:34:39,21.304,21304 +855,20,2,19,15:35:48,21.596,21596 +855,17,2,19,15:35:57,21.369,21369 +855,18,2,20,15:37:28,20.713,20713 +855,10,2,19,15:37:30,21.726,21726 +855,815,1,20,15:38:10,21.655,21655 +855,4,2,21,15:39:11,21.319,21319 +855,1,2,21,15:39:19,22.821,22821 +855,13,2,22,15:41:00,21.214,21214 +855,5,2,22,15:42:00,21.519,21519 +855,817,2,22,15:42:48,23.172,23172 +855,16,2,23,15:43:10,21.337,21337 +855,816,2,23,15:44:26,22.258,22258 +855,30,2,24,15:44:52,22.570,22570 +855,814,2,24,15:45:11,21.964,21964 +855,155,2,24,15:45:21,22.299,22299 +855,22,2,24,15:45:22,22.736,22736 +855,3,2,24,15:45:23,20.665,20665 +855,24,2,23,15:45:48,24.716,24716 +855,15,2,24,15:46:04,22.233,22233 +855,813,2,25,15:47:52,21.075,21075 +855,20,3,33,16:01:45,21.705,21705 +855,17,3,34,16:03:28,21.455,21455 +855,1,3,35,16:05:09,21.292,21292 +855,814,3,35,16:05:21,21.553,21553 +855,811,2,35,16:05:42,22.466,22466 +855,18,3,36,16:06:38,20.998,20998 +855,13,3,36,16:06:46,21.100,21100 +855,153,2,36,16:07:16,22.584,22584 +855,24,3,35,16:07:51,22.631,22631 +855,4,3,37,16:08:19,20.731,20731 +855,815,2,37,16:08:38,24.461,24461 +855,16,3,37,16:08:44,21.839,21839 +855,22,3,37,16:08:54,21.890,21890 +855,5,3,37,16:09:04,22.532,22532 +855,10,3,36,16:09:24,22.877,22877 +855,15,3,38,16:10:48,22.156,22156 +855,816,3,37,16:11:06,24.269,24269 +855,808,2,39,16:12:09,20.832,20832 +855,817,3,38,16:12:53,22.910,22910 +855,30,3,41,16:15:04,20.879,20879 +855,3,3,41,16:15:25,20.809,20809 +855,813,3,41,16:15:38,21.012,21012 +856,24,1,1,15:05:51,26.379,26379 +856,155,1,10,15:21:45,21.623,21623 +856,22,1,10,15:21:47,21.722,21722 +856,814,1,11,15:23:25,22.075,22075 +856,15,1,12,15:25:30,22.441,22441 +856,18,1,13,15:26:42,20.766,20766 +856,3,1,13,15:26:43,20.091,20091 +856,811,1,13,15:27:10,21.163,21163 +856,5,1,13,15:27:13,21.951,21951 +856,17,1,14,15:28:23,20.828,20828 +856,13,1,14,15:28:28,23.642,23642 +856,808,1,14,15:28:33,21.478,21478 +856,30,1,14,15:28:35,20.238,20238 +856,67,1,14,15:28:48,22.098,22098 +856,1,1,15,15:30:01,20.846,20846 +856,4,1,15,15:30:19,20.978,20978 +856,20,1,16,15:31:42,19.985,19985 +856,16,1,16,15:32:24,24.820,24820 +856,813,1,16,15:32:31,21.569,21569 +856,815,1,16,15:32:32,21.225,21225 +856,10,1,16,15:33:19,22.533,22533 +856,817,1,16,15:33:22,23.196,23196 +856,816,1,16,15:33:28,26.905,26905 +856,153,1,17,15:34:24,22.301,22301 +856,24,2,16,15:34:32,23.544,23544 +856,813,2,22,15:45:44,13.984,13984 +856,155,2,24,15:49:22,25.578,25578 +856,3,2,27,15:54:18,20.772,20772 +856,813,3,28,15:56:30,22.035,22035 +856,811,2,30,15:59:48,21.893,21893 +856,814,2,31,16:01:23,21.060,21060 +856,22,2,31,16:01:32,22.347,22347 +856,1,2,33,16:04:21,20.584,20584 +856,17,2,33,16:04:22,20.800,20800 +856,20,2,34,16:05:58,20.170,20170 +856,18,2,34,16:06:08,20.758,20758 +856,13,2,34,16:06:13,21.080,21080 +856,16,2,35,16:08:18,21.916,21916 +856,67,2,36,16:10:01,21.992,21992 +856,815,2,36,16:10:09,21.385,21385 +856,15,2,36,16:10:35,22.851,22851 +856,4,2,37,16:11:21,20.639,20639 +856,153,2,37,16:11:31,22.325,22325 +856,5,2,38,16:13:56,22.669,22669 +856,816,2,38,16:14:40,22.412,22412 +856,24,3,38,16:16:35,22.092,22092 +856,10,2,41,16:19:51,22.481,22481 +856,817,2,41,16:19:54,22.115,22115 +856,155,3,42,16:21:02,21.472,21472 +856,815,3,53,16:39:58,21.971,21971 +857,815,1,1,15:05:16,22.676,22676 +857,10,1,1,15:05:23,27.378,27378 +857,22,1,1,15:05:36,33.650,33650 +857,15,1,1,15:06:37,40.734,40734 +857,814,1,2,15:06:50,21.525,21525 +857,808,1,3,15:08:27,27.137,27137 +857,16,1,15,15:27:09,21.424,21424 +857,17,1,16,15:28:08,21.392,21392 +857,4,1,16,15:28:09,21.873,21873 +857,1,1,16,15:28:14,22.530,22530 +857,153,1,16,15:28:37,22.856,22856 +857,13,1,17,15:29:43,21.848,21848 +857,3,1,17,15:29:56,21.149,21149 +857,18,1,18,15:31:05,21.092,21092 +857,30,1,18,15:31:35,20.893,20893 +857,67,1,18,15:31:43,22.579,22579 +857,20,1,19,15:32:31,21.415,21415 +857,814,2,19,15:33:45,24.150,24150 +857,5,1,21,15:36:36,22.226,22226 +857,811,1,22,15:38:07,22.144,22144 +857,39,1,22,15:38:47,24.046,24046 +857,816,1,22,15:38:52,22.687,22687 +857,1,2,24,15:40:48,27.193,27193 +857,817,1,25,15:43:17,25.074,25074 +857,15,2,27,15:49:31,22.894,22894 +857,13,2,30,15:49:55,14.919,14919 +857,13,3,31,15:51:40,27.619,27619 +857,817,2,32,15:54:51,42.529,42529 +857,808,2,33,15:55:13,22.519,22519 +857,815,2,34,15:56:37,24.789,24789 +857,16,2,35,15:58:06,21.977,21977 +857,22,2,35,15:59:21,22.339,22339 +857,17,2,37,16:00:03,21.240,21240 +857,4,2,39,16:03:03,21.755,21755 +857,814,3,39,16:04:47,20.984,20984 +857,5,2,41,16:07:49,22.001,22001 +857,3,2,45,16:12:29,22.978,22978 +857,1,3,45,16:12:44,22.172,22172 +857,18,2,46,16:13:11,21.838,21838 +857,153,2,46,16:14:27,23.084,23084 +857,20,2,47,16:14:36,21.449,21449 +857,30,2,50,16:19:55,21.482,21482 +857,39,2,50,16:23:00,23.605,23605 +857,811,2,56,16:30:01,21.723,21723 +857,816,2,55,16:30:49,22.472,22472 +857,15,3,54,16:32:20,24.150,24150 +857,817,3,56,16:32:48,28.474,28474 +858,811,1,1,17:05:36,20.882,20882 +858,815,1,2,17:07:22,24.654,24654 +858,155,1,5,17:13:02,19.833,19833 +858,13,1,15,17:30:30,20.471,20471 +858,153,1,15,17:31:05,43.574,43574 +858,1,1,16,17:32:01,19.439,19439 +858,4,1,16,17:32:03,20.211,20211 +858,18,1,16,17:32:14,20.908,20908 +858,16,1,16,17:32:35,20.356,20356 +858,30,1,16,17:32:36,19.660,19660 +858,5,1,16,17:33:01,21.146,21146 +858,17,1,17,17:34:01,25.182,25182 +858,3,1,17,17:34:12,19.785,19785 +858,15,1,17,17:35:11,20.824,20824 +858,808,1,18,17:36:34,20.738,20738 +858,22,1,18,17:36:43,24.219,24219 +858,817,1,18,17:37:20,21.693,21693 +858,811,2,20,17:40:33,20.330,20330 +858,24,1,24,17:48:28,21.247,21247 +858,813,1,25,17:49:31,20.201,20201 +858,10,1,25,17:50:06,21.792,21792 +858,814,1,27,17:52:50,20.216,20216 +858,815,2,27,17:53:09,19.979,19979 +858,813,2,30,17:58:49,12.897,12897 +858,155,2,33,18:03:42,23.108,23108 +858,22,2,34,18:05:35,20.534,20534 +858,17,2,35,18:06:07,20.000,20000 +858,153,2,34,18:06:16,21.363,21363 +858,18,2,36,18:07:45,20.301,20301 +858,16,2,36,18:08:17,20.614,20614 +858,811,3,36,18:09:34,12.959,12959 +858,808,2,38,18:12:53,19.968,19968 +858,1,2,40,18:14:22,19.350,19350 +858,5,2,39,18:14:52,20.652,20652 +858,13,2,40,18:14:54,20.035,20035 +858,30,2,42,18:18:51,20.638,20638 +858,817,2,41,18:19:37,23.192,23192 +858,4,2,43,18:19:38,21.314,21314 +858,15,2,42,18:20:55,20.791,20791 +858,10,2,44,18:24:59,20.561,20561 +858,3,2,48,18:29:04,19.907,19907 +858,17,3,54,18:39:14,19.525,19525 +859,30,1,10,14:17:19,25.481,25481 +859,811,1,12,14:19:18,21.900,21900 +859,808,1,13,14:20:39,21.169,21169 +859,16,1,14,14:21:51,21.097,21097 +859,18,1,15,14:22:58,22.005,22005 +859,4,1,16,14:24:15,20.773,20773 +859,1,1,16,14:24:18,21.099,21099 +859,3,1,16,14:24:30,20.773,20773 +859,22,1,16,14:24:50,21.537,21537 +859,20,1,17,14:25:24,20.927,20927 +859,814,1,17,14:25:58,20.745,20745 +859,813,1,17,14:26:13,21.561,21561 +859,5,1,17,14:26:16,22.854,22854 +859,17,1,18,14:26:46,20.755,20755 +859,811,2,18,14:27:37,14.029,14029 +859,67,1,19,14:28:43,22.417,22417 +859,815,1,20,14:30:05,22.221,22221 +859,816,1,20,14:30:42,21.859,21859 +859,817,1,20,14:30:47,23.473,23473 +859,13,1,21,14:30:57,21.696,21696 +859,155,1,21,14:31:18,25.117,25117 +859,153,1,21,14:31:26,22.773,22773 +859,24,1,21,14:32:06,22.666,22666 +859,10,1,21,14:32:08,22.452,22452 +859,15,1,22,14:33:08,22.616,22616 +859,811,3,28,14:41:14,23.289,23289 +859,808,2,30,14:43:17,23.102,23102 +859,18,2,31,14:44:05,21.038,21038 +859,16,2,31,14:44:24,20.900,20900 +859,5,2,31,14:45:14,22.013,22013 +859,1,2,33,14:46:43,20.396,20396 +859,30,2,32,14:46:47,20.782,20782 +859,22,2,34,14:48:56,22.590,22590 +859,4,2,35,14:49:11,20.664,20664 +859,17,2,38,14:52:52,20.990,20990 +859,20,2,39,14:54:13,20.652,20652 +859,814,2,40,14:56:27,21.767,21767 +859,3,2,42,14:58:56,20.658,20658 +859,67,2,42,14:59:19,22.461,22461 +859,816,2,41,14:59:31,23.542,23542 +859,817,2,41,14:59:46,22.904,22904 +859,15,2,42,15:00:23,21.555,21555 +859,155,2,43,15:00:26,21.231,21231 +859,1,3,44,15:01:16,20.681,20681 +859,815,2,44,15:02:10,21.337,21337 +859,13,2,45,15:02:33,21.053,21053 +859,16,3,45,15:02:49,21.138,21138 +859,808,3,45,15:03:14,21.781,21781 +859,24,2,45,15:05:02,22.996,22996 +859,153,2,48,15:07:11,21.855,21855 +859,811,4,48,15:08:23,22.128,22128 +859,5,3,49,15:09:19,21.478,21478 +859,18,3,52,15:11:27,21.583,21583 +859,30,3,51,15:11:49,21.373,21373 +859,4,3,54,15:13:55,20.752,20752 +859,22,3,53,15:14:17,21.638,21638 +859,17,3,58,15:18:40,20.781,20781 +859,20,3,59,15:20:05,22.094,22094 +860,811,1,1,17:05:23,24.599,24599 +860,817,1,1,17:05:35,32.319,32319 +860,13,1,11,17:21:08,22.313,22313 +860,3,1,12,17:22:31,23.203,23203 +860,4,1,13,17:24:04,22.035,22035 +860,155,1,13,17:24:20,25.346,25346 +860,814,1,13,17:24:21,24.933,24933 +860,17,1,14,17:25:41,23.302,23302 +860,5,1,14,17:26:12,24.397,24397 +860,18,1,16,17:28:30,23.275,23275 +860,20,1,16,17:28:41,24.256,24256 +860,813,1,16,17:28:53,23.427,23427 +860,1,1,17,17:30:12,22.862,22862 +860,808,1,18,17:32:32,24.579,24579 +860,8,1,19,17:33:43,24.881,24881 +860,818,1,19,17:33:54,23.203,23203 +860,10,1,20,17:36:09,26.322,26322 +860,819,1,21,17:37:59,25.303,25303 +860,817,2,22,17:39:23,23.257,23257 +860,815,1,24,17:41:45,23.882,23882 +860,13,2,28,17:48:15,22.528,22528 +860,811,2,30,17:51:46,23.777,23777 +860,3,2,31,17:52:34,23.017,23017 +860,814,2,33,17:55:58,24.579,24579 +860,4,2,34,17:57:06,21.910,21910 +860,5,2,34,17:58:11,24.580,24580 +860,18,2,36,17:59:44,22.837,22837 +860,1,2,36,17:59:54,23.464,23464 +860,155,2,36,18:00:33,24.162,24162 +860,819,2,35,18:01:35,48.984,48984 +860,20,2,37,18:01:36,24.131,24131 +860,17,2,37,18:01:58,22.915,22915 +860,813,2,37,18:02:03,23.166,23166 +860,8,2,37,18:02:13,23.310,23310 +860,818,2,37,18:02:41,23.569,23569 +860,10,2,36,18:02:46,25.046,25046 +860,13,3,37,18:03:05,22.103,22103 +860,5,3,37,18:04:32,28.888,28888 +860,817,3,38,18:05:15,24.348,24348 +860,811,3,47,18:22:20,30.888,30888 +860,819,3,51,18:30:07,17.088,17088 +861,815,1,1,16:05:39,25.671,25671 +861,811,1,1,16:06:01,31.006,31006 +861,814,1,2,16:07:52,23.988,23988 +861,13,1,3,16:10:03,24.034,24034 +861,10,1,3,16:10:14,25.096,25096 +861,819,1,3,16:10:20,29.317,29317 +861,18,1,4,16:12:01,24.305,24305 +861,4,1,4,16:12:09,24.653,24653 +861,807,1,4,16:12:17,23.856,23856 +861,817,1,4,16:12:26,25.470,25470 +861,808,1,4,16:12:28,24.718,24718 +861,5,1,4,16:12:30,32.670,32670 +861,1,1,5,16:14:12,24.271,24271 +861,17,1,5,16:14:20,24.569,24569 +861,20,1,5,16:14:27,25.658,25658 +861,3,1,5,16:14:31,25.600,25600 +861,813,1,5,16:14:32,25.535,25535 +861,8,1,5,16:14:36,27.602,27602 +861,155,1,5,16:14:39,28.122,28122 +861,30,1,5,16:14:40,24.831,24831 +861,811,2,7,16:20:17,26.269,26269 +861,18,2,13,17:26:27,25.922,25922 +861,3,2,13,17:26:30,25.199,25199 +861,8,2,13,17:26:32,24.927,24927 +861,155,2,13,17:26:34,26.255,26255 +861,37,1,13,17:26:36,15.684,15684 +861,808,2,13,17:26:37,29.359,29359 +861,10,2,13,17:26:37,25.660,25660 +861,811,3,13,17:26:38,24.980,24980 +861,1,2,14,17:28:30,27.961,27961 +861,4,2,14,17:28:34,22.864,22864 +861,17,2,14,17:28:36,26.337,26337 +861,13,2,14,17:28:39,24.420,24420 +861,814,2,14,17:28:42,22.856,22856 +861,813,2,14,17:28:42,21.621,21621 +861,30,2,14,17:28:43,24.094,24094 +861,817,2,14,17:28:45,24.539,24539 +861,5,2,14,17:28:46,25.130,25130 +861,815,2,15,17:30:37,24.520,24520 +861,20,2,15,17:30:43,24.057,24057 +861,818,1,15,17:30:48,24.216,24216 +861,807,2,15,17:30:50,23.549,23549 +861,819,2,15,17:31:03,36.542,36542 +861,39,1,15,17:31:07,36.876,36876 +861,18,3,15,17:31:07,36.517,36517 +861,813,3,15,17:31:11,23.974,23974 +861,37,2,16,17:33:35,38.887,38887 +861,5,3,23,17:48:07,34.109,34109 +861,18,4,24,17:50:04,23.509,23509 +861,817,3,25,17:51:55,22.610,22610 +861,3,3,26,17:53:46,23.050,23050 +861,13,3,27,17:55:53,23.130,23130 +861,817,4,37,18:16:06,23.648,23648 +861,39,2,37,18:18:02,27.700,27700 +861,13,4,38,18:18:08,26.934,26934 +861,5,4,38,18:18:52,23.782,23782 +861,17,3,39,18:19:05,23.195,23195 +861,814,3,39,18:19:15,22.175,22175 +861,811,4,39,18:19:18,23.824,23824 +861,30,3,39,18:19:33,22.163,22163 +861,813,4,39,18:19:34,23.409,23409 +861,3,4,39,18:19:47,23.231,23231 +861,18,5,39,18:19:49,23.477,23477 +861,808,3,39,18:20:00,30.335,30335 +861,10,3,39,18:20:20,25.390,25390 +861,4,3,40,18:20:25,22.534,22534 +861,819,3,39,18:20:48,32.224,32224 +861,20,3,40,18:20:50,22.998,22998 +861,8,3,40,18:20:58,25.041,25041 +861,818,2,40,18:21:12,23.343,23343 +861,807,3,40,18:21:13,23.358,23358 +861,155,3,40,18:21:24,23.662,23662 +861,37,3,39,18:22:06,28.483,28483 +861,815,3,41,18:22:19,24.543,24543 +861,1,3,41,18:22:31,26.338,26338 +861,20,4,47,18:33:40,25.884,25884 +862,4,2,27,15:50:50,20.136,20136 +862,8,2,28,15:52:32,21.494,21494 +862,818,2,28,15:53:07,23.623,23623 +862,5,2,28,15:53:24,22.606,22606 +862,811,2,29,15:54:32,21.323,21323 +862,808,2,29,15:55:09,22.007,22007 +862,807,2,30,15:56:37,21.027,21027 +862,5,3,29,15:57:39,37.748,37748 +862,20,2,31,15:57:50,21.146,21146 +862,154,2,32,15:59:28,25.835,25835 +862,37,2,31,15:59:35,23.488,23488 +862,814,2,32,15:59:44,21.006,21006 +862,813,2,33,16:01:26,21.229,21229 +862,817,2,33,16:01:52,22.318,22318 +862,39,2,32,16:01:55,23.151,23151 +862,3,2,34,16:02:40,20.645,20645 +862,17,3,34,16:03:03,20.471,20471 +862,815,2,35,16:04:47,22.565,22565 +862,10,2,36,16:07:41,21.515,21515 +862,819,2,37,16:09:27,23.579,23579 +862,1,3,38,16:09:51,20.177,20177 +862,4,3,38,16:09:52,20.024,20024 +862,155,3,38,16:10:03,21.795,21795 +862,18,3,39,16:11:21,26.618,26618 +862,13,2,41,16:15:10,20.051,20051 +862,818,3,41,16:15:32,22.531,22531 +862,819,3,48,16:28:45,13.981,13981 +862,17,1,6,15:14:20,20.474,20474 +862,155,1,9,15:19:30,21.551,21551 +862,20,1,9,15:19:39,21.449,21449 +862,807,1,9,15:19:47,32.407,32407 +862,8,1,10,15:21:12,21.433,21433 +862,1,1,10,15:21:13,20.903,20903 +862,808,1,10,15:21:40,21.851,21851 +862,18,1,11,15:22:56,20.563,20563 +862,154,1,11,15:23:04,21.184,21184 +862,814,1,11,15:23:08,20.387,20387 +862,813,1,11,15:23:09,21.569,21569 +862,818,1,11,15:23:22,22.835,22835 +862,30,1,12,15:24:39,21.746,21746 +862,4,1,12,15:24:44,20.296,20296 +862,811,1,12,15:24:49,21.184,21184 +862,5,1,12,15:25:06,22.713,22713 +862,3,1,13,15:26:17,21.113,21113 +862,815,1,16,15:31:38,23.009,23009 +862,39,1,16,15:32:47,24.937,24937 +862,817,1,17,15:33:56,21.884,21884 +862,37,1,17,15:34:24,23.634,23634 +862,13,1,18,15:35:14,20.250,20250 +862,10,1,18,15:35:58,21.327,21327 +862,819,1,19,15:37:45,22.306,22306 +862,17,2,21,15:40:30,20.377,20377 +862,1,2,22,15:42:10,20.691,20691 +862,18,2,24,15:45:32,20.474,20474 +862,155,2,25,15:47:30,21.012,21012 +863,5,1,1,15:05:40,25.047,25047 +863,817,1,7,15:15:42,25.829,25829 +863,18,1,8,15:17:12,23.016,23016 +863,13,1,8,15:17:14,23.557,23557 +863,3,1,8,15:17:15,22.228,22228 +863,1,1,9,15:18:49,28.341,28341 +863,17,1,9,15:18:50,22.236,22236 +863,4,1,9,15:18:53,22.094,22094 +863,815,1,9,15:19:00,23.408,23408 +863,811,1,9,15:19:03,23.405,23405 +863,30,1,9,15:19:05,21.979,21979 +863,807,1,9,15:19:08,22.413,22413 +863,37,1,9,15:19:27,24.241,24241 +863,154,1,10,15:20:26,23.246,23246 +863,818,1,10,15:20:50,22.763,22763 +863,808,1,10,15:20:55,23.411,23411 +863,10,1,10,15:21:10,23.423,23423 +863,39,1,10,15:21:21,25.896,25896 +863,20,1,11,15:22:02,22.017,22017 +863,8,1,11,15:22:13,22.412,22412 +863,813,1,11,15:22:27,22.868,22868 +863,819,1,12,15:24:32,24.020,24020 +863,5,2,13,15:26:27,23.323,23323 +863,814,1,14,15:27:28,22.069,22069 +863,155,1,14,15:27:35,22.758,22758 +863,807,2,19,15:36:18,22.446,22446 +863,815,2,21,15:39:34,23.428,23428 +863,39,2,21,15:40:50,25.204,25204 +863,18,2,22,15:41:03,22.270,22270 +863,3,2,22,15:41:09,22.903,22903 +863,13,2,22,15:41:13,21.963,21963 +863,37,2,22,15:42:24,23.420,23420 +863,17,2,23,15:42:40,22.649,22649 +863,1,2,23,15:42:46,30.622,30622 +863,4,2,23,15:42:48,23.449,23449 +863,813,2,23,15:42:55,22.330,22330 +863,30,2,23,15:43:00,22.105,22105 +863,808,2,23,15:43:18,23.421,23421 +863,817,2,23,15:43:21,22.295,22295 +863,10,2,23,15:43:55,29.648,29648 +863,8,2,24,15:44:08,22.362,22362 +863,811,2,24,15:44:50,22.310,22310 +863,20,2,25,15:45:43,22.717,22717 +863,154,2,25,15:45:51,22.896,22896 +863,818,2,25,15:46:40,23.353,23353 +863,5,3,25,15:47:05,23.639,23639 +863,155,2,31,15:56:31,25.590,25590 +863,814,2,33,15:59:46,22.483,22483 +863,39,3,32,16:00:15,26.417,26417 +863,3,3,36,16:04:47,21.888,21888 +863,1,3,36,16:04:54,23.696,23696 +863,807,3,36,16:05:05,22.560,22560 +863,18,3,37,16:06:26,22.616,22616 +863,4,3,37,16:06:29,23.207,23207 +863,815,3,37,16:06:37,22.924,22924 +863,30,3,37,16:06:38,22.192,22192 +863,13,3,38,16:08:13,21.938,21938 +863,811,3,38,16:08:29,22.796,22796 +863,817,3,38,16:08:50,22.495,22495 +863,5,4,38,16:09:08,23.173,23173 +863,20,3,39,16:09:10,21.800,21800 +863,8,3,39,16:09:12,22.597,22597 +863,17,3,39,16:09:31,21.705,21705 +863,10,3,38,16:10:20,22.933,22933 +863,808,3,39,16:10:35,23.167,23167 +863,37,3,38,16:10:38,24.520,24520 +863,154,3,40,16:10:56,22.763,22763 +863,818,3,40,16:12:03,22.241,22241 +863,39,4,45,16:22:48,24.317,24317 +863,155,3,50,16:28:31,24.674,24674 +863,18,4,53,16:33:05,23.943,23943 +864,815,1,1,14:05:24,21.864,21864 +864,17,1,6,14:12:45,20.119,20119 +864,20,1,7,14:14:11,19.745,19745 +864,155,1,8,14:15:44,22.260,22260 +864,3,1,9,14:17:10,20.502,20502 +864,18,1,9,14:17:14,20.333,20333 +864,814,1,9,14:17:22,19.987,19987 +864,4,1,10,14:18:30,19.456,19456 +864,154,1,10,14:18:42,20.223,20223 +864,30,1,10,14:18:44,20.113,20113 +864,818,1,10,14:18:52,20.388,20388 +864,13,1,10,14:18:53,20.130,20130 +864,807,1,10,14:18:56,20.521,20521 +864,808,1,10,14:19:03,24.856,24856 +864,37,1,10,14:19:19,22.275,22275 +864,813,1,11,14:20:01,20.620,20620 +864,8,1,11,14:20:05,19.777,19777 +864,817,1,11,14:20:29,21.101,21101 +864,39,1,11,14:20:59,21.518,21518 +864,5,1,13,14:23:37,21.290,21290 +864,1,1,14,14:24:59,21.963,21963 +864,10,1,14,14:25:27,21.082,21082 +864,819,1,15,14:27:06,20.936,20936 +864,17,2,17,14:29:54,24.864,24864 +864,815,2,17,14:30:09,21.055,21055 +864,807,2,19,14:32:55,20.558,20558 +864,37,2,19,14:33:43,22.135,22135 +864,3,2,22,14:37:13,20.059,20059 +864,39,2,22,14:38:37,22.515,22515 +864,814,2,23,14:38:57,21.680,21680 +864,818,2,23,14:38:58,22.645,22645 +864,813,2,24,14:39:46,20.218,20218 +864,18,2,25,14:41:49,21.061,21061 +864,817,2,25,14:42:02,20.114,20114 +864,4,2,26,14:42:46,20.028,20028 +864,154,2,26,14:43:10,21.215,21215 +864,155,2,26,14:43:23,20.381,20381 +864,10,2,26,14:44:13,20.902,20902 +864,8,2,27,14:44:27,21.301,21301 +864,20,2,27,14:44:46,19.624,19624 +864,5,2,27,14:45:19,22.566,22566 +864,819,2,27,14:45:53,21.338,21338 +864,13,2,28,14:46:33,13.259,13259 +864,808,2,28,14:47:06,23.072,23072 +864,13,3,29,14:48:17,19.699,19699 +864,20,3,30,14:49:35,13.335,13335 +864,1,2,35,14:57:08,19.980,19980 +864,37,3,35,14:59:17,21.543,21543 +864,815,3,37,15:00:35,28.531,28531 +864,18,3,38,15:01:44,19.888,19888 +864,807,3,39,15:03:27,20.515,20515 +864,817,3,39,15:03:31,20.059,20059 +864,3,3,40,15:04:39,20.197,20197 +864,17,3,40,15:05:00,20.129,20129 +864,818,3,40,15:05:04,20.460,20460 +864,813,3,41,15:05:16,22.829,22829 +864,155,3,41,15:06:09,21.311,21311 +864,20,4,42,15:07:43,26.143,26143 +864,814,3,42,15:08:07,19.867,19867 +864,4,3,44,15:09:47,20.105,20105 +864,5,3,43,15:10:04,21.275,21275 +864,808,3,44,15:11:45,21.817,21817 +864,13,4,45,15:12:32,22.645,22645 +864,8,3,48,15:16:02,20.073,20073 +864,10,3,47,15:16:42,20.669,20669 +864,154,3,51,15:20:41,21.035,21035 +864,37,4,51,15:24:24,21.471,21471 +865,155,1,1,14:04:47,28.390,28390 +865,808,1,3,14:08:18,39.391,39391 +865,818,1,17,14:27:24,26.063,26063 +865,3,1,27,14:40:15,24.874,24874 +865,17,1,29,14:42:54,25.566,25566 +865,1,1,29,14:43:03,25.748,25748 +865,8,1,29,14:43:28,26.380,26380 +865,807,1,29,14:43:29,26.447,26447 +865,811,1,29,14:43:29,26.410,26410 +865,39,1,29,14:44:09,27.306,27306 +865,4,1,30,14:44:22,25.220,25220 +865,5,1,30,14:44:53,26.066,26066 +865,10,1,30,14:45:01,25.567,25567 +865,13,1,31,14:45:47,24.993,24993 +865,819,1,33,14:49:17,27.186,27186 +865,30,1,34,14:50:07,25.117,25117 +865,815,1,34,14:50:36,25.666,25666 +865,814,1,35,14:51:32,25.642,25642 +865,18,1,38,14:55:43,25.219,25219 +865,815,2,39,14:57:38,19.677,19677 +865,817,1,40,14:58:28,25.335,25335 +865,20,1,46,15:05:40,25.079,25079 +865,10,2,54,15:17:48,36.503,36503 +865,818,2,70,15:38:55,26.157,26157 +865,5,2,73,15:43:52,31.293,31293 +865,39,2,74,15:46:48,26.973,26973 +866,13,1,12,14:19:28,21.128,21128 +866,814,1,13,14:20:45,21.489,21489 +866,30,1,13,14:20:47,21.807,21807 +866,18,1,15,14:23:32,21.748,21748 +866,20,1,16,14:24:31,21.639,21639 +866,818,1,16,14:24:55,22.278,22278 +866,1,1,17,14:25:51,21.375,21375 +866,17,1,17,14:25:59,21.199,21199 +866,817,1,17,14:26:17,21.689,21689 +866,5,1,17,14:26:32,21.733,21733 +866,808,1,18,14:27:54,21.888,21888 +866,4,1,19,14:28:31,21.133,21133 +866,3,1,19,14:28:43,21.222,21222 +866,154,1,21,14:31:23,21.830,21830 +866,807,1,21,14:31:32,24.583,24583 +866,811,1,23,14:34:41,22.781,22781 +866,155,1,24,14:35:30,21.453,21453 +866,10,1,24,14:36:31,25.520,25520 +866,819,1,28,14:41:55,23.291,23291 +866,813,1,29,14:42:22,22.704,22704 +866,18,2,33,14:47:50,21.845,21845 +866,3,2,38,14:53:57,21.179,21179 +866,8,1,40,14:56:32,21.534,21534 +866,815,1,41,14:57:52,21.407,21407 +866,807,2,42,14:59:35,23.660,23660 +866,5,2,42,15:00:15,21.704,21704 +866,30,2,43,15:00:53,22.524,22524 +866,818,2,43,15:01:05,23.163,23163 +866,808,2,43,15:01:38,21.403,21403 +866,814,2,44,15:02:08,21.734,21734 +866,818,3,47,15:06:41,14.641,14641 +866,1,2,50,15:09:20,22.530,22530 +866,17,2,52,15:12:15,21.254,21254 +866,18,3,52,15:13:15,21.363,21363 +866,13,2,58,15:20:18,21.115,21115 +866,817,2,58,15:20:40,21.558,21558 +866,20,2,63,15:26:26,22.428,22428 +867,18,1,10,14:21:23,20.246,20246 +867,815,1,10,14:21:27,21.032,21032 +867,13,1,11,14:23:08,20.498,20498 +867,819,1,11,14:23:43,31.636,31636 +867,5,1,12,14:25:12,21.040,21040 +867,1,1,13,14:26:30,19.355,19355 +867,808,1,13,14:26:58,20.726,20726 +867,155,1,14,14:28:20,23.071,23071 +867,8,1,14,14:28:21,21.879,21879 +867,813,1,14,14:28:23,21.342,21342 +867,807,1,14,14:28:26,21.198,21198 +867,817,1,14,14:28:38,21.209,21209 +867,37,1,14,14:29:09,23.127,23127 +867,4,1,15,14:30:09,19.789,19789 +867,39,1,15,14:31:07,22.930,22930 +867,20,1,16,14:31:32,20.357,20357 +867,154,1,16,14:31:48,20.479,20479 +867,818,1,17,14:34:17,21.303,21303 +867,30,1,19,14:37:38,20.477,20477 +867,17,1,19,14:37:40,20.246,20246 +867,3,1,20,14:39:17,20.625,20625 +867,155,2,20,14:39:29,25.719,25719 +867,811,1,20,14:40:14,28.440,28440 +867,814,1,23,14:44:48,20.295,20295 +867,811,2,24,14:47:48,14.659,14659 +867,815,2,25,14:48:26,20.904,20904 +867,808,2,25,14:48:42,21.224,21224 +867,18,2,26,14:50:09,19.640,19640 +867,13,2,27,14:51:54,20.126,20126 +867,5,2,27,14:53:03,24.445,24445 +867,154,2,28,14:53:16,23.183,23183 +867,1,2,28,14:53:30,31.081,31081 +867,4,2,28,14:53:33,20.718,20718 +867,8,2,28,14:53:38,21.103,21103 +867,813,2,28,14:53:44,21.525,21525 +867,807,2,28,14:53:50,20.332,20332 +867,808,3,28,14:54:43,21.407,21407 +867,20,2,29,14:55:02,20.023,20023 +867,37,2,28,14:55:13,23.125,23125 +867,819,2,28,14:55:13,22.838,22838 +867,39,2,29,14:57:51,26.370,26370 +867,13,3,34,15:07:46,39.041,39041 +867,817,2,37,15:12:44,22.597,22597 +867,17,2,38,15:14:32,20.222,20222 +867,39,3,39,15:16:58,14.780,14780 +867,30,2,41,15:19:40,20.041,20041 +867,3,2,46,15:28:36,20.115,20115 +867,808,4,47,15:30:40,30.800,30800 +867,13,4,53,15:41:54,20.476,20476 +868,819,2,32,13:58:04,26.164,26164 +868,17,2,33,13:57:42,25.179,25179 +868,813,2,12,13:24:16,33.068,33068 +868,13,1,13,13:24:56,25.325,25325 +868,8,1,13,13:24:58,25.581,25581 +868,819,1,13,13:25:46,26.313,26313 +868,17,1,14,13:26:30,25.854,25854 +868,811,1,14,13:26:49,25.983,25983 +868,818,1,14,13:26:57,26.489,26489 +868,4,1,15,13:28:03,25.372,25372 +868,3,1,15,13:28:30,25.189,25189 +868,155,1,16,13:30:03,26.845,26845 +868,807,1,16,13:30:05,26.060,26060 +868,18,1,16,13:30:09,25.138,25138 +868,817,1,16,13:30:14,25.626,25626 +868,39,1,16,13:30:53,29.908,29908 +868,10,1,18,13:34:02,26.165,26165 +868,1,1,21,13:38:11,24.498,24498 +868,154,2,26,13:46:39,25.388,25388 +868,37,1,27,13:49:37,27.715,27715 +868,1,2,28,13:49:52,25.003,25003 +868,817,2,29,13:51:50,25.613,25613 +868,5,2,29,13:52:21,26.434,26434 +868,811,2,30,13:53:19,26.573,26573 +868,20,2,31,13:54:33,25.319,25319 +868,18,2,31,13:55:02,24.762,24762 +868,818,2,32,13:56:46,26.200,26200 +868,814,1,1,13:05:45,32.790,32790 +868,154,1,2,13:06:42,34.201,34201 +868,20,1,10,13:19:58,25.829,25829 +868,813,1,11,13:21:39,25.630,25630 +868,815,1,11,13:21:41,25.192,25192 +868,30,1,12,13:23:17,25.938,25938 +868,5,1,12,13:23:46,26.196,26196 +868,8,2,34,13:59:31,25.871,25871 +868,30,2,34,13:59:45,25.552,25552 +868,13,2,35,14:01:05,25.110,25110 +868,807,2,35,14:01:25,25.444,25444 +868,39,2,35,14:03:37,27.944,27944 +868,4,2,37,14:04:03,24.998,24998 +868,155,2,37,14:04:36,39.208,39208 +868,3,2,37,14:04:48,33.529,33529 +868,10,2,38,14:07:52,25.241,25241 +869,13,1,1,14:04:39,23.049,23049 +869,811,1,1,14:04:53,47.942,47942 +869,154,1,1,14:04:56,32.766,32766 +869,1,1,3,14:07:52,21.012,21012 +869,818,1,6,14:11:33,18.901,18901 +869,814,1,10,14:17:02,17.899,17899 +869,8,1,11,14:18:20,18.002,18002 +869,807,1,12,14:19:41,18.442,18442 +869,17,1,12,14:19:43,18.253,18253 +869,3,1,12,14:19:51,18.395,18395 +869,813,1,13,14:21:05,19.646,19646 +869,5,1,13,14:21:24,19.385,19385 +869,30,1,14,14:22:25,18.497,18497 +869,808,1,14,14:22:47,19.802,19802 +869,815,1,17,14:26:37,18.143,18143 +869,4,1,18,14:27:43,17.570,17570 +869,18,1,19,14:29:13,17.867,17867 +869,817,1,19,14:29:34,18.374,18374 +869,10,1,19,14:30:15,21.399,21399 +869,20,1,20,14:30:30,17.512,17512 +869,37,1,20,14:31:43,19.850,19850 +869,819,1,21,14:32:56,17.821,17821 +869,155,1,22,14:33:31,18.904,18904 +869,39,1,22,14:34:43,19.535,19535 +869,13,2,24,14:36:49,19.137,19137 +869,154,2,24,14:37:20,20.388,20388 +869,811,2,25,14:38:46,18.822,18822 +869,818,2,27,14:40:49,18.425,18425 +869,807,2,31,14:46:05,18.286,18286 +869,5,2,31,14:46:32,18.801,18801 +869,1,2,31,14:46:44,17.598,17598 +869,3,2,32,14:47:31,17.894,17894 +869,808,2,32,14:47:59,18.323,18323 +869,30,2,36,14:52:44,17.928,17928 +869,8,2,38,14:55:22,17.735,17735 +869,813,2,38,14:55:56,19.210,19210 +869,817,2,38,14:55:57,17.990,17990 +869,814,2,39,14:57:08,17.968,17968 +869,18,2,40,14:57:48,16.831,16831 +869,815,2,40,14:58:14,18.199,18199 +869,17,2,40,14:58:22,17.290,17290 +869,4,2,41,14:59:05,17.942,17942 +869,20,2,41,14:59:07,17.859,17859 +869,10,2,40,15:00:18,18.952,18952 +869,154,3,42,15:02:09,22.743,22743 +869,155,2,43,15:02:13,19.177,19177 +869,819,2,43,15:03:49,19.391,19391 +869,5,3,44,15:04:41,19.233,19233 +869,818,3,45,15:05:35,19.949,19949 +869,807,3,46,15:06:33,18.365,18365 +869,37,2,45,15:07:26,20.664,20664 +869,13,3,47,15:08:15,19.680,19680 +869,1,3,47,15:08:33,18.877,18877 +869,39,2,46,15:08:59,19.382,19382 +869,811,3,47,15:09:01,18.313,18313 +869,3,3,50,15:11:59,18.741,18741 +869,808,3,50,15:12:58,18.354,18354 +869,30,3,52,15:14:25,18.163,18163 +869,5,4,53,15:17:23,28.988,28988 +869,813,3,57,15:22:00,18.085,18085 +870,30,1,1,14:08:08,21.336,21336 +870,30,2,4,14:12:58,13.199,13199 +870,155,1,8,14:18:40,20.234,20234 +870,818,1,12,14:24:37,20.363,20363 +870,817,1,14,14:27:32,20.510,20510 +870,18,1,15,14:28:38,19.408,19408 +870,807,1,15,14:28:52,20.736,20736 +870,813,1,15,14:28:54,20.304,20304 +870,811,1,16,14:30:15,20.213,20213 +870,3,1,16,14:30:21,20.352,20352 +870,814,1,16,14:30:26,20.460,20460 +870,20,1,17,14:31:35,19.380,19380 +870,4,1,17,14:31:38,19.669,19669 +870,5,1,17,14:32:09,20.780,20780 +870,1,1,18,14:32:53,20.436,20436 +870,13,1,18,14:33:17,19.981,19981 +870,808,1,18,14:33:47,21.070,21070 +870,39,1,18,14:34:22,21.259,21259 +870,154,1,19,14:34:22,22.151,22151 +870,10,1,18,14:34:25,21.337,21337 +870,8,1,20,14:36:01,20.087,20087 +870,17,1,20,14:36:05,19.611,19611 +870,819,1,20,14:36:59,20.915,20915 +870,815,1,21,14:37:57,20.320,20320 +870,37,1,22,14:40:27,22.332,22332 +870,818,2,30,14:51:44,19.858,19858 +870,30,3,32,14:54:51,20.503,20503 +870,18,2,34,14:56:39,19.083,19083 +870,817,2,34,14:57:29,19.630,19630 +870,808,2,35,14:59:27,20.592,20592 +870,5,2,36,15:00:48,21.855,21855 +870,20,2,38,15:02:27,19.331,19331 +870,814,2,38,15:03:06,20.352,20352 +870,154,2,39,15:03:52,20.231,20231 +870,17,2,39,15:04:09,19.175,19175 +870,807,2,39,15:04:31,20.607,20607 +870,1,2,40,15:05:18,19.059,19059 +870,819,2,39,15:05:50,21.378,21378 +870,3,2,40,15:05:53,20.632,20632 +870,155,2,40,15:06:36,20.065,20065 +870,39,2,39,15:07:06,22.031,22031 +870,813,2,41,15:07:28,19.755,19755 +870,10,2,40,15:08:28,20.383,20383 +870,811,2,42,15:08:36,20.604,20604 +870,37,2,41,15:10:00,21.877,21877 +870,4,2,43,15:10:01,19.365,19365 +870,13,2,43,15:10:12,19.917,19917 +870,8,2,45,15:12:35,19.772,19772 +870,18,3,45,15:12:56,20.355,20355 +870,818,3,46,15:15:27,19.644,19644 +870,815,2,47,15:16:34,20.216,20216 +870,817,3,47,15:16:46,20.027,20027 +870,808,3,51,15:23:46,20.515,20515 +870,813,3,52,15:23:48,13.206,13206 +870,17,3,55,15:27:30,19.386,19386 +870,5,3,56,15:30:55,20.567,20567 +870,20,3,58,15:31:43,18.964,18964 +870,818,4,64,15:42:01,19.600,19600 +871,37,1,1,14:06:31,29.107,29107 +871,155,1,1,14:06:35,27.248,27248 +871,813,1,1,14:06:36,21.842,21842 +871,155,2,7,14:21:42,21.669,21669 +871,814,1,10,14:27:27,21.402,21402 +871,8,1,11,14:29:22,20.383,20383 +871,17,1,11,14:29:28,20.908,20908 +871,10,1,11,14:29:54,22.463,22463 +871,817,1,12,14:31:21,20.287,20287 +871,13,1,12,14:31:26,20.306,20306 +871,808,1,12,14:31:42,25.972,25972 +871,807,1,13,14:33:14,22.152,22152 +871,5,1,14,14:35:49,52.206,52206 +871,39,1,14,14:35:55,23.953,23953 +871,818,1,15,14:37:19,20.660,20660 +871,37,2,15,14:38:00,25.027,25027 +871,811,1,16,14:39:19,21.690,21690 +871,819,1,18,14:44:03,21.611,21611 +871,30,1,19,14:45:02,21.664,21664 +871,18,1,20,14:46:43,19.668,19668 +871,3,1,20,14:47:24,21.062,21062 +871,20,1,21,14:48:56,20.811,20811 +871,155,3,24,14:55:27,22.106,22106 +871,10,2,25,14:58:05,20.660,20660 +871,814,2,26,14:59:07,21.115,21115 +871,808,2,26,14:59:52,21.180,21180 +871,807,2,27,15:00:38,20.696,20696 +871,17,2,27,15:00:39,20.385,20385 +871,13,2,27,15:00:45,21.049,21049 +871,37,3,27,15:02:18,22.064,22064 +871,5,2,27,15:02:21,21.931,21931 +871,8,2,28,15:02:30,20.289,20289 +871,817,2,28,15:02:51,21.060,21060 +871,39,2,28,15:04:17,22.523,22523 +871,818,2,29,15:04:49,21.077,21077 +871,30,2,35,15:16:18,20.835,20835 +871,3,2,36,15:18:36,20.534,20534 +871,811,2,39,15:24:25,22.030,22030 +872,10,1,7,14:14:33,28.747,28747 +872,813,1,13,14:23:38,22.970,22970 +872,3,1,14,14:25:03,22.346,22346 +872,30,1,15,14:26:24,22.247,22247 +872,8,1,17,14:29:28,21.730,21730 +872,5,1,17,14:29:51,22.737,22737 +872,819,1,18,14:31:32,24.039,24039 +872,13,1,19,14:32:19,22.161,22161 +872,808,1,19,14:32:59,22.182,22182 +872,20,1,20,14:33:51,22.303,22303 +872,4,1,20,14:33:52,21.515,21515 +872,155,1,20,14:34:08,22.874,22874 +872,17,1,21,14:35:36,21.556,21556 +872,814,1,21,14:35:39,22.190,22190 +872,18,1,22,14:36:49,23.375,23375 +872,37,1,22,14:38:04,23.488,23488 +872,1,1,23,14:38:13,20.736,20736 +872,39,1,23,14:39:30,31.745,31745 +872,817,1,24,14:40:19,21.720,21720 +872,811,1,24,14:40:20,22.985,22985 +872,807,1,27,14:44:55,22.746,22746 +872,816,1,27,14:45:12,21.962,21962 +872,815,1,29,14:47:32,22.472,22472 +872,10,2,32,14:53:27,22.581,22581 +872,20,2,34,14:55:13,15.008,15008 +872,813,2,35,14:57:05,21.814,21814 +872,819,2,35,14:57:49,22.046,22046 +872,30,2,37,14:59:46,22.310,22310 +872,3,2,38,15:01:21,21.854,21854 +872,5,2,39,15:03:38,21.910,21910 +872,808,2,40,15:05:10,22.811,22811 +873,10,2,25,20:54:19,32.015,32015 +873,5,2,26,20:55:51,30.099,30099 +873,17,2,28,20:58:56,29.304,29304 +873,813,2,29,21:00:34,30.540,30540 +873,4,2,29,21:00:36,29.190,29190 +873,155,2,30,21:03:49,30.842,30842 +873,808,3,30,21:04:39,30.405,30405 +873,37,2,30,21:05:01,32.625,32625 +873,817,2,31,21:05:16,29.789,29789 +873,8,2,32,21:07:02,29.370,29370 +873,20,2,33,21:08:19,31.137,31137 +873,18,2,33,21:08:25,29.662,29662 +873,819,2,32,21:08:32,30.834,30834 +873,814,2,33,21:08:49,30.029,30029 +873,3,2,33,21:09:07,29.687,29687 +873,154,2,33,21:09:08,31.753,31753 +873,813,3,33,21:09:10,30.981,30981 +873,30,2,33,21:09:20,30.338,30338 +873,811,3,33,21:09:41,30.684,30684 +873,13,3,33,21:10:02,29.455,29455 +873,17,3,40,21:26:54,29.348,29348 +873,807,2,40,21:26:54,30.613,30613 +873,815,2,40,21:26:57,30.217,30217 +873,808,4,40,21:27:04,41.154,41154 +873,37,3,40,21:27:06,44.101,44101 +873,5,3,45,21:38:17,30.232,30232 +873,155,3,50,21:48:02,36.146,36146 +873,807,3,50,21:48:19,34.601,34601 +873,808,1,1,20:06:04,36.148,36148 +873,13,1,1,20:06:31,31.958,31958 +873,17,1,8,20:19:35,29.333,29333 +873,20,1,10,20:23:17,29.117,29117 +873,811,1,10,20:23:50,30.317,30317 +873,4,1,11,20:25:22,29.557,29557 +873,30,1,11,20:25:39,30.879,30879 +873,817,1,11,20:25:50,30.992,30992 +873,1,1,12,20:27:09,29.124,29124 +873,814,1,12,20:27:23,31.026,31026 +873,3,1,12,20:27:30,29.546,29546 +873,818,1,12,20:27:44,30.499,30499 +873,5,1,12,20:27:55,30.440,30440 +873,813,1,13,20:29:11,30.234,30234 +873,8,1,13,20:29:37,29.669,29669 +873,10,1,13,20:30:01,30.977,30977 +873,18,1,14,20:31:06,30.019,30019 +873,154,1,14,20:31:24,32.080,32080 +873,155,1,14,20:31:56,30.693,30693 +873,819,1,16,20:36:09,30.647,30647 +873,807,1,18,20:39:33,30.363,30363 +873,815,1,18,20:39:37,30.043,30043 +873,37,1,18,20:40:26,33.042,33042 +873,808,2,18,20:40:30,30.341,30341 +873,13,2,19,20:42:14,29.403,29403 +873,39,1,19,20:42:28,32.436,32436 +873,818,2,24,20:51:30,29.898,29898 +873,811,2,25,20:53:24,30.828,30828 +874,154,1,1,15:05:37,32.329,32329 +874,811,1,1,15:05:49,27.098,27098 +874,17,1,1,15:06:19,32.462,32462 +874,154,2,7,15:16:52,29.793,29793 +874,18,1,13,15:26:28,20.233,20233 +874,8,1,13,15:26:35,20.901,20901 +874,807,1,13,15:26:38,21.007,21007 +874,814,1,13,15:26:54,21.063,21063 +874,155,1,14,15:28:06,20.783,20783 +874,819,1,14,15:29:02,21.343,21343 +874,815,1,15,15:29:58,21.273,21273 +874,39,1,15,15:30:44,23.227,23227 +874,1,1,16,15:31:39,21.148,21148 +874,813,1,16,15:31:44,21.361,21361 +874,811,2,16,15:32:04,21.538,21538 +874,20,1,17,15:32:58,20.508,20508 +874,13,1,17,15:33:08,20.936,20936 +874,817,1,17,15:33:31,21.944,21944 +874,30,1,17,15:33:45,20.643,20643 +874,37,1,17,15:34:08,26.287,26287 +874,5,1,18,15:35:26,22.816,22816 +874,818,1,18,15:35:28,22.528,22528 +874,808,1,19,15:37:33,21.368,21368 +874,10,1,20,15:39:00,20.662,20662 +874,811,3,21,15:40:44,14.608,14608 +874,154,3,22,15:42:35,21.143,21143 +874,17,2,26,15:48:48,20.691,20691 +874,8,2,30,15:55:12,21.222,21222 +874,155,2,31,15:56:42,20.762,20762 +874,1,2,31,15:56:51,19.794,19794 +874,807,2,31,15:56:55,21.688,21688 +874,819,2,31,15:58:08,42.505,42505 +874,814,2,32,15:59:02,21.344,21344 +874,813,2,33,16:00:13,21.118,21118 +874,817,2,34,16:02:03,21.516,21516 +874,811,4,34,16:02:29,21.520,21520 +874,18,2,35,16:03:20,21.099,21099 +874,818,2,35,16:04:02,21.431,21431 +874,13,2,36,16:04:50,20.778,20778 +874,30,2,36,16:05:33,20.379,20379 +874,20,2,37,16:06:11,20.346,20346 +874,37,2,36,16:06:51,22.487,22487 +874,10,2,40,16:12:57,21.520,21520 +874,5,2,41,16:14:28,22.678,22678 +874,808,2,42,16:16:46,21.367,21367 +874,808,3,48,16:27:04,14.250,14250 +875,155,1,1,15:06:00,33.003,33003 +875,155,2,7,15:17:22,13.986,13986 +875,1,1,13,15:26:44,19.638,19638 +875,807,1,13,15:26:59,22.125,22125 +875,154,1,13,15:27:00,21.681,21681 +875,30,1,13,15:27:06,20.087,20087 +875,818,1,13,15:27:09,20.865,20865 +875,5,1,13,15:27:25,21.896,21896 +875,17,1,14,15:28:25,19.811,19811 +875,13,1,14,15:28:32,20.607,20607 +875,8,1,14,15:28:33,20.211,20211 +875,817,1,14,15:28:56,20.151,20151 +875,811,1,14,15:28:57,21.886,21886 +875,808,1,14,15:29:17,22.278,22278 +875,10,1,14,15:29:19,22.334,22334 +875,20,1,15,15:30:06,19.830,19830 +875,4,1,15,15:30:13,19.930,19930 +875,814,1,15,15:30:41,20.805,20805 +875,819,1,17,15:35:01,21.302,21302 +875,815,1,18,15:35:58,24.408,24408 +875,39,1,18,15:37:11,22.749,22749 +875,813,1,21,15:41:35,21.137,21137 +875,1,2,26,15:50:01,20.777,20777 +875,814,2,28,15:54:05,20.218,20218 +875,154,2,31,15:59:00,20.935,20935 +875,10,2,31,16:00:08,20.494,20494 +875,17,2,32,16:00:11,19.616,19616 +875,807,2,32,16:00:43,20.982,20982 +875,30,2,32,16:01:04,20.276,20276 +875,811,2,32,16:01:12,22.813,22813 +875,808,2,32,16:01:49,21.581,21581 +875,815,2,33,16:02:54,20.767,20767 +875,5,2,33,16:03:37,21.489,21489 +875,4,2,34,16:03:41,20.090,20090 +875,817,2,34,16:04:24,20.804,20804 +875,20,2,35,16:05:18,19.801,19801 +875,13,2,35,16:05:28,20.855,20855 +875,8,2,35,16:05:40,21.012,21012 +875,819,2,34,16:06:00,22.019,22019 +875,818,2,38,16:11:27,21.188,21188 +875,1,3,42,16:18:28,19.447,19447 +876,818,1,1,15:05:15,25.097,25097 +876,30,1,1,15:05:50,25.036,25036 +876,815,1,14,15:25:19,21.336,21336 +876,815,2,19,15:33:50,24.508,24508 +876,18,1,25,15:42:00,21.509,21509 +876,811,1,26,15:43:56,22.047,22047 +876,39,1,26,15:45:08,24.544,24544 +876,8,1,27,15:45:09,21.404,21404 +876,3,1,27,15:45:26,21.490,21490 +876,813,1,27,15:45:28,22.003,22003 +876,817,1,27,15:45:46,22.637,22637 +876,13,1,28,15:46:40,21.100,21100 +876,807,1,28,15:46:47,21.654,21654 +876,814,1,28,15:47:07,23.948,23948 +876,819,1,28,15:47:38,22.692,22692 +876,4,1,29,15:47:52,20.800,20800 +876,17,1,30,15:49:21,20.808,20808 +876,813,2,30,15:50:59,28.053,28053 +876,808,1,31,15:52:12,22.445,22445 +876,10,1,31,15:52:31,27.303,27303 +876,1,1,32,15:52:33,20.852,20852 +876,5,1,32,15:53:40,22.967,22967 +876,20,1,33,15:53:43,20.707,20707 +876,37,1,32,15:54:30,23.830,23830 +876,818,2,33,15:55:26,21.658,21658 +876,30,2,33,15:56:04,21.322,21322 +876,154,1,36,15:59:04,20.976,20976 +876,155,1,36,15:59:41,22.726,22726 +877,3,1,1,17:05:24,29.277,29277 +877,154,1,1,17:05:48,26.057,26057 +877,814,1,1,17:06:13,26.670,26670 +877,818,1,9,17:20:35,20.319,20319 +877,154,2,9,17:21:21,21.017,21017 +877,814,2,9,17:21:58,19.829,19829 +877,20,1,13,17:31:03,24.962,24962 +877,155,1,25,17:53:36,19.529,19529 +877,13,1,26,17:55:31,19.585,19585 +877,817,1,26,17:55:32,20.122,20122 +877,819,1,26,17:55:56,21.941,21941 +877,30,1,27,17:57:17,19.701,19701 +877,10,1,27,17:57:44,19.884,19884 +877,808,1,27,17:57:47,20.769,20769 +877,4,1,28,17:58:45,19.368,19368 +877,5,1,28,17:59:21,23.032,23032 +877,37,1,28,17:59:46,22.272,22272 +877,18,1,29,18:00:35,19.455,19455 +877,813,1,29,18:00:45,20.723,20723 +877,815,1,30,18:02:32,19.486,19486 +877,17,1,30,18:02:33,19.066,19066 +877,8,1,31,18:03:59,20.278,20278 +877,811,1,32,18:06:19,22.587,22587 +877,818,2,33,18:08:11,19.885,19885 +877,20,2,37,18:15:02,19.918,19918 +877,815,2,38,18:17:35,33.431,33431 +877,817,2,38,18:17:36,21.231,21231 +877,814,3,39,18:19:26,20.265,20265 +877,30,2,41,18:24:11,21.270,21270 +877,815,3,44,18:30:24,26.858,26858 +878,154,1,9,13:19:50,21.190,21190 +878,155,1,13,13:26:55,24.079,24079 +878,30,1,14,13:28:39,22.263,22263 +878,807,1,17,13:33:38,22.099,22099 +878,1,1,20,13:38:21,20.814,20814 +878,4,1,20,13:38:33,24.439,24439 +878,811,1,20,13:38:57,22.143,22143 +878,20,1,21,13:40:02,20.904,20904 +878,814,1,21,13:40:40,22.498,22498 +878,813,1,21,13:40:43,22.342,22342 +878,5,1,21,13:41:14,22.713,22713 +878,10,1,21,13:41:15,23.092,23092 +878,815,1,22,13:42:28,22.079,22079 +878,808,1,23,13:44:41,22.762,22762 +878,8,1,24,13:45:33,24.840,24840 +878,37,1,24,13:47:04,24.798,24798 +878,39,1,25,13:48:53,24.497,24497 +878,13,1,26,13:49:03,21.520,21520 +878,819,1,26,13:50:13,22.379,22379 +878,817,1,30,13:56:20,22.651,22651 +878,814,2,30,13:56:45,22.444,22444 +878,3,1,34,14:03:17,21.346,21346 +878,18,1,35,14:04:36,21.445,21445 +878,30,2,39,14:12:20,21.297,21297 +879,8,1,5,14:10:08,21.541,21541 +879,30,1,5,14:10:23,25.980,25980 +879,155,1,8,14:14:32,27.266,27266 +879,30,2,8,14:15:29,22.486,22486 +879,3,1,9,14:16:06,23.018,23018 +879,817,1,9,14:16:07,22.838,22838 +879,17,1,9,14:16:09,23.127,23127 +879,1,1,10,14:17:17,24.410,24410 +879,4,1,10,14:17:29,22.472,22472 +879,20,1,10,14:17:36,20.997,20997 +879,814,1,10,14:17:37,28.336,28336 +879,39,1,13,14:22:30,27.113,27113 +879,819,1,13,14:22:37,24.427,24427 +879,10,1,14,14:23:56,23.251,23251 +879,808,1,14,14:23:58,23.031,23031 +879,37,1,14,14:24:13,25.787,25787 +879,13,1,15,14:25:26,22.596,22596 +879,818,1,15,14:25:27,22.362,22362 +879,5,1,15,14:25:33,23.429,23429 +879,30,3,17,14:29:13,22.243,22243 +879,1,2,18,14:29:24,21.606,21606 +879,4,2,18,14:29:41,23.000,23000 +879,155,2,18,14:29:44,24.254,24254 +879,3,2,18,14:29:54,21.806,21806 +879,814,2,18,14:29:55,21.364,21364 +879,20,2,19,14:31:08,22.016,22016 +879,17,2,19,14:31:16,21.232,21232 +879,817,2,19,14:31:25,21.182,21182 +879,8,2,19,14:31:26,22.731,22731 +879,13,2,19,14:31:32,21.680,21680 +879,10,2,19,14:31:36,21.442,21442 +879,808,2,19,14:31:43,27.452,27452 +879,5,2,19,14:31:46,38.291,38291 +879,37,2,19,14:32:05,26.573,26573 +879,818,2,20,14:33:06,21.302,21302 +879,819,2,20,14:33:27,22.746,22746 +879,39,2,20,14:33:37,26.739,26739 +879,3,3,20,14:33:42,24.262,24262 +879,807,1,23,14:35:55,21.347,21347 +879,18,1,23,14:35:56,21.550,21550 +879,818,3,29,14:48:26,25.976,25976 +879,10,3,31,14:51:14,23.544,23544 +879,5,3,37,14:59:15,22.721,22721 +879,3,4,50,15:17:16,31.768,31768 +879,37,3,50,15:17:24,25.375,25375 +879,817,3,51,15:18:04,21.444,21444 +879,39,3,51,15:19:00,23.625,23625 +879,20,3,52,15:19:17,21.256,21256 +879,8,3,53,15:21:39,32.309,32309 +879,155,3,54,15:22:32,32.823,32823 +879,30,4,54,15:22:33,21.827,21827 +879,20,4,54,15:22:38,28.932,28932 +879,808,3,54,15:23:17,22.702,22702 +879,13,3,55,15:23:33,22.427,22427 +879,17,3,55,15:23:53,21.006,21006 +879,819,3,55,15:24:35,23.082,23082 +879,4,3,56,15:25:03,21.862,21862 +879,818,4,56,15:25:47,22.061,22061 +879,37,4,55,15:25:57,24.510,24510 +879,817,4,56,15:26:13,22.923,22923 +879,18,2,57,15:26:15,21.456,21456 +879,39,4,55,15:26:24,27.480,27480 +879,807,2,57,15:26:30,22.250,22250 +879,5,4,56,15:26:34,23.002,23002 +879,10,4,56,15:26:40,24.816,24816 +879,814,3,57,15:27:15,22.389,22389 +879,807,3,58,15:28:20,14.128,14128 +879,5,5,59,15:31:24,21.849,21849 +879,817,5,61,15:33:59,21.973,21973 +880,18,1,4,17:09:54,22.282,22282 +880,17,1,5,17:11:28,24.240,24240 +880,154,1,5,17:11:33,22.239,22239 +880,821,1,5,17:11:35,22.316,22316 +880,822,1,6,17:13:14,23.528,23528 +880,820,1,6,17:13:26,36.564,36564 +880,20,1,7,17:14:25,21.807,21807 +880,823,1,7,17:15:07,24.104,24104 +880,13,1,8,17:16:00,21.754,21754 +880,814,1,8,17:16:13,23.010,23010 +880,819,1,8,17:16:47,23.394,23394 +880,4,1,9,17:17:35,21.792,21792 +880,8,1,9,17:17:36,22.709,22709 +880,818,1,9,17:17:54,23.074,23074 +880,824,1,9,17:18:08,23.371,23371 +880,813,1,10,17:19:36,23.099,23099 +880,1,1,13,17:23:56,22.155,22155 +880,3,1,14,17:25:35,22.274,22274 +880,817,1,15,17:27:32,23.435,23435 +880,815,1,16,17:29:00,23.677,23677 +880,823,2,16,17:29:58,23.834,23834 +880,17,2,18,17:32:17,21.717,21717 +880,154,2,19,17:33:53,22.133,22133 +880,820,2,19,17:34:48,30.838,30838 +880,4,2,20,17:35:01,21.606,21606 +880,18,2,20,17:35:24,23.571,23571 +880,16,1,21,17:36:31,22.693,22693 +880,20,2,21,17:36:32,22.704,22704 +880,13,2,23,17:39:40,21.511,21511 +880,815,2,23,17:40:25,22.004,22004 +880,818,2,24,17:41:44,24.688,24688 +880,822,2,24,17:42:08,23.215,23215 +880,821,2,27,17:46:47,22.315,22315 +880,824,2,27,17:47:07,23.387,23387 +880,817,2,30,17:51:27,24.177,24177 +880,1,2,31,17:52:21,22.015,22015 +880,814,2,33,17:55:48,23.051,23051 +880,8,2,34,17:56:41,22.181,22181 +880,819,2,33,17:57:12,23.509,23509 +880,823,3,34,17:59:22,23.917,23917 +880,820,3,34,17:59:26,22.948,22948 +880,13,3,36,18:00:04,21.509,21509 +880,20,3,37,18:01:32,21.596,21596 +880,18,3,37,18:02:18,21.538,21538 +880,154,3,37,18:02:19,22.534,22534 +880,17,3,38,18:03:34,21.515,21515 +880,4,3,39,18:04:29,21.704,21704 +880,822,3,40,18:07:27,24.060,24060 +880,815,3,41,18:08:37,21.705,21705 +880,1,3,42,18:09:35,21.778,21778 +880,818,3,44,18:13:03,23.160,23160 +880,16,2,46,18:15:28,22.749,22749 +880,824,3,50,18:23:42,22.669,22669 +881,20,1,5,16:13:32,21.135,21135 +881,13,1,5,16:13:49,22.403,22403 +881,16,1,6,16:15:54,37.833,37833 +881,817,1,6,16:15:56,22.416,22416 +881,8,1,6,16:15:57,25.905,25905 +881,814,1,6,16:15:57,43.713,43713 +881,813,1,6,16:16:01,24.737,24737 +881,823,1,6,16:16:05,23.252,23252 +881,824,1,6,16:16:07,26.546,26546 +881,822,1,6,16:16:09,24.960,24960 +881,820,1,6,16:16:12,30.365,30365 +881,17,1,7,16:17:26,21.010,21010 +881,1,1,7,16:17:30,24.933,24933 +881,18,1,7,16:17:43,22.448,22448 +881,807,1,7,16:17:44,22.996,22996 +881,815,1,7,16:17:51,21.583,21583 +881,154,1,7,16:17:52,22.105,22105 +881,821,1,7,16:17:55,24.397,24397 +881,818,1,7,16:17:57,49.216,49216 +881,819,1,7,16:18:03,44.428,44428 +881,3,1,8,16:19:28,22.028,22028 +881,813,2,13,16:29:27,32.561,32561 +881,824,2,17,16:36:29,23.755,23755 +881,823,2,18,16:38:15,22.706,22706 +881,17,2,19,16:38:48,20.736,20736 +881,817,2,19,16:39:32,22.388,22388 +881,820,2,19,16:40:11,22.668,22668 +881,13,2,20,16:40:56,21.635,21635 +881,154,2,20,16:40:57,21.812,21812 +881,819,2,20,16:41:58,25.015,25015 +881,1,2,21,16:42:22,21.465,21465 +881,18,2,21,16:42:32,21.028,21028 +881,807,2,21,16:42:39,21.699,21699 +881,8,2,21,16:42:42,22.677,22677 +881,20,2,22,16:44:00,21.339,21339 +881,3,2,22,16:44:07,21.079,21079 +881,815,2,22,16:44:32,20.894,20894 +881,821,2,22,16:44:52,22.575,22575 +881,822,2,22,16:44:54,28.045,28045 +881,818,2,26,16:52:14,21.638,21638 +881,823,3,28,16:56:15,25.118,25118 +881,824,3,29,16:57:51,22.017,22017 +881,1,3,30,16:58:00,21.549,21549 +881,17,3,31,16:59:38,20.883,20883 +881,3,3,31,16:59:42,22.114,22114 +881,20,3,32,17:01:24,21.482,21482 +881,820,3,31,17:01:52,22.115,22115 +881,813,3,32,17:03:12,22.703,22703 +881,819,3,32,17:03:34,23.373,23373 +881,13,3,33,17:03:34,21.561,21561 +881,815,3,33,17:03:40,21.338,21338 +881,817,3,33,17:04:13,22.008,22008 +881,807,3,34,17:05:21,22.629,22629 +881,8,3,34,17:05:22,21.903,21903 +881,154,3,35,17:07:03,22.385,22385 +881,821,3,36,17:09:30,22.394,22394 +881,822,3,40,17:16:24,22.937,22937 +881,1,4,41,17:17:00,21.271,21271 +881,20,4,42,17:18:37,20.757,20757 +881,3,4,42,17:18:44,21.202,21202 +881,820,4,41,17:19:43,22.271,22271 +881,17,4,43,17:20:16,20.767,20767 +881,823,4,42,17:21:22,22.744,22744 +881,818,3,43,17:21:38,21.702,21702 +881,824,4,43,17:22:37,22.335,22335 +881,807,4,44,17:22:50,23.198,23198 +881,819,4,43,17:23:04,23.844,23844 +881,13,4,47,17:27:39,20.970,20970 +881,821,4,51,17:35:38,22.542,22542 +881,815,4,54,17:40:12,21.366,21366 +882,17,1,1,15:05:52,21.287,21287 +882,817,1,4,15:11:03,24.946,24946 +882,1,1,5,15:12:45,20.379,20379 +882,3,1,5,15:12:50,22.299,22299 +882,819,1,5,15:12:59,21.265,21265 +882,4,1,6,15:14:28,19.719,19719 +882,8,1,6,15:14:31,20.753,20753 +882,824,1,6,15:14:46,21.097,21097 +882,823,1,6,15:14:51,20.905,20905 +882,13,1,7,15:16:16,20.753,20753 +882,154,1,7,15:16:21,20.083,20083 +882,813,1,7,15:16:30,20.794,20794 +882,820,1,7,15:16:42,21.063,21063 +882,807,1,14,15:28:27,22.838,22838 +882,20,1,14,15:28:27,19.323,19323 +882,814,1,14,15:28:38,20.598,20598 +882,17,2,15,15:30:32,26.956,26956 +882,818,1,15,15:30:41,20.977,20977 +882,822,1,16,15:32:22,21.614,21614 +882,824,2,16,15:32:43,24.834,24834 +882,819,2,17,15:34:28,22.183,22183 +882,13,2,19,15:37:26,20.027,20027 +882,3,2,19,15:37:32,19.894,19894 +882,3,3,20,15:39:47,22.727,22727 +882,823,2,20,15:40:06,20.743,20743 +882,1,2,21,15:40:48,20.584,20584 +882,8,2,21,15:40:49,20.759,20759 +882,820,2,21,15:41:43,25.091,25091 +882,4,2,23,15:44:07,20.521,20521 +882,18,1,23,15:44:11,19.898,19898 +882,154,2,23,15:44:31,20.286,20286 +882,817,2,23,15:44:33,20.303,20303 +882,813,2,23,15:44:50,21.517,21517 +882,815,1,24,15:46:14,19.969,19969 +882,807,2,29,15:54:43,20.327,20327 +882,20,2,31,15:58:05,20.084,20084 +882,815,2,31,15:58:33,20.253,20253 +882,814,2,32,16:00:08,20.320,20320 +882,824,3,32,16:00:54,20.625,20625 +882,819,3,33,16:02:38,21.294,21294 +882,820,3,33,16:02:57,25.151,25151 +882,8,3,34,16:03:20,20.464,20464 +882,822,2,34,16:04:01,22.217,22217 +882,807,3,36,16:07:00,19.957,19957 +882,13,3,36,16:07:01,19.449,19449 +882,1,3,37,16:08:26,19.600,19600 +882,154,3,37,16:08:50,20.109,20109 +882,818,2,37,16:09:02,20.235,20235 +882,823,3,37,16:10:13,21.067,21067 +882,817,3,38,16:10:28,20.362,20362 +882,813,3,39,16:12:48,20.982,20982 +882,4,3,41,16:14:58,21.012,21012 +882,818,3,43,16:19:28,20.716,20716 +882,18,2,49,16:28:59,19.862,19862 +882,20,3,51,16:32:06,20.191,20191 +882,822,3,51,16:33:18,21.490,21490 +882,814,3,53,16:35:54,19.831,19831 +883,821,1,1,15:06:04,28.102,28102 +883,16,1,1,15:06:49,26.495,26495 +883,823,1,2,15:08:11,28.344,28344 +883,818,1,2,15:09:07,41.485,41485 +883,4,1,7,15:16:09,23.055,23055 +883,17,1,8,15:17:54,21.798,21798 +883,154,1,8,15:17:57,24.605,24605 +883,4,2,8,15:18:11,21.436,21436 +883,3,1,9,15:19:37,22.237,22237 +883,18,1,9,15:19:38,23.093,23093 +883,817,1,9,15:19:48,22.529,22529 +883,824,1,9,15:19:57,24.325,24325 +883,20,1,10,15:21:11,21.660,21660 +883,13,1,10,15:21:20,21.665,21665 +883,815,1,10,15:21:21,21.471,21471 +883,1,1,10,15:21:24,22.072,22072 +883,813,1,10,15:21:26,23.173,23173 +883,820,1,10,15:21:45,22.745,22745 +883,819,1,11,15:23:21,22.912,22912 +883,807,1,12,15:24:51,21.656,21656 +883,822,1,13,15:26:40,22.729,22729 +883,814,1,14,15:28:08,22.009,22009 +883,823,2,14,15:29:30,22.950,22950 +883,8,1,16,15:31:35,22.715,22715 +883,821,2,16,15:32:19,21.997,21997 +883,13,2,17,15:33:34,21.722,21722 +883,16,2,18,15:36:08,22.199,22199 +883,3,2,20,15:38:32,21.331,21331 +883,815,2,20,15:38:33,21.161,21161 +883,17,2,21,15:40:08,21.221,21221 +883,18,2,21,15:40:13,21.894,21894 +883,1,2,22,15:42:02,21.444,21444 +883,824,2,22,15:42:41,23.455,23455 +883,813,2,23,15:43:49,22.220,22220 +883,819,2,23,15:44:11,22.576,22576 +883,820,2,23,15:44:27,24.141,24141 +883,4,3,24,15:45:32,21.123,21123 +883,20,2,25,15:46:35,21.290,21290 +883,823,3,24,15:47:12,22.252,22252 +883,817,2,25,15:47:31,22.028,22028 +883,807,2,26,15:48:57,22.400,22400 +883,154,2,27,15:50:20,21.608,21608 +883,13,3,28,15:52:18,21.569,21569 +883,822,2,29,15:54:07,28.408,28408 +883,3,3,33,16:00:40,21.183,21183 +883,821,3,33,16:01:35,22.438,22438 +883,8,2,34,16:02:06,21.723,21723 +883,18,3,34,16:02:20,21.696,21696 +883,819,3,35,16:04:48,23.263,23263 +883,814,2,36,16:05:30,22.475,22475 +883,13,4,36,16:06:01,27.757,27757 +883,824,3,36,16:06:51,22.817,22817 +883,17,3,37,16:07:17,21.031,21031 +883,820,3,37,16:08:38,26.004,26004 +883,1,3,38,16:09:03,21.600,21600 +883,815,3,39,16:10:45,21.319,21319 +883,4,4,39,16:10:48,21.189,21189 +883,813,3,39,16:11:04,22.066,22066 +883,823,4,39,16:13:18,22.380,22380 +883,807,3,41,16:14:30,22.814,22814 +883,817,3,41,16:14:49,22.623,22623 +883,20,3,42,16:15:09,21.906,21906 +883,154,3,42,16:15:35,21.556,21556 +883,16,3,42,16:16:30,22.346,22346 +883,821,4,43,16:18:34,22.246,22246 +883,3,4,44,16:19:15,21.267,21267 +883,18,4,46,16:22:36,21.230,21230 +883,820,4,46,16:24:10,22.552,22552 +883,822,3,47,16:24:37,23.837,23837 +883,823,5,47,16:27:16,23.375,23375 +883,824,4,48,16:27:23,23.803,23803 +884,824,1,2,14:06:58,29.994,29994 +884,17,1,7,14:14:27,19.668,19668 +884,13,1,8,14:15:53,19.490,19490 +884,807,1,8,14:15:59,19.993,19993 +884,813,1,8,14:16:03,20.205,20205 +884,819,1,8,14:16:15,20.734,20734 +884,4,1,9,14:17:21,18.909,18909 +884,1,1,9,14:17:26,22.018,22018 +884,814,1,9,14:17:29,20.615,20615 +884,818,1,9,14:17:33,19.772,19772 +884,823,1,9,14:17:41,21.686,21686 +884,822,1,9,14:17:42,21.171,21171 +884,3,1,10,14:18:50,19.414,19414 +884,20,1,10,14:18:51,18.606,18606 +884,8,1,10,14:18:53,19.978,19978 +884,815,1,10,14:18:59,19.250,19250 +884,817,1,10,14:19:03,19.795,19795 +884,18,1,11,14:20:44,18.810,18810 +884,821,1,13,14:23:38,22.144,22144 +884,813,2,13,14:23:55,13.266,13266 +884,820,1,15,14:27:24,25.294,25294 +884,824,2,16,14:28:59,20.656,20656 +884,814,2,19,14:32:58,19.792,19792 +884,13,2,20,14:34:12,19.373,19373 +884,17,2,20,14:34:27,19.151,19151 +884,818,2,20,14:34:37,20.671,20671 +884,813,3,20,14:34:52,23.139,23139 +884,823,2,20,14:34:59,22.029,22029 +884,4,2,21,14:35:36,19.952,19952 +884,807,2,21,14:36:06,19.402,19402 +884,16,2,22,14:38:15,20.306,20306 +884,815,2,23,14:39:06,20.578,20578 +884,819,2,23,14:39:41,20.870,20870 +884,20,2,24,14:40:14,18.708,18708 +884,817,2,24,14:40:39,20.100,20100 +884,1,2,25,14:42:21,20.132,20132 +884,822,2,25,14:42:37,20.533,20533 +884,8,2,26,14:43:15,19.743,19743 +884,3,2,27,14:45:06,20.032,20032 +884,821,2,28,14:46:47,19.988,19988 +884,18,2,28,14:46:53,19.196,19196 +884,824,3,29,14:49:08,19.904,19904 +884,820,2,30,14:50:58,21.582,21582 +884,807,3,34,14:56:00,22.324,22324 +884,818,3,34,14:56:06,25.362,25362 +884,807,4,35,14:57:53,24.001,24001 +884,813,4,35,14:57:57,20.800,20800 +884,4,3,36,14:58:10,19.519,19519 +884,13,3,36,14:58:25,19.326,19326 +884,17,3,36,14:58:48,19.170,19170 +884,1,3,36,14:59:15,19.700,19700 +884,16,3,36,14:59:34,19.591,19591 +884,818,4,37,15:01:38,29.740,29740 +884,814,3,38,15:01:59,19.822,19822 +884,815,3,38,15:02:10,19.866,19866 +884,807,5,38,15:02:43,28.971,28971 +884,20,3,39,15:03:01,19.551,19551 +884,817,3,39,15:03:42,19.498,19498 +884,819,3,41,15:07:38,21.202,21202 +884,821,3,42,15:08:17,20.082,20082 +884,822,3,43,15:10:28,19.908,19908 +884,8,3,45,15:11:53,20.184,20184 +884,18,3,46,15:14:18,19.290,19290 +884,824,4,46,15:15:24,19.830,19830 +884,3,3,47,15:15:40,19.352,19352 +884,820,3,47,15:17:21,21.340,21340 +884,4,4,49,15:17:37,18.471,18471 +884,16,4,49,15:19:07,22.931,22931 +884,17,4,50,15:19:53,18.931,18931 +884,815,4,50,15:20:19,19.993,19993 +884,1,4,50,15:20:35,19.457,19457 +884,13,4,51,15:20:57,19.001,19001 +884,20,4,51,15:21:09,18.694,18694 +884,817,4,51,15:21:47,19.857,19857 +884,814,4,53,15:24:38,19.481,19481 +884,813,5,53,15:25:17,19.723,19723 +884,807,6,53,15:25:37,20.314,20314 +884,821,4,54,15:26:28,19.324,19324 +885,813,1,1,14:04:48,40.507,40507 +885,823,1,1,14:04:55,35.100,35100 +885,814,1,9,14:15:54,25.643,25643 +885,817,1,22,14:33:49,25.225,25225 +885,824,1,22,14:34:05,25.098,25098 +885,820,1,23,14:35:17,25.337,25337 +885,823,2,24,14:37:13,25.676,25676 +885,17,1,25,14:37:28,24.316,24316 +885,8,1,26,14:38:49,24.420,24420 +885,18,1,26,14:38:54,24.585,24585 +885,13,1,26,14:39:26,25.331,25331 +885,807,1,27,14:40:28,24.974,24974 +885,4,1,28,14:41:32,24.489,24489 +885,821,1,28,14:42:09,25.364,25364 +885,815,1,29,14:42:57,24.672,24672 +885,818,1,29,14:43:05,24.827,24827 +885,20,1,30,14:44:08,24.375,24375 +885,16,1,30,14:44:28,25.274,25274 +885,822,1,30,14:44:53,29.063,29063 +885,154,1,30,14:44:55,24.565,24565 +885,813,2,30,14:45:08,26.146,26146 +885,3,1,31,14:45:40,25.200,25200 +885,1,1,31,14:45:51,24.801,24801 +885,824,2,35,14:54:16,25.215,25215 +885,823,3,35,14:55:21,25.862,25862 +885,820,2,48,15:38:30,19.553,19553 +885,154,2,62,15:58:00,39.980,39980 +885,821,2,63,15:59:23,25.926,25926 +885,820,3,63,15:59:31,26.198,26198 +885,8,2,70,16:10:41,25.125,25125 +881,814,2,20,16:41:12,2:03.124,123124 +881,16,2,22,16:44:43,1:29.401,89401 +881,18,3,35,17:06:47,1:44.833,104833 +884,16,1,8,14:15:56,1:14.026,74026 +886,823,1,8,14:14:22,22.323,22323 +886,16,1,9,14:15:30,22.789,22789 +886,819,1,11,14:18:33,22.184,22184 +886,817,1,12,14:19:39,21.223,21223 +886,807,1,12,14:19:40,21.623,21623 +886,813,1,12,14:19:42,24.557,24557 +886,17,1,13,14:20:32,20.716,20716 +886,818,1,13,14:20:45,21.900,21900 +886,815,1,13,14:21:03,20.427,20427 +886,3,1,14,14:21:51,21.125,21125 +886,822,1,14,14:22:18,22.242,22242 +886,20,1,16,14:24:20,20.835,20835 +886,4,1,16,14:24:36,20.512,20512 +886,13,1,17,14:26:26,20.473,20473 +886,813,2,17,14:26:50,14.446,14446 +886,1,1,19,14:28:27,20.879,20879 +886,821,1,21,14:32:08,22.017,22017 +886,8,1,22,14:33:09,25.182,25182 +886,18,1,27,14:40:12,20.212,20212 +886,3,2,31,14:44:51,20.832,20832 +886,823,2,32,14:48:17,22.039,22039 +886,819,2,36,14:53:10,22.033,22033 +886,16,2,37,14:53:24,21.000,21000 +886,807,2,38,14:55:03,21.014,21014 +886,820,1,38,14:55:52,21.374,21374 +886,817,2,39,14:56:29,21.315,21315 +886,823,3,38,14:56:58,29.056,29056 +886,822,2,40,14:57:42,24.418,24418 +886,13,2,41,14:58:51,20.372,20372 +886,824,1,41,14:59:38,21.378,21378 +886,823,4,40,15:00:06,24.510,24510 +886,154,1,42,15:00:07,20.859,20859 +886,815,2,43,15:01:30,20.805,20805 +886,17,2,46,15:04:23,22.709,22709 +886,4,2,47,15:05:39,20.636,20636 +886,1,2,48,15:06:50,20.656,20656 +886,20,2,49,15:07:50,20.898,20898 +886,813,3,49,15:10:14,21.637,21637 +886,154,2,53,15:14:53,21.574,21574 +886,814,1,56,15:18:16,21.066,21066 +886,3,3,57,15:19:14,21.459,21459 +886,818,2,57,15:19:32,20.739,20739 +886,16,3,61,15:25:13,14.489,14489 +886,821,2,63,15:28:44,21.524,21524 +887,1,1,8,13:17:20,29.026,29026 +887,154,1,9,13:18:36,24.725,24725 +887,814,1,9,13:18:47,25.004,25004 +887,4,1,10,13:20:16,24.572,24572 +887,17,1,10,13:20:19,31.448,31448 +887,821,1,10,13:20:28,25.330,25330 +887,823,1,10,13:20:57,26.515,26515 +887,13,1,10,13:21:18,35.210,35210 +887,8,1,11,13:21:52,24.992,24992 +887,817,1,11,13:21:54,29.446,29446 +887,18,1,11,13:22:03,24.745,24745 +887,824,1,11,13:22:28,25.729,25729 +887,3,1,12,13:23:20,24.990,24990 +887,16,1,12,13:23:29,24.807,24807 +887,807,1,12,13:23:43,29.684,29684 +887,820,1,12,13:24:20,26.031,26031 +887,20,1,13,13:24:55,24.159,24159 +887,815,1,13,13:25:16,24.596,24596 +887,818,1,14,13:27:16,29.418,29418 +887,813,1,15,13:29:05,25.244,25244 +887,822,1,15,13:29:14,30.231,30231 +887,819,1,15,13:29:18,26.191,26191 +887,13,2,16,13:32:21,24.680,24680 +887,807,2,25,13:50:08,26.256,26256 +887,818,2,25,13:50:17,26.317,26317 +887,821,2,27,13:53:31,26.040,26040 +887,823,2,28,13:55:33,25.814,25814 +887,8,2,29,13:56:33,24.428,24428 +887,821,3,29,13:57:08,31.937,31937 +887,4,2,30,13:58:10,24.789,24789 +887,154,2,30,13:58:16,24.751,24751 +887,17,2,31,13:59:51,24.781,24781 +887,817,2,32,14:01:28,26.229,26229 +887,18,2,32,14:01:33,24.357,24357 +887,820,2,32,14:02:17,25.701,25701 +887,16,2,33,14:03:04,25.158,25158 +887,815,2,33,14:03:08,25.028,25028 +887,814,2,33,14:03:14,25.099,25099 +887,824,2,33,14:03:42,25.927,25927 +887,3,2,34,14:04:28,24.893,24893 +887,819,2,34,14:05:14,26.371,26371 +887,20,2,35,14:06:01,24.092,24092 +887,1,2,36,14:08:08,24.635,24635 +887,13,3,36,14:08:18,24.400,24400 +887,813,2,37,14:10:02,25.275,25275 +887,807,3,37,14:10:02,24.863,24863 +887,822,2,38,14:11:48,31.851,31851 +887,821,4,40,14:15:23,25.087,25087 +887,823,3,40,14:16:02,26.391,26391 +887,4,3,41,14:16:06,25.018,25018 +887,3,3,42,14:17:48,25.436,25436 +887,17,3,42,14:18:03,24.473,24473 +887,154,3,42,14:18:29,25.911,25911 +887,814,3,42,14:18:34,33.401,33401 +887,13,4,42,14:18:38,24.872,24872 +888,814,1,4,14:10:30,20.547,20547 +888,818,1,4,14:10:37,23.147,23147 +888,819,1,4,14:10:40,22.699,22699 +888,817,1,5,14:12:03,19.846,19846 +888,16,1,5,14:12:09,19.910,19910 +888,823,1,5,14:12:16,21.900,21900 +888,824,1,5,14:12:18,20.840,20840 +888,1,1,6,14:13:34,19.487,19487 +888,821,1,6,14:13:52,19.816,19816 +888,20,1,7,14:15:09,18.979,18979 +888,815,1,7,14:15:22,20.432,20432 +888,17,1,8,14:16:48,2:42.042,162042 +888,8,1,8,14:16:51,19.378,19378 +888,820,1,8,14:17:26,21.021,21021 +888,4,1,12,14:23:32,20.199,20199 +888,154,1,13,14:25:00,20.273,20273 +888,3,1,16,14:30:21,19.690,19690 +888,807,1,17,14:31:56,21.226,21226 +888,817,2,18,14:33:49,19.952,19952 +888,824,2,18,14:34:30,20.371,20371 +888,823,2,19,14:36:10,20.974,20974 +888,820,2,20,14:37:56,19.953,19953 +888,18,1,21,14:38:27,20.812,20812 +888,813,1,21,14:38:44,20.331,20331 +888,1,2,22,14:40:10,19.321,19321 +888,822,1,22,14:40:31,33.796,33796 +888,821,2,22,14:40:34,19.869,19869 +888,20,2,24,14:43:10,20.039,20039 +888,154,2,24,14:43:13,20.007,20007 +888,8,2,24,14:43:25,20.528,20528 +888,4,2,24,14:43:36,19.539,19539 +888,815,2,24,14:43:57,20.433,20433 +888,16,2,24,14:44:00,20.204,20204 +888,814,2,24,14:44:07,21.483,21483 +888,3,2,24,14:44:07,22.207,22207 +888,17,2,23,14:44:15,19.991,19991 +888,819,2,24,14:44:58,21.388,21388 +888,820,3,26,14:48:52,20.272,20272 +888,819,3,34,15:03:58,22.986,22986 +888,807,2,37,15:08:26,20.364,20364 +888,820,4,37,15:08:55,21.433,21433 +888,17,3,38,15:10:15,19.921,19921 +888,823,3,38,15:10:34,20.545,20545 +888,154,3,40,15:13:03,19.591,19591 +888,817,3,40,15:13:28,20.196,20196 +888,20,3,41,15:14:38,19.118,19118 +888,821,3,41,15:15:07,21.160,21160 +888,16,3,43,15:18:18,21.799,21799 +888,1,3,45,15:21:19,19.316,19316 +888,18,2,47,15:24:27,19.692,19692 +888,3,3,48,15:26:26,19.684,19684 +888,8,3,49,15:27:24,19.390,19390 +888,4,3,49,15:27:29,19.476,19476 +888,807,3,49,15:28:02,20.557,20557 +888,813,2,50,15:29:39,36.196,36196 +888,822,2,54,15:36:20,45.695,45695 +890,818,1,8,14:15:51,22.745,22745 +890,823,1,8,14:15:55,23.200,23200 +890,1,1,9,14:16:48,21.840,21840 +890,813,1,9,14:17:14,22.103,22103 +890,814,1,9,14:17:18,22.754,22754 +890,817,1,10,14:18:44,24.033,24033 +890,3,1,10,14:18:45,22.015,22015 +890,822,1,10,14:18:55,22.023,22023 +890,20,1,11,14:19:47,21.343,21343 +890,13,1,11,14:19:57,23.012,23012 +890,807,1,11,14:20:17,22.303,22303 +890,4,1,12,14:21:21,21.599,21599 +890,154,1,13,14:22:46,22.054,22054 +890,8,1,13,14:22:56,22.161,22161 +890,819,1,13,14:23:32,22.465,22465 +890,824,1,20,14:34:40,22.159,22159 +890,820,1,21,14:36:25,22.323,22323 +890,17,1,23,14:37:39,21.762,21762 +890,815,1,23,14:38:10,22.323,22323 +890,821,1,23,14:38:18,22.425,22425 +890,18,1,24,14:39:26,22.107,22107 +890,154,2,25,14:40:51,22.267,22267 +890,814,2,26,14:43:05,22.723,22723 +890,823,2,27,14:44:59,22.831,22831 +890,813,2,28,14:45:48,21.880,21880 +890,3,2,29,14:47:10,22.628,22628 +890,818,2,30,14:49:06,22.282,22282 +890,1,2,31,14:49:23,21.454,21454 +890,13,2,31,14:50:01,21.753,21753 +890,822,2,33,14:53:46,22.612,22612 +890,20,2,34,14:53:58,21.863,21863 +890,4,2,34,14:54:07,22.249,22249 +890,824,2,33,14:54:39,22.221,22221 +890,807,2,35,14:56:17,22.606,22606 +890,820,2,34,14:56:34,22.301,22301 +890,154,3,37,14:58:34,16.453,16453 +890,18,2,37,14:58:44,22.496,22496 +890,815,2,38,15:00:37,22.722,22722 +890,817,2,38,15:01:00,21.996,21996 +890,819,2,38,15:01:50,22.450,22450 +890,807,3,40,15:04:00,16.512,16512 +890,8,2,42,15:05:48,21.643,21643 +890,17,2,43,15:07:06,22.349,22349 +890,823,3,44,15:10:43,22.384,22384 +890,154,4,47,15:13:17,22.451,22451 +890,824,3,46,15:14:34,23.030,23030 +890,4,3,48,15:14:42,21.753,21753 +890,13,3,48,15:15:06,21.612,21612 +890,3,3,48,15:15:07,21.854,21854 +890,814,3,48,15:15:49,23.027,23027 +890,1,3,50,15:17:08,22.136,22136 +890,818,3,50,15:18:45,23.756,23756 +890,813,3,51,15:19:53,24.796,24796 +890,820,3,50,15:21:06,23.257,23257 +890,20,3,55,15:24:30,21.666,21666 +890,17,3,59,15:30:24,22.022,22022 +891,807,1,9,14:21:40,24.219,24219 +891,13,1,9,14:21:42,22.872,22872 +891,814,1,10,14:23:35,23.475,23475 +891,818,1,10,14:23:44,24.070,24070 +891,1,1,11,14:25:16,23.397,23397 +891,16,1,11,14:25:37,23.327,23327 +891,813,1,11,14:25:40,27.059,27059 +891,3,1,12,14:27:19,22.893,22893 +891,4,1,13,14:29:10,22.631,22631 +891,17,1,13,14:29:16,23.004,23004 +891,815,1,13,14:29:25,17.378,17378 +891,20,1,14,14:30:58,22.685,22685 +891,8,1,14,14:31:18,23.744,23744 +891,822,1,14,14:31:44,23.411,23411 +891,824,1,14,14:32:07,24.083,24083 +891,823,1,15,14:33:51,24.968,24968 +891,820,1,15,14:34:15,24.013,24013 +891,817,1,16,14:35:26,23.144,23144 +891,18,1,17,14:37:03,22.465,22465 +891,815,2,18,14:39:24,22.597,22597 +891,821,1,19,14:41:20,22.761,22761 +891,154,1,22,14:46:53,23.445,23445 +891,807,2,24,14:50:59,23.334,23334 +891,818,2,24,14:51:01,24.539,24539 +891,3,2,25,14:52:20,23.723,23723 +891,814,2,25,14:52:51,23.540,23540 +891,1,2,26,14:54:11,22.682,22682 +891,13,2,26,14:54:35,22.634,22634 +891,16,2,26,14:54:42,23.655,23655 +891,813,2,27,14:57:12,35.228,35228 +891,4,2,28,14:57:52,22.444,22444 +891,821,2,28,14:58:53,22.712,22712 +891,822,2,28,14:59:02,23.540,23540 +891,824,2,28,14:59:47,23.961,23961 +891,17,2,29,15:00:00,23.477,23477 +891,823,2,29,15:01:18,23.998,23998 +891,20,2,30,15:01:29,22.884,22884 +891,820,2,29,15:02:06,23.916,23916 +891,817,2,33,15:08:12,22.871,22871 +891,820,3,32,15:08:14,17.427,17427 +891,18,2,34,15:09:32,23.317,23317 +891,813,3,38,15:18:29,30.894,30894 +891,821,3,41,15:23:35,17.433,17433 +892,8,1,1,14:05:19,30.975,30975 +892,1,1,13,14:23:23,24.460,24460 +892,819,1,17,14:29:42,25.569,25569 +892,823,1,18,14:31:18,26.302,26302 +892,154,1,20,14:33:49,27.040,27040 +892,18,1,21,14:35:17,24.450,24450 +892,817,1,22,14:36:44,24.319,24319 +892,815,1,22,14:36:45,25.933,25933 +892,824,1,22,14:37:35,25.541,25541 +892,20,1,23,14:37:56,24.305,24305 +892,17,1,23,14:38:07,24.205,24205 +892,820,1,23,14:39:08,26.146,26146 +892,13,1,24,14:39:35,24.692,24692 +892,807,1,24,14:39:37,25.633,25633 +892,16,1,24,14:39:52,26.873,26873 +892,813,1,24,14:39:58,25.397,25397 +892,822,1,25,14:41:33,24.665,24665 +892,3,1,26,14:42:35,24.079,24079 +892,4,1,27,14:43:56,24.208,24208 +892,821,1,27,14:44:20,24.668,24668 +892,8,2,30,14:48:51,24.764,24764 +892,1,2,38,15:00:35,24.315,24315 +892,819,2,38,15:01:38,26.363,26363 +892,823,2,39,15:03:12,33.200,33200 +893,4,2,25,20:52:09,29.176,29176 +893,154,2,25,20:52:13,30.293,30293 +893,13,2,25,20:52:21,29.136,29136 +893,18,2,25,20:52:22,30.085,30085 +893,8,2,25,20:52:24,33.013,33013 +893,815,2,25,20:52:31,29.396,29396 +893,807,2,25,20:52:32,30.253,30253 +893,821,2,25,20:52:42,31.706,31706 +893,16,2,25,20:52:54,30.166,30166 +893,813,2,25,20:53:06,30.444,30444 +893,819,2,25,20:53:55,32.008,32008 +893,823,2,26,20:55:33,37.700,37700 +893,154,3,33,21:11:23,1:13.009,73009 +893,818,3,39,21:22:44,29.999,29999 +893,17,2,40,21:24:28,28.909,28909 +893,16,3,40,21:24:36,31.230,31230 +893,824,4,40,21:25:13,29.421,29421 +893,3,2,41,21:26:16,29.616,29616 +893,813,3,41,21:26:35,30.175,30175 +893,820,3,41,21:27:04,29.687,29687 +893,814,2,42,21:28:14,29.777,29777 +893,13,3,42,21:28:15,29.573,29573 +893,822,3,42,21:28:43,33.836,33836 +893,823,3,42,21:28:50,30.141,30141 +893,1,2,43,21:30:03,30.085,30085 +893,20,2,44,21:31:26,28.934,28934 +893,819,3,54,21:52:04,31.546,31546 +893,8,1,10,20:23:19,29.469,29469 +893,824,1,10,20:23:58,29.573,29573 +893,821,1,11,20:25:19,29.364,29364 +893,818,1,11,20:25:28,29.736,29736 +893,819,1,11,20:25:52,31.841,31841 +893,820,1,11,20:25:57,30.497,30497 +893,824,2,11,20:26:28,32.243,32243 +893,13,1,12,20:26:59,29.040,29040 +893,16,1,12,20:27:25,29.678,29678 +893,17,1,13,20:28:48,29.031,29031 +893,18,1,13,20:28:57,29.284,29284 +893,807,1,13,20:29:01,29.910,29910 +893,823,1,13,20:29:27,30.161,30161 +893,822,1,13,20:29:30,31.792,31792 +893,4,1,14,20:30:36,29.436,29436 +893,815,1,14,20:30:57,28.709,28709 +893,3,1,15,20:32:27,29.212,29212 +893,154,1,15,20:32:38,29.702,29702 +893,1,1,15,20:32:41,29.032,29032 +893,817,1,15,20:33:06,32.097,32097 +893,813,1,16,20:35:13,29.966,29966 +893,20,1,17,20:36:08,28.787,28787 +893,814,1,20,20:42:28,29.667,29667 +893,824,3,23,20:50:22,29.823,29823 +893,818,2,24,20:50:34,30.714,30714 +893,822,2,24,20:50:54,30.790,30790 +893,820,2,24,20:51:40,31.173,31173 +894,16,1,3,15:09:31,29.829,29829 +894,18,1,4,15:11:11,26.948,26948 +894,13,1,6,15:14:57,22.474,22474 +894,813,1,7,15:16:37,23.470,23470 +894,814,1,7,15:16:40,23.814,23814 +894,821,1,7,15:16:43,23.096,23096 +894,822,1,8,15:18:36,23.912,23912 +894,1,1,9,15:19:55,22.270,22270 +894,4,1,9,15:20:07,22.208,22208 +894,819,1,9,15:20:36,24.320,24320 +894,154,1,10,15:21:39,22.519,22519 +894,3,1,10,15:21:47,23.412,23412 +894,807,1,10,15:21:50,23.654,23654 +894,815,1,10,15:22:03,22.901,22901 +894,823,1,10,15:22:24,17.513,17513 +894,824,1,10,15:22:31,23.097,23097 +894,20,1,11,15:23:22,22.662,22662 +894,8,1,11,15:23:39,22.924,22924 +894,823,2,11,15:24:34,23.987,23987 +894,17,1,12,15:25:27,22.587,22587 +894,818,1,12,15:25:54,24.477,24477 +894,820,1,12,15:26:16,23.761,23761 +894,817,1,18,15:36:21,23.892,23892 +894,18,2,22,15:43:41,25.946,25946 +894,813,2,23,15:45:35,23.642,23642 +894,814,2,23,15:45:42,23.854,23854 +894,818,2,24,15:47:44,23.845,23845 +894,8,2,25,15:48:47,23.236,23236 +894,807,2,26,15:50:32,24.112,24112 +894,3,2,28,15:53:56,42.432,42432 +894,4,2,28,15:54:07,22.807,22807 +894,16,2,28,15:54:36,23.155,23155 +894,822,2,28,15:54:54,24.240,24240 +894,1,2,29,15:55:45,22.251,22251 +894,13,2,29,15:56:20,22.401,22401 +894,17,2,30,15:57:29,22.718,22718 +894,20,2,31,15:58:48,22.935,22935 +894,819,2,30,15:58:50,24.366,24366 +894,154,2,31,15:58:56,22.767,22767 +894,824,2,30,15:59:15,23.814,23814 +894,820,2,30,15:59:21,26.299,26299 +894,823,3,30,15:59:22,24.548,24548 +894,817,2,31,16:00:11,23.194,23194 +894,17,3,31,16:00:12,23.490,23490 +894,821,2,31,16:00:19,23.408,23408 +894,815,2,31,16:00:22,38.893,38893 +894,818,3,38,16:16:31,24.016,24016 +894,16,3,38,16:16:46,1:11.445,71445 +894,16,4,41,16:23:32,18.979,18979 +895,819,1,1,15:05:34,17.935,17935 +895,1,1,1,15:06:11,25.297,25297 +895,818,1,7,15:15:39,25.816,25816 +895,18,1,8,15:17:14,23.462,23462 +895,822,1,8,15:17:18,23.421,23421 +895,16,1,8,15:17:19,23.803,23803 +895,821,1,9,15:18:50,23.887,23887 +895,813,1,9,15:18:58,23.524,23524 +895,807,1,10,15:20:27,23.383,23383 +895,814,1,10,15:20:37,23.476,23476 +895,17,1,11,15:21:54,23.617,23617 +895,13,1,11,15:22:06,22.946,22946 +895,8,1,11,15:22:11,23.313,23313 +895,820,1,11,15:22:39,23.648,23648 +895,154,1,12,15:23:30,23.282,23282 +895,3,1,12,15:23:43,22.812,22812 +895,815,1,12,15:23:48,26.423,26423 +895,4,1,13,15:25:26,22.645,22645 +895,20,1,14,15:26:53,22.916,22916 +895,3,2,16,15:30:40,17.806,17806 +895,819,2,17,15:33:03,24.380,24380 +895,817,1,21,15:39:04,24.608,24608 +895,818,2,21,15:39:24,24.087,24087 +895,18,2,23,15:42:30,26.263,26263 +895,3,3,24,15:44:05,22.771,22771 +895,17,2,25,15:45:06,22.774,22774 +895,814,2,26,15:47:38,23.858,23858 +895,822,2,27,15:49:16,23.483,23483 +895,16,2,27,15:49:23,23.484,23484 +895,13,2,28,15:50:36,22.871,22871 +895,813,2,28,15:51:02,24.202,24202 +895,154,2,29,15:51:38,23.086,23086 +895,807,2,29,15:52:08,23.831,23831 +895,820,2,29,15:53:22,24.373,24373 +895,4,2,30,15:53:46,22.839,22839 +895,821,2,30,15:54:04,23.184,23184 +895,815,2,30,15:54:05,27.707,27707 +895,8,2,31,15:55:30,23.290,23290 +895,817,2,32,15:57:31,17.801,17801 +895,13,3,34,16:00:41,17.822,17822 +895,819,3,35,16:03:32,24.381,24381 +895,20,2,37,16:04:36,22.873,22873 +895,818,3,38,16:07:30,24.876,24876 +895,3,4,39,16:08:49,22.551,22551 +895,18,3,40,16:10:36,23.105,23105 +895,17,3,42,16:12:42,23.094,23094 +895,815,3,42,16:14:05,25.585,25585 +895,817,3,44,16:17:21,24.178,24178 +896,814,1,1,15:05:12,23.662,23662 +896,818,1,1,15:05:14,24.232,24232 +896,819,1,1,15:05:39,29.082,29082 +896,20,1,2,15:06:36,24.000,24000 +896,4,1,2,15:06:48,29.800,29800 +896,807,1,5,15:11:22,24.096,24096 +896,824,1,5,15:11:40,33.937,33937 +896,18,1,6,15:13:04,23.517,23517 +896,3,1,7,15:14:25,23.685,23685 +896,8,1,7,15:14:33,26.989,26989 +896,13,1,8,15:15:56,23.579,23579 +896,1,1,8,15:16:00,23.546,23546 +896,813,1,8,15:16:14,25.530,25530 +896,18,2,12,15:22:48,23.774,23774 +896,154,1,13,15:23:59,23.648,23648 +896,821,1,16,15:28:39,18.423,18423 +896,819,2,16,15:29:58,26.970,26970 +896,821,2,26,15:44:22,25.660,25660 +896,818,2,26,15:44:28,24.128,24128 +896,3,2,27,15:45:31,23.895,23895 +896,17,1,28,15:46:25,23.487,23487 +896,815,1,28,15:46:43,23.541,23541 +896,820,1,29,15:49:37,24.757,24757 +896,13,2,30,15:50:06,23.332,23332 +896,1,2,30,15:50:07,23.574,23574 +896,814,2,30,15:50:21,24.024,24024 +896,4,2,30,15:50:22,23.595,23595 +896,20,2,31,15:51:05,23.568,23568 +896,822,1,31,15:51:52,27.619,27619 +896,17,2,32,15:52:46,23.459,23459 +896,18,3,32,15:53:44,24.754,24754 +896,817,1,33,15:54:38,25.608,25608 +896,815,2,33,15:54:42,24.910,24910 +896,807,2,33,15:54:45,24.834,24834 +896,824,2,33,15:56:05,25.383,25383 +896,4,3,36,15:59:44,24.066,24066 +896,817,2,38,16:02:35,24.471,24471 +896,813,2,38,16:02:44,26.312,26312 +896,16,1,41,16:07:01,23.891,23891 +896,821,3,47,16:16:34,24.415,24415 +896,822,2,49,16:19:37,25.909,25909 +896,807,3,53,16:25:07,29.057,29057 +896,820,2,52,16:25:27,24.445,24445 +896,8,2,58,16:32:33,24.141,24141 +897,18,1,2,17:07:35,27.176,27176 +897,813,1,5,17:12:55,22.886,22886 +897,824,1,5,17:13:09,24.064,24064 +897,815,1,6,17:14:42,21.503,21503 +897,820,1,6,17:15:04,23.490,23490 +897,1,1,7,17:16:23,21.372,21372 +897,817,1,7,17:16:41,22.194,22194 +897,823,1,7,17:16:50,22.834,22834 +897,17,1,8,17:18:09,21.175,21175 +897,154,1,8,17:18:10,21.627,21627 +897,819,1,8,17:18:39,22.498,22498 +897,807,1,9,17:20:04,22.363,22363 +897,3,1,10,17:21:41,21.653,21653 +897,18,2,11,17:24:21,21.516,21516 +897,20,1,14,17:28:39,22.275,22275 +897,4,1,16,17:32:49,21.530,21530 +897,818,1,17,17:34:46,21.930,21930 +897,13,1,18,17:36:23,21.485,21485 +897,821,1,18,17:36:43,22.685,22685 +897,814,1,20,17:40:06,22.270,22270 +897,822,1,24,17:47:40,23.361,23361 +897,813,2,25,17:49:29,23.410,23410 +897,807,2,27,17:53:04,22.863,22863 +897,815,2,27,17:53:06,21.370,21370 +897,16,1,28,17:54:54,22.048,22048 +897,817,2,28,17:55:05,22.946,22946 +897,1,2,29,17:56:37,21.609,21609 +897,821,2,30,17:58:38,22.070,22070 +897,824,2,31,18:01:41,23.576,23576 +897,819,2,32,18:03:05,24.005,24005 +897,17,2,33,18:03:15,21.911,21911 +897,3,2,33,18:03:19,21.633,21633 +897,820,2,32,18:03:37,22.802,22802 +897,823,2,33,18:04:45,22.286,22286 +897,807,3,34,18:05:56,16.147,16147 +897,20,2,37,18:09:50,21.298,21298 +897,154,2,37,18:10:31,22.286,22286 +897,13,2,38,18:12:40,22.315,22315 +897,4,2,44,18:23:20,21.453,21453 +897,822,2,45,18:25:31,26.680,26680 +897,818,2,51,18:36:34,23.608,23608 +898,821,1,1,13:05:59,24.859,24859 +898,820,1,5,13:15:49,18.737,18737 +898,813,1,8,13:21:04,32.794,32794 +898,5,1,17,13:36:46,25.323,25323 +898,18,1,20,13:42:04,24.589,24589 +898,819,1,20,13:42:30,27.568,27568 +898,13,1,21,13:43:48,23.936,23936 +898,824,1,21,13:44:14,26.205,26205 +898,823,1,21,13:44:15,25.268,25268 +898,815,1,22,13:45:19,23.808,23808 +898,814,1,22,13:45:29,24.444,24444 +898,3,1,22,13:45:30,23.806,23806 +898,817,1,22,13:45:31,24.226,24226 +898,822,1,23,13:47:05,25.014,25014 +898,1,1,25,13:50:25,23.904,23904 +898,4,1,26,13:52:15,23.817,23817 +898,20,1,27,13:53:30,24.086,24086 +898,820,2,26,13:53:36,24.293,24293 +898,807,1,27,13:53:54,24.030,24030 +898,818,1,27,13:54:22,24.381,24381 +898,17,1,28,13:55:26,23.537,23537 +898,154,1,29,13:57:05,23.876,23876 +898,5,2,31,14:01:31,36.333,36333 +898,821,2,36,14:10:01,25.027,25027 +898,13,2,38,14:13:40,24.116,24116 +898,814,2,49,14:32:33,24.914,24914 +898,819,2,50,14:35:29,18.692,18692 +899,818,1,10,14:16:58,23.455,23455 +899,817,1,14,14:22:11,22.721,22721 +899,5,1,15,14:23:39,23.019,23019 +899,822,1,17,14:26:13,24.166,24166 +899,16,1,17,14:26:14,23.161,23161 +899,13,1,19,14:28:38,22.342,22342 +899,815,1,19,14:28:47,22.591,22591 +899,18,1,20,14:30:03,22.746,22746 +899,807,1,20,14:30:06,23.887,23887 +899,814,1,20,14:30:15,23.237,23237 +899,4,1,21,14:31:09,22.755,22755 +899,1,1,21,14:31:13,22.655,22655 +899,824,1,21,14:32:02,24.657,24657 +899,3,1,22,14:32:39,23.328,23328 +899,821,1,22,14:33:00,23.857,23857 +899,17,1,23,14:33:42,25.012,25012 +899,813,1,23,14:34:24,23.600,23600 +899,20,1,24,14:34:51,22.510,22510 +899,823,1,24,14:36:01,23.732,23732 +899,819,1,25,14:37:24,24.099,24099 +899,820,1,26,14:38:59,25.060,25060 +899,818,2,28,14:41:19,24.183,24183 +899,13,2,34,14:48:24,17.367,17367 +899,5,2,34,14:49:00,22.646,22646 +899,16,2,37,14:52:49,24.001,24001 +899,822,2,41,14:58:30,23.695,23695 +899,817,2,42,14:59:24,23.340,23340 +899,18,2,43,15:00:19,23.788,23788 +899,13,3,43,15:00:27,22.655,22655 +899,813,2,43,15:00:59,26.734,26734 +899,3,2,44,15:01:40,22.753,22753 +899,815,2,44,15:01:41,22.397,22397 +899,807,2,46,15:04:31,23.237,23237 +899,20,2,47,15:04:55,32.899,32899 +899,17,2,47,15:05:08,26.718,26718 +899,818,3,46,15:05:09,23.451,23451 +899,4,2,47,15:05:13,22.732,22732 +899,1,2,47,15:05:43,24.423,24423 +899,814,2,47,15:06:01,23.330,23330 +899,821,2,47,15:06:09,23.138,23138 +899,823,2,47,15:06:59,27.107,27107 +899,824,2,47,15:07:06,23.403,23403 +899,820,2,48,15:08:47,23.449,23449 +899,1,3,52,15:12:31,17.385,17385 +899,823,3,52,15:13:57,17.339,17339 +899,16,3,54,15:15:17,22.981,22981 +899,820,3,66,15:32:58,23.222,23222 +900,154,1,1,17:09:56,17.255,17255 +900,821,1,1,17:10:12,32.657,32657 +900,815,1,1,17:10:14,25.541,25541 +900,18,1,11,17:26:02,22.411,22411 +900,815,2,11,17:27:03,22.497,22497 +900,3,1,12,17:27:27,24.331,24331 +900,817,1,12,17:27:37,22.994,22994 +900,825,1,12,17:27:45,23.150,23150 +900,807,1,12,17:27:51,22.615,22615 +900,4,1,12,17:27:55,22.887,22887 +900,8,1,12,17:28:02,25.543,25543 +900,818,1,12,17:28:02,23.124,23124 +900,826,1,12,17:28:03,30.514,30514 +900,828,1,23,17:48:18,23.238,23238 +900,820,1,24,17:49:56,24.209,24209 +900,824,1,20,17:54:48,23.821,23821 +900,154,2,28,17:56:08,22.264,22264 +900,813,1,29,17:57:57,22.847,22847 +900,821,2,30,17:59:29,23.797,23797 +900,18,2,32,18:02:01,22.399,22399 +900,815,3,32,18:02:29,22.526,22526 +900,807,2,33,18:03:36,22.933,22933 +900,818,2,33,18:03:39,22.978,22978 +900,4,2,35,18:06:45,21.978,21978 +900,817,2,36,18:08:06,22.427,22427 +900,8,2,36,18:08:30,21.825,21825 +900,826,2,36,18:08:31,23.920,23920 +900,825,2,37,18:09:47,22.273,22273 +900,3,2,38,18:10:59,23.673,23673 +900,820,2,41,18:18:13,23.493,23493 +900,824,2,35,18:19:32,22.656,22656 +900,822,1,10,17:24:46,34.921,34921 +900,16,1,35,18:07:21,24.305,24305 +900,822,2,36,18:08:28,23.117,23117 +901,824,1,1,16:07:01,52.836,52836 +901,818,1,2,16:07:55,45.629,45629 +901,8,1,2,16:08:22,26.399,26399 +901,825,1,9,16:20:38,37.116,37116 +901,826,1,10,16:22:31,25.109,25109 +901,821,1,10,16:22:33,29.420,29420 +901,820,1,10,16:22:44,25.639,25639 +901,4,1,11,16:24:00,24.466,24466 +901,16,1,11,16:24:25,25.998,25998 +901,828,1,11,16:24:33,30.040,30040 +901,817,1,12,16:25:46,24.709,24709 +901,13,1,12,16:26:05,24.637,24637 +901,154,1,12,16:26:14,25.046,25046 +901,20,1,13,16:27:33,24.432,24432 +901,18,1,13,16:27:49,24.841,24841 +901,3,1,14,16:29:15,24.723,24723 +901,822,1,14,16:29:48,25.020,25020 +901,1,1,15,16:30:55,24.604,24604 +901,155,1,15,16:31:53,27.124,27124 +901,807,1,16,16:33:07,25.336,25336 +901,818,2,17,16:36:11,26.598,26598 +901,8,2,18,16:37:53,24.417,24417 +901,826,2,22,16:44:37,27.473,27473 +901,821,2,23,16:46:42,26.325,26325 +901,825,2,24,16:48:18,30.661,30661 +901,16,2,24,16:48:28,25.493,25493 +901,18,2,25,16:49:48,24.524,24524 +901,154,2,25,16:50:09,25.596,25596 +901,828,2,26,16:52:40,26.515,26515 +901,4,2,27,16:53:03,24.222,24222 +901,13,2,27,16:53:28,24.577,24577 +901,820,2,27,16:54:31,29.210,29210 +901,817,2,28,16:54:45,24.775,24775 +901,822,2,29,16:57:09,24.964,24964 +901,20,2,31,17:00:00,24.728,24728 +901,155,2,31,17:01:26,26.505,26505 +901,3,2,32,17:01:43,25.287,25287 +901,1,2,33,17:03:18,25.296,25296 +901,807,2,34,17:05:38,24.887,24887 +901,826,3,34,17:06:44,25.289,25289 +901,8,3,34,17:07:07,24.246,24246 +901,828,3,38,17:15:01,26.030,26030 +901,18,3,39,17:15:13,25.028,25028 +901,825,3,39,17:15:37,24.415,24415 +901,817,3,40,17:16:28,1:49.329,109329 +901,154,3,40,17:17:34,25.735,25735 +901,4,3,42,17:20:04,24.641,24641 +901,820,3,41,17:20:31,27.828,27828 +901,13,3,42,17:20:35,24.526,24526 +901,817,4,42,17:22:17,34.697,34697 +901,822,3,44,17:24:12,24.498,24498 +901,817,5,44,17:26:23,34.480,34480 +901,20,3,49,17:32:08,25.186,25186 +901,3,3,50,17:33:47,24.654,24654 +901,1,3,51,17:35:18,24.484,24484 +902,818,1,1,18:06:44,33.895,33895 +902,16,1,7,18:16:37,25.293,25293 +902,822,1,10,18:21:24,25.040,25040 +902,826,1,10,18:21:32,26.064,26064 +902,824,1,10,18:21:44,25.756,25756 +902,828,1,11,18:23:34,25.367,25367 +902,820,1,11,18:23:35,25.858,25858 +902,4,1,12,18:24:52,25.770,25770 +902,821,1,12,18:25:08,25.543,25543 +902,13,1,13,18:26:30,24.528,24528 +902,8,1,13,18:26:37,25.009,25009 +902,154,1,13,18:26:50,25.192,25192 +902,824,2,13,18:27:52,29.729,29729 +902,825,1,14,18:28:29,24.611,24611 +902,16,2,13,18:29:29,40.747,40747 +902,818,2,14,18:29:48,25.897,25897 +902,807,1,15,18:29:59,24.757,24757 +902,155,1,15,18:30:29,27.124,27124 +902,815,1,16,18:31:38,24.697,24697 +902,20,1,16,18:31:48,24.964,24964 +902,18,1,17,18:33:25,24.476,24476 +902,817,1,18,18:35:12,24.706,24706 +902,1,1,19,18:36:24,24.687,24687 +902,813,1,19,18:37:12,25.395,25395 +902,824,3,18,18:37:15,18.989,18989 +902,3,1,21,18:39:48,24.851,24851 +902,826,2,24,18:45:46,25.340,25340 +902,822,2,25,18:47:07,25.068,25068 +902,825,2,25,18:47:29,24.559,24559 +902,828,2,26,18:49:57,25.819,25819 +902,821,2,27,18:51:10,25.633,25633 +902,13,2,28,18:52:16,25.896,25896 +902,4,2,28,18:52:21,24.576,24576 +902,154,2,28,18:52:44,25.032,25032 +902,820,2,28,18:53:21,27.233,27233 +902,824,4,31,19:00:23,25.866,25866 +902,8,2,33,19:01:01,25.415,25415 +902,815,2,34,19:02:23,24.737,24737 +902,20,2,34,19:02:35,26.186,26186 +902,807,2,35,19:04:06,24.440,24440 +902,18,2,35,19:04:08,25.245,25245 +902,817,2,35,19:04:23,24.816,24816 +902,155,2,35,19:05:19,26.628,26628 +902,154,3,37,19:08:17,25.693,25693 +902,13,3,38,19:09:23,24.575,24575 +902,825,3,38,19:09:48,25.572,25572 +902,813,2,39,19:11:30,26.440,26440 +902,826,3,39,19:11:36,25.345,25345 +902,822,3,40,19:12:44,25.980,25980 +902,1,2,41,19:13:29,25.146,25146 +902,3,2,41,19:13:42,24.907,24907 +902,813,3,40,19:13:51,34.249,34249 +902,820,3,40,19:14:34,25.981,25981 +902,4,3,41,19:14:50,24.493,24493 +902,8,3,41,19:15:09,24.453,24453 +902,824,5,40,19:16:59,25.383,25383 +902,813,4,47,19:27:48,32.874,32874 +903,18,1,7,15:16:33,22.408,22408 +903,154,1,9,15:19:58,23.213,23213 +903,13,1,10,15:21:37,1:18.277,78277 +903,8,1,10,15:21:45,22.994,22994 +903,815,1,10,15:21:51,22.914,22914 +903,828,1,10,15:22:18,23.677,23677 +903,4,1,11,15:23:16,22.776,22776 +903,807,1,11,15:23:24,23.438,23438 +903,155,1,11,15:23:49,24.883,24883 +903,813,1,11,15:23:51,24.010,24010 +903,824,1,11,15:23:56,24.784,24784 +903,20,1,12,15:25:00,22.570,22570 +903,822,1,12,15:25:09,24.780,24780 +903,820,1,12,15:25:48,23.781,23781 +903,3,1,13,15:26:51,23.277,23277 +903,826,1,14,15:28:56,23.521,23521 +903,821,1,14,15:29:04,22.988,22988 +903,817,1,15,15:30:17,23.186,23186 +903,818,1,15,15:30:46,24.119,24119 +903,1,1,17,15:33:31,22.968,22968 +903,825,1,17,15:34:28,23.670,23670 +903,821,2,27,15:52:18,23.252,23252 +903,828,2,27,15:53:08,23.730,23730 +903,18,2,28,15:53:59,22.548,22548 +903,824,2,28,15:54:28,24.320,24320 +903,815,2,30,15:57:11,23.636,23636 +903,155,2,30,15:57:59,25.402,25402 +903,807,2,31,15:58:34,22.764,22764 +903,822,2,31,15:58:35,23.639,23639 +903,8,2,31,15:58:50,23.291,23291 +903,826,2,31,15:59:08,23.628,23628 +903,825,2,31,15:59:19,22.579,22579 +903,13,2,31,15:59:50,23.830,23830 +903,818,2,32,16:00:58,24.417,24417 +903,813,2,32,16:01:12,23.022,23022 +903,4,2,33,16:01:40,22.947,22947 +903,820,2,32,16:01:49,23.878,23878 +903,20,2,34,16:03:40,22.246,22246 +903,3,2,37,16:08:37,23.089,23089 +903,817,2,37,16:08:42,22.498,22498 +903,1,2,38,16:09:59,23.999,23999 +903,821,3,40,16:15:29,22.734,22734 +903,155,3,40,16:15:53,24.722,24722 +903,828,3,42,16:20:02,23.969,23969 +903,820,3,48,16:30:26,23.886,23886 +904,20,1,12,14:22:29,21.974,21974 +904,817,1,14,14:25:18,21.969,21969 +904,154,1,15,14:26:57,22.126,22126 +904,13,1,15,14:27:02,22.890,22890 +904,813,1,15,14:27:21,27.851,27851 +904,4,1,16,14:28:34,21.970,21970 +904,818,1,16,14:28:57,22.976,22976 +904,8,1,17,14:30:07,22.056,22056 +904,807,1,17,14:30:13,22.355,22355 +904,18,1,17,14:30:19,21.810,21810 +904,16,1,17,14:30:29,28.013,28013 +904,820,1,17,14:30:46,24.337,24337 +904,1,1,18,14:31:07,22.951,22951 +904,815,1,18,14:31:48,22.367,22367 +904,826,1,18,14:31:51,22.703,22703 +904,821,1,18,14:32:02,23.063,23063 +904,828,1,18,14:32:30,23.091,23091 +904,825,1,19,14:33:31,21.894,21894 +904,822,1,20,14:34:39,22.824,22824 +904,3,1,21,14:35:43,22.254,22254 +904,824,1,21,14:37:01,22.928,22928 +904,155,1,23,14:40:18,22.789,22789 +904,13,2,28,14:47:33,22.381,22381 +904,820,2,31,14:53:03,23.232,23232 +904,20,2,33,14:55:18,21.599,21599 +904,154,2,34,14:56:49,22.078,22078 +904,4,2,35,14:58:14,22.014,22014 +904,16,2,35,14:58:53,23.378,23378 +904,807,2,36,14:59:56,22.724,22724 +904,18,2,36,15:00:01,24.408,24408 +904,826,2,36,15:00:07,22.841,22841 +904,821,2,36,15:00:25,24.780,24780 +904,815,2,37,15:01:31,22.282,22282 +904,813,2,37,15:01:54,22.024,22024 +904,828,2,40,15:07:44,26.671,26671 +904,825,2,41,15:07:56,21.768,21768 +904,824,2,41,15:08:45,22.568,22568 +904,1,2,43,15:09:35,23.590,23590 +904,8,2,43,15:10:34,22.727,22727 +904,820,3,42,15:10:46,23.586,23586 +904,3,2,45,15:12:42,22.309,22309 +904,817,2,45,15:13:16,21.830,21830 +904,822,2,45,15:13:31,22.701,22701 +904,13,3,46,15:15:37,22.304,22304 +904,20,3,52,15:24:24,21.608,21608 +904,821,3,52,15:25:31,23.025,23025 +904,4,3,53,15:25:53,21.664,21664 +904,826,3,53,15:26:38,22.984,22984 +905,154,1,1,14:04:54,26.312,26312 +905,16,1,1,14:04:55,33.207,33207 +905,20,1,4,14:10:25,1:06.065,66065 +905,154,2,23,14:37:00,25.029,25029 +905,820,1,24,14:38:19,33.074,33074 +905,18,1,25,14:38:59,25.992,25992 +905,821,1,25,14:39:10,25.906,25906 +905,155,1,25,14:39:30,25.421,25421 +905,824,1,25,14:39:30,32.658,32658 +905,3,1,26,14:39:54,24.672,24672 +905,1,1,26,14:40:01,27.509,27509 +905,828,1,25,14:40:02,28.091,28091 +905,8,1,26,14:40:06,25.282,25282 +905,817,1,26,14:40:07,26.584,26584 +905,4,1,26,14:40:12,26.499,26499 +905,825,1,26,14:40:29,28.943,28943 +905,818,1,26,14:40:32,25.444,25444 +905,807,1,26,14:40:36,25.714,25714 +905,822,1,26,14:40:41,25.595,25595 +905,8,2,28,14:44:21,25.684,25684 +905,820,2,27,14:44:22,37.352,37352 +905,818,2,37,14:57:54,19.385,19385 +905,13,1,45,15:08:42,24.264,24264 +905,828,2,51,15:17:37,25.585,25585 +905,155,2,62,15:34:01,25.116,25116 +905,820,3,66,15:40:58,26.137,26137 +905,8,3,73,15:47:37,31.896,31896 +906,821,1,1,14:05:32,24.370,24370 +906,821,2,2,14:07:36,24.768,24768 +906,154,1,11,14:23:03,23.943,23943 +906,817,1,13,14:25:36,23.606,23606 +906,822,1,14,14:26:56,23.448,23448 +906,18,1,14,14:27:05,23.493,23493 +906,20,1,15,14:28:14,23.904,23904 +906,13,1,15,14:28:20,27.949,27949 +906,818,1,15,14:28:22,24.433,24433 +906,825,1,15,14:28:30,23.479,23479 +906,16,1,15,14:28:33,23.703,23703 +906,4,1,16,14:29:44,23.932,23932 +906,8,1,17,14:31:08,23.925,23925 +906,3,1,18,14:32:06,23.882,23882 +906,1,1,19,14:33:29,24.417,24417 +906,826,1,29,14:47:47,25.235,25235 +906,821,3,32,14:52:08,24.403,24403 +906,815,1,34,14:54:04,23.907,23907 +906,822,2,35,14:55:26,24.491,24491 +906,20,2,36,14:56:46,23.340,23340 +906,817,2,37,14:58:06,23.274,23274 +906,18,2,38,14:59:46,25.050,25050 +906,818,2,39,15:01:02,23.975,23975 +906,8,2,39,15:01:06,24.221,24221 +906,16,2,40,15:02:56,24.068,24068 +906,807,1,41,15:03:27,23.902,23902 +906,3,2,44,15:07:09,25.102,25102 +906,4,2,44,15:07:33,23.790,23790 +906,1,2,45,15:08:31,23.554,23554 +906,825,2,45,15:09:13,23.907,23907 +906,154,2,46,15:10:53,23.856,23856 +906,826,2,46,15:10:54,25.698,25698 +906,13,2,48,15:12:49,24.012,24012 +907,154,1,3,14:07:00,21.884,21884 +907,818,1,8,14:13:14,22.232,22232 +907,807,1,9,14:14:26,21.920,21920 +907,825,1,10,14:15:40,21.670,21670 +907,826,1,10,14:15:42,21.906,21906 +907,817,1,10,14:15:42,21.467,21467 +907,3,1,11,14:16:41,21.474,21474 +907,16,1,11,14:17:03,22.960,22960 +907,821,1,12,14:18:21,55.222,55222 +907,1,1,13,14:19:10,22.226,22226 +907,13,1,14,14:20:24,21.896,21896 +907,4,1,14,14:20:35,21.234,21234 +907,155,1,14,14:21:00,22.480,22480 +907,822,1,15,14:21:40,21.133,21133 +907,8,1,15,14:22:00,21.914,21914 +907,20,1,20,14:29:37,21.381,21381 +907,821,2,21,14:30:35,29.067,29067 +907,813,1,26,14:36:02,23.343,23343 +907,18,1,27,14:37:01,21.505,21505 +907,154,2,27,14:37:37,24.212,24212 +907,828,1,28,14:39:03,23.177,23177 +907,815,1,29,14:39:23,23.770,23770 +907,20,2,28,14:39:56,29.844,29844 +907,820,1,37,14:50:48,22.977,22977 +907,1,2,39,14:51:40,22.555,22555 +907,807,2,39,14:52:03,22.246,22246 +907,818,2,39,14:52:32,22.374,22374 +907,3,2,40,14:52:50,21.664,21664 +907,825,2,40,14:53:16,21.882,21882 +907,822,2,41,14:54:08,22.208,22208 +907,824,1,40,14:54:11,24.452,24452 +907,13,2,43,14:56:41,22.096,22096 +907,817,2,43,14:57:02,21.398,21398 +907,16,2,43,14:57:38,22.449,22449 +907,828,2,43,14:58:18,25.178,25178 +907,8,2,44,14:58:20,21.618,21618 +907,821,3,45,15:01:17,22.530,22530 +907,4,2,47,15:01:38,21.276,21276 +907,815,2,55,15:11:39,21.960,21960 +907,813,2,56,15:13:32,22.612,22612 +907,18,2,58,15:15:32,21.242,21242 +908,820,2,2,14:09:26,23.154,23154 +908,20,1,10,14:20:59,28.558,28558 +908,826,1,14,14:27:58,28.700,28700 +908,817,1,15,14:29:30,28.483,28483 +908,3,1,18,14:33:49,28.329,28329 +908,155,1,18,14:35:28,29.507,29507 +908,16,1,23,14:43:21,29.956,29956 +908,1,1,24,14:43:45,29.679,29679 +908,4,1,25,14:46:13,34.410,34410 +908,815,1,26,14:48:38,29.599,29599 +908,813,1,26,14:48:44,28.831,28831 +908,825,1,27,14:49:39,28.745,28745 +908,818,1,27,14:50:07,30.218,30218 +908,18,1,28,14:51:14,28.645,28645 +908,807,1,29,14:53:24,29.579,29579 +908,824,1,29,14:54:00,30.353,30353 +908,155,2,29,14:54:55,29.540,29540 +908,154,1,30,14:55:23,29.710,29710 +908,822,1,31,14:55:58,29.104,29104 +908,820,3,29,14:56:02,29.737,29737 +908,20,2,33,14:59:34,28.787,28787 +908,826,2,35,15:03:28,28.575,28575 +908,1,2,41,15:12:01,29.291,29291 +909,825,1,1,14:05:24,25.859,25859 +909,828,1,3,14:08:42,27.495,27495 +909,826,1,9,14:17:06,20.313,20313 +909,4,1,12,14:20:59,19.174,19174 +909,18,1,13,14:22:30,22.604,22604 +909,817,1,13,14:22:38,19.050,19050 +909,818,1,13,14:22:39,20.274,20274 +909,20,1,14,14:23:46,19.607,19607 +909,807,1,14,14:23:52,19.564,19564 +909,815,1,14,14:24:04,21.802,21802 +909,821,1,14,14:24:08,21.002,21002 +909,3,1,15,14:24:57,20.055,20055 +909,822,1,15,14:25:07,20.115,20115 +909,155,1,15,14:25:55,20.121,20121 +909,16,1,16,14:26:55,20.031,20031 +909,820,1,16,14:27:18,23.883,23883 +909,813,1,18,14:29:48,19.099,19099 +909,828,2,18,14:30:40,19.890,19890 +909,8,1,20,14:32:31,19.737,19737 +909,824,1,20,14:32:49,20.031,20031 +909,154,1,24,14:38:27,18.928,18928 +909,1,1,26,14:40:40,19.710,19710 +909,825,2,29,14:45:25,19.135,19135 +909,18,2,31,14:47:51,18.916,18916 +909,821,2,31,14:48:20,23.305,23305 +909,16,2,32,14:49:41,19.638,19638 +909,826,2,32,14:49:52,20.251,20251 +909,155,2,32,14:50:24,20.092,20092 +909,820,2,32,14:50:27,20.920,20920 +909,4,2,33,14:50:28,19.032,19032 +909,20,2,34,14:51:49,19.061,19061 +909,8,2,34,14:52:22,19.867,19867 +909,815,2,34,14:52:29,19.843,19843 +909,817,2,35,14:53:27,19.358,19358 +909,818,2,37,14:56:42,26.711,26711 +909,813,2,38,14:58:08,19.126,19126 +909,807,2,39,14:59:03,19.514,19514 +909,822,2,40,14:59:58,20.206,20206 +909,3,2,41,15:01:08,20.257,20257 +909,1,2,42,15:02:54,19.918,19918 +909,828,3,41,15:03:48,20.423,20423 +909,20,3,45,15:07:09,18.879,18879 +909,824,2,45,15:08:29,20.575,20575 +909,817,3,46,15:08:49,18.868,18868 +909,16,3,47,15:10:49,20.424,20424 +909,820,3,47,15:11:56,20.632,20632 +909,155,3,48,15:13:19,20.358,20358 +909,818,3,49,15:13:46,20.431,20431 +909,1,3,50,15:13:58,19.868,19868 +909,821,3,50,15:15:08,19.779,19779 +909,815,3,52,15:17:42,19.932,19932 +909,825,3,53,15:18:59,19.427,19427 +909,8,3,53,15:19:04,19.740,19740 +909,4,3,55,15:21:01,19.308,19308 +909,18,3,61,15:29:41,19.221,19221 +910,18,1,8,14:17:29,26.737,26737 +910,817,1,8,14:17:30,22.205,22205 +910,807,1,8,14:17:33,24.040,24040 +910,13,1,8,14:17:38,22.851,22851 +910,818,1,8,14:17:39,23.809,23809 +910,815,1,8,14:17:44,25.535,25535 +910,821,1,8,14:17:46,24.050,24050 +910,16,1,8,14:17:48,31.956,31956 +910,1,1,8,14:17:49,23.800,23800 +910,8,1,8,14:17:51,23.214,23214 +910,154,1,8,14:17:53,23.979,23979 +910,826,1,8,14:17:58,23.423,23423 +910,155,1,8,14:18:04,34.086,34086 +910,820,1,8,14:18:13,24.625,24625 +910,813,1,8,14:18:14,22.376,22376 +910,3,1,9,14:19:36,22.827,22827 +910,822,1,9,14:19:37,25.497,25497 +910,20,1,9,14:19:37,22.170,22170 +910,4,1,9,14:19:38,22.253,22253 +910,824,1,9,14:19:52,22.892,22892 +910,18,2,15,14:32:05,22.807,22807 +910,825,1,15,14:32:11,23.546,23546 +910,813,2,17,14:35:49,32.608,32608 +910,824,2,17,14:35:56,25.504,25504 +910,817,2,23,14:44:24,23.741,23741 +910,13,2,23,14:44:30,22.111,22111 +910,822,2,23,14:44:48,22.518,22518 +910,826,2,30,14:57:13,22.202,22202 +910,3,2,32,15:00:00,23.864,23864 +910,20,2,33,15:01:35,21.608,21608 +910,818,2,34,15:03:00,23.123,23123 +910,18,3,37,15:07:38,22.211,22211 +910,4,2,38,15:08:47,21.634,21634 +910,1,2,39,15:10:18,23.364,23364 +910,16,2,39,15:10:43,22.500,22500 +910,825,2,39,15:10:44,21.812,21812 +910,8,2,41,15:13:31,22.154,22154 +910,824,3,42,15:15:42,24.226,24226 +910,813,3,43,15:16:53,21.818,21818 +910,13,3,45,15:19:26,22.278,22278 +910,820,2,45,15:20:20,23.232,23232 +910,817,3,54,15:32:30,22.273,22273 +910,3,3,56,15:35:44,22.001,22001 +910,822,3,59,15:40:29,22.589,22589 +911,154,1,1,14:06:17,29.256,29256 +911,824,1,1,14:06:49,25.362,25362 +911,1,1,2,14:08:41,25.580,25580 +911,3,1,8,14:19:40,29.997,29997 +911,8,1,8,14:19:44,22.858,22858 +911,815,1,9,14:21:49,24.104,24104 +911,13,1,9,14:21:55,23.945,23945 +911,20,1,10,14:23:35,22.800,22800 +911,826,1,10,14:23:49,24.082,24082 +911,807,1,10,14:23:52,23.823,23823 +911,817,1,11,14:25:27,22.913,22913 +911,825,1,11,14:25:37,23.115,23115 +911,16,1,11,14:25:53,23.755,23755 +911,828,1,11,14:26:12,24.083,24083 +911,820,1,11,14:26:13,23.734,23734 +911,822,1,12,14:27:28,22.769,22769 +911,4,1,12,14:27:29,28.920,28920 +911,18,1,13,14:29:34,22.800,22800 +911,154,2,13,14:30:15,22.838,22838 +911,821,1,14,14:31:51,23.259,23259 +911,818,1,15,14:33:42,23.571,23571 +911,1,2,17,14:38:06,23.066,23066 +911,3,2,19,14:41:14,22.936,22936 +911,8,2,21,14:44:58,22.819,22819 +911,13,2,21,14:45:39,24.083,24083 +911,16,2,21,14:45:40,23.779,23779 +911,20,2,22,14:46:57,22.731,22731 +911,815,2,22,14:47:17,22.977,22977 +911,825,2,23,14:49:03,22.414,22414 +911,824,2,23,14:50:34,23.918,23918 +911,826,2,24,14:51:10,24.436,24436 +911,828,2,24,14:52:11,24.213,24213 +911,4,2,25,14:52:56,22.974,22974 +911,817,2,27,14:56:18,22.675,22675 +911,154,3,27,14:57:40,24.569,24569 +911,822,2,28,14:58:29,23.176,23176 +911,18,2,29,15:00:43,22.588,22588 +911,818,2,29,15:01:07,23.202,23202 +911,820,2,29,15:02:05,24.873,24873 +911,807,2,30,15:02:51,23.841,23841 +911,821,2,30,15:03:10,22.898,22898 +911,1,3,31,15:05:18,24.757,24757 +911,3,3,34,15:09:54,23.392,23392 +911,20,3,34,15:10:16,23.190,23190 +911,16,3,34,15:10:53,23.732,23732 +911,13,3,35,15:12:42,23.224,23224 +912,821,1,9,14:17:44,26.376,26376 +912,20,1,18,14:31:00,25.176,25176 +912,815,1,19,14:32:34,24.938,24938 +912,807,1,19,14:32:44,25.547,25547 +912,8,1,20,14:34:06,24.547,24547 +912,154,1,20,14:34:42,25.098,25098 +912,825,1,21,14:35:33,24.214,24214 +912,4,1,21,14:35:34,24.913,24913 +912,813,1,21,14:35:52,24.223,24223 +912,18,1,22,14:37:04,24.669,24669 +912,155,1,22,14:37:42,25.277,25277 +912,13,1,23,14:38:19,24.323,24323 +912,3,1,24,14:39:36,24.583,24583 +912,822,1,24,14:40:01,24.991,24991 +912,818,1,24,14:40:20,25.046,25046 +912,16,1,24,14:40:40,26.864,26864 +912,1,1,25,14:41:07,24.453,24453 +912,817,1,26,14:43:11,24.388,24388 +912,824,1,27,14:45:35,26.641,26641 +912,826,1,30,14:49:25,24.651,24651 +912,828,1,30,14:50:45,28.685,28685 +912,821,2,36,14:59:03,25.693,25693 +912,821,3,49,15:19:29,26.849,26849 +913,818,2,24,20:50:42,35.309,35309 +913,16,2,24,20:51:16,29.748,29748 +913,20,2,25,20:52:01,28.733,28733 +913,8,2,25,20:52:18,29.164,29164 +913,807,2,25,20:52:46,29.362,29362 +913,1,2,26,20:53:42,31.040,31040 +913,825,2,26,20:54:35,28.841,28841 +913,817,2,27,20:55:55,29.113,29113 +913,815,2,29,21:00:56,29.502,29502 +913,154,3,30,21:02:56,29.761,29761 +913,813,3,30,21:03:14,29.363,29363 +913,815,3,30,21:03:37,35.289,35289 +913,824,2,30,21:03:38,29.885,29885 +913,4,3,31,21:04:03,28.991,28991 +913,828,2,30,21:04:09,30.364,30364 +913,18,2,31,21:04:39,28.627,28627 +913,8,3,31,21:04:42,30.194,30194 +913,807,3,31,21:05:18,30.415,30415 +913,16,3,31,21:06:15,30.672,30672 +913,813,4,31,21:06:18,29.655,29655 +913,820,3,41,21:28:56,29.877,29877 +913,826,3,43,21:32:14,31.092,31092 +913,818,3,44,21:34:02,30.111,30111 +913,815,4,44,21:34:11,29.339,29339 +913,824,3,45,21:36:16,29.752,29752 +913,825,3,46,21:37:54,28.706,28706 +913,1,3,52,21:48:32,29.284,29284 +913,16,1,8,20:19:52,29.887,29887 +913,807,1,9,20:21:39,29.987,29987 +913,13,1,10,20:23:21,29.578,29578 +913,826,1,10,20:23:35,30.089,30089 +913,154,1,10,20:23:40,29.322,29322 +913,8,1,11,20:25:15,29.702,29702 +913,822,1,11,20:25:21,30.340,30340 +913,818,1,11,20:25:26,29.806,29806 +913,813,1,11,20:25:40,29.960,29960 +913,20,1,12,20:26:56,30.147,30147 +913,4,1,12,20:27:01,28.912,28912 +913,817,1,12,20:27:04,29.761,29761 +913,828,1,12,20:28:03,30.144,30144 +913,1,1,13,20:28:41,29.422,29422 +913,825,1,13,20:29:15,28.684,28684 +913,18,1,14,20:31:07,28.641,28641 +913,815,1,15,20:33:27,29.979,29979 +913,821,1,15,20:33:38,33.679,33679 +913,824,1,15,20:33:44,30.413,30413 +913,820,1,16,20:36:06,30.751,30751 +913,820,2,18,20:40:34,37.975,37975 +913,13,2,22,20:46:35,29.006,29006 +913,154,2,22,20:47:09,29.040,29040 +913,822,2,23,20:48:37,28.880,28880 +913,826,2,23,20:49:04,30.188,30188 +913,813,2,23,20:49:20,29.036,29036 +913,4,2,24,20:50:06,28.810,28810 +914,3,1,2,15:06:10,18:56.516,1136516 +914,1,1,2,15:06:11,18:57.295,1137295 +914,822,1,2,15:06:13,18:56.994,1136994 +914,13,1,2,15:06:15,18:56.594,1136594 +914,4,1,2,15:06:17,18:57.051,1137051 +914,817,1,2,15:06:20,18:55.520,1135520 +914,825,1,2,15:06:21,18:55.891,1135891 +914,18,1,2,15:06:23,18:56.054,1136054 +914,20,1,2,15:06:26,18:54.978,1134978 +914,8,1,2,15:06:28,18:55.276,1135276 +914,815,1,2,15:06:30,18:55.712,1135712 +914,826,1,2,15:06:33,18:54.529,1134529 +914,807,1,2,15:06:35,18:56.562,1136562 +914,16,1,2,15:06:37,18:55.797,1135797 +914,821,1,2,15:06:39,18:54.553,1134553 +914,154,1,2,15:06:42,18:53.680,1133680 +914,824,1,2,15:06:44,18:53.708,1133708 +914,155,1,2,15:06:47,18:53.381,1133381 +914,818,1,2,15:06:50,18:56.557,1136557 +914,820,1,2,15:06:52,18:55.937,1135937 +914,813,1,2,15:07:03,18:47.145,1127145 +914,828,1,2,15:07:18,18:33.851,1113851 +914,18,2,9,15:44:19,24.532,24532 +914,813,2,9,15:44:28,25.460,25460 +914,822,2,11,15:48:14,24.465,24465 +914,817,2,11,15:48:16,24.184,24184 +914,825,2,11,15:48:17,24.550,24550 +914,8,2,11,15:48:20,25.191,25191 +914,815,2,11,15:48:20,24.971,24971 +914,826,2,11,15:48:22,24.567,24567 +914,821,2,11,15:48:25,24.873,24873 +914,154,2,11,15:48:26,24.011,24011 +914,155,2,11,15:48:28,28.656,28656 +914,818,2,11,15:48:29,25.451,25451 +914,828,2,11,15:48:34,31.187,31187 +914,820,2,11,15:48:36,25.879,25879 +914,13,2,12,15:50:12,24.374,24374 +914,20,2,12,15:50:13,23.764,23764 +914,807,2,12,15:50:17,24.696,24696 +914,16,2,12,15:50:21,25.136,25136 +914,3,2,13,15:51:49,23.696,23696 +914,824,2,13,15:52:24,25.116,25116 +914,1,2,14,15:53:43,23.891,23891 +914,825,3,15,15:56:34,33.215,33215 +914,818,3,19,16:04:37,24.353,24353 +914,154,3,21,16:08:25,23.656,23656 +914,16,3,22,16:10:19,24.407,24407 +914,813,3,22,16:10:28,24.184,24184 +914,8,3,23,16:12:06,32.466,32466 +914,826,3,23,16:12:08,24.222,24222 +914,820,3,23,16:12:57,25.278,25278 +914,824,3,24,16:14:29,24.910,24910 +914,815,3,25,16:16:02,24.622,24622 +914,828,3,25,16:16:32,25.977,25977 +914,807,3,26,16:17:49,23.873,23873 +914,155,3,26,16:18:42,25.635,25635 +914,20,3,29,16:22:58,23.443,23443 +914,18,3,31,16:26:40,28.547,28547 +914,16,4,32,16:30:14,24.314,24314 +914,3,3,33,16:30:17,24.862,24862 +914,825,4,33,16:32:03,23.701,23701 +914,821,3,34,16:33:51,26.943,26943 +914,8,4,34,16:33:52,24.173,24173 +914,154,4,34,16:33:58,23.745,23745 +914,1,3,35,16:34:00,23.677,23677 +914,817,3,36,16:36:14,25.607,25607 +914,13,3,37,16:39:03,24.930,24930 +914,822,3,38,16:40:55,25.052,25052 +914,155,4,38,16:42:35,25.576,25576 +914,826,4,39,16:43:18,26.554,26554 +914,828,4,39,16:44:06,25.655,25655 +914,155,5,39,16:45:03,24.907,24907 +914,813,4,40,16:45:34,25.981,25981 +914,825,5,40,16:45:43,24.361,24361 +914,18,4,42,16:48:03,24.757,24757 +914,807,4,43,16:51:01,24.792,24792 +914,815,4,43,16:51:21,25.313,25313 +914,8,5,43,16:51:48,24.768,24768 +914,154,5,43,16:52:21,23.785,23785 +915,3,1,1,15:05:38,33.820,33820 +915,13,1,1,15:05:45,29.912,29912 +915,820,1,4,15:11:25,31.374,31374 +915,817,1,11,15:23:27,30.006,30006 +915,16,1,12,15:25:38,30.733,30733 +915,826,1,20,15:39:18,31.584,31584 +915,154,1,20,15:39:40,30.037,30037 +915,813,1,21,15:41:54,30.180,30180 +915,18,1,22,15:42:24,29.994,29994 +915,818,1,23,15:44:29,30.272,30272 +915,807,1,24,15:46:32,30.096,30096 +915,4,1,25,15:47:40,35.112,35112 +915,815,1,25,15:48:06,29.876,29876 +915,822,1,26,15:49:13,30.363,30363 +915,825,1,26,15:49:27,29.736,29736 +915,8,1,26,15:49:44,30.097,30097 +915,1,1,27,15:50:40,30.503,30503 +915,13,2,27,15:51:39,30.278,30278 +915,828,1,27,15:52:14,31.020,31020 +915,20,1,30,15:56:37,30.355,30355 +915,826,2,37,16:09:35,30.321,30321 +915,821,1,39,16:12:57,30.303,30303 +915,828,2,43,16:21:18,30.760,30760 +916,825,1,1,14:05:26,26.881,26881 +916,807,1,1,14:05:32,33.427,33427 +916,18,1,1,14:05:32,26.806,26806 +916,821,1,1,14:05:34,25.007,25007 +916,20,1,1,14:05:37,24.226,24226 +916,20,2,2,14:08:25,23.909,23909 +916,13,1,14,14:30:44,24.488,24488 +916,817,1,14,14:30:46,24.040,24040 +916,3,1,15,14:32:19,24.433,24433 +916,822,1,15,14:32:30,24.151,24151 +916,813,1,15,14:32:45,29.734,29734 +916,818,1,15,14:32:46,30.158,30158 +916,1,1,16,14:34:07,24.368,24368 +916,4,1,16,14:34:26,24.601,24601 +916,154,1,16,14:34:33,24.688,24688 +916,8,1,17,14:36:16,24.131,24131 +916,821,2,20,14:42:01,31.198,31198 +916,826,1,21,14:43:32,24.995,24995 +916,20,3,26,14:52:33,23.799,23799 +916,825,2,27,14:54:14,24.497,24497 +916,18,2,28,14:56:05,23.546,23546 +916,154,2,29,14:57:45,23.802,23802 +916,818,2,29,14:57:50,24.553,24553 +916,822,2,30,14:58:59,24.283,24283 +916,817,2,31,15:00:38,24.356,24356 +916,13,2,32,15:02:21,25.456,25456 +916,1,2,33,15:03:57,24.244,24244 +916,3,2,34,15:05:43,24.513,24513 +916,813,2,35,15:08:22,24.468,24468 +916,821,3,40,15:17:42,24.726,24726 +916,826,2,41,15:18:59,24.189,24189 +916,8,2,42,15:20:41,23.872,23872 +916,4,2,43,15:22:10,24.133,24133 +916,20,4,48,15:31:17,23.948,23948 +916,826,3,51,15:36:52,26.541,26541 +916,8,3,52,15:38:29,24.226,24226 +917,813,1,4,14:08:39,23.753,23753 +917,13,1,5,14:09:42,23.220,23220 +917,815,1,5,14:09:55,23.467,23467 +917,822,1,6,14:11:00,23.294,23294 +917,18,1,6,14:11:00,23.018,23018 +917,20,1,6,14:11:07,23.808,23808 +917,3,1,7,14:12:10,23.730,23730 +917,825,1,7,14:12:21,23.061,23061 +917,4,1,7,14:12:23,23.278,23278 +917,817,1,7,14:12:24,23.141,23141 +917,1,1,8,14:13:27,23.351,23351 +917,821,1,8,14:13:43,23.661,23661 +917,8,1,8,14:13:44,23.427,23427 +917,818,1,9,14:15:04,23.782,23782 +917,807,1,16,14:24:01,23.554,23554 +917,826,1,18,14:26:39,25.001,25001 +917,16,1,18,14:26:52,29.465,29465 +917,20,2,24,14:34:28,23.195,23195 +917,154,1,24,14:34:30,25.591,25591 +917,13,2,25,14:35:32,30.084,30084 +917,815,2,25,14:35:57,22.997,22997 +917,3,2,26,14:36:33,23.346,23346 +917,822,2,26,14:36:50,35.284,35284 +917,825,2,26,14:36:58,24.190,24190 +917,18,2,27,14:38:10,22.620,22620 +917,817,2,27,14:38:18,22.871,22871 +917,821,2,27,14:38:26,24.267,24267 +917,818,2,27,14:38:30,24.408,24408 +917,813,2,27,14:38:36,22.865,22865 +917,1,2,28,14:39:09,24.224,24224 +917,4,2,28,14:39:32,23.134,23134 +917,8,2,35,14:48:30,27.934,27934 +917,807,2,36,14:49:47,23.323,23323 +917,826,2,38,14:52:30,24.385,24385 +917,16,2,39,14:54:06,24.302,24302 +917,154,2,40,14:55:19,23.023,23023 +917,822,3,42,14:57:48,26.463,26463 +917,813,3,45,15:01:47,23.090,23090 +917,818,3,46,15:03:02,24.002,24002 +917,825,3,47,15:03:59,24.131,24131 +917,815,3,47,15:04:19,30.067,30067 +917,20,3,48,15:05:05,22.746,22746 +917,821,3,48,15:05:32,23.418,23418 +917,3,3,50,15:06:59,23.240,23240 +917,16,3,49,15:07:08,24.853,24853 +917,13,3,50,15:07:25,26.918,26918 +917,18,3,50,15:07:33,23.383,23383 +917,1,3,51,15:08:16,22.874,22874 +917,4,3,52,15:10:12,23.077,23077 +917,826,3,59,15:19:23,24.726,24726 +917,154,3,59,15:19:41,23.197,23197 +917,807,3,60,15:20:21,23.411,23411 +918,154,1,1,17:05:39,16.120,16120 +918,4,1,5,17:12:48,21.619,21619 +918,16,1,5,17:13:03,22.491,22491 +918,18,1,6,17:14:36,22.627,22627 +918,826,1,6,17:14:38,24.169,24169 +918,8,1,6,17:14:41,21.546,21546 +918,821,1,7,17:16:39,23.128,23128 +918,813,1,7,17:16:42,21.998,21998 +918,154,2,8,17:18:40,21.699,21699 +918,1,1,10,17:21:35,21.885,21885 +918,822,1,10,17:21:52,21.661,21661 +918,3,1,11,17:23:26,21.741,21741 +918,13,1,13,17:27:05,22.054,22054 +918,818,1,13,17:27:37,22.919,22919 +918,815,1,14,17:29:24,22.031,22031 +918,829,1,14,17:30:04,24.144,24144 +918,807,1,15,17:31:09,27.445,27445 +918,155,1,15,17:31:40,24.421,24421 +918,825,1,21,17:42:16,22.087,22087 +918,20,1,21,17:42:18,23.094,23094 +918,154,3,21,17:42:47,21.574,21574 +918,16,2,22,17:44:35,22.277,22277 +918,8,2,26,17:51:27,22.206,22206 +918,817,1,27,17:52:58,21.747,21747 +918,4,2,27,17:53:14,22.068,22068 +918,18,2,28,17:55:03,22.042,22042 +918,821,2,28,17:55:32,23.270,23270 +918,825,2,29,17:57:15,21.623,21623 +918,818,2,30,17:58:48,22.761,22761 +918,1,2,31,17:59:40,21.887,21887 +918,3,2,34,18:05:35,24.083,24083 +918,822,2,35,18:07:17,22.015,22015 +918,155,2,36,18:10:43,22.426,22426 +918,807,2,37,18:11:24,21.642,21642 +918,16,3,37,18:12:07,22.227,22227 +918,829,2,37,18:13:03,23.545,23545 +918,815,2,41,18:18:37,22.325,22325 +918,13,2,43,18:21:15,22.040,22040 +918,818,3,44,18:24:19,22.348,22348 +918,20,2,46,18:27:33,21.611,21611 +918,817,2,47,18:28:55,21.582,21582 +926,828,1,1,16:05:59,22.681,22681 +926,8,1,16,16:31:07,27.465,27465 +926,13,1,21,16:38:38,22.062,22062 +926,807,1,21,16:39:11,22.137,22137 +926,817,1,23,16:42:09,22.535,22535 +926,20,1,24,16:43:16,22.694,22694 +926,832,1,24,16:43:48,55.789,55789 +926,1,1,25,16:44:32,22.295,22295 +926,831,1,25,16:45:12,22.933,22933 +926,3,1,26,16:46:11,22.105,22105 +926,828,2,26,16:47:15,23.254,23254 +926,18,1,27,16:49:15,23.353,23353 +926,830,1,32,16:56:30,23.532,23532 +926,815,1,38,17:06:52,26.009,26009 +926,8,2,40,17:08:30,22.405,22405 +926,828,3,43,17:14:28,22.353,22353 +926,807,2,44,17:15:43,21.612,21612 +927,813,1,1,15:06:15,37.289,37289 +927,831,1,2,15:07:27,33.918,33918 +927,8,1,2,15:08:04,27.285,27285 +927,1,1,4,15:11:07,26.094,26094 +927,3,1,4,15:11:11,33.689,33689 +927,817,1,4,15:11:13,26.714,26714 +927,13,1,4,15:11:16,25.831,25831 +927,826,1,4,15:11:17,30.463,30463 +927,830,1,4,15:11:22,29.516,29516 +927,822,1,4,15:11:24,30.154,30154 +927,4,1,4,15:11:32,25.222,25222 +927,18,1,4,15:11:38,33.027,33027 +927,833,1,5,15:14:03,27.540,27540 +927,832,1,14,15:30:50,25.126,25126 +927,8,2,14,15:30:53,24.744,24744 +927,807,1,15,15:32:38,25.826,25826 +927,154,1,15,15:32:40,24.377,24377 +927,20,1,17,15:35:47,23.996,23996 +927,815,1,17,15:36:31,25.268,25268 +927,817,2,18,15:38:11,25.604,25604 +927,813,2,18,15:38:27,37.394,37394 +927,830,2,20,15:41:45,25.655,25655 +927,831,2,20,15:42:00,25.741,25741 +927,826,2,21,15:43:36,24.781,24781 +927,18,2,21,15:43:48,25.581,25581 +927,833,2,22,15:46:29,27.004,27004 +927,1,2,24,15:48:25,24.595,24595 +927,13,2,24,15:48:49,24.788,24788 +927,822,2,25,15:50:42,24.432,24432 +927,3,2,26,15:52:07,24.574,24574 +927,154,2,26,15:52:37,24.621,24621 +927,831,3,30,16:00:16,25.331,25331 +927,807,2,31,16:02:02,25.047,25047 +927,832,2,32,16:03:31,25.165,25165 +927,813,3,33,16:05:48,24.276,24276 +927,8,3,34,16:06:41,24.653,24653 +927,817,3,34,16:07:16,25.393,25393 +927,154,3,34,16:07:29,26.014,26014 +927,815,2,35,16:09:15,35.776,35776 +927,18,3,35,16:09:16,25.846,25846 +927,20,2,37,16:11:15,25.092,25092 +927,1,3,38,16:13:14,24.179,24179 +927,13,3,38,16:13:54,26.971,26971 +927,826,3,39,16:16:13,26.149,26149 +927,822,3,40,16:17:30,25.002,25002 +927,830,3,40,16:17:48,24.768,24768 +927,3,3,41,16:18:40,24.336,24336 +927,831,4,43,16:23:49,25.204,25204 +927,833,3,42,16:24:30,29.202,29202 +927,807,3,44,16:25:34,35.351,35351 +928,831,1,10,14:21:26,23.409,23409 +928,813,1,11,14:23:09,22.470,22470 +928,815,1,11,14:23:19,22.829,22829 +928,154,1,12,14:24:52,23.421,23421 +928,830,1,12,14:24:59,24.256,24256 +928,4,1,12,14:25:14,23.238,23238 +928,20,1,13,14:26:23,22.488,22488 +928,13,1,13,14:26:33,23.145,23145 +928,1,1,14,14:28:00,22.645,22645 +928,822,1,14,14:28:20,23.084,23084 +928,828,1,14,14:28:36,23.846,23846 +928,817,1,14,14:28:38,22.635,22635 +928,18,1,14,14:28:51,23.936,23936 +928,3,1,15,14:29:48,22.483,22483 +928,8,1,15,14:29:55,22.818,22818 +928,829,1,16,14:32:55,24.132,24132 +928,833,1,17,14:34:51,25.938,25938 +928,832,1,19,14:37:55,23.795,23795 +928,815,2,26,14:50:03,23.338,23338 +928,20,2,30,14:56:09,22.444,22444 +928,828,2,30,14:57:12,24.589,24589 +928,3,2,31,14:57:50,22.829,22829 +928,831,2,31,14:58:53,23.732,23732 +928,154,2,32,15:00:30,23.605,23605 +928,830,2,32,15:00:35,23.258,23258 +928,18,2,32,15:00:57,23.273,23273 +928,1,2,33,15:01:11,22.235,22235 +928,813,2,33,15:02:42,22.899,22899 +928,8,2,34,15:03:09,22.453,22453 +928,13,2,34,15:03:37,23.317,23317 +928,822,2,35,15:05:28,23.582,23582 +928,4,2,35,15:06:28,23.345,23345 +928,817,2,36,15:07:45,22.897,22897 +928,829,2,38,15:13:29,24.054,24054 +928,832,2,39,15:14:00,23.424,23424 +928,815,3,41,15:16:42,23.144,23144 +928,833,2,40,15:17:19,24.088,24088 +928,813,3,48,15:29:49,17.912,17912 +929,830,1,6,18:14:10,39.338,39338 +929,807,1,10,18:20:48,26.652,26652 +929,831,1,10,18:20:56,25.459,25459 +929,13,1,10,18:20:57,24.894,24894 +929,813,1,10,18:20:58,30.426,30426 +929,828,1,11,18:22:33,26.045,26045 +929,832,1,11,18:22:40,32.647,32647 +929,154,1,12,18:24:12,24.735,24735 +929,20,1,13,18:25:38,24.509,24509 +929,4,1,13,18:26:08,25.370,25370 +929,3,1,14,18:27:16,25.311,25311 +929,822,1,14,18:27:28,25.293,25293 +929,817,1,14,18:27:29,25.723,25723 +929,1,1,15,18:28:52,25.791,25791 +929,826,1,15,18:29:32,25.421,25421 +929,8,1,17,18:32:23,24.773,24773 +929,815,1,17,18:32:51,25.573,25573 +929,833,1,18,18:35:44,25.834,25834 +929,829,1,19,18:37:18,26.103,26103 +929,831,2,24,18:44:52,25.898,25898 +929,13,2,24,18:44:53,25.017,25017 +929,813,2,24,18:44:54,24.310,24310 +929,828,2,25,18:46:26,49.162,49162 +929,807,2,25,18:46:33,24.679,24679 +929,832,2,29,18:53:43,26.593,26593 +929,830,2,30,18:55:37,27.225,27225 +929,154,2,31,18:56:32,25.259,25259 +929,20,2,32,18:57:31,24.449,24449 +929,1,2,33,18:59:01,24.528,24528 +929,822,2,33,18:59:33,24.623,24623 +929,3,2,34,19:00:48,25.418,25418 +929,829,2,33,19:01:49,26.479,26479 +929,826,2,34,19:01:53,24.692,24692 +929,817,2,35,19:03:02,24.943,24943 +929,4,2,35,19:03:51,24.878,24878 +929,833,2,34,19:04:04,27.573,27573 +929,20,3,36,19:04:29,33.921,33921 +929,815,2,37,19:06:50,25.288,25288 +929,828,3,37,19:07:13,26.042,26042 +929,807,3,38,19:08:50,24.979,24979 +929,8,2,40,19:10:55,24.547,24547 +929,813,3,41,19:13:31,1:47.394,107394 +929,831,3,41,19:13:54,26.210,26210 +930,807,1,10,14:19:46,22.659,22659 +930,826,1,11,14:21:18,22.667,22667 +930,18,1,11,14:21:23,22.589,22589 +930,831,1,12,14:22:55,22.677,22677 +930,1,1,13,14:23:49,24.586,24586 +930,817,1,13,14:24:18,22.440,22440 +930,830,1,13,14:24:19,24.396,24396 +930,20,1,14,14:25:21,21.762,21762 +930,13,1,14,14:25:37,22.139,22139 +930,813,1,14,14:25:48,24.976,24976 +930,832,1,14,14:25:58,22.859,22859 +930,3,1,15,14:26:45,21.870,21870 +930,822,1,15,14:27:01,22.082,22082 +930,154,1,15,14:27:28,23.309,23309 +930,813,2,15,14:27:46,32.459,32459 +930,829,1,16,14:29:49,24.687,24687 +930,8,1,17,14:30:09,22.623,22623 +930,833,1,17,14:31:33,24.631,24631 +930,828,1,18,14:32:23,25.272,25272 +930,815,1,19,14:33:59,22.468,22468 +930,4,1,21,14:37:01,23.728,23728 +930,807,2,26,14:45:13,22.534,22534 +930,18,2,27,14:47:05,23.327,23327 +930,833,2,30,14:53:03,23.070,23070 +930,1,2,32,14:53:17,22.727,22727 +930,13,2,32,14:53:41,22.629,22629 +930,829,2,32,14:56:02,23.043,23043 +930,815,2,36,15:01:03,22.426,22426 +930,830,2,37,15:02:19,22.607,22607 +930,826,2,38,15:03:48,22.273,22273 +930,831,2,39,15:05:35,23.186,23186 +930,20,2,40,15:05:38,21.836,21836 +930,154,2,40,15:06:43,33.256,33256 +930,8,2,41,15:07:35,21.789,21789 +930,822,2,42,15:08:57,21.800,21800 +930,817,2,42,15:09:42,24.884,24884 +930,832,2,42,15:10:08,22.178,22178 +930,813,3,43,15:12:01,22.575,22575 +930,3,2,45,15:13:00,22.452,22452 +930,18,3,44,15:13:49,24.066,24066 +930,828,2,45,15:15:00,22.872,22872 +930,13,3,47,15:17:04,22.257,22257 +930,829,3,47,15:20:31,22.796,22796 +930,807,3,49,15:21:24,22.545,22545 +930,1,3,51,15:22:23,21.965,21965 +930,833,3,49,15:24:15,24.200,24200 +931,807,1,1,14:04:47,34.773,34773 +931,13,1,1,14:05:03,42.934,42934 +931,832,1,12,14:19:42,25.306,25306 +931,822,1,14,14:22:23,24.641,24641 +931,828,1,14,14:22:25,25.618,25618 +931,154,1,17,14:26:21,25.077,25077 +931,831,1,18,14:27:40,25.732,25732 +931,826,1,28,14:40:43,25.119,25119 +931,830,1,29,14:42:14,52.821,52821 +931,807,2,31,14:46:02,24.758,24758 +931,4,1,32,14:46:31,30.345,30345 +931,829,1,33,14:50:20,28.606,28606 +931,18,1,35,14:50:28,25.062,25062 +931,20,1,36,14:51:19,24.851,24851 +931,817,1,36,14:51:34,24.501,24501 +931,815,1,36,14:51:43,24.733,24733 +931,3,1,37,14:52:37,24.789,24789 +931,833,1,35,14:52:53,27.554,27554 +931,8,1,37,14:52:54,24.177,24177 +931,1,1,38,14:53:49,24.181,24181 +931,828,2,38,14:55:31,25.398,25398 +931,13,2,39,14:58:08,24.970,24970 +931,830,2,46,15:06:05,25.736,25736 +931,822,2,56,15:19:50,24.412,24412 +931,13,3,62,15:29:53,24.395,24395 +931,815,2,64,15:29:57,25.119,25119 +931,18,2,64,15:30:17,24.661,24661 +931,1,2,65,15:30:51,25.495,25495 +931,831,2,64,15:30:55,26.420,26420 +931,817,2,65,15:31:26,24.244,24244 +931,828,3,69,15:40:15,25.234,25234 +932,18,1,1,14:04:39,18.057,18057 +932,20,1,7,14:12:45,27.241,27241 +932,813,1,17,14:25:56,23.660,23660 +932,817,1,23,14:34:08,23.997,23997 +932,815,1,24,14:35:26,23.453,23453 +932,8,1,26,14:37:27,23.630,23630 +932,831,1,26,14:38:33,24.795,24795 +932,154,1,27,14:39:08,24.292,24292 +932,826,1,27,14:39:23,23.681,23681 +932,832,1,27,14:39:37,24.277,24277 +932,822,1,28,14:40:10,25.541,25541 +932,807,1,28,14:40:35,23.507,23507 +932,828,1,28,14:40:57,24.149,24149 +932,1,1,29,14:41:11,23.708,23708 +932,3,1,30,14:42:33,23.321,23321 +932,4,1,31,14:45:06,23.553,23553 +932,20,2,35,14:50:00,23.945,23945 +932,829,1,34,14:50:14,30.807,30807 +932,833,1,35,14:51:40,26.986,26986 +932,13,1,37,14:52:40,23.912,23912 +932,830,1,39,14:55:43,36.105,36105 +932,8,2,40,14:56:15,24.578,24578 +932,18,2,44,15:03:06,25.374,25374 +933,826,1,1,14:04:37,28.632,28632 +933,828,1,2,14:06:56,30.232,30232 +933,18,1,3,14:09:03,24.104,24104 +933,18,2,6,14:14:39,28.727,28727 +933,828,2,12,14:22:17,16.211,16211 +933,154,1,23,14:35:38,22.016,22016 +933,831,1,24,14:36:49,22.803,22803 +933,807,1,25,14:37:53,21.685,21685 +933,832,1,25,14:38:02,27.638,27638 +933,822,1,26,14:39:05,22.777,22777 +933,830,1,26,14:39:12,21.984,21984 +933,3,1,33,14:47:13,21.768,21768 +933,13,1,34,14:48:45,22.447,22447 +933,1,1,35,14:49:40,21.869,21869 +933,833,1,34,14:50:23,23.926,23926 +933,20,1,36,14:51:04,31.882,31882 +933,813,1,37,14:52:53,21.847,21847 +933,815,1,38,14:54:06,26.689,26689 +933,826,2,45,15:03:07,22.111,22111 +933,828,3,45,15:04:13,22.449,22449 +933,817,1,50,15:09:02,27.710,27710 +934,4,1,1,13:05:14,1:11.178,71178 +934,817,1,11,13:23:42,28.464,28464 +934,832,1,12,13:25:22,29.393,29393 +934,8,1,13,13:26:56,28.974,28974 +934,20,1,14,13:28:38,28.946,28946 +934,4,2,17,13:34:06,28.703,28703 +934,826,1,18,13:35:17,28.347,28347 +934,1,1,19,13:36:43,28.417,28417 +934,807,1,19,13:36:56,28.558,28558 +934,13,1,20,13:38:21,29.369,29369 +934,3,1,20,13:38:22,28.393,28393 +934,815,1,20,13:38:41,28.860,28860 +934,817,2,20,13:39:28,43.240,43240 +934,822,1,21,13:39:59,28.781,28781 +934,828,1,23,13:43:56,29.598,29598 +934,829,1,36,14:07:55,48.861,48861 +934,833,1,36,14:08:22,34.672,34672 +934,828,2,37,14:08:39,30.867,30867 +934,4,3,37,14:08:45,32.593,32593 +934,8,2,38,14:09:28,30.397,30397 +934,828,3,41,14:16:26,29.828,29828 +934,1,2,43,14:17:40,28.979,28979 +934,20,2,43,14:18:01,29.676,29676 +934,828,4,42,14:18:36,30.197,30197 +934,3,2,44,14:19:37,30.393,30393 +934,13,2,44,14:19:54,31.948,31948 +934,822,2,44,14:20:02,31.937,31937 +934,826,2,44,14:20:27,33.979,33979 +934,807,2,44,14:20:36,33.891,33891 +934,815,2,44,14:21:16,31.998,31998 +934,833,2,44,14:24:44,30.686,30686 +934,8,3,47,14:26:56,30.178,30178 +934,829,2,45,14:27:17,43.964,43964 +936,833,1,6,14:15:43,26.392,26392 +936,822,1,13,14:25:47,22.974,22974 +936,826,1,13,14:25:51,22.072,22072 +936,13,1,14,14:27:28,27.936,27936 +936,830,1,14,14:27:30,22.536,22536 +936,18,1,14,14:27:33,22.231,22231 +936,154,1,14,14:27:34,22.805,22805 +936,831,1,14,14:27:41,22.729,22729 +936,807,1,15,14:28:49,22.573,22573 +936,832,1,15,14:28:58,25.096,25096 +936,4,1,15,14:29:00,21.567,21567 +936,815,1,16,14:30:25,22.068,22068 +936,828,1,16,14:30:36,23.005,23005 +936,1,1,19,14:34:42,23.146,23146 +936,3,1,20,14:35:52,21.780,21780 +936,20,1,21,14:37:10,21.900,21900 +936,817,1,21,14:37:37,21.824,21824 +936,8,1,22,14:38:42,22.566,22566 +936,813,1,24,14:42:53,16.444,16444 +936,813,2,25,14:44:40,22.812,22812 +936,829,1,26,14:46:47,23.051,23051 +936,13,2,29,14:50:32,21.915,21915 +936,815,2,30,14:51:57,22.409,22409 +936,833,2,30,14:53:11,23.125,23125 +936,831,2,32,14:55:00,22.907,22907 +936,826,2,33,14:56:04,21.574,21574 +936,828,2,33,14:56:29,22.199,22199 +936,154,2,34,14:57:48,28.707,28707 +936,18,2,35,14:59:17,21.753,21753 +936,807,2,36,15:00:25,22.222,22222 +936,4,2,36,15:00:39,22.300,22300 +936,832,2,36,15:00:44,22.930,22930 +936,830,2,37,15:02:04,23.431,23431 +936,822,2,38,15:03:21,21.867,21867 +936,3,2,42,15:08:45,22.013,22013 +936,815,3,41,15:08:53,22.574,22574 +936,1,2,42,15:08:57,24.272,24272 +936,813,3,41,15:08:57,24.972,24972 +936,828,3,41,15:09:02,22.747,22747 +936,817,2,42,15:09:07,22.008,22008 +936,20,2,43,15:10:02,22.028,22028 +936,8,2,43,15:10:21,22.270,22270 +936,154,3,42,15:10:37,23.972,23972 +936,829,2,41,15:10:40,23.664,23664 +936,831,3,42,15:10:56,23.097,23097 +936,833,3,41,15:11:07,23.207,23207 +936,826,3,43,15:11:48,21.663,21663 +936,4,3,43,15:12:11,23.162,23162 +936,20,3,45,15:14:38,16.639,16639 +936,832,3,44,15:14:39,16.660,16660 +936,18,3,44,15:14:41,16.488,16488 +936,4,4,44,15:14:42,16.796,16796 +936,8,3,45,15:14:43,16.979,16979 +936,13,3,44,15:14:44,16.823,16823 +936,154,4,44,15:14:46,17.064,17064 +936,3,3,45,15:14:48,16.623,16623 +936,829,3,43,15:14:50,17.116,17116 +936,815,4,44,15:14:51,16.958,16958 +936,1,3,45,15:14:53,18.249,18249 +936,813,4,44,15:14:53,18.782,18782 +936,828,4,44,15:14:55,18.577,18577 +936,831,4,44,15:14:57,18.246,18246 +936,817,3,45,15:14:58,18.270,18270 +936,833,4,43,15:14:59,18.085,18085 +936,822,3,45,15:15:16,16.427,16427 +936,830,3,45,15:15:29,16.485,16485 +936,826,4,45,15:15:35,16.453,16453 +936,20,4,46,15:17:03,17.121,17121 +936,832,4,45,15:17:04,16.786,16786 +936,18,4,45,15:17:06,16.639,16639 +936,4,5,45,15:17:07,16.879,16879 +936,8,4,46,15:17:08,16.734,16734 +936,13,4,45,15:17:10,16.818,16818 +936,154,5,45,15:17:11,17.114,17114 +936,3,4,46,15:17:13,17.780,17780 +936,829,4,44,15:17:14,17.402,17402 +936,815,5,45,15:17:15,32.181,32181 +936,1,4,46,15:17:16,17.726,17726 +936,813,5,45,15:17:17,18.186,18186 +936,828,5,45,15:17:19,17.472,17472 +936,831,5,45,15:17:21,17.235,17235 +936,817,4,46,15:17:22,18.758,18758 +936,833,5,44,15:17:23,18.149,18149 +936,822,4,46,15:17:25,17.557,17557 +936,830,4,46,15:17:25,23.043,23043 +936,826,5,46,15:17:27,17.849,17849 +936,822,5,49,15:23:48,30.031,30031 +936,1,5,51,15:26:23,27.715,27715 +936,8,5,52,15:27:47,59.555,59555 +936,13,5,54,15:31:14,21.502,21502 +936,1,6,54,15:31:15,16.579,16579 +936,829,5,54,15:33:20,22.716,22716 +936,830,5,56,15:33:45,16.415,16415 +936,813,6,58,15:37:12,16.446,16446 +936,817,5,64,15:45:08,31.037,31037 +936,3,5,64,15:45:42,24.575,24575 +937,817,1,7,14:20:39,22.637,22637 +937,832,1,5,14:20:58,23.732,23732 +937,815,1,8,14:22:36,23.562,23562 +937,822,1,8,14:22:46,23.319,23319 +937,4,1,8,14:23:03,22.973,22973 +937,154,1,9,14:24:43,23.717,23717 +937,826,1,9,14:24:46,22.796,22796 +937,13,1,9,14:24:47,23.282,23282 +937,830,1,9,14:24:48,24.564,24564 +937,828,1,9,14:24:54,24.183,24183 +937,831,1,10,14:27:06,23.439,23439 +937,8,1,11,14:28:44,22.578,22578 +937,18,1,11,14:29:15,24.083,24083 +937,3,1,12,14:30:22,22.997,22997 +937,1,1,13,14:32:13,22.403,22403 +937,20,1,14,14:34:26,22.681,22681 +937,822,2,15,14:36:40,17.343,17343 +937,833,1,15,14:37:29,23.643,23643 +937,829,1,16,14:39:34,23.826,23826 +937,815,2,20,14:46:18,22.918,22918 +937,4,2,20,14:47:07,26.103,26103 +937,18,2,20,14:47:33,24.151,24151 +937,154,2,21,14:48:35,23.493,23493 +937,13,2,21,14:48:52,23.655,23655 +937,8,2,21,14:48:53,23.143,23143 +937,830,2,21,14:48:54,23.041,23041 +937,822,3,21,14:49:04,23.489,23489 +937,832,2,23,14:57:07,23.348,23348 +937,826,2,27,15:00:37,22.563,22563 +937,831,2,27,15:01:15,23.288,23288 +937,828,2,28,15:03:02,23.684,23684 +937,1,2,30,15:05:42,22.955,22955 +937,833,2,29,15:06:14,23.282,23282 +937,3,2,31,15:07:43,22.765,22765 +937,829,2,30,15:08:20,24.450,24450 +937,830,3,32,15:10:22,22.942,22942 +937,4,3,32,15:11:10,23.191,23191 +937,18,3,35,15:17:42,23.761,23761 +938,831,1,1,14:05:00,25.761,25761 +938,830,1,1,14:05:02,18.818,18818 +938,832,1,10,14:18:38,30.358,30358 +938,3,1,18,14:30:11,24.657,24657 +938,807,1,18,14:30:23,24.286,24286 +938,13,1,19,14:31:39,25.207,25207 +938,830,2,19,14:32:19,25.318,25318 +938,828,1,20,14:33:26,24.842,24842 +938,822,1,22,14:36:10,25.536,25536 +938,815,1,23,14:37:46,24.281,24281 +938,831,2,24,14:40:02,25.282,25282 +938,20,1,25,14:40:24,24.340,24340 +938,18,1,25,14:41:32,24.310,24310 +938,1,1,26,14:41:34,24.368,24368 +938,829,1,26,14:43:37,29.382,29382 +938,826,1,27,14:44:11,23.884,23884 +938,8,1,28,14:45:20,24.442,24442 +938,833,1,27,14:45:21,26.435,26435 +938,4,1,28,14:46:15,24.330,24330 +938,817,1,30,14:48:35,24.259,24259 +938,832,2,30,14:48:54,24.736,24736 +938,830,3,33,14:53:32,24.938,24938 +938,4,2,46,15:13:37,19.374,19374 +939,154,1,9,20:20:55,30.640,30640 +939,4,1,10,20:22:46,34.237,34237 +939,832,1,10,20:22:46,34.970,34970 +939,828,1,10,20:22:52,29.589,29589 +939,813,1,10,20:22:55,29.762,29762 +939,807,1,11,20:24:36,30.868,30868 +939,826,1,12,20:26:14,29.159,29159 +939,13,1,12,20:26:28,31.380,31380 +939,20,1,13,20:28:04,29.172,29172 +939,817,1,13,20:28:10,31.307,31307 +939,8,1,13,20:28:15,30.031,30031 +939,1,1,13,20:28:21,28.917,28917 +939,3,1,13,20:28:30,30.562,30562 +939,822,1,13,20:28:34,29.260,29260 +939,815,1,13,20:28:45,29.732,29732 +939,831,1,13,20:28:53,29.679,29679 +939,18,1,13,20:28:57,1:05.317,65317 +939,830,1,12,20:29:01,31.207,31207 +939,834,1,13,20:29:50,31.180,31180 +939,13,2,14,20:31:49,29.907,29907 +939,829,1,14,20:32:23,30.398,30398 +939,154,2,26,20:57:10,29.826,29826 +939,813,2,27,20:59:08,29.223,29223 +939,828,2,28,21:01:10,29.857,29857 +939,832,2,28,21:01:11,29.742,29742 +939,13,3,29,21:03:13,24.415,24415 +939,826,2,33,21:10:11,32.924,32924 +939,815,2,34,21:12:15,29.676,29676 +939,831,2,34,21:12:23,29.917,29917 +939,830,2,36,21:16:29,30.844,30844 +939,828,3,36,21:16:40,29.398,29398 +939,20,2,37,21:17:26,29.273,29273 +939,817,2,37,21:17:32,29.419,29419 +939,834,2,36,21:17:38,32.036,32036 +939,8,2,37,21:17:42,30.689,30689 +939,3,2,37,21:17:55,29.887,29887 +939,822,2,37,21:18:06,29.239,29239 +939,18,2,37,21:18:41,30.106,30106 +939,832,3,37,21:19:08,29.885,29885 +939,829,2,37,21:20:15,37.847,37847 +939,18,3,41,21:28:16,37.822,37822 +939,813,3,54,21:53:08,29.996,29996 +940,815,1,1,14:05:29,25.041,25041 +940,817,1,1,14:06:11,26.087,26087 +940,13,1,1,14:06:55,34.166,34166 +940,826,1,8,14:17:26,23.316,23316 +940,4,1,9,14:19:04,23.640,23640 +940,830,1,9,14:19:07,27.793,27793 +940,807,1,10,14:20:34,23.750,23750 +940,831,1,10,14:20:51,24.763,24763 +940,18,1,10,14:20:51,23.343,23343 +940,822,1,11,14:22:04,23.542,23542 +940,154,1,11,14:22:12,23.793,23793 +940,813,1,12,14:23:55,24.842,24842 +940,20,1,13,14:25:21,23.074,23074 +940,828,1,13,14:26:01,23.418,23418 +940,8,1,14,14:27:09,23.714,23714 +940,832,1,14,14:27:23,23.701,23701 +940,3,1,15,14:28:45,23.078,23078 +940,1,1,16,14:30:13,22.750,22750 +940,13,2,16,14:32:49,26.735,26735 +940,815,2,18,14:34:39,24.303,24303 +940,826,2,20,14:38:04,23.183,23183 +940,834,1,22,14:42:18,25.146,25146 +940,817,2,24,14:45:19,23.225,23225 +940,828,2,26,14:48:19,23.441,23441 +940,832,2,27,14:49:26,39.345,39345 +940,18,2,27,14:49:59,23.801,23801 +940,8,2,28,14:50:45,22.584,22584 +940,4,2,28,14:51:35,23.767,23767 +940,3,2,29,14:52:12,23.241,23241 +940,822,2,29,14:52:23,23.588,23588 +940,20,2,30,14:53:49,23.130,23130 +940,830,2,30,14:54:54,23.977,23977 +940,831,2,30,14:55:14,24.116,24116 +940,1,2,31,14:55:15,23.165,23165 +940,807,2,31,14:56:02,23.491,23491 +940,154,2,33,14:59:32,24.554,24554 +940,834,2,33,15:01:34,25.088,25088 +940,826,3,34,15:01:48,23.381,23381 +940,13,3,34,15:03:24,24.670,24670 +940,813,2,36,15:04:35,23.249,23249 +940,815,3,36,15:05:03,24.267,24267 +940,807,3,42,15:17:36,35.760,35760 +940,829,1,21,14:40:29,25.875,25875 +940,829,2,32,14:59:51,23.647,23647 +940,829,3,42,15:17:36,35.760,35760 +941,154,1,1,14:05:55,54.445,54445 +941,830,1,1,14:06:46,37.334,37334 +941,815,1,12,14:27:00,30.545,30545 +941,817,1,12,14:27:08,29.732,29732 +941,832,1,12,14:27:19,30.288,30288 +941,18,1,12,14:27:21,29.719,29719 +941,4,1,13,14:29:42,29.539,29539 +941,833,1,13,14:30:08,35.072,35072 +941,829,1,14,14:32:34,32.400,32400 +941,829,2,17,14:39:33,30.421,30421 +941,830,2,24,14:51:41,30.241,30241 +941,822,1,26,14:54:41,30.316,30316 +941,20,1,30,15:01:31,29.367,29367 +941,13,1,30,15:01:51,30.741,30741 +941,813,1,30,15:01:56,29.952,29952 +941,8,1,31,15:03:16,29.386,29386 +941,1,1,32,15:04:38,30.216,30216 +941,826,1,33,15:06:55,30.418,30418 +941,831,1,34,15:08:41,30.362,30362 +942,822,1,1,14:05:59,40.488,40488 +942,154,1,1,14:06:27,27.621,27621 +942,834,1,1,14:06:39,37.748,37748 +942,4,1,1,14:06:40,31.987,31987 +942,831,1,2,14:08:09,31.137,31137 +942,831,2,3,14:11:11,25.931,25931 +942,822,2,4,14:14:23,26.384,26384 +942,154,2,9,14:23:43,27.730,27730 +942,828,1,16,14:36:37,29.728,29728 +942,18,1,17,14:38:36,27.286,27286 +942,1,1,18,14:40:00,24.354,24354 +942,20,1,18,14:40:12,25.019,25019 +942,830,1,18,14:40:12,25.527,25527 +942,13,1,18,14:40:23,24.646,24646 +942,831,3,17,14:40:29,25.714,25714 +942,834,2,17,14:40:33,26.520,26520 +942,813,1,18,14:40:42,27.851,27851 +942,4,2,18,14:41:28,24.631,24631 +942,817,1,19,14:41:45,24.449,24449 +942,3,1,19,14:41:53,24.640,24640 +942,826,1,19,14:41:54,24.638,24638 +942,815,1,19,14:42:04,26.458,26458 +942,8,1,19,14:42:09,24.733,24733 +942,832,1,19,14:42:10,25.259,25259 +942,807,1,19,14:42:11,27.344,27344 +942,828,2,19,14:42:56,30.932,30932 +942,8,2,20,14:45:11,34.548,34548 +942,4,3,26,14:56:18,25.405,25405 +942,20,2,27,14:56:46,25.576,25576 +942,807,2,27,14:56:58,27.360,27360 +942,832,2,27,14:57:05,44.582,44582 +942,815,2,27,14:57:13,24.730,24730 +942,18,2,27,14:57:21,24.689,24689 +942,813,2,27,14:58:06,25.446,25446 +942,831,4,26,14:58:12,24.975,24975 +942,830,2,28,14:59:09,24.904,24904 +942,834,3,27,15:00:26,25.812,25812 +942,3,2,38,15:20:21,25.242,25242 +942,826,2,38,15:20:45,25.205,25205 +942,817,2,38,15:20:48,27.802,27802 +942,831,5,42,15:29:13,35.546,35546 +942,1,2,43,15:29:55,24.088,24088 +942,20,3,43,15:30:04,24.158,24158 +942,832,3,43,15:30:32,26.840,26840 +942,813,3,43,15:30:33,25.054,25054 +942,18,3,44,15:32:44,24.862,24862 +942,817,3,50,15:44:54,24.495,24495 +943,20,1,1,13:04:58,28.070,28070 +943,822,1,8,13:14:42,22.957,22957 +943,13,1,9,13:16:11,22.849,22849 +943,807,1,9,13:16:16,23.277,23277 +943,813,1,10,13:17:46,26.647,26647 +943,828,1,10,13:17:54,22.956,22956 +943,154,1,11,13:19:15,22.735,22735 +943,831,1,12,13:20:51,23.026,23026 +943,832,1,13,13:21:59,23.128,23128 +943,815,1,18,13:29:04,23.547,23547 +943,826,1,21,13:32:58,22.559,22559 +943,817,1,24,13:37:18,22.422,22422 +943,830,1,25,13:38:51,22.985,22985 +943,3,1,26,13:39:37,22.391,22391 +943,829,1,26,13:41:44,25.087,25087 +943,1,1,28,13:42:28,22.304,22304 +943,834,1,27,13:43:29,25.367,25367 +943,18,1,30,13:46:38,23.356,23356 +943,20,2,35,13:53:28,22.156,22156 +943,828,2,39,13:59:15,23.461,23461 +943,832,2,43,14:04:29,23.776,23776 +943,831,2,44,14:06:33,23.417,23417 +943,3,2,46,14:07:31,22.303,22303 +943,1,2,48,14:10:19,22.328,22328 +943,18,2,47,14:11:04,23.018,23018 +943,832,3,51,14:15:57,23.068,23068 +943,828,3,51,14:16:29,23.292,23292 +943,826,2,52,14:16:33,22.518,22518 +943,817,2,52,14:16:49,22.488,22488 +943,13,2,52,14:16:52,23.086,23086 +943,807,2,52,14:16:54,24.136,24136 +943,831,3,51,14:17:02,23.813,23813 +943,830,2,52,14:17:19,22.589,22589 +943,154,2,52,14:17:28,23.101,23101 +943,813,2,52,14:17:35,23.937,23937 +943,829,2,50,14:17:37,24.224,24224 +943,834,2,50,14:17:41,30.442,30442 +943,822,2,53,14:18:31,23.160,23160 +944,817,1,3,14:07:06,23.937,23937 +944,807,1,9,14:14:48,24.009,24009 +944,826,1,10,14:16:04,24.155,24155 +944,13,1,10,14:16:08,23.887,23887 +944,815,1,10,14:16:10,23.854,23854 +944,154,1,10,14:16:12,24.475,24475 +944,822,1,11,14:17:18,23.736,23736 +944,830,1,11,14:17:28,24.166,24166 +944,8,1,12,14:18:31,23.293,23293 +944,18,1,12,14:18:53,23.242,23242 +944,828,1,12,14:18:58,24.699,24699 +944,3,1,13,14:19:39,25.039,25039 +944,20,1,13,14:19:44,23.801,23801 +944,4,1,13,14:20:14,22.981,22981 +944,1,1,14,14:20:57,24.328,24328 +944,831,1,14,14:21:27,25.529,25529 +944,834,1,14,14:22:03,25.492,25492 +944,829,1,15,14:23:24,25.547,25547 +944,813,1,25,14:36:04,24.115,24115 +944,817,2,28,14:40:10,23.979,23979 +944,18,2,31,14:44:10,24.265,24265 +944,20,2,32,14:44:26,23.474,23474 +944,3,2,33,14:45:33,23.321,23321 +944,4,2,32,14:45:34,23.218,23218 +944,828,2,32,14:45:52,29.148,29148 +944,815,2,33,14:46:36,23.609,23609 +944,1,2,34,14:46:52,23.148,23148 +944,830,2,34,14:47:52,24.153,24153 +944,807,2,35,14:48:59,24.199,24199 +944,154,2,35,14:49:12,23.787,23787 +944,13,2,38,14:53:00,23.927,23927 +944,826,2,39,14:54:15,23.630,23630 +944,831,2,39,14:54:38,24.491,24491 +944,822,2,41,14:56:37,24.913,24913 +944,829,2,40,14:57:45,27.095,27095 +944,834,2,41,14:59:12,26.706,26706 +944,813,2,44,15:01:06,30.082,30082 +944,8,2,46,15:02:43,25.308,25308 +944,20,3,47,15:03:48,23.861,23861 +944,3,3,48,15:04:53,23.046,23046 +944,1,3,49,15:06:11,22.936,22936 +944,815,3,51,15:10:22,23.732,23732 +944,18,3,51,15:10:27,23.402,23402 +944,817,3,52,15:11:38,24.775,24775 +944,4,3,52,15:11:48,23.810,23810 +944,830,3,53,15:12:51,24.078,24078 +944,828,3,53,15:13:28,25.102,25102 +944,154,3,54,15:14:07,23.958,23958 +944,13,3,55,15:15:12,23.401,23401 +945,4,1,1,17:05:39,44.990,44990 +945,831,1,4,17:11:05,28.407,28407 +945,826,1,5,17:12:45,21.868,21868 +945,815,1,6,17:14:27,21.922,21922 +945,817,1,6,17:14:29,21.949,21949 +945,13,1,6,17:14:32,22.851,22851 +945,807,1,7,17:16:20,22.045,22045 +945,832,1,7,17:16:24,25.307,25307 +945,822,1,8,17:18:12,24.485,24485 +945,830,1,8,17:18:16,22.309,22309 +945,18,1,8,17:18:18,23.722,23722 +945,4,2,8,17:19:12,16.128,16128 +945,822,2,9,17:20:31,28.622,28622 +945,3,1,10,17:21:26,21.637,21637 +945,8,1,10,17:21:36,22.162,22162 +945,1,1,11,17:23:20,21.346,21346 +945,828,1,15,17:31:20,22.838,22838 +945,4,3,17,17:36:02,22.246,22246 +945,830,2,20,17:40:25,22.457,22457 +945,20,1,23,17:45:22,21.795,21795 +945,154,1,23,17:45:39,22.203,22203 +945,829,1,23,17:47:03,22.913,22913 +945,807,2,24,17:47:36,22.174,22174 +945,833,1,24,17:49:26,24.314,24314 +945,826,2,25,17:49:27,21.634,21634 +945,817,2,26,17:51:05,22.118,22118 +945,13,2,26,17:51:15,22.710,22710 +945,831,2,26,17:51:35,22.806,22806 +945,815,2,27,17:52:50,22.116,22116 +945,18,2,27,17:53:21,22.310,22310 +945,832,2,28,17:54:59,22.063,22063 +945,822,3,29,17:57:10,29.592,29592 +945,3,2,31,17:59:21,21.580,21580 +945,8,2,32,18:01:20,25.613,25613 +945,829,2,33,18:06:05,22.854,22854 +945,830,3,38,18:13:19,22.355,22355 +945,20,2,39,18:14:14,21.628,21628 +945,1,2,41,18:17:11,21.392,21392 +945,828,2,41,18:18:57,22.200,22200 +945,154,2,43,18:22:01,22.234,22234 +945,831,3,44,18:24:25,22.086,22086 +945,4,4,47,18:30:52,22.377,22377 +948,825,1,1,16:09:48,27.831,27831 +948,832,1,8,16:19:48,22.414,22414 +948,831,1,10,16:23:19,22.701,22701 +948,13,1,11,16:24:32,21.550,21550 +948,836,1,11,16:24:47,26.206,26206 +948,828,1,11,16:24:51,22.357,22357 +948,3,1,12,16:25:48,21.531,21531 +948,817,1,12,16:25:59,22.245,22245 +948,4,1,12,16:26:14,21.796,21796 +948,835,1,12,16:26:22,23.286,23286 +948,837,1,12,16:26:36,23.224,23224 +948,20,1,13,16:27:17,21.339,21339 +948,830,1,13,16:27:32,22.303,22303 +948,18,1,15,16:31:07,22.616,22616 +948,8,1,16,16:32:03,22.508,22508 +948,1,1,16,16:32:16,21.940,21940 +948,807,1,16,16:32:30,22.167,22167 +948,815,1,16,16:32:37,24.719,24719 +948,822,1,17,16:34:32,21.376,21376 +948,825,2,16,16:34:50,22.079,22079 +948,20,2,18,16:36:56,18:09.312,1089312 +948,3,2,18,16:36:58,18:09.303,1089303 +948,8,2,18,16:37:00,18:09.365,1089365 +948,817,2,18,16:37:02,18:09.822,1089822 +948,830,2,18,16:37:03,18:09.372,1089372 +948,832,2,18,16:37:05,18:09.971,1089971 +948,1,2,18,16:37:09,18:10.087,1090087 +948,13,2,18,16:37:10,18:09.805,1089805 +948,154,1,18,16:37:12,18:09.417,1089417 +948,807,2,18,16:37:14,18:09.155,1089155 +948,822,2,18,16:37:16,18:08.989,1088989 +948,835,2,18,16:37:19,18:08.294,1088294 +948,815,2,18,16:37:21,18:07.311,1087311 +948,828,2,18,16:37:25,18:06.875,1086875 +948,18,2,18,16:37:31,18:04.466,1084466 +948,831,2,18,16:37:34,18:02.337,1082337 +948,836,2,18,16:37:36,18:02.140,1082140 +948,825,3,17,16:37:38,15:46.318,946318 +948,828,3,27,17:10:16,16.936,16936 +948,18,3,30,17:14:55,21.837,21837 +948,832,3,31,17:16:00,22.392,22392 +948,830,3,32,17:17:30,29.066,29066 +948,836,3,32,17:18:12,23.895,23895 +948,20,3,35,17:21:50,24.548,24548 +948,817,3,42,17:32:47,21.981,21981 +949,807,1,1,18:05:30,31.931,31931 +949,815,1,2,18:07:15,30.326,30326 +949,832,1,2,18:07:43,28.401,28401 +949,817,1,6,18:13:44,24.541,24541 +949,13,1,7,18:15:20,24.093,24093 +949,822,1,8,18:17:05,24.944,24944 +949,821,1,8,18:17:13,32.793,32793 +949,838,1,9,18:18:55,24.604,24604 +949,822,2,9,18:19:07,19.369,19369 +949,830,1,10,18:20:31,25.810,25810 +949,831,1,10,18:20:44,26.246,26246 +949,154,1,11,18:22:08,25.739,25739 +949,836,1,11,18:22:24,26.236,26236 +949,8,1,12,18:23:37,24.720,24720 +949,825,1,12,18:24:08,26.876,26876 +949,837,1,12,18:24:14,26.382,26382 +949,3,1,13,18:25:02,24.934,24934 +949,1,1,13,18:25:20,24.512,24512 +949,828,1,13,18:25:47,24.775,24775 +949,815,2,14,18:27:44,25.068,25068 +949,826,1,16,18:30:45,24.419,24419 +949,807,2,16,18:31:10,24.930,24930 +949,832,2,20,18:38:33,34.978,34978 +949,817,2,24,18:44:00,26.631,26631 +949,825,2,24,18:44:29,24.383,24383 +949,838,2,25,18:45:55,24.682,24682 +949,830,2,26,18:47:23,25.594,25594 +949,154,2,27,18:48:59,26.151,26151 +949,1,2,28,18:50:13,25.030,25030 +949,8,2,29,18:51:43,25.222,25222 +949,13,2,29,18:52:33,24.236,24236 +949,828,2,29,18:52:47,25.363,25363 +949,836,2,29,18:52:58,25.547,25547 +949,3,2,30,18:53:06,27.226,27226 +949,831,2,30,18:54:37,25.491,25491 +949,837,2,31,18:56:29,28.120,28120 +949,826,2,34,19:00:57,24.661,24661 +949,822,3,34,19:01:08,26.110,26110 +949,807,3,35,19:03:05,24.734,24734 +949,8,3,37,19:04:55,25.257,25257 +949,815,3,37,19:06:37,24.517,24517 +949,825,3,38,19:07:57,24.341,24341 +949,3,3,39,19:07:59,25.761,25761 +949,154,3,40,19:10:37,30.063,30063 +949,1,3,41,19:11:34,24.524,24524 +949,838,3,41,19:12:46,25.316,25316 +949,836,3,41,19:13:02,25.419,25419 +949,817,3,42,19:13:48,24.879,24879 +949,826,3,44,19:17:31,24.224,24224 +949,837,3,44,19:18:30,25.517,25517 +949,830,3,46,19:20:38,25.129,25129 +949,831,3,47,19:23:12,25.660,25660 +949,807,4,51,19:29:43,26.595,26595 +950,154,1,1,14:05:35,58.563,58563 +950,8,1,1,14:05:39,31.134,31134 +950,1,1,1,14:05:46,29.322,29322 +950,831,1,1,14:06:25,36.854,36854 +950,817,1,3,14:08:57,24.392,24392 +950,826,1,4,14:10:42,24.084,24084 +950,815,1,4,14:10:46,23.215,23215 +950,20,1,4,14:10:50,30.115,30115 +950,807,1,4,14:10:50,27.683,27683 +950,832,1,4,14:10:51,25.754,25754 +950,18,1,4,14:10:51,24.072,24072 +950,822,1,4,14:10:52,22.682,22682 +950,830,1,4,14:10:54,30.034,30034 +950,828,1,4,14:10:56,23.955,23955 +950,825,1,4,14:10:58,23.158,23158 +950,1,2,5,14:13:57,25.179,25179 +950,1,3,6,14:16:03,22.301,22301 +950,8,2,14,14:31:08,23.296,23296 +950,836,1,15,14:32:55,26.969,26969 +950,835,1,15,14:33:07,22.799,22799 +950,4,1,16,14:34:30,22.874,22874 +950,20,2,17,14:36:07,22.276,22276 +950,807,2,17,14:36:22,23.867,23867 +950,815,2,18,14:37:55,22.485,22485 +950,837,1,18,14:38:25,23.183,23183 +950,826,2,19,14:39:28,22.607,22607 +950,13,1,19,14:39:36,22.124,22124 +950,832,2,19,14:39:44,22.832,22832 +950,817,2,19,14:39:45,22.461,22461 +950,821,1,19,14:39:57,23.878,23878 +950,3,1,20,14:40:58,22.831,22831 +950,830,2,20,14:41:36,23.744,23744 +950,825,2,20,14:41:50,23.257,23257 +950,154,2,20,14:41:52,24.615,24615 +950,831,2,20,14:42:01,23.735,23735 +950,822,2,21,14:43:09,22.630,22630 +950,1,4,21,14:43:15,22.626,22626 +950,835,2,24,14:49:09,23.280,23280 +950,807,3,26,14:52:18,29.570,29570 +950,18,2,27,14:53:52,23.029,23029 +950,836,2,27,14:54:13,24.104,24104 +950,815,3,28,14:55:33,22.351,22351 +950,828,2,28,14:55:48,23.563,23563 +950,837,2,28,14:56:08,24.635,24635 +950,822,3,30,14:58:55,22.747,22747 +950,1,5,30,14:59:03,22.698,22698 +950,13,2,31,15:00:34,23.349,23349 +950,4,2,32,15:02:40,22.927,22927 +950,832,3,33,15:04:13,24.269,24269 +950,154,3,33,15:04:55,23.342,23342 +950,821,2,34,15:06:14,22.963,22963 +950,826,3,35,15:07:13,22.684,22684 +950,20,3,35,15:07:15,22.350,22350 +950,825,3,35,15:08:20,22.677,22677 +950,3,2,36,15:08:27,23.559,23559 +950,817,3,37,15:10:56,22.426,22426 +950,8,3,37,15:11:04,22.832,22832 +950,835,3,38,15:13:56,24.099,24099 +950,830,3,39,15:14:39,23.130,23130 +950,831,3,40,15:17:07,25.357,25357 +950,837,3,40,15:17:16,24.369,24369 +950,821,3,43,15:21:59,23.070,23070 +950,836,3,43,15:22:12,24.274,24274 +950,18,3,44,15:23:28,22.510,22510 +950,154,4,44,15:24:06,23.284,23284 +950,807,4,46,15:27:09,22.790,22790 +951,826,1,1,15:05:38,41.282,41282 +951,817,1,1,15:05:43,47.763,47763 +951,828,1,1,15:05:50,30.529,30529 +951,815,1,1,15:06:03,32.800,32800 +951,821,1,1,15:06:09,40.169,40169 +951,826,2,8,15:20:21,38.906,38906 +951,821,2,9,15:22:11,25.037,25037 +951,832,1,11,15:25:31,30.805,30805 +951,831,1,12,15:27:22,30.259,30259 +951,836,1,13,15:29:06,31.433,31433 +951,835,1,14,15:30:40,30.805,30805 +951,822,1,16,15:33:39,29.841,29841 +951,825,1,16,15:34:05,30.585,30585 +951,1,1,17,15:35:21,30.001,30001 +951,154,1,17,15:35:49,31.420,31420 +951,13,1,18,15:37:14,29.551,29551 +951,8,1,20,15:40:29,30.498,30498 +951,18,1,20,15:41:08,30.580,30580 +951,3,1,21,15:41:55,29.709,29709 +951,4,1,21,15:42:40,29.751,29751 +951,830,1,22,15:44:13,30.553,30553 +951,815,2,27,15:53:11,30.400,30400 +951,828,2,28,15:55:13,30.433,30433 +951,817,2,29,15:57:02,31.205,31205 +951,836,2,39,16:14:54,57.151,57151 +951,13,2,46,16:25:17,30.065,30065 +952,13,1,8,14:17:31,21.384,21384 +952,815,1,9,14:18:56,22.679,22679 +952,826,1,9,14:19:03,23.277,23277 +952,828,1,9,14:19:07,22.840,22840 +952,832,1,10,14:20:24,22.874,22874 +952,18,1,10,14:20:28,22.280,22280 +952,807,1,10,14:20:31,22.176,22176 +952,825,1,10,14:20:34,22.843,22843 +952,817,1,11,14:21:44,21.738,21738 +952,4,1,11,14:22:02,21.795,21795 +952,835,1,11,14:22:09,23.283,23283 +952,836,1,11,14:22:14,24.554,24554 +952,830,1,12,14:23:18,22.369,22369 +952,8,1,12,14:23:25,22.107,22107 +952,822,1,12,14:23:27,21.856,21856 +952,831,1,12,14:23:45,22.976,22976 +952,20,1,15,14:27:51,21.643,21643 +952,154,1,15,14:28:12,23.187,23187 +952,821,1,16,14:29:51,23.206,23206 +952,837,1,22,14:39:41,28.753,28753 +952,828,2,24,14:42:39,23.122,23122 +952,13,2,25,14:43:57,22.568,22568 +952,826,2,25,14:44:06,22.234,22234 +952,817,2,28,14:47:45,22.104,22104 +952,20,2,29,14:49:18,22.617,22617 +952,154,2,29,14:50:06,22.844,22844 +952,821,2,30,14:51:38,22.430,22430 +952,825,2,30,14:51:49,23.165,23165 +952,835,2,33,14:56:34,22.397,22397 +952,836,2,33,14:56:46,24.387,24387 +952,830,2,34,14:56:52,22.348,22348 +952,8,2,35,14:58:25,22.169,22169 +952,815,2,35,14:59:10,21.918,21918 +952,18,2,36,15:00:49,22.590,22590 +952,831,2,36,15:01:17,23.090,23090 +952,20,3,37,15:01:30,21.603,21603 +952,154,3,37,15:02:52,34.832,34832 +952,832,2,38,15:03:35,22.937,22937 +952,822,2,39,15:04:59,22.443,22443 +952,4,2,39,15:05:28,22.987,22987 +952,828,3,40,15:07:25,22.897,22897 +952,13,3,41,15:08:28,21.831,21831 +952,817,3,43,15:10:31,21.683,21683 +952,837,2,48,15:20:28,26.186,26186 +952,826,3,51,15:23:51,22.769,22769 +952,825,3,55,15:30:33,22.122,22122 +952,817,4,65,15:43:55,23.133,23133 +953,826,1,1,14:03:20,1:32.609,92609 +953,826,2,2,14:07:55,19.918,19918 +953,825,1,7,14:15:27,25.583,25583 +953,18,1,8,14:17:20,25.766,25766 +953,831,1,8,14:17:30,28.242,28242 +953,826,3,7,14:17:32,27.698,27698 +953,828,1,11,14:22:52,27.176,27176 +953,837,1,11,14:22:57,29.117,29117 +953,830,1,12,14:24:33,25.604,25604 +953,20,1,13,14:25:55,25.114,25114 +953,4,1,14,14:27:38,25.512,25512 +953,807,1,15,14:29:11,25.215,25215 +953,822,1,15,14:29:22,27.364,27364 +953,154,1,15,14:29:44,33.490,33490 +953,821,1,16,14:31:01,26.044,26044 +953,3,1,20,14:37:17,26.698,26698 +953,13,1,20,14:37:38,24.934,24934 +953,832,1,21,14:38:53,27.738,27738 +953,815,1,21,14:38:55,25.714,25714 +953,825,2,21,14:40:27,38.811,38811 +953,817,1,23,14:41:40,25.054,25054 +953,828,2,29,14:52:28,26.435,26435 +953,815,2,30,14:53:05,25.608,25608 +953,18,2,30,14:53:13,25.450,25450 +953,825,3,29,14:53:21,25.879,25879 +953,822,2,30,14:54:01,25.478,25478 +953,154,2,30,14:54:03,25.111,25111 +953,1,1,31,14:54:06,26.315,26315 +953,3,2,31,14:54:34,27.680,27680 +953,20,2,31,14:54:36,25.561,25561 +953,807,2,31,14:54:39,27.064,27064 +953,832,2,31,14:54:40,28.112,28112 +953,830,2,31,14:54:44,25.459,25459 +953,836,1,31,14:55:34,26.517,26517 +953,817,2,32,14:55:37,35.327,35327 +953,4,2,32,14:56:10,26.836,26836 +953,821,2,32,14:56:16,27.407,27407 +953,13,2,32,14:56:25,25.182,25182 +953,831,2,32,14:57:11,27.166,27166 +953,825,4,32,14:58:47,31.241,31241 +953,837,2,34,15:00:18,27.380,27380 +953,837,3,47,15:21:24,26.292,26292 +953,831,3,48,15:21:45,45.700,45700 +953,822,3,49,15:22:23,24.673,24673 +953,828,3,49,15:23:18,33.342,33342 +954,831,1,9,14:15:49,23.987,23987 +954,20,1,11,14:17:58,22.597,22597 +954,8,1,11,14:18:14,22.820,22820 +954,836,1,11,14:18:36,24.784,24784 +954,832,1,13,14:21:10,23.517,23517 +954,821,1,13,14:21:13,23.412,23412 +954,828,1,14,14:22:44,22.957,22957 +954,837,1,15,14:24:03,29.732,29732 +954,4,1,17,14:26:24,27.952,27952 +954,154,1,17,14:26:26,23.680,23680 +954,826,1,17,14:26:28,23.000,23000 +954,830,1,20,14:29:59,23.586,23586 +954,817,1,21,14:31:21,22.872,22872 +954,3,1,21,14:31:29,22.466,22466 +954,807,1,21,14:31:34,22.876,22876 +954,13,1,22,14:32:47,22.925,22925 +954,822,1,23,14:33:59,22.184,22184 +954,1,1,24,14:35:00,22.243,22243 +954,815,1,30,14:43:33,22.556,22556 +954,8,2,33,14:47:15,23.263,23263 +954,831,2,35,14:51:16,23.608,23608 +954,20,2,37,14:51:55,22.361,22361 +954,817,2,38,14:53:47,24.018,24018 +954,836,2,38,14:54:55,24.516,24516 +954,154,2,39,14:55:43,23.055,23055 +954,828,2,39,14:56:10,23.299,23299 +954,825,1,39,14:56:12,23.162,23162 +954,821,2,41,14:58:41,23.928,23928 +954,826,2,44,15:02:16,22.627,22627 +954,837,2,44,15:03:24,25.069,25069 +954,830,2,46,15:04:02,22.909,22909 +954,815,2,46,15:04:50,24.757,24757 +954,154,3,46,15:05:13,32.114,32114 +954,832,2,48,15:07:17,24.445,24445 +954,3,2,51,15:10:35,22.728,22728 +954,807,2,51,15:11:06,23.111,23111 +955,837,1,1,17:05:57,33.405,33405 +955,832,1,4,17:11:34,22.028,22028 +955,830,1,5,17:13:24,20.069,20069 +955,4,1,5,17:13:24,20.282,20282 +955,826,1,5,17:13:37,24.802,24802 +955,817,1,6,17:15:04,19.840,19840 +955,18,1,6,17:15:21,20.185,20185 +955,825,1,6,17:15:24,20.772,20772 +955,13,1,7,17:17:02,19.445,19445 +955,831,1,7,17:17:13,20.670,20670 +955,8,1,8,17:18:49,20.593,20593 +955,821,1,8,17:19:20,29.227,29227 +955,154,1,10,17:22:51,21.132,21132 +955,835,1,11,17:24:54,20.965,20965 +955,1,1,15,17:31:52,20.108,20108 +955,815,1,16,17:33:39,20.614,20614 +955,828,1,16,17:34:12,21.083,21083 +955,822,1,19,17:39:20,19.732,19732 +955,20,1,20,17:40:51,20.422,20422 +955,807,1,20,17:41:18,20.347,20347 +955,830,2,20,17:41:33,22.497,22497 +955,3,1,21,17:42:18,20.058,20058 +955,817,2,22,17:45:00,20.155,20155 +955,4,2,24,17:48:59,20.654,20654 +955,831,2,24,17:49:03,20.713,20713 +955,18,2,25,17:50:53,20.640,20640 +955,828,2,25,17:51:13,20.559,20559 +955,154,2,26,17:52:45,23.588,23588 +955,832,2,27,17:54:32,21.030,21030 +955,13,2,28,17:56:01,19.858,19858 +955,836,1,29,17:58:28,26.187,26187 +955,821,2,29,17:58:37,21.533,21533 +955,835,2,31,18:02:14,20.561,20561 +956,807,1,8,14:12:55,22.601,22601 +956,4,1,8,14:13:00,21.924,21924 +956,18,1,9,14:14:05,22.859,22859 +956,822,1,9,14:14:09,21.047,21047 +956,832,1,9,14:14:11,22.605,22605 +956,815,1,9,14:14:12,21.883,21883 +956,3,1,10,14:15:15,21.890,21890 +956,825,1,11,14:16:43,22.033,22033 +956,835,1,12,14:17:57,21.745,21745 +956,13,1,12,14:18:00,21.097,21097 +956,828,1,12,14:18:03,22.980,22980 +956,836,1,13,14:19:05,22.613,22613 +956,817,1,14,14:20:04,21.183,21183 +956,830,1,15,14:21:12,21.945,21945 +956,1,1,21,14:28:15,22.918,22918 +956,821,1,21,14:29:00,22.053,22053 +956,8,1,22,14:29:32,21.916,21916 +956,836,2,23,14:31:36,23.738,23738 +956,807,2,24,14:32:37,21.580,21580 +956,18,2,26,14:35:01,22.035,22035 +956,154,1,26,14:35:02,22.662,22662 +956,4,2,26,14:35:08,22.879,22879 +956,815,2,26,14:35:10,21.412,21412 +956,837,1,27,14:36:58,23.326,23326 +956,3,2,28,14:38:13,17.959,17959 +956,836,3,27,14:38:14,18.064,18064 +956,1,2,28,14:38:16,16.983,16983 +956,830,2,28,14:38:17,17.165,17165 +956,817,2,28,14:38:18,19.408,19408 +956,8,2,28,14:38:20,21.206,21206 +956,822,2,28,14:38:22,20.876,20876 +956,831,1,28,14:38:23,20.929,20929 +956,832,2,28,14:38:24,33.462,33462 +956,18,3,28,14:38:27,18.307,18307 +956,154,2,28,14:38:29,18.860,18860 +956,825,2,28,14:38:32,17.721,17721 +956,13,2,28,14:38:33,17.388,17388 +956,835,2,28,14:38:35,16.851,16851 +956,4,3,28,14:38:36,16.764,16764 +956,815,3,28,14:38:37,16.544,16544 +956,828,2,28,14:38:39,16.419,16419 +956,807,3,28,14:38:40,16.227,16227 +956,821,2,28,14:38:43,16.475,16475 +956,837,2,28,14:38:45,16.218,16218 +956,3,3,29,14:40:18,18.220,18220 +956,836,4,28,14:40:19,18.342,18342 +956,1,3,29,14:40:21,18.716,18716 +956,830,3,29,14:40:22,18.455,18455 +956,817,3,29,14:40:23,18.347,18347 +956,8,3,29,14:40:26,18.455,18455 +956,822,3,29,14:40:27,17.800,17800 +956,831,2,29,14:40:29,17.739,17739 +956,18,4,29,14:40:31,18.964,18964 +956,154,3,29,14:40:32,19.554,19554 +956,825,3,29,14:40:34,19.611,19611 +956,13,3,29,14:40:35,19.015,19015 +956,835,3,29,14:40:37,18.382,18382 +956,4,4,29,14:40:38,18.194,18194 +956,815,4,29,14:40:39,17.970,17970 +956,828,3,29,14:40:41,19.041,19041 +956,807,4,29,14:40:42,19.028,19028 +956,832,3,29,14:40:43,18.636,18636 +956,821,3,29,14:40:44,18.308,18308 +956,837,3,29,14:40:46,17.828,17828 +956,821,4,41,14:56:13,21.921,21921 +956,831,3,43,14:58:35,22.707,22707 +956,825,4,49,15:05:46,27.119,27119 +956,807,5,50,15:06:56,27.834,27834 +956,835,4,50,15:06:59,22.728,22728 +956,828,4,50,15:07:01,24.326,24326 +956,837,4,50,15:07:11,25.234,25234 +956,822,4,51,15:07:54,21.639,21639 +956,1,4,54,15:10:44,22.109,22109 +956,3,4,55,15:11:53,21.035,21035 +956,13,4,56,15:13:53,21.231,21231 +956,817,4,60,15:18:09,22.284,22284 +957,8,1,5,13:14:16,29.578,29578 +957,822,1,5,13:14:17,29.808,29808 +957,832,1,5,13:14:18,30.786,30786 +957,807,1,5,13:14:18,30.747,30747 +957,4,1,5,13:14:19,32.374,32374 +957,20,1,5,13:14:20,31.381,31381 +957,154,1,5,13:14:21,31.632,31632 +957,821,1,5,13:14:22,41.508,41508 +957,825,1,5,13:14:23,30.804,30804 +957,836,1,5,13:14:25,31.812,31812 +957,817,1,6,13:16:16,30.198,30198 +957,13,1,6,13:16:20,29.243,29243 +957,826,1,6,13:16:22,30.315,30315 +957,18,1,6,13:16:23,30.093,30093 +957,835,1,6,13:16:27,29.784,29784 +957,837,1,6,13:16:29,29.998,29998 +957,1,1,7,13:18:15,30.343,30343 +957,3,1,7,13:18:22,29.395,29395 +957,830,1,7,13:18:23,31.995,31995 +957,815,1,7,13:18:27,29.475,29475 +957,831,1,7,13:18:46,30.981,30981 +957,828,1,7,13:18:48,35.393,35393 +957,828,2,10,13:25:31,1:44.980,104980 +957,20,2,15,13:34:24,29.163,29163 +957,8,2,16,13:36:00,30.462,30462 +957,13,2,16,13:36:16,29.403,29403 +957,826,2,16,13:36:19,30.327,30327 +957,822,2,16,13:36:28,29.282,29282 +957,831,2,16,13:36:33,30.143,30143 +957,154,2,16,13:36:36,30.882,30882 +957,835,2,16,13:36:38,55.697,55697 +957,1,2,17,13:37:20,28.728,28728 +957,3,2,17,13:37:29,29.715,29715 +957,815,2,17,13:37:40,28.915,28915 +957,817,2,17,13:37:41,29.813,29813 +957,832,2,17,13:37:56,29.895,29895 +957,807,2,17,13:38:06,29.867,29867 +957,4,2,17,13:38:11,28.799,28799 +957,18,2,17,13:38:19,29.588,29588 +957,825,2,17,13:38:33,29.201,29201 +957,821,2,17,13:38:37,29.884,29884 +957,837,2,17,13:38:55,30.135,30135 +957,830,2,18,13:39:11,29.429,29429 +957,835,3,19,13:42:54,41.486,41486 +957,13,3,38,14:13:29,29.346,29346 +957,4,3,39,14:15:22,28.936,28936 +957,825,3,40,14:17:42,28.450,28450 +958,18,1,7,14:14:06,22.229,22229 +958,836,1,9,14:16:53,23.486,23486 +958,18,2,10,14:18:47,16.486,16486 +958,831,1,11,14:19:45,22.778,22778 +958,20,1,14,14:23:42,21.640,21640 +958,807,1,14,14:24:03,22.014,22014 +958,154,1,14,14:24:03,22.427,22427 +958,817,1,15,14:25:05,22.241,22241 +958,4,1,15,14:25:20,22.099,22099 +958,821,1,15,14:25:32,22.828,22828 +958,1,1,16,14:26:24,21.441,21441 +958,830,1,16,14:26:36,22.389,22389 +958,832,1,16,14:26:49,22.960,22960 +958,822,1,16,14:26:54,21.704,21704 +958,3,1,17,14:27:51,21.233,21233 +958,828,1,17,14:28:54,23.873,23873 +958,825,1,24,14:38:48,21.990,21990 +958,826,1,24,14:39:02,22.105,22105 +958,13,1,25,14:40:31,21.793,21793 +958,835,1,26,14:41:39,21.892,21892 +958,815,1,27,14:43:00,22.689,22689 +958,18,3,28,14:45:17,22.718,22718 +958,8,1,29,14:45:43,21.951,21951 +958,837,1,29,14:46:44,24.254,24254 +958,817,2,33,14:51:15,22.006,22006 +958,836,2,35,14:55:42,22.765,22765 +958,154,2,36,14:56:35,22.303,22303 +958,825,2,36,14:56:36,22.051,22051 +958,821,2,37,14:58:00,22.520,22520 +958,830,2,38,14:58:38,21.687,21687 +958,807,2,39,15:00:48,23.350,23350 +958,835,2,39,15:00:49,21.665,21665 +958,831,2,39,15:01:04,22.965,22965 +958,815,2,40,15:02:11,29.941,29941 +958,1,2,41,15:02:31,21.773,21773 +958,20,2,41,15:02:46,21.535,21535 +958,3,2,42,15:03:58,22.351,22351 +958,832,2,42,15:04:57,22.417,22417 +958,822,2,43,15:06:27,21.405,21405 +958,4,2,44,15:07:43,21.897,21897 +958,828,2,45,15:10:26,23.198,23198 +958,826,2,46,15:11:10,27.951,27951 +958,8,2,50,15:15:47,21.857,21857 +958,828,3,62,15:35:34,23.308,23308 +958,13,2,65,15:39:36,22.366,22366 +959,835,1,2,14:06:10,19.298,19298 +959,826,1,7,14:13:06,23.243,23243 +959,831,1,7,14:13:07,29.865,29865 +959,815,1,8,14:14:25,19.233,19233 +959,832,1,9,14:15:46,22.751,22751 +959,13,1,9,14:15:48,18.590,18590 +959,830,1,11,14:18:08,19.017,19017 +959,3,1,11,14:18:12,19.693,19693 +959,825,1,11,14:18:33,19.034,19034 +959,817,1,12,14:19:31,18.964,18964 +959,822,1,12,14:19:43,18.796,18796 +959,807,1,12,14:19:45,19.608,19608 +959,836,1,12,14:20:05,19.813,19813 +959,20,1,13,14:20:57,19.230,19230 +959,18,1,13,14:21:12,19.427,19427 +959,837,1,13,14:21:38,31.317,31317 +959,1,1,14,14:22:05,18.650,18650 +959,8,1,14,14:22:21,22.393,22393 +959,4,1,14,14:22:38,19.258,19258 +959,828,1,16,14:25:46,20.148,20148 +959,154,1,17,14:26:51,20.301,20301 +959,831,2,19,14:30:11,19.944,19944 +959,821,1,25,14:38:07,20.099,20099 +959,835,2,25,14:38:38,26.688,26688 +959,13,2,26,14:39:36,36.395,36395 +959,836,2,26,14:39:43,19.626,19626 +959,3,2,27,14:40:04,18.936,18936 +959,815,2,27,14:40:47,19.223,19223 +959,830,2,28,14:41:22,19.137,19137 +959,4,2,28,14:42:04,19.440,19440 +959,826,2,28,14:42:23,20.227,20227 +959,832,2,29,14:43:41,19.747,19747 +959,20,2,31,14:45:38,19.472,19472 +959,18,2,31,14:46:05,19.124,19124 +959,8,2,32,14:47:02,19.142,19142 +959,807,2,32,14:47:20,19.144,19144 +959,825,2,32,14:47:45,19.159,19159 +959,817,2,33,14:48:12,18.738,18738 +959,837,2,32,14:48:35,20.919,20919 +959,822,2,33,14:48:41,19.183,19183 +959,1,2,34,14:49:19,18.504,18504 +959,828,2,33,14:49:34,19.318,19318 +959,831,3,42,15:02:30,19.755,19755 +959,815,3,43,15:02:46,19.379,19379 +959,154,2,43,15:03:00,19.863,19863 +959,3,3,44,15:03:08,28.364,28364 +959,807,3,44,15:03:45,19.907,19907 +959,830,3,45,15:04:32,18.967,18967 +959,817,3,46,15:05:49,18.979,18979 +959,20,3,46,15:06:01,19.000,19000 +959,835,3,45,15:06:33,19.725,19725 +959,18,3,46,15:06:40,19.268,19268 +959,1,3,47,15:06:57,18.475,18475 +959,8,3,47,15:07:26,19.525,19525 +959,836,3,46,15:07:36,19.658,19658 +959,4,3,47,15:08:04,19.127,19127 +959,821,2,47,15:08:16,19.326,19326 +959,826,3,49,15:11:20,19.264,19264 +959,837,3,49,15:12:22,21.186,21186 +959,832,3,51,15:13:57,19.547,19547 +960,830,1,1,14:05:46,31.235,31235 +960,831,1,1,14:05:52,26.390,26390 +960,20,1,1,14:05:53,22.403,22403 +960,8,1,1,14:06:21,1:27.084,87084 +960,13,1,2,14:07:44,22.484,22484 +960,807,1,6,14:15:53,23.564,23564 +960,8,2,5,14:15:56,23.061,23061 +960,815,1,6,14:16:04,23.783,23783 +960,154,1,6,14:16:08,23.705,23705 +960,835,1,6,14:16:08,22.698,22698 +960,839,1,6,14:16:18,28.718,28718 +960,822,1,7,14:18:36,22.190,22190 +960,821,1,7,14:18:38,23.486,23486 +960,3,1,9,14:24:29,16:36.150,996150 +960,817,1,9,14:24:30,16:38.401,998401 +960,807,2,9,14:24:31,16:38.468,998468 +960,4,1,9,14:24:32,16:38.234,998234 +960,1,1,9,14:24:34,16:40.478,1000478 +960,13,2,9,14:24:35,16:40.664,1000664 +960,815,2,9,14:24:36,16:40.284,1000284 +960,826,1,9,14:24:38,16:40.466,1000466 +960,835,2,9,14:24:40,16:40.234,1000234 +960,154,2,9,14:24:42,16:39.366,999366 +960,20,2,9,14:24:44,16:38.511,998511 +960,822,2,9,14:24:46,16:38.328,998328 +960,821,2,9,14:24:48,16:38.622,998622 +960,830,2,9,14:24:49,16:38.546,998546 +960,839,2,9,14:24:51,16:40.980,1000980 +960,831,2,9,14:24:52,16:41.198,1001198 +960,8,3,9,14:25:53,15:43.158,943158 +960,830,3,16,14:55:40,23.231,23231 +960,1,2,21,15:05:00,24.343,24343 +960,826,2,21,15:05:19,23.359,23359 +960,13,3,22,15:07:04,22.515,22515 +960,821,3,22,15:07:18,23.561,23561 +960,835,3,22,15:07:20,23.333,23333 +960,807,3,23,15:08:55,24.015,24015 +960,4,2,23,15:08:57,22.451,22451 +960,20,3,23,15:09:03,22.762,22762 +960,822,3,23,15:09:06,22.318,22318 +960,154,3,23,15:09:21,23.107,23107 +960,831,3,23,15:09:23,30.238,30238 +960,815,3,24,15:10:56,22.652,22652 +960,8,4,24,15:11:06,23.056,23056 +960,839,3,24,15:11:25,24.208,24208 +960,817,2,25,15:12:33,22.531,22531 +960,3,2,26,15:14:15,22.596,22596 +960,830,4,27,15:17:02,22.727,22727 +960,1,3,32,15:26:06,22.432,22432 +960,835,4,34,15:30:48,22.578,22578 +960,826,3,35,15:32:37,23.363,23363 +961,835,1,2,14:06:49,33.275,33275 +961,831,1,2,14:07:30,27.786,27786 +961,831,2,4,14:11:17,13:30.454,810454 +961,822,1,13,14:22:38,24.161,24161 +961,830,1,13,14:22:46,24.610,24610 +961,4,1,13,14:22:49,26.843,26843 +961,826,1,13,14:23:07,25.183,25183 +961,807,1,14,14:24:20,24.043,24043 +961,825,1,14,14:24:42,24.505,24505 +961,8,1,15,14:25:27,24.116,24116 +961,815,1,15,14:25:39,24.537,24537 +961,18,1,15,14:26:00,26.427,26427 +961,831,3,5,14:26:32,36.594,36594 +961,20,1,16,14:26:54,25.472,25472 +961,817,1,16,14:27:03,23.745,23745 +961,13,1,16,14:27:13,23.940,23940 +961,836,1,16,14:27:29,25.962,25962 +961,821,1,16,14:27:38,25.150,25150 +961,832,1,23,14:38:06,25.301,25301 +961,828,1,23,14:38:08,25.145,25145 +961,3,1,24,14:38:25,25.550,25550 +961,1,1,25,14:40:05,23.633,23633 +961,815,2,28,14:45:06,24.033,24033 +961,154,1,28,14:45:26,25.340,25340 +961,822,2,30,14:47:55,23.899,23899 +961,825,2,30,14:49:06,23.757,23757 +961,20,2,33,14:52:00,25.033,25033 +961,839,1,32,14:52:20,25.539,25539 +961,807,2,33,14:52:41,24.553,24553 +961,4,2,33,14:52:50,23.694,23694 +961,826,2,33,14:53:29,24.363,24363 +961,8,2,34,14:53:31,24.279,24279 +961,821,2,34,14:54:36,25.515,25515 +961,830,2,35,14:55:22,23.827,23827 +961,13,2,36,14:56:59,23.822,23822 +961,817,2,37,14:58:08,23.633,23633 +961,18,2,38,15:00:16,24.418,24418 +961,832,2,39,15:02:07,24.341,24341 +961,4,3,49,15:16:39,24.082,24082 +962,3,1,1,20:06:14,26.350,26350 +962,817,1,1,20:06:15,25.925,25925 +962,1,1,1,20:06:19,24.453,24453 +962,8,1,1,20:06:21,24.874,24874 +962,4,1,1,20:06:22,24.649,24649 +962,826,1,1,20:06:24,24.584,24584 +962,832,1,1,20:06:25,25.973,25973 +962,830,1,1,20:06:26,25.740,25740 +962,13,1,1,20:06:27,25.929,25929 +962,825,1,1,20:06:28,25.816,25816 +962,828,1,1,20:06:30,26.135,26135 +962,815,1,1,20:06:31,32.821,32821 +962,821,1,1,20:06:32,26.519,26519 +962,18,1,1,20:06:33,42.815,42815 +962,822,1,1,20:06:40,32.709,32709 +962,836,1,1,20:06:42,24.308,24308 +962,839,1,1,20:06:43,24.343,24343 +962,831,1,1,20:06:44,25.057,25057 +962,835,1,1,20:06:45,25.211,25211 +962,20,1,1,20:06:48,24.342,24342 +962,832,2,7,20:18:50,29.846,29846 +962,828,2,8,20:20:49,29.706,29706 +962,835,2,11,20:26:49,28.847,28847 +962,830,2,13,20:30:12,28.815,28815 +962,4,2,14,20:31:59,29.401,29401 +962,817,2,15,20:33:33,28.890,28890 +962,1,2,15,20:33:37,29.150,29150 +962,826,2,15,20:33:53,30.301,30301 +962,822,2,15,20:34:33,28.780,28780 +962,18,2,15,20:34:34,28.998,28998 +962,3,2,16,20:35:17,30.546,30546 +962,13,2,16,20:35:53,28.682,28682 +962,8,2,17,20:37:28,29.041,29041 +962,825,2,17,20:37:54,28.759,28759 +962,831,2,17,20:38:03,30.297,30297 +962,821,2,18,20:39:52,30.307,30307 +962,836,2,18,20:40:10,30.532,30532 +962,839,2,19,20:42:20,1:44.383,104383 +962,20,2,24,20:51:16,28.924,28924 +962,815,2,25,20:53:08,28.742,28742 +962,828,3,25,20:53:46,29.468,29468 +962,830,3,27,20:56:59,28.948,28948 +962,832,3,27,20:57:18,29.320,29320 +962,18,3,27,20:57:36,29.025,29025 +962,13,3,28,20:58:52,29.578,29578 +962,822,3,30,21:03:12,28.545,28545 +962,817,3,32,21:05:33,28.921,28921 +962,3,3,33,21:07:19,28.970,28970 +962,822,4,32,21:07:22,1:03.680,63680 +962,8,3,33,21:07:36,29.135,29135 +962,1,3,34,21:09:30,28.421,28421 +962,4,3,34,21:10:00,30.381,30381 +962,835,3,34,21:11:01,28.804,28804 +962,831,3,35,21:12:35,29.537,29537 +962,839,3,34,21:12:43,30.614,30614 +962,821,3,36,21:14:20,30.160,30160 +962,836,3,36,21:14:53,30.471,30471 +962,828,4,36,21:15:00,29.680,29680 +962,826,3,37,21:15:47,29.205,29205 +962,825,3,38,21:17:53,29.754,29754 +962,20,3,42,21:24:58,29.391,29391 +962,13,4,43,21:27:23,29.903,29903 +962,830,4,44,21:28:59,28.854,28854 +962,1,4,45,21:30:08,28.315,28315 +962,8,4,46,21:31:56,28.954,28954 +962,817,4,47,21:33:41,28.662,28662 +962,839,4,45,21:34:04,42.368,42368 +962,832,4,48,21:37:18,29.377,29377 +963,826,1,1,15:06:13,32.413,32413 +963,13,1,1,15:06:15,23.528,23528 +963,825,1,1,15:06:24,30.679,30679 +963,821,1,1,15:06:25,30.782,30782 +963,13,2,6,15:15:25,24.425,24425 +963,830,1,9,15:20:26,23.935,23935 +963,815,1,9,15:20:38,27.024,27024 +963,18,1,9,15:20:44,24.738,24738 +963,807,1,9,15:20:45,26.609,26609 +963,4,1,9,15:20:50,25.195,25195 +963,3,1,9,15:20:50,23.750,23750 +963,836,1,9,15:20:59,25.820,25820 +963,839,1,12,15:26:26,25.368,25368 +963,1,1,20,15:39:17,23.689,23689 +963,8,1,20,15:39:31,24.584,24584 +963,832,1,20,15:40:01,24.400,24400 +963,817,1,21,15:41:04,24.197,24197 +963,828,1,21,15:41:45,25.272,25272 +963,821,2,22,15:44:09,24.814,24814 +963,830,2,27,15:51:10,23.856,23856 +963,4,2,27,15:52:01,24.061,24061 +963,807,2,28,15:53:41,24.012,24012 +963,822,1,29,15:55:11,23.828,23828 +963,826,2,29,15:55:54,24.338,24338 +963,836,2,30,15:57:42,26.156,26156 +963,3,2,31,15:58:19,24.661,24661 +963,835,1,31,15:59:04,23.928,23928 +963,839,2,31,15:59:29,33.338,33338 +963,13,3,31,15:59:30,23.778,23778 +963,8,2,32,15:59:55,24.412,24412 +963,815,2,32,16:00:19,23.947,23947 +963,831,1,32,16:00:57,24.697,24697 +963,18,2,37,16:08:59,24.645,24645 +963,832,2,37,16:09:13,24.473,24473 +963,828,2,37,16:09:14,24.706,24706 +963,821,3,39,16:13:44,25.006,25006 +963,8,3,40,16:13:46,24.809,24809 +963,4,3,40,16:14:25,23.920,23920 +963,807,3,40,16:14:32,25.192,25192 +963,817,2,41,16:15:24,24.408,24408 +963,830,3,41,16:15:26,28.274,28274 +963,826,3,40,16:15:33,24.718,24718 +963,3,3,41,16:15:58,23.476,23476 +963,836,3,41,16:18:14,25.201,25201 +964,4,1,9,14:19:03,22.786,22786 +964,830,1,10,14:20:15,22.855,22855 +964,817,1,10,14:20:26,22.996,22996 +964,154,1,10,14:20:36,23.741,23741 +964,826,1,10,14:20:38,22.990,22990 +964,807,1,11,14:22:12,22.832,22832 +964,821,1,11,14:22:18,24.110,24110 +964,3,1,12,14:23:28,22.673,22673 +964,20,1,12,14:23:35,23.226,23226 +964,815,1,12,14:23:45,23.605,23605 +964,8,1,12,14:23:45,23.244,23244 +964,839,1,12,14:24:19,24.973,24973 +964,1,1,13,14:25:25,22.989,22989 +964,832,1,13,14:25:40,22.986,22986 +964,836,1,13,14:26:05,24.630,24630 +964,18,1,19,14:36:02,24.375,24375 +964,826,2,23,14:42:46,22.943,22943 +964,13,1,24,14:44:11,22.463,22463 +964,835,1,25,14:45:55,23.452,23452 +964,825,1,25,14:46:04,23.072,23072 +964,831,1,25,14:46:10,25.131,25131 +964,8,2,26,14:47:00,22.762,22762 +964,822,1,26,14:47:27,25.007,25007 +964,828,1,26,14:47:42,24.011,24011 +964,4,2,27,14:49:28,23.032,23032 +964,830,2,28,14:49:53,22.788,22788 +964,807,2,28,14:50:32,22.952,22952 +964,821,2,28,14:51:13,23.792,23792 +964,3,2,29,14:51:24,23.150,23150 +964,815,2,29,14:52:07,22.721,22721 +964,154,2,30,14:54:06,25.429,25429 +964,839,2,31,14:56:24,24.256,24256 +964,817,2,32,14:56:52,25.861,25861 +964,1,2,33,14:58:11,22.732,22732 +964,836,2,32,14:58:22,25.461,25461 +964,20,2,34,14:59:47,22.887,22887 +964,18,2,36,15:04:30,23.342,23342 +964,832,2,37,15:06:04,22.938,22938 +965,822,1,1,14:06:03,27.098,27098 +965,817,1,8,14:17:32,23.956,23956 +965,8,1,8,14:17:35,23.989,23989 +965,830,1,9,14:19:21,23.489,23489 +965,3,1,10,14:21:02,23.526,23526 +965,18,1,10,14:21:28,23.613,23613 +965,154,1,10,14:21:30,24.523,24523 +965,815,1,10,14:21:31,23.350,23350 +965,1,1,11,14:22:40,23.601,23601 +965,13,1,11,14:23:03,24.093,24093 +965,832,1,11,14:23:06,24.778,24778 +965,4,1,11,14:23:10,23.683,23683 +965,821,1,13,14:27:00,24.470,24470 +965,825,1,13,14:27:04,24.310,24310 +965,836,1,13,14:27:10,26.059,26059 +965,20,1,14,14:28:08,24.433,24433 +965,835,1,15,14:30:43,24.071,24071 +965,828,1,17,14:34:12,25.229,25229 +965,839,1,17,14:34:34,25.216,25216 +965,822,2,20,14:40:06,25.222,25222 +965,826,1,21,14:41:16,37.837,37837 +965,8,2,24,14:45:43,23.845,23845 +965,817,2,25,14:47:19,23.534,23534 +965,830,2,26,14:49:08,36.112,36112 +965,835,2,26,14:50:20,24.766,24766 +965,839,2,26,14:50:59,27.532,27532 +965,815,2,27,14:51:47,24.467,24467 +965,154,2,27,14:51:52,26.056,26056 +965,825,2,27,14:52:06,24.103,24103 +965,18,2,28,14:53:32,25.635,25635 +965,20,2,29,14:54:23,23.812,23812 +965,13,2,29,14:54:55,23.903,23903 +965,831,1,29,14:55:54,24.244,24244 +965,832,2,30,14:56:49,24.281,24281 +965,4,2,30,14:56:57,25.300,25300 +965,1,2,31,14:57:50,23.575,23575 +965,836,2,30,14:58:04,25.182,25182 +965,3,2,31,14:58:05,24.149,24149 +965,8,3,38,15:11:09,25.384,25384 +965,825,3,43,15:21:37,23.898,23898 +965,839,3,44,15:24:27,24.665,24665 +965,20,3,53,15:37:10,24.156,24156 +965,13,3,54,15:39:55,23.464,23464 +966,817,1,1,13:04:51,22.087,22087 +966,835,1,1,13:05:06,23.897,23897 +966,828,1,1,13:05:11,32.608,32608 +966,154,1,11,13:20:31,22.957,22957 +966,830,1,12,13:21:26,21.775,21775 +966,832,1,12,13:21:43,22.747,22747 +966,825,1,12,13:21:47,22.271,22271 +966,821,1,12,13:21:51,25.198,25198 +966,826,1,13,13:23:20,22.665,22665 +966,807,1,14,13:24:17,22.134,22134 +966,13,1,14,13:24:24,21.863,21863 +966,839,1,15,13:26:15,23.866,23866 +966,4,1,16,13:27:27,22.461,22461 +966,1,1,17,13:28:16,21.709,21709 +966,18,1,17,13:28:57,22.438,22438 +966,822,1,19,13:31:31,22.396,22396 +966,3,1,20,13:32:32,21.997,21997 +966,8,1,20,13:32:40,22.398,22398 +966,815,1,20,13:32:56,22.213,22213 +966,20,1,32,13:49:30,22.035,22035 +966,8,2,45,14:07:53,22.974,22974 +966,4,2,45,14:09:00,25.171,25171 +966,826,2,47,14:11:56,22.865,22865 +966,821,2,48,14:13:40,23.110,23110 +966,831,1,49,14:14:38,23.540,23540 +966,817,2,50,14:14:47,22.443,22443 +966,154,2,50,14:16:38,23.678,23678 +966,825,2,51,14:17:54,22.384,22384 +967,825,1,7,14:24:31,24.986,24986 +967,18,1,8,14:26:08,24.192,24192 +967,4,1,9,14:27:30,24.821,24821 +967,822,1,9,14:27:31,24.724,24724 +967,13,1,9,14:27:33,29.421,29421 +967,826,1,9,14:27:36,25.758,25758 +967,835,1,9,14:27:40,24.745,24745 +967,828,1,9,14:27:41,25.395,25395 +967,20,1,10,14:29:08,29.981,29981 +967,821,1,12,14:32:18,25.147,25147 +967,830,1,13,14:33:11,24.186,24186 +967,817,1,13,14:33:32,24.623,24623 +967,826,2,17,14:41:54,25.355,25355 +967,835,2,17,14:41:59,24.656,24656 +967,1,1,20,14:47:37,33:30.361,2010361 +967,3,1,20,14:47:40,33:29.747,2009747 +967,830,2,20,14:47:41,33:29.643,2009643 +967,807,1,20,14:47:44,33:28.504,2008504 +967,815,1,20,14:47:46,33:28.398,2008398 +967,832,1,20,14:47:48,33:28.828,2008828 +967,831,1,20,14:47:50,33:28.206,2008206 +967,817,2,20,14:47:52,33:28.600,2008600 +967,839,1,20,14:47:53,33:29.052,2009052 +967,836,1,20,14:47:56,33:28.464,2008464 +967,4,2,20,14:47:57,33:28.789,2008789 +967,822,2,20,14:47:59,33:28.595,2008595 +967,825,2,20,14:48:00,33:28.979,2008979 +967,18,2,20,14:48:04,33:30.062,2010062 +967,20,2,20,14:48:05,33:30.637,2010637 +967,13,2,20,14:48:08,33:29.630,2009630 +967,821,2,20,14:48:09,33:31.147,2011147 +967,826,3,20,14:48:11,33:31.266,2011266 +967,807,2,22,15:25:12,24.282,24282 +967,1,2,28,15:37:24,24:42.048,1482048 +967,3,2,28,15:37:26,24:41.624,1481624 +967,830,3,28,15:37:27,24:41.433,1481433 +967,815,2,28,15:37:29,24:42.290,1482290 +967,832,2,28,15:37:31,24:43.053,1483053 +967,831,2,28,15:37:32,24:43.214,1483214 +967,817,3,28,15:37:33,24:44.725,1484725 +967,839,2,28,15:37:35,24:45.092,1485092 +967,836,2,28,15:37:36,24:44.979,1484979 +967,4,3,28,15:37:39,24:43.818,1483818 +967,822,3,28,15:37:41,24:43.957,1483957 +967,825,3,28,15:37:43,24:44.474,1484474 +967,18,3,28,15:37:46,24:44.987,1484987 +967,20,3,28,15:37:49,24:43.923,1483923 +967,807,3,28,15:37:50,24:45.304,1485304 +967,13,3,28,15:37:51,24:45.969,1485969 +967,821,3,28,15:37:54,24:44.444,1484444 +967,826,4,28,15:37:56,24:44.388,1484388 +967,13,4,31,16:08:25,29.754,29754 +967,18,4,34,16:13:01,25.006,25006 +967,822,4,38,16:18:52,24.994,24994 +967,817,4,40,16:21:27,29.621,29621 +967,825,4,41,16:23:25,24.265,24265 +967,830,4,43,16:25:37,24.435,24435 +967,18,5,44,16:28:14,24.754,24754 +967,821,4,47,16:32:38,17.835,17835 +967,817,5,52,16:41:54,24.521,24521 +967,836,3,52,16:42:00,25.509,25509 +967,830,5,54,16:45:53,24.041,24041 +968,825,1,1,17:05:37,27.068,27068 +968,832,1,6,17:14:43,21.761,21761 +968,836,1,6,17:14:44,33.395,33395 +968,1,1,7,17:16:01,22.600,22600 +968,8,1,7,17:16:05,21.959,21959 +968,4,1,7,17:16:19,22.428,22428 +968,835,1,7,17:16:27,24.781,24781 +968,831,1,7,17:16:34,23.272,23272 +968,3,1,8,17:17:48,23.753,23753 +968,20,1,8,17:17:54,21.711,21711 +968,807,1,8,17:17:59,21.834,21834 +968,13,1,8,17:18:07,21.775,21775 +968,826,1,8,17:18:19,21.896,21896 +968,821,1,8,17:18:19,22.032,22032 +968,817,1,9,17:19:37,22.084,22084 +968,815,1,9,17:19:50,21.308,21308 +968,154,1,20,17:40:10,22.838,22838 +968,830,1,21,17:41:22,21.221,21221 +968,835,2,21,17:42:16,22.145,22145 +968,839,1,22,17:43:59,24.035,24035 +968,817,2,24,17:46:46,21.768,21768 +968,836,2,24,17:47:52,22.949,22949 +968,8,2,25,17:48:31,22.087,22087 +968,807,2,26,17:50:33,21.482,21482 +968,815,2,27,17:52:26,22.012,22012 +968,1,2,28,17:53:38,21.355,21355 +968,821,2,28,17:54:49,22.102,22102 +968,832,2,28,17:55:00,21.935,21935 +968,3,2,29,17:55:27,21.218,21218 +968,13,2,30,17:57:55,21.539,21539 +968,839,2,36,18:09:38,23.026,23026 +968,831,2,36,18:09:42,29.933,29933 +968,20,2,37,18:09:47,21.872,21872 +968,4,2,38,18:12:17,22.248,22248 +968,154,2,38,18:12:35,22.527,22527 +968,828,1,38,18:13:21,22.991,22991 +968,835,3,41,18:18:52,22.588,22588 +969,825,1,1,16:08:47,31.336,31336 +969,840,1,5,16:14:22,22.293,22293 +969,838,1,9,16:20:40,39.562,39562 +969,839,1,15,16:29:32,22.154,22154 +969,841,1,15,16:29:57,28.591,28591 +969,4,1,16,16:31:00,22.484,22484 +969,807,1,16,16:31:01,23.130,23130 +969,1,1,17,16:31:40,21.709,21709 +969,815,1,17,16:32:20,22.045,22045 +969,832,1,18,16:33:49,21.762,21762 +969,13,1,20,16:36:44,21.568,21568 +969,20,1,23,16:40:32,21.988,21988 +969,822,1,25,16:43:42,21.440,21440 +969,830,1,25,16:43:56,22.208,22208 +969,8,1,26,16:45:16,22.033,22033 +969,840,2,29,16:51:13,22.380,22380 +969,807,2,30,16:52:40,23.159,23159 +969,826,1,34,16:57:51,25.559,25559 +969,825,2,44,17:15:10,22.189,22189 +969,826,2,49,17:20:30,24.026,24026 +970,807,1,1,14:05:25,23.550,23550 +970,20,1,2,14:07:35,22.906,22906 +970,826,1,2,14:07:46,24.016,24016 +970,4,1,2,14:07:48,24.250,24250 +970,13,1,2,14:07:51,23.123,23123 +970,815,1,2,14:07:52,24.030,24030 +970,825,1,2,14:07:53,23.809,23809 +970,828,1,2,14:07:54,27.934,27934 +970,839,1,2,14:07:57,17.673,17673 +970,154,1,2,14:08:00,30.654,30654 +970,841,1,2,14:08:01,29.443,29443 +970,838,1,2,14:08:01,25.146,25146 +970,1,1,4,14:12:08,22.999,22999 +970,822,1,4,14:12:17,32.287,32287 +970,817,1,4,14:12:20,17.340,17340 +970,8,1,4,14:12:21,23.847,23847 +970,830,1,4,14:12:23,23.071,23071 +970,20,2,4,14:12:35,17.354,17354 +970,832,1,4,14:12:47,17.337,17337 +970,839,2,4,14:12:49,33.491,33491 +970,4,2,4,14:12:55,17.304,17304 +970,826,2,4,14:13:00,17.320,17320 +970,13,2,4,14:13:01,17.324,17324 +970,815,2,4,14:13:01,17.416,17416 +970,825,2,4,14:13:03,17.296,17296 +970,835,1,4,14:13:06,17.291,17291 +970,838,2,4,14:13:08,17.325,17325 +970,807,2,4,14:13:11,17.336,17336 +970,828,2,4,14:13:14,17.341,17341 +970,154,2,4,14:13:23,17.303,17303 +970,1,2,5,14:15:08,17.616,17616 +970,817,2,5,14:15:09,23.613,23613 +970,8,2,5,14:15:18,17.877,17877 +970,830,2,5,14:15:19,17.651,17651 +970,822,2,5,14:15:20,17.343,17343 +970,20,3,5,14:15:24,17.362,17362 +970,832,2,5,14:15:33,17.340,17340 +970,4,3,5,14:15:40,17.302,17302 +970,826,3,5,14:15:46,17.324,17324 +970,13,3,5,14:15:48,17.321,17321 +970,815,3,5,14:15:49,17.312,17312 +970,825,3,5,14:15:49,17.298,17298 +970,839,3,5,14:15:52,17.356,17356 +970,835,2,5,14:15:55,17.291,17291 +970,838,3,5,14:15:57,17.295,17295 +970,807,3,5,14:15:58,17.362,17362 +970,828,3,5,14:16:02,17.344,17344 +970,154,3,5,14:16:10,24.114,24114 +970,1,3,6,14:17:55,17.737,17737 +970,817,3,6,14:18:00,17.480,17480 +970,8,3,6,14:18:03,17.435,17435 +970,830,3,6,14:18:05,17.421,17421 +970,822,3,6,14:18:06,17.323,17323 +970,20,4,6,14:18:10,17.370,17370 +970,4,4,6,14:18:16,17.302,17302 +970,832,3,6,14:18:18,17.374,17374 +970,826,4,6,14:18:28,17.322,17322 +970,13,4,6,14:18:29,17.377,17377 +970,815,4,6,14:18:30,18.225,18225 +970,825,4,6,14:18:34,17.299,17299 +970,839,4,6,14:18:36,17.366,17366 +970,835,3,6,14:18:39,17.301,17301 +970,838,4,6,14:18:41,17.292,17292 +970,807,4,6,14:18:43,17.359,17359 +970,828,4,6,14:18:46,17.344,17344 +970,154,4,6,14:18:48,17.314,17314 +970,815,5,20,14:43:03,23.057,23057 +970,13,5,24,14:50:13,23.451,23451 +970,832,4,28,14:56:06,22.840,22840 +970,830,4,29,14:57:33,22.505,22505 +970,835,4,30,15:00:32,23.993,23993 +970,825,5,32,15:03:12,23.463,23463 +970,817,4,33,15:04:09,22.505,22505 +970,807,5,33,15:05:10,40.144,40144 +970,20,5,34,15:05:37,22.443,22443 +970,822,4,35,15:07:45,24.317,24317 +970,1,4,36,15:08:39,22.668,22668 +970,154,5,35,15:08:45,23.211,23211 +970,8,4,39,15:14:04,23.119,23119 +970,839,5,42,15:20:06,22.926,22926 +970,13,6,48,15:30:29,22.517,22517 +970,815,6,49,15:31:25,22.979,22979 +971,840,1,8,18:16:59,24.915,24915 +971,20,1,10,18:19:52,24.702,24702 +971,830,1,11,18:21:30,25.174,25174 +971,839,1,11,18:21:47,24.664,24664 +971,836,1,11,18:21:59,26.542,26542 +971,8,1,12,18:23:10,26.430,26430 +971,154,1,12,18:23:23,25.075,25075 +971,832,1,12,18:23:26,25.001,25001 +971,822,1,13,18:24:52,28.368,28368 +971,1,1,13,18:24:59,30.687,30687 +971,817,1,13,18:24:59,25.312,25312 +971,13,1,13,18:25:06,25.704,25704 +971,807,1,13,18:25:13,26.634,26634 +971,815,1,13,18:25:24,24.332,24332 +971,835,1,13,18:25:31,27.466,27466 +971,4,1,13,18:25:31,24.922,24922 +971,826,1,13,18:25:35,25.204,25204 +971,822,2,30,18:54:49,24.540,24540 +971,154,2,31,18:56:52,24.965,24965 +971,20,2,33,18:59:27,24.314,24314 +971,828,1,33,19:00:33,25.576,25576 +971,815,2,36,19:04:49,24.630,24630 +971,807,2,36,19:04:58,25.135,25135 +971,4,2,36,19:05:15,24.723,24723 +971,8,2,37,19:06:10,25.856,25856 +971,13,2,37,19:06:22,24.240,24240 +971,839,2,37,19:06:38,24.505,24505 +971,835,2,37,19:06:55,26.420,26420 +971,817,2,39,19:09:27,25.200,25200 +971,1,2,41,19:12:14,30.682,30682 +971,826,2,41,19:13:18,25.246,25246 +972,838,1,1,15:08:55,30.006,30006 +972,828,1,1,15:08:58,32.235,32235 +972,836,1,2,15:11:28,31.266,31266 +972,836,2,20,15:43:16,30.799,30799 +972,13,1,21,15:44:10,29.923,29923 +972,825,1,21,15:44:30,36.559,36559 +972,826,1,21,15:44:36,29.991,29991 +972,828,2,21,15:44:59,30.655,30655 +972,832,1,24,15:49:33,29.973,29973 +972,838,2,24,15:49:57,35.998,35998 +972,839,1,26,15:52:42,30.253,30253 +972,840,1,26,15:52:58,29.791,29791 +972,822,1,27,15:53:23,29.356,29356 +972,815,1,27,15:54:17,29.868,29868 +972,8,1,29,15:56:49,30.152,30152 +972,830,1,29,15:57:19,29.567,29567 +972,1,1,30,15:58:36,29.739,29739 +972,20,1,34,16:04:56,30.097,30097 +972,807,1,40,16:16:07,30.280,30280 +972,13,2,41,16:17:53,29.920,29920 +973,826,1,1,14:04:51,22.235,22235 +973,13,1,1,14:05:02,40.612,40612 +973,835,1,2,14:06:27,23.159,23159 +973,4,1,12,14:21:10,22.690,22690 +973,840,1,12,14:21:16,22.100,22100 +973,838,1,12,14:21:24,22.547,22547 +973,825,1,13,14:22:35,22.703,22703 +973,832,1,13,14:22:36,22.432,22432 +973,13,2,13,14:23:17,22.292,22292 +973,20,1,14,14:23:19,22.499,22499 +973,807,1,15,14:25:28,22.490,22490 +973,839,1,16,14:26:51,22.616,22616 +973,815,1,18,14:29:42,25.082,25082 +973,828,1,18,14:30:11,22.995,22995 +973,154,1,19,14:31:26,22.866,22866 +973,1,1,21,14:33:26,21.544,21544 +973,817,1,21,14:33:54,21.811,21811 +973,835,2,21,14:35:11,22.762,22762 +973,822,1,26,14:41:01,21.689,21689 +973,4,2,31,14:49:39,23.354,23354 +973,828,2,32,14:51:03,22.775,22775 +973,836,1,33,14:52:14,23.445,23445 +973,807,2,33,14:52:15,22.362,22362 +973,825,2,33,14:52:15,23.814,23814 +973,826,2,33,14:52:37,22.117,22117 +973,840,2,33,14:52:52,22.071,22071 +973,13,3,33,14:53:10,23.066,23066 +973,815,2,34,14:53:46,23.107,23107 +973,839,2,34,14:53:58,22.643,22643 +973,832,2,34,14:54:20,21.934,21934 +973,154,2,34,14:54:22,22.641,22641 +973,1,2,36,14:56:30,21.722,21722 +973,20,2,37,14:57:53,22.307,22307 +973,817,2,38,15:00:10,21.918,21918 +973,835,3,42,15:07:31,24.750,24750 +973,4,3,51,15:20:24,22.923,22923 +973,825,3,63,15:37:43,25.052,25052 +974,836,1,1,14:04:27,25.813,25813 +974,18,1,1,14:04:29,24.465,24465 +974,815,1,16,14:23:49,31.313,31313 +974,830,1,32,14:44:07,25.343,25343 +974,822,1,33,14:45:24,24.308,24308 +974,8,1,34,14:46:35,24.833,24833 +974,828,1,35,14:49:08,24.949,24949 +974,826,1,36,14:49:48,24.406,24406 +974,839,1,36,14:50:06,24.299,24299 +974,832,1,37,14:50:54,24.427,24427 +974,825,1,37,14:51:04,24.979,24979 +974,817,1,38,14:51:46,24.183,24183 +974,13,1,38,14:52:42,24.353,24353 +974,20,1,39,14:52:55,24.306,24306 +974,839,2,39,14:54:19,24.496,24496 +974,18,2,39,14:54:53,26.057,26057 +974,154,1,40,14:54:55,24.660,24660 +974,840,1,41,14:56:46,26.690,26690 +974,825,2,42,14:57:54,26.040,26040 +974,835,1,42,14:58:05,25.472,25472 +974,838,1,43,14:58:56,24.768,24768 +974,1,1,46,15:02:38,24.155,24155 +974,830,2,60,15:20:48,25.678,25678 +974,839,3,60,15:22:40,24.642,24642 +974,13,2,62,15:24:59,25.123,25123 +974,815,2,63,15:26:16,25.026,25026 +974,840,2,67,15:33:42,25.248,25248 +974,815,3,72,15:40:06,35.485,35485 +975,154,1,1,14:04:59,31.256,31256 +975,836,1,1,14:05:02,51.757,51757 +975,20,1,5,14:11:32,31.596,31596 +975,807,1,11,14:19:40,26.764,26764 +975,835,1,11,14:19:55,24.423,24423 +975,828,1,11,14:19:57,24.047,24047 +975,826,1,15,14:25:55,18.088,18088 +975,8,1,17,14:28:23,23.500,23500 +975,817,1,18,14:29:37,23.309,23309 +975,815,1,19,14:30:56,23.229,23229 +975,822,1,23,14:35:53,22.946,22946 +975,840,1,25,14:39:14,22.790,22790 +975,1,1,32,14:47:15,23.061,23061 +975,839,1,32,14:47:42,23.409,23409 +975,836,2,40,14:59:18,24.202,24202 +975,8,2,41,14:59:29,23.760,23760 +975,4,1,42,15:01:08,23.526,23526 +975,838,1,45,15:05:22,23.267,23267 +975,825,1,46,15:06:28,28.869,28869 +975,20,2,49,15:09:44,23.345,23345 +975,826,2,53,15:15:19,1:46.374,106374 +976,822,1,1,17:07:00,36.262,36262 +976,154,1,3,17:09:40,20.776,20776 +976,817,1,5,17:13:04,23.361,23361 +976,838,1,5,17:13:19,21.423,21423 +976,1,1,12,17:25:22,20.418,20418 +976,20,1,12,17:25:26,20.059,20059 +976,815,1,12,17:25:35,20.598,20598 +976,8,1,12,17:25:39,23.237,23237 +976,13,1,12,17:25:43,21.453,21453 +976,839,1,12,17:25:45,20.493,20493 +976,822,2,11,17:25:58,20.407,20407 +976,825,1,12,17:26:11,20.391,20391 +976,4,1,12,17:26:36,21.217,21217 +976,832,1,12,17:26:37,21.040,21040 +976,828,1,12,17:26:45,23.906,23906 +976,836,1,12,17:26:49,31.122,31122 +976,840,1,13,17:28:26,22.625,22625 +976,807,1,13,17:28:32,21.263,21263 +976,817,2,13,17:29:01,20.198,20198 +976,836,2,13,17:29:45,22.356,22356 +976,154,2,14,17:31:36,21.069,21069 +976,1,2,17,17:39:17,15.234,15234 +976,20,2,17,17:39:18,15.174,15174 +976,815,2,17,17:39:19,15.278,15278 +976,13,2,17,17:39:20,15.033,15033 +976,839,2,17,17:39:21,15.061,15061 +976,8,2,17,17:39:22,15.049,15049 +976,840,2,17,17:39:23,15.327,15327 +976,807,2,17,17:39:24,15.638,15638 +976,817,3,17,17:39:26,15.135,15135 +976,825,2,17,17:39:27,15.128,15128 +976,4,2,17,17:39:29,15.104,15104 +976,832,2,17,17:39:31,14.966,14966 +976,838,2,17,17:39:32,15.097,15097 +976,154,3,17,17:39:33,15.073,15073 +976,828,2,17,17:39:34,26.051,26051 +976,836,3,17,17:39:36,34.847,34847 +976,822,3,17,17:39:52,14.978,14978 +976,815,3,20,17:47:36,26:34.609,1594609 +976,839,3,20,17:47:51,31.657,31657 +976,8,3,20,17:48:02,26:23.848,1583848 +976,836,4,21,17:50:37,22.390,22390 +976,1,3,22,17:53:26,21:50.768,1310768 +976,20,3,22,17:53:28,21:50.808,1310808 +976,13,3,22,17:53:30,21:50.671,1310671 +976,840,3,22,17:53:32,21:52.728,1312728 +976,817,4,22,17:53:34,21:53.343,1313343 +976,807,3,22,17:53:35,21:53.641,1313641 +976,825,3,22,17:53:37,21:52.704,1312704 +976,4,3,22,17:53:38,21:53.187,1313187 +976,832,3,22,17:53:40,21:53.693,1313693 +976,154,4,22,17:53:42,21:53.665,1313665 +976,828,3,22,17:53:45,21:54.950,1314950 +976,838,3,22,17:53:48,21:54.189,1314189 +976,822,4,22,17:53:50,21:53.511,1313511 +976,839,4,22,17:53:52,21:53.873,1313873 +976,836,5,22,17:53:54,21:55.645,1315645 +976,1,4,31,18:32:21,27.025,27025 +976,20,4,33,18:35:52,29.317,29317 +976,838,4,33,18:36:35,20.446,20446 +976,815,4,33,18:38:09,14.951,14951 +976,8,4,33,18:38:11,14.943,14943 +976,154,5,36,18:42:11,24.486,24486 +977,826,1,1,14:04:23,33.607,33607 +977,826,2,9,14:14:29,16.139,16139 +977,807,1,14,14:19:44,21.977,21977 +977,1,1,31,14:38:58,20.761,20761 +977,838,1,31,14:39:43,21.714,21714 +977,817,1,33,14:41:11,21.713,21713 +977,20,1,34,14:42:15,21.750,21750 +977,835,1,34,14:43:13,22.233,22233 +977,828,1,34,14:43:40,22.339,22339 +977,815,1,35,14:44:03,22.030,22030 +977,840,1,35,14:44:21,21.332,21332 +977,836,1,35,14:44:41,22.414,22414 +977,154,1,36,14:45:10,22.026,22026 +977,822,1,41,14:50:11,22.387,22387 +977,832,1,40,14:50:18,21.659,21659 +977,839,1,42,14:52:17,22.176,22176 +977,8,1,44,14:53:59,21.662,21662 +977,838,2,44,14:55:17,16.206,16206 +977,13,1,47,14:58:07,20.977,20977 +977,826,3,55,15:09:24,22.274,22274 +978,826,1,1,13:08:08,45.538,45538 +978,836,1,2,13:10:06,29.861,29861 +978,836,2,3,13:12:33,29.941,29941 +978,826,2,9,13:23:00,22.895,22895 +978,20,1,18,13:36:44,28.363,28363 +978,830,1,19,13:38:17,29.147,29147 +978,839,1,20,13:40:15,29.194,29194 +978,4,1,20,13:40:30,28.269,28269 +978,840,1,22,13:43:38,29.849,29849 +978,815,1,23,13:45:01,28.942,28942 +978,154,1,23,13:45:11,28.361,28361 +978,8,1,24,13:45:53,28.476,28476 +978,807,1,24,13:46:27,30.841,30841 +978,1,1,25,13:47:14,27.733,27733 +978,13,1,25,13:48:18,27.583,27583 +978,838,1,26,13:49:50,29.337,29337 +978,826,3,27,13:52:00,28.630,28630 +978,828,1,28,13:53:19,28.825,28825 +978,836,3,31,13:58:18,31.250,31250 +978,822,1,32,13:58:23,27.858,27858 +978,817,1,32,13:59:09,27.910,27910 +978,825,1,37,14:07:18,28.099,28099 +978,840,2,42,14:15:32,28.335,28335 +978,154,2,43,14:16:53,28.998,28998 +978,8,2,49,14:24:46,29.057,29057 +978,830,2,49,14:25:07,28.056,28056 +978,20,2,50,14:27:09,35.204,35204 +979,828,1,1,14:05:01,25.179,25179 +979,836,1,3,14:09:26,24.213,24213 +979,154,1,20,14:35:03,22.638,22638 +979,836,2,28,14:46:37,22.998,22998 +979,840,1,29,14:47:41,21.804,21804 +979,822,1,30,14:48:04,22.681,22681 +979,1,1,31,14:49:30,21.338,21338 +979,825,1,31,14:50:24,22.684,22684 +979,20,1,32,14:50:43,22.317,22317 +979,8,1,33,14:52:06,21.919,21919 +979,815,1,34,14:54:12,24.017,24017 +979,814,1,34,14:55:06,22.399,22399 +979,832,1,35,14:55:33,22.745,22745 +979,4,1,35,14:55:33,22.399,22399 +979,839,1,35,14:55:44,22.441,22441 +979,826,1,40,15:02:57,22.273,22273 +979,830,1,42,15:04:37,33.605,33605 +979,838,1,42,15:05:22,28.616,28616 +979,807,1,45,15:09:34,31.860,31860 +979,835,1,46,15:11:22,22.684,22684 +979,828,2,63,15:36:20,24.097,24097 +980,835,1,8,14:19:01,26.202,26202 +980,828,1,8,14:19:07,23.999,23999 +980,825,1,9,14:20:51,22.828,22828 +980,840,1,9,14:20:55,24.697,24697 +980,839,1,10,14:22:35,23.364,23364 +980,154,1,10,14:22:38,22.925,22925 +980,4,1,10,14:22:43,24.158,24158 +980,807,1,11,14:24:21,23.507,23507 +980,13,1,11,14:24:38,22.667,22667 +980,1,1,12,14:25:45,22.037,22037 +980,815,1,12,14:26:21,23.289,23289 +980,822,1,13,14:27:44,22.963,22963 +980,20,1,14,14:29:26,22.443,22443 +980,817,1,14,14:29:45,22.900,22900 +980,8,1,15,14:31:33,22.533,22533 +980,8,2,17,14:35:29,30.373,30373 +980,826,1,18,14:37:55,22.444,22444 +980,838,1,18,14:38:00,26.894,26894 +980,832,1,19,14:39:43,24.095,24095 +980,828,2,23,14:47:51,23.221,23221 +980,815,2,25,14:50:45,28.594,28594 +980,839,2,27,14:54:26,23.200,23200 +980,8,3,29,14:57:52,22.963,22963 +980,807,2,29,14:58:06,23.539,23539 +980,154,2,29,14:58:27,22.756,22756 +980,13,2,29,14:58:40,23.092,23092 +980,839,3,29,14:58:44,29.646,29646 +980,832,2,29,14:58:50,24.370,24370 +980,840,2,29,14:59:01,23.109,23109 +980,815,3,29,14:59:10,26.574,26574 +980,1,2,30,14:59:18,22.357,22357 +980,20,2,30,14:59:18,25.650,25650 +980,822,2,30,14:59:31,22.919,22919 +980,817,2,30,14:59:47,23.180,23180 +980,828,3,29,14:59:55,23.792,23792 +980,825,2,30,15:01:09,22.908,22908 +980,826,2,30,15:01:33,23.341,23341 +980,835,2,30,15:01:36,24.674,24674 +980,838,2,30,15:01:43,26.187,26187 +980,825,3,34,15:10:50,23.737,23737 +981,154,1,3,14:08:10,33.433,33433 +981,830,1,3,14:08:20,39.888,39888 +981,807,1,9,14:16:50,24.418,24418 +981,825,1,11,14:19:43,24.384,24384 +981,832,1,13,14:22:44,24.865,24865 +981,8,1,15,14:25:17,25.367,25367 +981,839,1,16,14:26:42,24.432,24432 +981,840,1,17,14:28:09,26.131,26131 +981,828,1,18,14:30:19,25.310,25310 +981,826,1,19,14:31:23,25.826,25826 +981,836,1,20,14:33:19,25.212,25212 +981,13,1,21,14:33:59,25.078,25078 +981,835,1,25,14:40:16,31.008,31008 +981,830,2,27,14:43:27,24.173,24173 +981,4,1,30,14:47:38,24.442,24442 +981,20,1,31,14:48:03,24.307,24307 +981,1,1,32,14:49:05,23.725,23725 +981,815,1,32,14:49:55,25.377,25377 +981,822,1,33,14:50:35,23.728,23728 +981,154,2,34,14:53:53,24.307,24307 +981,817,1,37,14:56:51,23.951,23951 +982,1,1,1,20:06:27,30.442,30442 +982,817,1,1,20:06:29,30.737,30737 +982,807,1,1,20:06:30,31.032,31032 +982,815,1,1,20:06:31,30.709,30709 +982,822,1,1,20:06:33,30.444,30444 +982,835,1,1,20:06:33,30.785,30785 +982,838,1,1,20:06:35,31.550,31550 +982,839,1,1,20:06:36,31.793,31793 +982,832,1,1,20:06:37,32.689,32689 +982,825,1,1,20:06:39,32.701,32701 +982,826,1,1,20:06:40,33.077,33077 +982,4,1,1,20:06:42,36.900,36900 +982,840,1,1,20:06:43,37.403,37403 +982,13,1,1,20:06:44,38.464,38464 +982,154,1,1,20:06:45,39.455,39455 +982,828,1,1,20:06:48,40.125,40125 +982,836,1,1,20:06:49,40.506,40506 +982,1,2,2,20:09:49,24.368,24368 +982,817,2,2,20:09:51,24.402,24402 +982,807,2,2,20:09:52,25.093,25093 +982,815,2,2,20:09:53,25.315,25315 +982,822,2,2,20:09:55,25.367,25367 +982,835,2,2,20:09:56,26.206,26206 +982,838,2,2,20:09:58,26.553,26553 +982,839,2,2,20:09:59,26.532,26532 +982,832,2,2,20:10:00,27.452,27452 +982,825,2,2,20:10:02,26.903,26903 +982,826,2,2,20:10:04,27.015,27015 +982,4,2,2,20:10:05,29.306,29306 +982,840,2,2,20:10:07,29.294,29294 +982,13,2,2,20:10:08,30.790,30790 +982,154,2,2,20:10:10,31.320,31320 +982,828,2,2,20:10:12,38.886,38886 +982,836,2,2,20:10:14,45.875,45875 +982,1,3,3,20:13:00,24.337,24337 +982,817,3,3,20:13:01,24.362,24362 +982,807,3,3,20:13:03,24.964,24964 +982,815,3,3,20:13:04,25.288,25288 +982,822,3,3,20:13:05,25.432,25432 +982,835,3,3,20:13:07,25.113,25113 +982,838,3,3,20:13:08,24.543,24543 +982,839,3,3,20:13:09,24.664,24664 +982,832,3,3,20:13:10,25.356,25356 +982,825,3,3,20:13:11,25.509,25509 +982,826,3,3,20:13:13,25.003,25003 +982,4,3,3,20:13:15,25.626,25626 +982,840,3,3,20:13:16,25.584,25584 +982,13,3,3,20:13:17,25.731,25731 +982,154,3,3,20:13:19,26.228,26228 +982,828,3,3,20:13:21,27.591,27591 +982,836,3,3,20:13:22,27.865,27865 +982,817,4,11,20:30:55,29.658,29658 +982,815,4,11,20:31:20,30.128,30128 +982,839,4,11,20:31:38,31.336,31336 +982,825,4,11,20:31:52,30.132,30132 +982,807,4,12,20:33:56,30.725,30725 +982,835,4,12,20:34:10,30.015,30015 +982,838,4,12,20:34:19,30.390,30390 +982,828,4,13,20:37:20,31.714,31714 +982,13,4,17,20:46:40,29.685,29685 +982,836,4,21,20:55:34,32.249,32249 +982,825,5,24,21:01:10,30.504,30504 +982,13,5,24,21:01:38,30.048,30048 +982,840,4,26,21:05:07,29.412,29412 +982,832,4,27,21:06:44,30.093,30093 +982,838,5,27,21:06:56,36.138,36138 +982,154,4,27,21:07:18,29.049,29049 +982,839,5,27,21:07:19,29.173,29173 +982,828,5,27,21:07:36,50.617,50617 +982,817,5,28,21:08:22,29.118,29118 +982,822,4,28,21:08:39,29.089,29089 +982,807,5,28,21:08:46,30.005,30005 +982,815,5,28,21:08:49,29.186,29186 +982,1,4,29,21:10:11,28.466,28466 +982,836,5,28,21:10:50,31.094,31094 +982,835,5,29,21:10:52,30.038,30038 +982,828,6,31,21:17:01,30.067,30067 +982,13,6,37,21:27:05,29.671,29671 +982,807,6,38,21:28:16,1:08.357,68357 +982,839,6,38,21:29:07,29.134,29134 +982,825,6,38,21:29:17,29.379,29379 +982,836,6,37,21:30:39,32.183,32183 +983,839,1,2,15:06:57,24.456,24456 +983,807,1,9,15:18:36,24.872,24872 +983,825,1,10,15:20:13,23.766,23766 +983,13,1,11,15:21:49,23.791,23791 +983,154,1,11,15:22:00,24.912,24912 +983,840,1,12,15:23:27,24.109,24109 +983,842,1,12,15:23:37,25.044,25044 +983,838,1,13,15:25:04,24.580,24580 +983,835,1,13,15:25:12,25.558,25558 +983,1,1,26,15:45:40,23.489,23489 +983,4,1,26,15:46:31,25.798,25798 +983,830,1,27,15:47:09,23.652,23652 +983,20,1,27,15:47:42,23.695,23695 +983,822,1,28,15:49:19,23.676,23676 +983,817,1,29,15:50:36,24.199,24199 +983,815,1,30,15:52:42,24.314,24314 +983,154,2,33,15:58:35,24.419,24419 +983,836,1,37,16:05:08,25.060,25060 +983,828,1,38,16:07:14,24.719,24719 +983,807,2,50,16:26:10,25.714,25714 +984,836,1,2,14:07:36,24.424,24424 +984,836,2,3,14:09:55,24.918,24918 +984,840,1,4,14:11:34,23.475,23475 +984,838,1,9,14:20:17,23.430,23430 +984,13,1,17,14:33:15,22.956,22956 +984,825,1,19,14:36:33,23.065,23065 +984,839,1,20,14:37:56,24.078,24078 +984,830,1,21,14:39:13,22.620,22620 +984,815,1,21,14:39:37,23.634,23634 +984,1,1,22,14:40:43,22.724,22724 +984,842,1,22,14:41:29,23.344,23344 +984,154,1,23,14:43:03,22.781,22781 +984,817,1,25,14:45:43,23.796,23796 +984,4,1,25,14:46:28,24.636,24636 +984,836,3,25,14:47:08,24.952,24952 +984,8,1,28,14:50:46,23.699,23699 +984,822,1,30,14:53:46,22.876,22876 +984,838,2,34,15:01:19,23.399,23399 +984,840,2,35,15:02:52,22.736,22736 +984,807,1,38,15:07:08,23.199,23199 +984,835,1,39,15:09:02,25.618,25618 +984,842,2,39,15:09:07,24.413,24413 +985,825,1,1,14:05:31,25.112,25112 +985,836,1,3,14:09:08,31.334,31334 +985,843,1,8,14:17:38,24.400,24400 +985,840,1,10,14:21:03,24.949,24949 +985,817,1,12,14:23:58,23.604,23604 +985,815,1,12,14:24:19,24.326,24326 +985,839,1,14,14:27:34,24.502,24502 +985,4,1,14,14:27:37,23.796,23796 +985,8,1,16,14:30:37,24.300,24300 +985,154,1,16,14:31:15,24.897,24897 +985,826,1,17,14:32:52,24.883,24883 +985,822,1,18,14:34:03,23.459,23459 +985,1,1,19,14:35:36,23.402,23402 +985,832,1,19,14:36:13,24.525,24525 +985,20,1,20,14:37:29,23.575,23575 +985,828,1,21,14:40:02,25.841,25841 +985,830,1,24,14:44:17,24.325,24325 +985,838,1,25,14:46:48,23.578,23578 +985,13,1,29,14:53:26,23.772,23772 +985,843,2,35,15:04:07,24.229,24229 +985,840,2,36,15:05:47,24.497,24497 +985,830,2,37,15:06:06,23.423,23423 +985,8,2,38,15:07:41,23.620,23620 +985,825,2,49,15:28:07,25.268,25268 +985,822,2,52,15:31:05,23.254,23254 +986,20,1,1,13:04:31,32.037,32037 +986,1,1,1,13:04:57,29.283,29283 +986,832,1,2,13:06:13,22.852,22852 +986,13,1,3,13:07:22,22.055,22055 +986,836,1,4,13:08:55,23.358,23358 +986,815,1,18,13:27:58,22.903,22903 +986,807,1,19,13:29:17,22.587,22587 +986,839,1,20,13:30:35,22.665,22665 +986,828,1,28,13:42:13,22.736,22736 +986,825,1,31,13:46:09,22.507,22507 +986,838,1,31,13:46:25,28.044,28044 +986,830,1,32,13:46:33,22.570,22570 +986,842,1,31,13:46:43,22.709,22709 +986,154,1,31,13:46:45,28.761,28761 +986,822,1,32,13:46:46,21.758,21758 +986,1,2,31,13:46:57,23.315,23315 +986,832,2,31,13:47:07,23.035,23035 +986,8,1,32,13:47:13,22.540,22540 +986,840,1,32,13:47:37,21.825,21825 +986,20,2,32,13:48:10,22.379,22379 +986,4,1,32,13:48:13,22.655,22655 +986,815,2,50,14:12:39,22.528,22528 +986,154,2,62,14:30:09,23.035,23035 +987,20,1,1,14:04:42,19.097,19097 +987,822,1,1,14:04:43,18.717,18717 +987,8,1,1,14:04:45,19.433,19433 +987,830,1,1,14:04:47,18.827,18827 +987,4,1,1,14:04:49,18.487,18487 +987,13,1,1,14:04:50,18.238,18238 +987,815,1,1,14:04:51,18.417,18417 +987,807,1,1,14:04:52,18.927,18927 +987,832,1,1,14:04:54,19.208,19208 +987,842,1,1,14:04:55,19.430,19430 +987,828,1,1,14:04:58,19.603,19603 +987,843,1,1,14:04:59,19.936,19936 +987,840,1,1,14:05:00,20.146,20146 +987,836,1,1,14:05:01,26.439,26439 +987,154,1,1,14:05:02,25.845,25845 +987,1,1,1,14:05:05,19.377,19377 +987,817,1,1,14:05:06,25.946,25946 +987,20,2,2,14:07:01,17.817,17817 +987,822,2,2,14:07:03,17.827,17827 +987,8,2,2,14:07:05,18.027,18027 +987,830,2,2,14:07:06,17.913,17913 +987,4,2,2,14:07:08,17.770,17770 +987,13,2,2,14:07:09,17.736,17736 +987,815,2,2,14:07:10,17.959,17959 +987,807,2,2,14:07:11,18.549,18549 +987,832,2,2,14:07:13,18.604,18604 +987,842,2,2,14:07:14,18.855,18855 +987,828,2,2,14:07:16,19.250,19250 +987,843,2,2,14:07:17,19.439,19439 +987,840,2,2,14:07:18,19.270,19270 +987,1,2,2,14:07:19,19.237,19237 +987,836,2,2,14:07:20,19.160,19160 +987,154,2,2,14:07:22,18.860,18860 +987,817,2,2,14:07:23,17.929,17929 +987,20,3,3,14:09:13,17.842,17842 +987,822,3,3,14:09:15,17.784,17784 +987,8,3,3,14:09:16,18.290,18290 +987,830,3,3,14:09:17,18.017,18017 +987,4,3,3,14:09:19,17.716,17716 +987,13,3,3,14:09:20,17.745,17745 +987,815,3,3,14:09:21,17.822,17822 +987,807,3,3,14:09:23,18.052,18052 +987,832,3,3,14:09:25,18.347,18347 +987,842,3,3,14:09:26,18.207,18207 +987,828,3,3,14:09:28,17.802,17802 +987,843,3,3,14:09:29,17.738,17738 +987,840,3,3,14:09:31,17.925,17925 +987,1,3,3,14:09:32,18.725,18725 +987,836,3,3,14:09:33,18.764,18764 +987,154,3,3,14:09:34,18.456,18456 +987,817,3,3,14:09:35,18.129,18129 +987,822,4,27,14:40:23,23.064,23064 +987,13,4,27,14:40:48,23.275,23275 +987,843,4,27,14:41:13,23.830,23830 +987,20,4,28,14:41:36,22.736,22736 +987,830,4,28,14:41:48,23.180,23180 +987,4,4,28,14:42:03,23.342,23342 +987,840,4,28,14:42:27,22.486,22486 +987,8,4,29,14:42:56,23.170,23170 +987,807,4,30,14:44:43,24.054,24054 +987,832,4,31,14:46:03,23.550,23550 +987,815,4,35,14:50:51,23.275,23275 +987,1,4,43,15:00:16,23.121,23121 +987,817,4,43,15:00:36,23.484,23484 +987,842,4,44,15:02:35,23.748,23748 +987,828,4,44,15:02:43,24.164,24164 +987,154,4,48,15:08:02,34.438,34438 +987,830,5,62,15:23:42,22.644,22644 +987,840,5,67,15:32:18,24.756,24756 +988,840,1,11,17:23:10,21.613,21613 +988,838,1,12,17:24:58,22.125,22125 +988,830,1,14,17:27:48,21.269,21269 +988,8,1,15,17:29:30,21.609,21609 +988,815,1,16,17:31:34,21.869,21869 +988,807,1,17,17:33:10,29.724,29724 +988,817,1,19,17:36:18,23.477,23477 +988,20,1,20,17:37:57,21.221,21221 +988,822,1,21,17:39:31,21.478,21478 +988,4,1,21,17:40:31,22.541,22541 +988,13,1,22,17:42:15,21.449,21449 +988,825,1,22,17:42:42,21.875,21875 +988,1,1,24,17:44:41,21.274,21274 +988,843,1,26,17:49:52,21.598,21598 +988,836,1,28,17:53:13,22.959,22959 +988,840,2,29,17:55:13,21.543,21543 +988,842,1,30,17:56:53,21.519,21519 +988,828,1,30,17:56:57,22.176,22176 +988,839,1,31,17:57:47,21.865,21865 +988,832,1,31,17:57:49,21.956,21956 +988,154,1,32,17:59:52,21.850,21850 +988,840,3,35,18:06:11,21.908,21908 diff --git a/test_database/formula_1/data_csv/seasons.csv b/test_database/formula_1/data_csv/seasons.csv new file mode 100644 index 0000000000000000000000000000000000000000..d1691a15d59c796cb325802f4ed70c871d9c25dc --- /dev/null +++ b/test_database/formula_1/data_csv/seasons.csv @@ -0,0 +1,70 @@ +year,url +2009,http://en.wikipedia.org/wiki/2009_Formula_One_season +2008,http://en.wikipedia.org/wiki/2008_Formula_One_season +2007,http://en.wikipedia.org/wiki/2007_Formula_One_season +2006,http://en.wikipedia.org/wiki/2006_Formula_One_season +2005,http://en.wikipedia.org/wiki/2005_Formula_One_season +2004,http://en.wikipedia.org/wiki/2004_Formula_One_season +2003,http://en.wikipedia.org/wiki/2003_Formula_One_season +2002,http://en.wikipedia.org/wiki/2002_Formula_One_season +2001,http://en.wikipedia.org/wiki/2001_Formula_One_season +2000,http://en.wikipedia.org/wiki/2000_Formula_One_season +1999,http://en.wikipedia.org/wiki/1999_Formula_One_season +1998,http://en.wikipedia.org/wiki/1998_Formula_One_season +1997,http://en.wikipedia.org/wiki/1997_Formula_One_season +1996,http://en.wikipedia.org/wiki/1996_Formula_One_season +1995,http://en.wikipedia.org/wiki/1995_Formula_One_season +1994,http://en.wikipedia.org/wiki/1994_Formula_One_season +1993,http://en.wikipedia.org/wiki/1993_Formula_One_season +1992,http://en.wikipedia.org/wiki/1992_Formula_One_season +1991,http://en.wikipedia.org/wiki/1991_Formula_One_season +1990,http://en.wikipedia.org/wiki/1990_Formula_One_season +2010,http://en.wikipedia.org/wiki/2010_Formula_One_season +1989,http://en.wikipedia.org/wiki/1989_Formula_One_season +1988,http://en.wikipedia.org/wiki/1988_Formula_One_season +1987,http://en.wikipedia.org/wiki/1987_Formula_One_season +1986,http://en.wikipedia.org/wiki/1986_Formula_One_season +1985,http://en.wikipedia.org/wiki/1985_Formula_One_season +1984,http://en.wikipedia.org/wiki/1984_Formula_One_season +1983,http://en.wikipedia.org/wiki/1983_Formula_One_season +1982,http://en.wikipedia.org/wiki/1982_Formula_One_season +1981,http://en.wikipedia.org/wiki/1981_Formula_One_season +1980,http://en.wikipedia.org/wiki/1980_Formula_One_season +1979,http://en.wikipedia.org/wiki/1979_Formula_One_season +1978,http://en.wikipedia.org/wiki/1978_Formula_One_season +1977,http://en.wikipedia.org/wiki/1977_Formula_One_season +1976,http://en.wikipedia.org/wiki/1976_Formula_One_season +1975,http://en.wikipedia.org/wiki/1975_Formula_One_season +1974,http://en.wikipedia.org/wiki/1974_Formula_One_season +1973,http://en.wikipedia.org/wiki/1973_Formula_One_season +1972,http://en.wikipedia.org/wiki/1972_Formula_One_season +1971,http://en.wikipedia.org/wiki/1971_Formula_One_season +1970,http://en.wikipedia.org/wiki/1970_Formula_One_season +1969,http://en.wikipedia.org/wiki/1969_Formula_One_season +1968,http://en.wikipedia.org/wiki/1968_Formula_One_season +1967,http://en.wikipedia.org/wiki/1967_Formula_One_season +1966,http://en.wikipedia.org/wiki/1966_Formula_One_season +1965,http://en.wikipedia.org/wiki/1965_Formula_One_season +1964,http://en.wikipedia.org/wiki/1964_Formula_One_season +1963,http://en.wikipedia.org/wiki/1963_Formula_One_season +1962,http://en.wikipedia.org/wiki/1962_Formula_One_season +1961,http://en.wikipedia.org/wiki/1961_Formula_One_season +1960,http://en.wikipedia.org/wiki/1960_Formula_One_season +1959,http://en.wikipedia.org/wiki/1959_Formula_One_season +1958,http://en.wikipedia.org/wiki/1958_Formula_One_season +1957,http://en.wikipedia.org/wiki/1957_Formula_One_season +1956,http://en.wikipedia.org/wiki/1956_Formula_One_season +1955,http://en.wikipedia.org/wiki/1955_Formula_One_season +1954,http://en.wikipedia.org/wiki/1954_Formula_One_season +1953,http://en.wikipedia.org/wiki/1953_Formula_One_season +1952,http://en.wikipedia.org/wiki/1952_Formula_One_season +1951,http://en.wikipedia.org/wiki/1951_Formula_One_season +1950,http://en.wikipedia.org/wiki/1950_Formula_One_season +2011,http://en.wikipedia.org/wiki/2011_Formula_One_season +2012,http://en.wikipedia.org/wiki/2012_Formula_One_season +2013,http://en.wikipedia.org/wiki/2013_Formula_One_season +2014,http://en.wikipedia.org/wiki/2014_Formula_One_season +2015,http://en.wikipedia.org/wiki/2015_Formula_One_season +2016,https://en.wikipedia.org/wiki/2016_Formula_One_season +2017,https://en.wikipedia.org/wiki/2017_Formula_One_season +2018,http://en.wikipedia.org/wiki/2018_FIA_Formula_One_World_Championship diff --git a/test_database/geo/geo.sqlite b/test_database/geo/geo.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..2c1be7fa417e3911fd82d08249c469df9c83662c Binary files /dev/null and b/test_database/geo/geo.sqlite differ diff --git a/test_database/geo/schema.sql b/test_database/geo/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..b705e2e8bc705377ef5d18d7b54ac0a3a6928d3d --- /dev/null +++ b/test_database/geo/schema.sql @@ -0,0 +1,58 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE `state` ( + `state_name` text +, `population` integer DEFAULT NULL +, `area` double DEFAULT NULL +, `country_name` varchar(3) NOT NULL DEFAULT '' +, `capital` text +, `density` double DEFAULT NULL +, PRIMARY KEY (`state_name`) +); + +CREATE TABLE `city` ( + `city_name` text +, `population` integer DEFAULT NULL +, `country_name` varchar(3) NOT NULL DEFAULT '' +, `state_name` text +, PRIMARY KEY (`city_name`,`state_name`) +, FOREIGN KEY(`state_name`) REFERENCES `state`(`state_name`) +); +CREATE TABLE `border_info` ( + `state_name` text +, `border` text +, PRIMARY KEY (`border`,`state_name`) +, FOREIGN KEY(`state_name`) REFERENCES `state`(`state_name`) +, FOREIGN KEY(`border`) REFERENCES `state`(`state_name`) +); +CREATE TABLE `highlow` ( + `state_name` text +, `highest_elevation` text +, `lowest_point` text +, `highest_point` text +, `lowest_elevation` text +, PRIMARY KEY (`state_name`) +, FOREIGN KEY(`state_name`) REFERENCES `state`(`state_name`) +); +CREATE TABLE `lake` ( + `lake_name` text +, `area` double DEFAULT NULL +, `country_name` varchar(3) NOT NULL DEFAULT '' +, `state_name` text +); +CREATE TABLE `mountain` ( + `mountain_name` text +, `mountain_altitude` integer DEFAULT NULL +, `country_name` varchar(3) NOT NULL DEFAULT '' +, `state_name` text +, PRIMARY KEY (`mountain_name`, `state_name`) +, FOREIGN KEY(`state_name`) REFERENCES `state`(`state_name`) +); +CREATE TABLE `river` ( + `river_name` text +, `length` integer DEFAULT NULL +, `country_name` varchar(3) NOT NULL DEFAULT '' +, `traverse` text +, PRIMARY KEY (`river_name`) +, FOREIGN KEY(`traverse`) REFERENCES `state`(`state_name`) +); \ No newline at end of file diff --git a/test_database/headphone_store/headphone_store.sqlite b/test_database/headphone_store/headphone_store.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..789b1ad4fa45b16aa269912c170d0e64967b3e1e Binary files /dev/null and b/test_database/headphone_store/headphone_store.sqlite differ diff --git a/test_database/headphone_store/schema.sql b/test_database/headphone_store/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..ca245f6430e39d4fbe9809cc10cb15f0761aedab --- /dev/null +++ b/test_database/headphone_store/schema.sql @@ -0,0 +1,62 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "headphone" ( +"Headphone_ID" int, +"Model" text, +"Class" text, +"Driver-matched_dB" real, +"Construction" text, +"Earpads" text, +"Price" int, +PRIMARY KEY ("Headphone_ID") +); + +CREATE TABLE "store" ( +"Store_ID" int, +"Name" text, +"Neighborhood" text, +"Parking" text, +"Date_Opened" text, +PRIMARY KEY ("Store_ID") +); + +INSERT INTO "headphone" VALUES (1,"iGrado","Prestige","0.1","Plastic","Comfort Pads","49"); +INSERT INTO "headphone" VALUES (2,"SR60i","Prestige","0.1","Plastic","Comfort Pads","79"); +INSERT INTO "headphone" VALUES (3,"SR80i","Prestige","0.1","Plastic","Comfort Pads","99"); +INSERT INTO "headphone" VALUES (4,"SR125i","Prestige","0.1","Plastic","Comfort Pads","150"); +INSERT INTO "headphone" VALUES (5,"SR225i","Prestige","0.05","Plastic","Bowls","200"); +INSERT INTO "headphone" VALUES (6,"SR325i","Prestige","0.05","Aluminum alloy/ Plastic inner sleeve","Bowls","295"); +INSERT INTO "headphone" VALUES (7,"RS2i","Reference","0.05","Hand-Crafted Mahogany","Bowls","495"); +INSERT INTO "headphone" VALUES (8,"RS1i","Reference","0.05","Hand-Crafted Mahogany","Bowls","695"); +INSERT INTO "headphone" VALUES (9,"GS1000i","Statement","0.05","Hand-Crafted Mahogany","Circumaural Bowls","995"); +INSERT INTO "headphone" VALUES (10,"PS500","Professional","0.05","Hand-Crafted Mahogany / Aluminum","Bowls","595"); +INSERT INTO "headphone" VALUES (11,"PS1000","Professional","0.05","Hand-Crafted Mahogany / Aluminum","Circumaural Bowls","1695"); + +INSERT INTO "store" VALUES (1,"Laurel Canyon","Valley Village","None","October 29, 2005"); +INSERT INTO "store" VALUES (2,"Woodman","Valley Glen","None","October 29, 2005"); +INSERT INTO "store" VALUES (3,"Sepulveda","Van Nuys","1,205 Spaces","October 29, 2005"); +INSERT INTO "store" VALUES (4,"Woodley","Van Nuys","None","October 29, 2005"); +INSERT INTO "store" VALUES (5,"Reseda","Tarzana","522 Spaces","October 29, 2005"); +INSERT INTO "store" VALUES (6,"Tampa","Tarzana","n/a","October 29, 2005"); +INSERT INTO "store" VALUES (7,"Pierce College","Winnetka","373 Spaces","October 29, 2005"); +INSERT INTO "store" VALUES (8,"Sherman Way","Canoga Park","Park & Ride Lot","June 30, 2012"); +INSERT INTO "store" VALUES (9,"Roscoe","Canoga Park","None","June 30, 2012"); + +CREATE TABLE "stock" ( +"Store_ID" int, +"Headphone_ID" int, +"Quantity" int, +PRIMARY KEY ("Store_ID","Headphone_ID"), +FOREIGN KEY (`Store_ID`) REFERENCES `store`(`Store_ID`), +FOREIGN KEY (`Headphone_ID`) REFERENCES `headphone`(`Headphone_ID`) +); + +INSERT INTO "stock" VALUES (1,6,100); +INSERT INTO "stock" VALUES (2,2,170); +INSERT INTO "stock" VALUES (3,1,34); +INSERT INTO "stock" VALUES (4,3,50); +INSERT INTO "stock" VALUES (5,5,100); +INSERT INTO "stock" VALUES (7,4,116); +INSERT INTO "stock" VALUES (3,4,14); +INSERT INTO "stock" VALUES (2,3,300); + diff --git a/test_database/hr_1/hr_1.sqlite b/test_database/hr_1/hr_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..bb05596914cd114514b9d7761455c1679cc8e7c9 Binary files /dev/null and b/test_database/hr_1/hr_1.sqlite differ diff --git a/test_database/hr_1/schema.sql b/test_database/hr_1/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..a435efd14f1f7b3fc9974955172cd6f00b3713fc --- /dev/null +++ b/test_database/hr_1/schema.sql @@ -0,0 +1,392 @@ +-- phpMyAdmin SQL Dump +-- version 4.0.10.7 +-- http://www.phpmyadmin.net +-- +-- Host: localhost +-- Generation Time: Mar 20, 2015 at 01:43 AM +-- Server version: 5.5.34-cll-lve +-- PHP Version: 5.4.23 + + + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8 */; +CREATE TABLE IF NOT EXISTS `regions` ( + `REGION_ID` decimal(5,0) NOT NULL, + `REGION_NAME` varchar(25) DEFAULT NULL, + PRIMARY KEY (`REGION_ID`) +); + +-- +-- Dumping data for table `regions` +-- + +INSERT INTO `regions` (`REGION_ID`, `REGION_NAME`) VALUES +('1', 'Europe\r'), +('2', 'Americas\r'), +('3', 'Asia\r'), +('4', 'Middle East and Africa\r'); +-- +-- Database: `wrpracti_bookinfo` +-- + +-- -------------------------------------------------------- + +-- +-- Table structure for table `countries` +-- + +CREATE TABLE IF NOT EXISTS `countries` ( + `COUNTRY_ID` varchar(2) NOT NULL, + `COUNTRY_NAME` varchar(40) DEFAULT NULL, + `REGION_ID` decimal(10,0) DEFAULT NULL, + PRIMARY KEY (`COUNTRY_ID`), + FOREIGN KEY (`REGION_ID`) REFERENCES regions (`REGION_ID`) +); + +-- +-- Dumping data for table `countries` +-- + +INSERT INTO `countries` (`COUNTRY_ID`, `COUNTRY_NAME`, `REGION_ID`) VALUES +('AR', 'Argentina', '2'), +('AU', 'Australia', '3'), +('BE', 'Belgium', '1'), +('BR', 'Brazil', '2'), +('CA', 'Canada', '2'), +('CH', 'Switzerland', '1'), +('CN', 'China', '3'), +('DE', 'Germany', '1'), +('DK', 'Denmark', '1'), +('EG', 'Egypt', '4'), +('FR', 'France', '1'), +('HK', 'HongKong', '3'), +('IL', 'Israel', '4'), +('IN', 'India', '3'), +('IT', 'Italy', '1'), +('JP', 'Japan', '3'), +('KW', 'Kuwait', '4'), +('MX', 'Mexico', '2'), +('NG', 'Nigeria', '4'), +('NL', 'Netherlands', '1'), +('SG', 'Singapore', '3'), +('UK', 'United Kingdom', '1'), +('US', 'United States of America', '2'), +('ZM', 'Zambia', '4'), +('ZW', 'Zimbabwe', '4'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `departments` +-- + +CREATE TABLE IF NOT EXISTS `departments` ( + `DEPARTMENT_ID` decimal(4,0) NOT NULL DEFAULT '0', + `DEPARTMENT_NAME` varchar(30) NOT NULL, + `MANAGER_ID` decimal(6,0) DEFAULT NULL, + `LOCATION_ID` decimal(4,0) DEFAULT NULL, + PRIMARY KEY (`DEPARTMENT_ID`) +); + +-- +-- Dumping data for table `departments` +-- + +INSERT INTO `departments` (`DEPARTMENT_ID`, `DEPARTMENT_NAME`, `MANAGER_ID`, `LOCATION_ID`) VALUES +('10', 'Administration', '200', '1700'), +('20', 'Marketing', '201', '1800'), +('30', 'Purchasing', '114', '1700'), +('40', 'Human Resources', '203', '2400'), +('50', 'Shipping', '121', '1500'), +('60', 'IT', '103', '1400'), +('70', 'Public Relations', '204', '2700'), +('80', 'Sales', '145', '2500'), +('90', 'Executive', '100', '1700'), +('100', 'Finance', '108', '1700'), +('110', 'Accounting', '205', '1700'), +('120', 'Treasury', '0', '1700'), +('130', 'Corporate Tax', '0', '1700'), +('140', 'Control And Credit', '0', '1700'), +('150', 'Shareholder Services', '0', '1700'), +('160', 'Benefits', '0', '1700'), +('170', 'Manufacturing', '0', '1700'), +('180', 'Construction', '0', '1700'), +('190', 'Contracting', '0', '1700'), +('200', 'Operations', '0', '1700'), +('210', 'IT Support', '0', '1700'), +('220', 'NOC', '0', '1700'), +('230', 'IT Helpdesk', '0', '1700'), +('240', 'Government Sales', '0', '1700'), +('250', 'Retail Sales', '0', '1700'), +('260', 'Recruiting', '0', '1700'), +('270', 'Payroll', '0', '1700'); + + +CREATE TABLE IF NOT EXISTS `jobs` ( + `JOB_ID` varchar(10) NOT NULL DEFAULT '', + `JOB_TITLE` varchar(35) NOT NULL, + `MIN_SALARY` decimal(6,0) DEFAULT NULL, + `MAX_SALARY` decimal(6,0) DEFAULT NULL, + PRIMARY KEY (`JOB_ID`) +); + +-- +-- Dumping data for table `jobs` +-- + +INSERT INTO `jobs` (`JOB_ID`, `JOB_TITLE`, `MIN_SALARY`, `MAX_SALARY`) VALUES +('AD_PRES', 'President', '20000', '40000'), +('AD_VP', 'Administration Vice President', '15000', '30000'), +('AD_ASST', 'Administration Assistant', '3000', '6000'), +('FI_MGR', 'Finance Manager', '8200', '16000'), +('FI_ACCOUNT', 'Accountant', '4200', '9000'), +('AC_MGR', 'Accounting Manager', '8200', '16000'), +('AC_ACCOUNT', 'Public Accountant', '4200', '9000'), +('SA_MAN', 'Sales Manager', '10000', '20000'), +('SA_REP', 'Sales Representative', '6000', '12000'), +('PU_MAN', 'Purchasing Manager', '8000', '15000'), +('PU_CLERK', 'Purchasing Clerk', '2500', '5500'), +('ST_MAN', 'Stock Manager', '5500', '8500'), +('ST_CLERK', 'Stock Clerk', '2000', '5000'), +('SH_CLERK', 'Shipping Clerk', '2500', '5500'), +('IT_PROG', 'Programmer', '4000', '10000'), +('MK_MAN', 'Marketing Manager', '9000', '15000'), +('MK_REP', 'Marketing Representative', '4000', '9000'), +('HR_REP', 'Human Resources Representative', '4000', '9000'), +('PR_REP', 'Public Relations Representative', '4500', '10500'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `employees` +-- + +CREATE TABLE IF NOT EXISTS `employees` ( + `EMPLOYEE_ID` decimal(6,0) NOT NULL DEFAULT '0', + `FIRST_NAME` varchar(20) DEFAULT NULL, + `LAST_NAME` varchar(25) NOT NULL, + `EMAIL` varchar(25) NOT NULL, + `PHONE_NUMBER` varchar(20) DEFAULT NULL, + `HIRE_DATE` date NOT NULL, + `JOB_ID` varchar(10) NOT NULL, + `SALARY` decimal(8,2) DEFAULT NULL, + `COMMISSION_PCT` decimal(2,2) DEFAULT NULL, + `MANAGER_ID` decimal(6,0) DEFAULT NULL, + `DEPARTMENT_ID` decimal(4,0) DEFAULT NULL, + PRIMARY KEY (`EMPLOYEE_ID`), + FOREIGN KEY (`DEPARTMENT_ID`) REFERENCES departments(`DEPARTMENT_ID`), + FOREIGN KEY (`JOB_ID`) REFERENCES jobs(`JOB_ID`) +); + +-- +-- Dumping data for table `employees` +-- + +INSERT INTO `employees` (`EMPLOYEE_ID`, `FIRST_NAME`, `LAST_NAME`, `EMAIL`, `PHONE_NUMBER`, `HIRE_DATE`, `JOB_ID`, `SALARY`, `COMMISSION_PCT`, `MANAGER_ID`, `DEPARTMENT_ID`) VALUES +('100', 'Steven', 'King', 'SKING', '515.123.4567', '1987-06-17', 'AD_PRES', '24000.00', '0.00', '0', '90'), +('101', 'Neena', 'Kochhar', 'NKOCHHAR', '515.123.4568', '1987-06-18', 'AD_VP', '17000.00', '0.00', '100', '90'), +('102', 'Lex', 'De Haan', 'LDEHAAN', '515.123.4569', '1987-06-19', 'AD_VP', '17000.00', '0.00', '100', '90'), +('103', 'Alexander', 'Hunold', 'AHUNOLD', '590.423.4567', '1987-06-20', 'IT_PROG', '9000.00', '0.00', '102', '60'), +('104', 'Bruce', 'Ernst', 'BERNST', '590.423.4568', '1987-06-21', 'IT_PROG', '6000.00', '0.00', '103', '60'), +('105', 'David', 'Austin', 'DAUSTIN', '590.423.4569', '1987-06-22', 'IT_PROG', '4800.00', '0.00', '103', '60'), +('106', 'Valli', 'Pataballa', 'VPATABAL', '590.423.4560', '1987-06-23', 'IT_PROG', '4800.00', '0.00', '103', '60'), +('107', 'Diana', 'Lorentz', 'DLORENTZ', '590.423.5567', '1987-06-24', 'IT_PROG', '4200.00', '0.00', '103', '60'), +('108', 'Nancy', 'Greenberg', 'NGREENBE', '515.124.4569', '1987-06-25', 'FI_MGR', '12000.00', '0.00', '101', '100'), +('109', 'Daniel', 'Faviet', 'DFAVIET', '515.124.4169', '1987-06-26', 'FI_ACCOUNT', '9000.00', '0.00', '108', '100'), +('110', 'John', 'Chen', 'JCHEN', '515.124.4269', '1987-06-27', 'FI_ACCOUNT', '8200.00', '0.00', '108', '100'), +('111', 'Ismael', 'Sciarra', 'ISCIARRA', '515.124.4369', '1987-06-28', 'FI_ACCOUNT', '7700.00', '0.00', '108', '100'), +('112', 'Jose Manuel', 'Urman', 'JMURMAN', '515.124.4469', '1987-06-29', 'FI_ACCOUNT', '7800.00', '0.00', '108', '100'), +('113', 'Luis', 'Popp', 'LPOPP', '515.124.4567', '1987-06-30', 'FI_ACCOUNT', '6900.00', '0.00', '108', '100'), +('114', 'Den', 'Raphaely', 'DRAPHEAL', '515.127.4561', '1987-07-01', 'PU_MAN', '11000.00', '0.00', '100', '30'), +('115', 'Alexander', 'Khoo', 'AKHOO', '515.127.4562', '1987-07-02', 'PU_CLERK', '3100.00', '0.00', '114', '30'), +('116', 'Shelli', 'Baida', 'SBAIDA', '515.127.4563', '1987-07-03', 'PU_CLERK', '2900.00', '0.00', '114', '30'), +('117', 'Sigal', 'Tobias', 'STOBIAS', '515.127.4564', '1987-07-04', 'PU_CLERK', '2800.00', '0.00', '114', '30'), +('118', 'Guy', 'Himuro', 'GHIMURO', '515.127.4565', '1987-07-05', 'PU_CLERK', '2600.00', '0.00', '114', '30'), +('119', 'Karen', 'Colmenares', 'KCOLMENA', '515.127.4566', '1987-07-06', 'PU_CLERK', '2500.00', '0.00', '114', '30'), +('120', 'Matthew', 'Weiss', 'MWEISS', '650.123.1234', '1987-07-07', 'ST_MAN', '8000.00', '0.00', '100', '50'), +('121', 'Adam', 'Fripp', 'AFRIPP', '650.123.2234', '1987-07-08', 'ST_MAN', '8200.00', '0.00', '100', '50'), +('122', 'Payam', 'Kaufling', 'PKAUFLIN', '650.123.3234', '1987-07-09', 'ST_MAN', '7900.00', '0.00', '100', '50'), +('123', 'Shanta', 'Vollman', 'SVOLLMAN', '650.123.4234', '1987-07-10', 'ST_MAN', '6500.00', '0.00', '100', '50'), +('124', 'Kevin', 'Mourgos', 'KMOURGOS', '650.123.5234', '1987-07-11', 'ST_MAN', '5800.00', '0.00', '100', '50'), +('125', 'Julia', 'Nayer', 'JNAYER', '650.124.1214', '1987-07-12', 'ST_CLERK', '3200.00', '0.00', '120', '50'), +('126', 'Irene', 'Mikkilineni', 'IMIKKILI', '650.124.1224', '1987-07-13', 'ST_CLERK', '2700.00', '0.00', '120', '50'), +('127', 'James', 'Landry', 'JLANDRY', '650.124.1334', '1987-07-14', 'ST_CLERK', '2400.00', '0.00', '120', '50'), +('128', 'Steven', 'Markle', 'SMARKLE', '650.124.1434', '1987-07-15', 'ST_CLERK', '2200.00', '0.00', '120', '50'), +('129', 'Laura', 'Bissot', 'LBISSOT', '650.124.5234', '1987-07-16', 'ST_CLERK', '3300.00', '0.00', '121', '50'), +('130', 'Mozhe', 'Atkinson', 'MATKINSO', '650.124.6234', '1987-07-17', 'ST_CLERK', '2800.00', '0.00', '121', '50'), +('131', 'James', 'Marlow', 'JAMRLOW', '650.124.7234', '1987-07-18', 'ST_CLERK', '2500.00', '0.00', '121', '50'), +('132', 'TJ', 'Olson', 'TJOLSON', '650.124.8234', '1987-07-19', 'ST_CLERK', '2100.00', '0.00', '121', '50'), +('133', 'Jason', 'Mallin', 'JMALLIN', '650.127.1934', '1987-07-20', 'ST_CLERK', '3300.00', '0.00', '122', '50'), +('134', 'Michael', 'Rogers', 'MROGERS', '650.127.1834', '1987-07-21', 'ST_CLERK', '2900.00', '0.00', '122', '50'), +('135', 'Ki', 'Gee', 'KGEE', '650.127.1734', '1987-07-22', 'ST_CLERK', '2400.00', '0.00', '122', '50'), +('136', 'Hazel', 'Philtanker', 'HPHILTAN', '650.127.1634', '1987-07-23', 'ST_CLERK', '2200.00', '0.00', '122', '50'), +('137', 'Renske', 'Ladwig', 'RLADWIG', '650.121.1234', '1987-07-24', 'ST_CLERK', '3600.00', '0.00', '123', '50'), +('138', 'Stephen', 'Stiles', 'SSTILES', '650.121.2034', '1987-07-25', 'ST_CLERK', '3200.00', '0.00', '123', '50'), +('139', 'John', 'Seo', 'JSEO', '650.121.2019', '1987-07-26', 'ST_CLERK', '2700.00', '0.00', '123', '50'), +('140', 'Joshua', 'Patel', 'JPATEL', '650.121.1834', '1987-07-27', 'ST_CLERK', '2500.00', '0.00', '123', '50'), +('141', 'Trenna', 'Rajs', 'TRAJS', '650.121.8009', '1987-07-28', 'ST_CLERK', '3500.00', '0.00', '124', '50'), +('142', 'Curtis', 'Davies', 'CDAVIES', '650.121.2994', '1987-07-29', 'ST_CLERK', '3100.00', '0.00', '124', '50'), +('143', 'Randall', 'Matos', 'RMATOS', '650.121.2874', '1987-07-30', 'ST_CLERK', '2600.00', '0.00', '124', '50'), +('144', 'Peter', 'Vargas', 'PVARGAS', '650.121.2004', '1987-07-31', 'ST_CLERK', '2500.00', '0.00', '124', '50'), +('145', 'John', 'Russell', 'JRUSSEL', '011.44.1344.429268', '1987-08-01', 'SA_MAN', '14000.00', '0.40', '100', '80'), +('146', 'Karen', 'Partners', 'KPARTNER', '011.44.1344.467268', '1987-08-02', 'SA_MAN', '13500.00', '0.30', '100', '80'), +('147', 'Alberto', 'Errazuriz', 'AERRAZUR', '011.44.1344.429278', '1987-08-03', 'SA_MAN', '12000.00', '0.30', '100', '80'), +('148', 'Gerald', 'Cambrault', 'GCAMBRAU', '011.44.1344.619268', '1987-08-04', 'SA_MAN', '11000.00', '0.30', '100', '80'), +('149', 'Eleni', 'Zlotkey', 'EZLOTKEY', '011.44.1344.429018', '1987-08-05', 'SA_MAN', '10500.00', '0.20', '100', '80'), +('150', 'Peter', 'Tucker', 'PTUCKER', '011.44.1344.129268', '1987-08-06', 'SA_REP', '10000.00', '0.30', '145', '80'), +('151', 'David', 'Bernstein', 'DBERNSTE', '011.44.1344.345268', '1987-08-07', 'SA_REP', '9500.00', '0.25', '145', '80'), +('152', 'Peter', 'Hall', 'PHALL', '011.44.1344.478968', '1987-08-08', 'SA_REP', '9000.00', '0.25', '145', '80'), +('153', 'Christopher', 'Olsen', 'COLSEN', '011.44.1344.498718', '1987-08-09', 'SA_REP', '8000.00', '0.20', '145', '80'), +('154', 'Nanette', 'Cambrault', 'NCAMBRAU', '011.44.1344.987668', '1987-08-10', 'SA_REP', '7500.00', '0.20', '145', '80'), +('155', 'Oliver', 'Tuvault', 'OTUVAULT', '011.44.1344.486508', '1987-08-11', 'SA_REP', '7000.00', '0.15', '145', '80'), +('156', 'Janette', 'King', 'JKING', '011.44.1345.429268', '1987-08-12', 'SA_REP', '10000.00', '0.35', '146', '80'), +('157', 'Patrick', 'Sully', 'PSULLY', '011.44.1345.929268', '1987-08-13', 'SA_REP', '9500.00', '0.35', '146', '80'), +('158', 'Allan', 'McEwen', 'AMCEWEN', '011.44.1345.829268', '1987-08-14', 'SA_REP', '9000.00', '0.35', '146', '80'), +('159', 'Lindsey', 'Smith', 'LSMITH', '011.44.1345.729268', '1987-08-15', 'SA_REP', '8000.00', '0.30', '146', '80'), +('160', 'Louise', 'Doran', 'LDORAN', '011.44.1345.629268', '1987-08-16', 'SA_REP', '7500.00', '0.30', '146', '80'), +('161', 'Sarath', 'Sewall', 'SSEWALL', '011.44.1345.529268', '1987-08-17', 'SA_REP', '7000.00', '0.25', '146', '80'), +('162', 'Clara', 'Vishney', 'CVISHNEY', '011.44.1346.129268', '1987-08-18', 'SA_REP', '10500.00', '0.25', '147', '80'), +('163', 'Danielle', 'Greene', 'DGREENE', '011.44.1346.229268', '1987-08-19', 'SA_REP', '9500.00', '0.15', '147', '80'), +('164', 'Mattea', 'Marvins', 'MMARVINS', '011.44.1346.329268', '1987-08-20', 'SA_REP', '7200.00', '0.10', '147', '80'), +('165', 'David', 'Lee', 'DLEE', '011.44.1346.529268', '1987-08-21', 'SA_REP', '6800.00', '0.10', '147', '80'), +('166', 'Sundar', 'Ande', 'SANDE', '011.44.1346.629268', '1987-08-22', 'SA_REP', '6400.00', '0.10', '147', '80'), +('167', 'Amit', 'Banda', 'ABANDA', '011.44.1346.729268', '1987-08-23', 'SA_REP', '6200.00', '0.10', '147', '80'), +('168', 'Lisa', 'Ozer', 'LOZER', '011.44.1343.929268', '1987-08-24', 'SA_REP', '11500.00', '0.25', '148', '80'), +('169', 'Harrison', 'Bloom', 'HBLOOM', '011.44.1343.829268', '1987-08-25', 'SA_REP', '10000.00', '0.20', '148', '80'), +('170', 'Tayler', 'Fox', 'TFOX', '011.44.1343.729268', '1987-08-26', 'SA_REP', '9600.00', '0.20', '148', '80'), +('171', 'William', 'Smith', 'WSMITH', '011.44.1343.629268', '1987-08-27', 'SA_REP', '7400.00', '0.15', '148', '80'), +('172', 'Elizabeth', 'Bates', 'EBATES', '011.44.1343.529268', '1987-08-28', 'SA_REP', '7300.00', '0.15', '148', '80'), +('173', 'Sundita', 'Kumar', 'SKUMAR', '011.44.1343.329268', '1987-08-29', 'SA_REP', '6100.00', '0.10', '148', '80'), +('174', 'Ellen', 'Abel', 'EABEL', '011.44.1644.429267', '1987-08-30', 'SA_REP', '11000.00', '0.30', '149', '80'), +('175', 'Alyssa', 'Hutton', 'AHUTTON', '011.44.1644.429266', '1987-08-31', 'SA_REP', '8800.00', '0.25', '149', '80'), +('176', 'Jonathon', 'Taylor', 'JTAYLOR', '011.44.1644.429265', '1987-09-01', 'SA_REP', '8600.00', '0.20', '149', '80'), +('177', 'Jack', 'Livingston', 'JLIVINGS', '011.44.1644.429264', '1987-09-02', 'SA_REP', '8400.00', '0.20', '149', '80'), +('178', 'Kimberely', 'Grant', 'KGRANT', '011.44.1644.429263', '1987-09-03', 'SA_REP', '7000.00', '0.15', '149', '0'), +('179', 'Charles', 'Johnson', 'CJOHNSON', '011.44.1644.429262', '1987-09-04', 'SA_REP', '6200.00', '0.10', '149', '80'), +('180', 'Winston', 'Taylor', 'WTAYLOR', '650.507.9876', '1987-09-05', 'SH_CLERK', '3200.00', '0.00', '120', '50'), +('181', 'Jean', 'Fleaur', 'JFLEAUR', '650.507.9877', '1987-09-06', 'SH_CLERK', '3100.00', '0.00', '120', '50'), +('182', 'Martha', 'Sullivan', 'MSULLIVA', '650.507.9878', '1987-09-07', 'SH_CLERK', '2500.00', '0.00', '120', '50'), +('183', 'Girard', 'Geoni', 'GGEONI', '650.507.9879', '1987-09-08', 'SH_CLERK', '2800.00', '0.00', '120', '50'), +('184', 'Nandita', 'Sarchand', 'NSARCHAN', '650.509.1876', '1987-09-09', 'SH_CLERK', '4200.00', '0.00', '121', '50'), +('185', 'Alexis', 'Bull', 'ABULL', '650.509.2876', '1987-09-10', 'SH_CLERK', '4100.00', '0.00', '121', '50'), +('186', 'Julia', 'Dellinger', 'JDELLING', '650.509.3876', '1987-09-11', 'SH_CLERK', '3400.00', '0.00', '121', '50'), +('187', 'Anthony', 'Cabrio', 'ACABRIO', '650.509.4876', '1987-09-12', 'SH_CLERK', '3000.00', '0.00', '121', '50'), +('188', 'Kelly', 'Chung', 'KCHUNG', '650.505.1876', '1987-09-13', 'SH_CLERK', '3800.00', '0.00', '122', '50'), +('189', 'Jennifer', 'Dilly', 'JDILLY', '650.505.2876', '1987-09-14', 'SH_CLERK', '3600.00', '0.00', '122', '50'), +('190', 'Timothy', 'Gates', 'TGATES', '650.505.3876', '1987-09-15', 'SH_CLERK', '2900.00', '0.00', '122', '50'), +('191', 'Randall', 'Perkins', 'RPERKINS', '650.505.4876', '1987-09-16', 'SH_CLERK', '2500.00', '0.00', '122', '50'), +('192', 'Sarah', 'Bell', 'SBELL', '650.501.1876', '1987-09-17', 'SH_CLERK', '4000.00', '0.00', '123', '50'), +('193', 'Britney', 'Everett', 'BEVERETT', '650.501.2876', '1987-09-18', 'SH_CLERK', '3900.00', '0.00', '123', '50'), +('194', 'Samuel', 'McCain', 'SMCCAIN', '650.501.3876', '1987-09-19', 'SH_CLERK', '3200.00', '0.00', '123', '50'), +('195', 'Vance', 'Jones', 'VJONES', '650.501.4876', '1987-09-20', 'SH_CLERK', '2800.00', '0.00', '123', '50'), +('196', 'Alana', 'Walsh', 'AWALSH', '650.507.9811', '1987-09-21', 'SH_CLERK', '3100.00', '0.00', '124', '50'), +('197', 'Kevin', 'Feeney', 'KFEENEY', '650.507.9822', '1987-09-22', 'SH_CLERK', '3000.00', '0.00', '124', '50'), +('198', 'Donald', 'OConnell', 'DOCONNEL', '650.507.9833', '1987-09-23', 'SH_CLERK', '2600.00', '0.00', '124', '50'), +('199', 'Douglas', 'Grant', 'DGRANT', '650.507.9844', '1987-09-24', 'SH_CLERK', '2600.00', '0.00', '124', '50'), +('200', 'Jennifer', 'Whalen', 'JWHALEN', '515.123.4444', '1987-09-25', 'AD_ASST', '4400.00', '0.00', '101', '10'), +('201', 'Michael', 'Hartstein', 'MHARTSTE', '515.123.5555', '1987-09-26', 'MK_MAN', '13000.00', '0.00', '100', '20'), +('202', 'Pat', 'Fay', 'PFAY', '603.123.6666', '1987-09-27', 'MK_REP', '6000.00', '0.00', '201', '20'), +('203', 'Susan', 'Mavris', 'SMAVRIS', '515.123.7777', '1987-09-28', 'HR_REP', '6500.00', '0.00', '101', '40'), +('204', 'Hermann', 'Baer', 'HBAER', '515.123.8888', '1987-09-29', 'PR_REP', '10000.00', '0.00', '101', '70'), +('205', 'Shelley', 'Higgins', 'SHIGGINS', '515.123.8080', '1987-09-30', 'AC_MGR', '12000.00', '0.00', '101', '110'), +('206', 'William', 'Gietz', 'WGIETZ', '515.123.8181', '1987-10-01', 'AC_ACCOUNT', '8300.00', '0.00', '205', '110'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `job_history` +-- + +CREATE TABLE IF NOT EXISTS `job_history` ( + `EMPLOYEE_ID` decimal(6,0) NOT NULL, + `START_DATE` date NOT NULL, + `END_DATE` date NOT NULL, + `JOB_ID` varchar(10) NOT NULL, + `DEPARTMENT_ID` decimal(4,0) DEFAULT NULL, + PRIMARY KEY (`EMPLOYEE_ID`,`START_DATE`), + FOREIGN KEY (`EMPLOYEE_ID`) REFERENCES employees(`EMPLOYEE_ID`), + FOREIGN KEY (`DEPARTMENT_ID`) REFERENCES departments(`DEPARTMENT_ID`), + FOREIGN KEY (`JOB_ID`) REFERENCES jobs(`JOB_ID`) +); + +-- +-- Dumping data for table `job_history` +-- + +INSERT INTO `job_history` (`EMPLOYEE_ID`, `START_DATE`, `END_DATE`, `JOB_ID`, `DEPARTMENT_ID`) VALUES +('102', '1993-01-13', '1998-07-24', 'IT_PROG', '60'), +('101', '1989-09-21', '1993-10-27', 'AC_ACCOUNT', '110'), +('101', '1993-10-28', '1997-03-15', 'AC_MGR', '110'), +('201', '1996-02-17', '1999-12-19', 'MK_REP', '20'), +('114', '1998-03-24', '1999-12-31', 'ST_CLERK', '50'), +('122', '1999-01-01', '1999-12-31', 'ST_CLERK', '50'), +('200', '1987-09-17', '1993-06-17', 'AD_ASST', '90'), +('176', '1998-03-24', '1998-12-31', 'SA_REP', '80'), +('176', '1999-01-01', '1999-12-31', 'SA_MAN', '80'), +('200', '1994-07-01', '1998-12-31', 'AC_ACCOUNT', '90'), +('0', '0000-00-00', '0000-00-00', '', '0'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `jobs` +-- + + +-- +-- Table structure for table `locations` +-- + +CREATE TABLE IF NOT EXISTS `locations` ( + `LOCATION_ID` decimal(4,0) NOT NULL DEFAULT '0', + `STREET_ADDRESS` varchar(40) DEFAULT NULL, + `POSTAL_CODE` varchar(12) DEFAULT NULL, + `CITY` varchar(30) NOT NULL, + `STATE_PROVINCE` varchar(25) DEFAULT NULL, + `COUNTRY_ID` varchar(2) DEFAULT NULL, + PRIMARY KEY (`LOCATION_ID`), + FOREIGN KEY (`COUNTRY_ID`) REFERENCES countries(`COUNTRY_ID`) +); + +-- +-- Dumping data for table `locations` +-- + +INSERT INTO `locations` (`LOCATION_ID`, `STREET_ADDRESS`, `POSTAL_CODE`, `CITY`, `STATE_PROVINCE`, `COUNTRY_ID`) VALUES +('1000', '1297 Via Cola di Rie', '989', 'Roma', '', 'IT'), +('1100', '93091 Calle della Testa', '10934', 'Venice', '', 'IT'), +('1200', '2017 Shinjuku-ku', '1689', 'Tokyo', 'Tokyo Prefecture', 'JP'), +('1300', '9450 Kamiya-cho', '6823', 'Hiroshima', '', 'JP'), +('1400', '2014 Jabberwocky Rd', '26192', 'Southlake', 'Texas', 'US'), +('1500', '2011 Interiors Blvd', '99236', 'South San Francisco', 'California', 'US'), +('1600', '2007 Zagora St', '50090', 'South Brunswick', 'New Jersey', 'US'), +('1700', '2004 Charade Rd', '98199', 'Seattle', 'Washington', 'US'), +('1800', '147 Spadina Ave', 'M5V 2L7', 'Toronto', 'Ontario', 'CA'), +('1900', '6092 Boxwood St', 'YSW 9T2', 'Whitehorse', 'Yukon', 'CA'), +('2000', '40-5-12 Laogianggen', '190518', 'Beijing', '', 'CN'), +('2100', '1298 Vileparle (E)', '490231', 'Bombay', 'Maharashtra', 'IN'), +('2200', '12-98 Victoria Street', '2901', 'Sydney', 'New South Wales', 'AU'), +('2300', '198 Clementi North', '540198', 'Singapore', '', 'SG'), +('2400', '8204 Arthur St', '', 'London', '', 'UK'), +('2500', '"Magdalen Centre', ' The Oxford ', 'OX9 9ZB', 'Oxford', 'Ox'), +('2600', '9702 Chester Road', '9629850293', 'Stretford', 'Manchester', 'UK'), +('2700', 'Schwanthalerstr. 7031', '80925', 'Munich', 'Bavaria', 'DE'), +('2800', 'Rua Frei Caneca 1360', '01307-002', 'Sao Paulo', 'Sao Paulo', 'BR'), +('2900', '20 Rue des Corps-Saints', '1730', 'Geneva', 'Geneve', 'CH'), +('3000', 'Murtenstrasse 921', '3095', 'Bern', 'BE', 'CH'), +('3100', 'Pieter Breughelstraat 837', '3029SK', 'Utrecht', 'Utrecht', 'NL'), +('3200', 'Mariano Escobedo 9991', '11932', 'Mexico City', '"Distrito Federal', '"'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `regions` +-- + + +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; diff --git a/test_database/loan_1/loan_1.sqlite b/test_database/loan_1/loan_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..8220f921865da303f3d63b29f9f753a748098f66 Binary files /dev/null and b/test_database/loan_1/loan_1.sqlite differ diff --git a/test_database/loan_1/schema.sql b/test_database/loan_1/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..60e2bf9008f0949ea8178cb8ac8f323b5e2b5d40 --- /dev/null +++ b/test_database/loan_1/schema.sql @@ -0,0 +1,41 @@ +CREATE TABLE bank ( +branch_ID int PRIMARY KEY, +bname varchar(20), +no_of_customers int, +city varchar(10), +state varchar(20)); + + +CREATE TABLE customer ( +cust_ID varchar(3) PRIMARY KEY, +cust_name varchar(20), +acc_type char(1), +acc_bal int, +no_of_loans int, +credit_score int, +branch_ID int, +state varchar(20), +FOREIGN KEY(branch_ID) REFERENCES bank(branch_ID)); + + +CREATE TABLE loan ( +loan_ID varchar(3) PRIMARY KEY, +loan_type varchar(15), +cust_ID varchar(3), +branch_ID varchar(3), +amount int, +FOREIGN KEY(branch_ID) REFERENCES bank(branch_ID), +FOREIGN KEY(Cust_ID) REFERENCES customer(Cust_ID)); + +insert into bank values (1, 'morningside', 203, 'New York City', 'New York'); +insert into bank values (2, 'downtown', 123, 'Salt Lake City', 'Utah'); +insert into bank values (3, 'broadway', 453, 'New York City', 'New York'); +insert into bank values (4, 'high', 367, 'Austin', 'Texas'); + +insert into customer values (1, 'Mary', 'saving', 2000, 2, 30, 2, 'Utah'); +insert into customer values (2, 'Jack', 'checking', 1000, 1, 20, 1, 'Texas'); +insert into customer values (3, 'Owen', 'saving', 800000, 0, 210, 3, 'New York'); + +insert into loan values (1, 'Mortgages', 1, 1, 2050); +insert into loan values (2, 'Auto', 1, 2, 3000); +insert into loan values (3, 'Business', 3, 3, 5000); diff --git a/test_database/local_govt_and_lot/schema.sql b/test_database/local_govt_and_lot/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..f1fe47fe29eed9b0f5f9b91dcbd48f8642bed60a --- /dev/null +++ b/test_database/local_govt_and_lot/schema.sql @@ -0,0 +1,265 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE Customers ( +customer_id INTEGER NOT NULL, +customer_details VARCHAR(255), +PRIMARY KEY (customer_id) +); +INSERT INTO `Customers` (`customer_id`, `customer_details`) VALUES (4, 'Mr. Raul Prosacco'); +INSERT INTO `Customers` (`customer_id`, `customer_details`) VALUES (5, 'Esteban Senger'); +INSERT INTO `Customers` (`customer_id`, `customer_details`) VALUES (16, 'Tyrique Durgan II'); +INSERT INTO `Customers` (`customer_id`, `customer_details`) VALUES (17, 'Malcolm Farrell'); +INSERT INTO `Customers` (`customer_id`, `customer_details`) VALUES (19, 'Sabryna Moore PhD'); +INSERT INTO `Customers` (`customer_id`, `customer_details`) VALUES (21, 'Dr. Haylie Hilll III'); +INSERT INTO `Customers` (`customer_id`, `customer_details`) VALUES (31, 'Monty Sauer III'); +INSERT INTO `Customers` (`customer_id`, `customer_details`) VALUES (41, 'Jayme Marquardt'); +INSERT INTO `Customers` (`customer_id`, `customer_details`) VALUES (63, 'Vincenza Price'); +INSERT INTO `Customers` (`customer_id`, `customer_details`) VALUES (69, 'Elva Boehm'); +INSERT INTO `Customers` (`customer_id`, `customer_details`) VALUES (76, 'Kyleigh Schuster'); +INSERT INTO `Customers` (`customer_id`, `customer_details`) VALUES (79, 'Oma Smith'); +INSERT INTO `Customers` (`customer_id`, `customer_details`) VALUES (82, 'Bridgette Nitzsche PhD'); +INSERT INTO `Customers` (`customer_id`, `customer_details`) VALUES (87, 'Jeff McCullough MD'); +INSERT INTO `Customers` (`customer_id`, `customer_details`) VALUES (91, 'Mackenzie Hettinger V'); + +CREATE TABLE Properties ( +property_id INTEGER NOT NULL, +property_type_code CHAR(15) NOT NULL, +property_address VARCHAR(255), +other_details VARCHAR(255), +PRIMARY KEY (property_id) +); +INSERT INTO `Properties` (`property_id`, `property_type_code`, `property_address`, `other_details`) VALUES (24, 'apartment', '85456 Annie Lodge Suite 449', 'USA'); +INSERT INTO `Properties` (`property_id`, `property_type_code`, `property_address`, `other_details`) VALUES (107, 'house', '2580 Yundt Plains', 'USA'); +INSERT INTO `Properties` (`property_id`, `property_type_code`, `property_address`, `other_details`) VALUES (108, 'house', '5983 Fleta Throughway', 'USA'); +INSERT INTO `Properties` (`property_id`, `property_type_code`, `property_address`, `other_details`) VALUES (120, 'apartment', '322 Johnston Parkway Suite 422', 'USA'); +INSERT INTO `Properties` (`property_id`, `property_type_code`, `property_address`, `other_details`) VALUES (373, 'apartment', '5384 Sipes Land Apt. 344', 'USA'); +INSERT INTO `Properties` (`property_id`, `property_type_code`, `property_address`, `other_details`) VALUES (445, 'flat', '04164 Raul Stream', 'USA'); +INSERT INTO `Properties` (`property_id`, `property_type_code`, `property_address`, `other_details`) VALUES (586, 'apartment', '54591 Bernard Ridges Suite 864', 'USA'); +INSERT INTO `Properties` (`property_id`, `property_type_code`, `property_address`, `other_details`) VALUES (605, 'house', '7713 Bode Burgs Apt. 113', 'USA'); +INSERT INTO `Properties` (`property_id`, `property_type_code`, `property_address`, `other_details`) VALUES (629, 'house', '830 Jayne Points Suite 290', 'USA'); +INSERT INTO `Properties` (`property_id`, `property_type_code`, `property_address`, `other_details`) VALUES (669, 'house', '824 Kiehn Vista', 'USA'); +INSERT INTO `Properties` (`property_id`, `property_type_code`, `property_address`, `other_details`) VALUES (748, 'apartment', '3927 Spinka Loaf Suite 347', 'USA'); +INSERT INTO `Properties` (`property_id`, `property_type_code`, `property_address`, `other_details`) VALUES (791, 'house', '72659 Frank Locks', 'USA'); +INSERT INTO `Properties` (`property_id`, `property_type_code`, `property_address`, `other_details`) VALUES (849, 'house', '76714 Verla Radial Apt. 306', 'USA'); +INSERT INTO `Properties` (`property_id`, `property_type_code`, `property_address`, `other_details`) VALUES (879, 'flat', '129 Chasity Brook', 'USA'); +INSERT INTO `Properties` (`property_id`, `property_type_code`, `property_address`, `other_details`) VALUES (954, 'flat', '91002 Melvina Haven', 'USA'); + + +CREATE TABLE Residents ( +resident_id INTEGER NOT NULL, +property_id INTEGER NOT NULL, +date_moved_in DATETIME NOT NULL, +date_moved_out DATETIME NOT NULL, +other_details VARCHAR(255), +PRIMARY KEY (resident_id, property_id, date_moved_in), +FOREIGN KEY (property_id) REFERENCES Properties (property_id) +); + +INSERT INTO `Residents` (`resident_id`, `property_id`, `date_moved_in`, `date_moved_out`, `other_details`) VALUES (6, 954, '2017-06-17 15:43:33', '2017-12-18 03:46:04', 'Anderson Batz'); +INSERT INTO `Residents` (`resident_id`, `property_id`, `date_moved_in`, `date_moved_out`, `other_details`) VALUES (10, 605, '2015-03-27 12:00:00', '2018-03-17 07:48:09', 'Miss Naomie Osinski'); +INSERT INTO `Residents` (`resident_id`, `property_id`, `date_moved_in`, `date_moved_out`, `other_details`) VALUES (23, 879, '2015-03-27 12:00:00', '2017-11-14 06:28:48', 'Jess Wyman'); +INSERT INTO `Residents` (`resident_id`, `property_id`, `date_moved_in`, `date_moved_out`, `other_details`) VALUES (28, 629, '2015-03-27 12:00:00', '2017-10-05 02:47:31', 'Miss Alanis Lockman'); +INSERT INTO `Residents` (`resident_id`, `property_id`, `date_moved_in`, `date_moved_out`, `other_details`) VALUES (37, 669, '2015-03-27 12:00:00', '2018-01-30 10:20:59', 'Prof. Arvel Kozey'); +INSERT INTO `Residents` (`resident_id`, `property_id`, `date_moved_in`, `date_moved_out`, `other_details`) VALUES (38, 748, '2015-03-27 12:00:00', '2017-12-30 23:55:10', 'Chaim Swaniawski'); +INSERT INTO `Residents` (`resident_id`, `property_id`, `date_moved_in`, `date_moved_out`, `other_details`) VALUES (43, 108, '2015-03-27 12:00:00', '2018-02-22 06:24:15', 'Elroy Schuster'); +INSERT INTO `Residents` (`resident_id`, `property_id`, `date_moved_in`, `date_moved_out`, `other_details`) VALUES (45, 954, '2015-03-27 12:00:00', '2017-10-14 10:23:42', 'Prof. Nasir Hoppe'); +INSERT INTO `Residents` (`resident_id`, `property_id`, `date_moved_in`, `date_moved_out`, `other_details`) VALUES (47, 669, '2015-03-27 12:00:00', '2017-10-10 02:25:53', 'Tiffany Jaskolski'); +INSERT INTO `Residents` (`resident_id`, `property_id`, `date_moved_in`, `date_moved_out`, `other_details`) VALUES (58, 107, '2015-03-27 12:00:00', '2017-11-29 21:24:08', 'Tomasa Hoeger'); +INSERT INTO `Residents` (`resident_id`, `property_id`, `date_moved_in`, `date_moved_out`, `other_details`) VALUES (67, 120, '2016-09-27 12:00:00', '2017-10-23 16:40:19', 'Terrill Bernhard'); +INSERT INTO `Residents` (`resident_id`, `property_id`, `date_moved_in`, `date_moved_out`, `other_details`) VALUES (83, 445, '2016-09-27 12:00:00', '2018-01-19 01:35:51', 'Loy Walter'); +INSERT INTO `Residents` (`resident_id`, `property_id`, `date_moved_in`, `date_moved_out`, `other_details`) VALUES (87, 748, '2016-09-27 12:00:00', '2018-01-28 13:19:54', 'Mrs. Raphaelle Fisher'); +INSERT INTO `Residents` (`resident_id`, `property_id`, `date_moved_in`, `date_moved_out`, `other_details`) VALUES (88, 107, '2016-09-27 12:00:00', '2018-02-03 11:30:20', 'Jacques Glover II'); +INSERT INTO `Residents` (`resident_id`, `property_id`, `date_moved_in`, `date_moved_out`, `other_details`) VALUES (90, 373, '2016-09-27 12:00:00', '2017-11-19 03:11:44', 'Cassie Johnson'); + + +CREATE TABLE Organizations ( +organization_id INTEGER NOT NULL, +parent_organization_id INTEGER, +organization_details VARCHAR(255), +PRIMARY KEY (organization_id) +); + +INSERT INTO `Organizations` (`organization_id`, `parent_organization_id`, `organization_details`) VALUES (7, 7, 'Reinger, Hudson and Nolan Group'); +INSERT INTO `Organizations` (`organization_id`, `parent_organization_id`, `organization_details`) VALUES (8, 7, 'Denesik and Sons Party'); +INSERT INTO `Organizations` (`organization_id`, `parent_organization_id`, `organization_details`) VALUES (10, 8, 'Robel-Schulist Group'); + + +CREATE TABLE Services ( +service_id INTEGER NOT NULL, +organization_id INTEGER NOT NULL, +service_type_code CHAR(15) NOT NULL, +service_details VARCHAR(255), +PRIMARY KEY (service_id), +FOREIGN KEY (organization_id) REFERENCES Organizations (organization_id) +); +INSERT INTO `Services` (`service_id`, `organization_id`, `service_type_code`, `service_details`) VALUES (10, 10, 'Cleanning', 'Satisfied'); +INSERT INTO `Services` (`service_id`, `organization_id`, `service_type_code`, `service_details`) VALUES (11, 7, 'Check', 'Satisfied'); +INSERT INTO `Services` (`service_id`, `organization_id`, `service_type_code`, `service_details`) VALUES (13, 8, 'Moving Out', 'Satisfied'); +INSERT INTO `Services` (`service_id`, `organization_id`, `service_type_code`, `service_details`) VALUES (22, 10, 'Pay bills', 'Satisfied'); +INSERT INTO `Services` (`service_id`, `organization_id`, `service_type_code`, `service_details`) VALUES (29, 8, 'Moving Out', 'Satisfied'); +INSERT INTO `Services` (`service_id`, `organization_id`, `service_type_code`, `service_details`) VALUES (31, 7, 'Pay bills', 'Satisfied'); +INSERT INTO `Services` (`service_id`, `organization_id`, `service_type_code`, `service_details`) VALUES (36, 8, 'Check', 'Satisfied'); +INSERT INTO `Services` (`service_id`, `organization_id`, `service_type_code`, `service_details`) VALUES (41, 10, 'Check', 'Satisfied'); +INSERT INTO `Services` (`service_id`, `organization_id`, `service_type_code`, `service_details`) VALUES (47, 8, 'Pay bills', 'Unsatisfied'); +INSERT INTO `Services` (`service_id`, `organization_id`, `service_type_code`, `service_details`) VALUES (49, 8, 'Moving Out', 'Satisfied'); +INSERT INTO `Services` (`service_id`, `organization_id`, `service_type_code`, `service_details`) VALUES (52, 8, 'Pay bills', 'Unsatisfied'); +INSERT INTO `Services` (`service_id`, `organization_id`, `service_type_code`, `service_details`) VALUES (65, 8, 'Cleanning', 'Unsatisfied'); +INSERT INTO `Services` (`service_id`, `organization_id`, `service_type_code`, `service_details`) VALUES (66, 8, 'Pay bills', 'Unsatisfied'); +INSERT INTO `Services` (`service_id`, `organization_id`, `service_type_code`, `service_details`) VALUES (77, 7, 'Pay bills', 'Unsatisfied'); +INSERT INTO `Services` (`service_id`, `organization_id`, `service_type_code`, `service_details`) VALUES (87, 8, 'Pay bills', 'Unsatisfied'); + + + +CREATE TABLE Residents_Services ( +resident_id INTEGER NOT NULL, +service_id INTEGER NOT NULL, +date_moved_in DATETIME, +property_id INTEGER, +date_requested DATETIME, +date_provided DATETIME, +other_details VARCHAR(255), +PRIMARY KEY (resident_id, service_id), +FOREIGN KEY (service_id) REFERENCES Services (service_id), +FOREIGN KEY (resident_id, property_id, date_moved_in) REFERENCES Residents (resident_id,property_id,date_moved_in) +); + +INSERT INTO `Residents_Services` (`resident_id`, `service_id`, `date_moved_in`, `property_id`, `date_requested`, `date_provided`, `other_details`) VALUES (6, 49, '2017-06-17 15:43:33', 954, '2016-07-25 01:32:23', '2018-02-26 00:27:11', 'Satisfied'); +INSERT INTO `Residents_Services` (`resident_id`, `service_id`, `date_moved_in`, `property_id`, `date_requested`, `date_provided`, `other_details`) VALUES (23, 41, '2015-03-27 12:00:00', 879, '2016-10-10 21:42:21', '2017-08-21 06:23:06', 'Unsatisfied'); +INSERT INTO `Residents_Services` (`resident_id`, `service_id`, `date_moved_in`, `property_id`, `date_requested`, `date_provided`, `other_details`) VALUES (28, 11, '2015-03-27 12:00:00', 629, '2017-07-14 19:03:47', '2017-08-28 03:43:56', 'Unsatisfied'); +INSERT INTO `Residents_Services` (`resident_id`, `service_id`, `date_moved_in`, `property_id`, `date_requested`, `date_provided`, `other_details`) VALUES (43, 10, '2015-03-27 12:00:00', 108, '2016-09-20 22:50:26', '2017-10-17 03:30:08', 'Unsatisfied'); +INSERT INTO `Residents_Services` (`resident_id`, `service_id`, `date_moved_in`, `property_id`, `date_requested`, `date_provided`, `other_details`) VALUES (45, 49, '2015-03-27 12:00:00', 954, '2017-06-14 14:04:50', '2017-08-14 08:06:43', 'Unsatisfied'); +INSERT INTO `Residents_Services` (`resident_id`, `service_id`, `date_moved_in`, `property_id`, `date_requested`, `date_provided`, `other_details`) VALUES (47, 65, '2015-03-27 12:00:00', 669, '2016-12-16 06:08:10', '2018-01-30 09:58:57', 'Unsatisfied'); +INSERT INTO `Residents_Services` (`resident_id`, `service_id`, `date_moved_in`, `property_id`, `date_requested`, `date_provided`, `other_details`) VALUES (67, 87, '2016-09-27 12:00:00', 120, '2016-04-27 14:51:07', '2017-11-13 10:28:34', 'Unsatisfied'); +INSERT INTO `Residents_Services` (`resident_id`, `service_id`, `date_moved_in`, `property_id`, `date_requested`, `date_provided`, `other_details`) VALUES (83, 65, '2016-09-27 12:00:00', 445, '2016-11-27 15:37:02', '2017-09-10 00:48:58', 'Unsatisfied'); +INSERT INTO `Residents_Services` (`resident_id`, `service_id`, `date_moved_in`, `property_id`, `date_requested`, `date_provided`, `other_details`) VALUES (87, 29, '2016-09-27 12:00:00', 748, '2016-10-13 04:15:54', '2017-10-29 13:12:29', 'Unsatisfied'); +INSERT INTO `Residents_Services` (`resident_id`, `service_id`, `date_moved_in`, `property_id`, `date_requested`, `date_provided`, `other_details`) VALUES (90, 36, '2016-09-27 12:00:00', 373, '2016-04-13 05:09:24', '2017-10-28 12:36:43', 'Unsatisfied'); +INSERT INTO `Residents_Services` (`resident_id`, `service_id`, `date_moved_in`, `property_id`, `date_requested`, `date_provided`, `other_details`) VALUES (88, 11, '2016-09-27 12:00:00', 107, '2016-06-18 20:09:24', '2017-08-08 11:24:50', 'Unsatisfied'); + + +CREATE TABLE Things ( +thing_id INTEGER NOT NULL, +organization_id INTEGER NOT NULL, +Type_of_Thing_Code CHAR(15) NOT NULL, +service_type_code CHAR(10) NOT NULL, +service_details VARCHAR(255), +PRIMARY KEY (thing_id), +FOREIGN KEY (organization_id) REFERENCES Organizations (organization_id) +); +INSERT INTO `Things` (`thing_id`, `organization_id`, `Type_of_Thing_Code`, `service_type_code`, `service_details`) VALUES (1, 8, 'Electronics', 'Check', 'Unsatisfied'); +INSERT INTO `Things` (`thing_id`, `organization_id`, `Type_of_Thing_Code`, `service_type_code`, `service_details`) VALUES (2, 8, 'Electronics', 'Cleanning', 'Satisfied'); +INSERT INTO `Things` (`thing_id`, `organization_id`, `Type_of_Thing_Code`, `service_type_code`, `service_details`) VALUES (10, 8, 'Commen', 'Check', 'Satisfied'); +INSERT INTO `Things` (`thing_id`, `organization_id`, `Type_of_Thing_Code`, `service_type_code`, `service_details`) VALUES (14, 10, 'Furniture', 'Cleanning', 'Satisfied'); +INSERT INTO `Things` (`thing_id`, `organization_id`, `Type_of_Thing_Code`, `service_type_code`, `service_details`) VALUES (26, 8, 'Electronics', 'Cleanning', 'Unsatisfied'); +INSERT INTO `Things` (`thing_id`, `organization_id`, `Type_of_Thing_Code`, `service_type_code`, `service_details`) VALUES (35, 7, 'Electronics', 'Cleanning', 'Satisfied'); +INSERT INTO `Things` (`thing_id`, `organization_id`, `Type_of_Thing_Code`, `service_type_code`, `service_details`) VALUES (45, 8, 'Commen', 'Check', 'Satisfied'); +INSERT INTO `Things` (`thing_id`, `organization_id`, `Type_of_Thing_Code`, `service_type_code`, `service_details`) VALUES (46, 8, 'Commen', 'Check', 'Satisfied'); +INSERT INTO `Things` (`thing_id`, `organization_id`, `Type_of_Thing_Code`, `service_type_code`, `service_details`) VALUES (47, 10, 'Commen', 'Cleanning', 'Satisfied'); +INSERT INTO `Things` (`thing_id`, `organization_id`, `Type_of_Thing_Code`, `service_type_code`, `service_details`) VALUES (58, 8, 'Electronics', 'Check', 'Satisfied'); +INSERT INTO `Things` (`thing_id`, `organization_id`, `Type_of_Thing_Code`, `service_type_code`, `service_details`) VALUES (68, 10, 'Commen', 'Cleanning', 'Unsatisfied'); +INSERT INTO `Things` (`thing_id`, `organization_id`, `Type_of_Thing_Code`, `service_type_code`, `service_details`) VALUES (80, 8, 'Furniture', 'Check', 'Unsatisfied'); +INSERT INTO `Things` (`thing_id`, `organization_id`, `Type_of_Thing_Code`, `service_type_code`, `service_details`) VALUES (84, 8, 'Commen', 'Check', 'Unsatisfied'); +INSERT INTO `Things` (`thing_id`, `organization_id`, `Type_of_Thing_Code`, `service_type_code`, `service_details`) VALUES (85, 8, 'Commen', 'Cleanning', 'Unsatisfied'); +INSERT INTO `Things` (`thing_id`, `organization_id`, `Type_of_Thing_Code`, `service_type_code`, `service_details`) VALUES (92, 7, 'Commen', 'Check', 'Unsatisfied'); + + +CREATE TABLE Customer_Events ( +Customer_Event_ID INTEGER NOT NULL, +customer_id INTEGER, +date_moved_in DATETIME, +property_id INTEGER, +resident_id INTEGER, +thing_id INTEGER NOT NULL, +PRIMARY KEY (Customer_Event_ID), +FOREIGN KEY (thing_id) REFERENCES Things (thing_id), +FOREIGN KEY (customer_id) REFERENCES Customers (customer_id), +FOREIGN KEY (resident_id, property_id, date_moved_in) REFERENCES Residents (resident_id,property_id,date_moved_in) +); +INSERT INTO `Customer_Events` (`Customer_Event_ID`, `customer_id`, `date_moved_in`, `property_id`, `resident_id`, `thing_id`) VALUES (70, 19, '2015-03-27 12:00:00', 605, 10, 1); +INSERT INTO `Customer_Events` (`Customer_Event_ID`, `customer_id`, `date_moved_in`, `property_id`, `resident_id`, `thing_id`) VALUES (160, 5, '2015-03-27 12:00:00', 879, 23, 80); +INSERT INTO `Customer_Events` (`Customer_Event_ID`, `customer_id`, `date_moved_in`, `property_id`, `resident_id`, `thing_id`) VALUES (166, 16, '2015-03-27 12:00:00', 629, 28, 14); +INSERT INTO `Customer_Events` (`Customer_Event_ID`, `customer_id`, `date_moved_in`, `property_id`, `resident_id`, `thing_id`) VALUES (216, 79, '2015-03-27 12:00:00', 669, 37, 46); +INSERT INTO `Customer_Events` (`Customer_Event_ID`, `customer_id`, `date_moved_in`, `property_id`, `resident_id`, `thing_id`) VALUES (226, 19, '2015-03-27 12:00:00', 748, 38, 80); +INSERT INTO `Customer_Events` (`Customer_Event_ID`, `customer_id`, `date_moved_in`, `property_id`, `resident_id`, `thing_id`) VALUES (256, 79, '2015-03-27 12:00:00', 108, 43, 2); +INSERT INTO `Customer_Events` (`Customer_Event_ID`, `customer_id`, `date_moved_in`, `property_id`, `resident_id`, `thing_id`) VALUES (428, 63, '2015-03-27 12:00:00', 954, 45, 68); +INSERT INTO `Customer_Events` (`Customer_Event_ID`, `customer_id`, `date_moved_in`, `property_id`, `resident_id`, `thing_id`) VALUES (530, 4, '2015-03-27 12:00:00', 669, 47, 10); +INSERT INTO `Customer_Events` (`Customer_Event_ID`, `customer_id`, `date_moved_in`, `property_id`, `resident_id`, `thing_id`) VALUES (559, 19, '2015-03-27 12:00:00', 107, 58, 1); +INSERT INTO `Customer_Events` (`Customer_Event_ID`, `customer_id`, `date_moved_in`, `property_id`, `resident_id`, `thing_id`) VALUES (591, 91, '2016-09-27 12:00:00', 120, 67, 10); +INSERT INTO `Customer_Events` (`Customer_Event_ID`, `customer_id`, `date_moved_in`, `property_id`, `resident_id`, `thing_id`) VALUES (606, 31, '2016-09-27 12:00:00', 445, 83, 85); +INSERT INTO `Customer_Events` (`Customer_Event_ID`, `customer_id`, `date_moved_in`, `property_id`, `resident_id`, `thing_id`) VALUES (627, 91, '2016-09-27 12:00:00', 748, 87, 92); +INSERT INTO `Customer_Events` (`Customer_Event_ID`, `customer_id`, `date_moved_in`, `property_id`, `resident_id`, `thing_id`) VALUES (817, 19, '2016-09-27 12:00:00', 107, 88, 10); + + +CREATE TABLE Customer_Event_Notes ( +Customer_Event_Note_ID INTEGER NOT NULL, +Customer_Event_ID INTEGER NOT NULL, +service_type_code CHAR(15) NOT NULL, +resident_id INTEGER NOT NULL, +property_id INTEGER NOT NULL, +date_moved_in DATETIME NOT NULL, +PRIMARY KEY (Customer_Event_Note_ID), +FOREIGN KEY (Customer_Event_ID) REFERENCES Customer_Events (Customer_Event_ID) +); + +INSERT INTO `Customer_Event_Notes` (`Customer_Event_Note_ID`, `Customer_Event_ID`, `service_type_code`, `resident_id`, `property_id`, `date_moved_in`) VALUES (18, 70, 'Cleanning', 58, 107, '2016-08-04 01:06:05'); +INSERT INTO `Customer_Event_Notes` (`Customer_Event_Note_ID`, `Customer_Event_ID`, `service_type_code`, `resident_id`, `property_id`, `date_moved_in`) VALUES (21, 428, 'Check', 87, 445, '2016-12-11 01:05:14'); +INSERT INTO `Customer_Event_Notes` (`Customer_Event_Note_ID`, `Customer_Event_ID`, `service_type_code`, `resident_id`, `property_id`, `date_moved_in`) VALUES (32, 70, 'Check', 37, 669, '2016-07-10 04:09:56'); +INSERT INTO `Customer_Event_Notes` (`Customer_Event_Note_ID`, `Customer_Event_ID`, `service_type_code`, `resident_id`, `property_id`, `date_moved_in`) VALUES (46, 627, 'Cleanning', 87, 373, '2016-05-24 02:56:54'); +INSERT INTO `Customer_Event_Notes` (`Customer_Event_Note_ID`, `Customer_Event_ID`, `service_type_code`, `resident_id`, `property_id`, `date_moved_in`) VALUES (49, 559, 'Check', 45, 849, '2016-08-08 07:58:26'); +INSERT INTO `Customer_Event_Notes` (`Customer_Event_Note_ID`, `Customer_Event_ID`, `service_type_code`, `resident_id`, `property_id`, `date_moved_in`) VALUES (50, 606, 'Check', 45, 849, '2017-04-25 09:08:14'); +INSERT INTO `Customer_Event_Notes` (`Customer_Event_Note_ID`, `Customer_Event_ID`, `service_type_code`, `resident_id`, `property_id`, `date_moved_in`) VALUES (55, 817, 'Cleanning', 43, 120, '2017-06-26 13:24:36'); +INSERT INTO `Customer_Event_Notes` (`Customer_Event_Note_ID`, `Customer_Event_ID`, `service_type_code`, `resident_id`, `property_id`, `date_moved_in`) VALUES (56, 216, 'Check', 88, 748, '2016-11-04 12:46:21'); +INSERT INTO `Customer_Event_Notes` (`Customer_Event_Note_ID`, `Customer_Event_ID`, `service_type_code`, `resident_id`, `property_id`, `date_moved_in`) VALUES (59, 591, 'Cleanning', 28, 605, '2016-05-14 15:58:33'); +INSERT INTO `Customer_Event_Notes` (`Customer_Event_Note_ID`, `Customer_Event_ID`, `service_type_code`, `resident_id`, `property_id`, `date_moved_in`) VALUES (65, 591, 'Cleanning', 28, 879, '2017-04-12 19:47:08'); +INSERT INTO `Customer_Event_Notes` (`Customer_Event_Note_ID`, `Customer_Event_ID`, `service_type_code`, `resident_id`, `property_id`, `date_moved_in`) VALUES (75, 70, 'Check', 43, 120, '2016-10-28 01:43:42'); +INSERT INTO `Customer_Event_Notes` (`Customer_Event_Note_ID`, `Customer_Event_ID`, `service_type_code`, `resident_id`, `property_id`, `date_moved_in`) VALUES (88, 606, 'Cleanning', 67, 791, '2016-11-23 05:53:40'); +INSERT INTO `Customer_Event_Notes` (`Customer_Event_Note_ID`, `Customer_Event_ID`, `service_type_code`, `resident_id`, `property_id`, `date_moved_in`) VALUES (91, 817, 'Cleanning', 43, 120, '2017-04-28 10:17:13'); + + +CREATE TABLE Timed_Status_of_Things ( +thing_id INTEGER NOT NULL, +Date_and_Date DATETIME NOT NULL, +Status_of_Thing_Code CHAR(15) NOT NULL, +PRIMARY KEY (thing_id, Date_and_Date, Status_of_Thing_Code), +FOREIGN KEY (thing_id) REFERENCES Things (thing_id) +); +CREATE TABLE Timed_Locations_of_Things ( +thing_id INTEGER NOT NULL, +Date_and_Time DATETIME NOT NULL, +Location_Code CHAR(15) NOT NULL, +PRIMARY KEY (thing_id, Date_and_Time, Location_Code), +FOREIGN KEY (thing_id) REFERENCES Things (thing_id)); + + +INSERT INTO `Timed_Locations_of_Things` (`thing_id`, `Date_and_Time`, `Location_Code`) VALUES (2, '2016-10-12 12:03:07', '064 Charles Mou'); +INSERT INTO `Timed_Locations_of_Things` (`thing_id`, `Date_and_Time`, `Location_Code`) VALUES (10, '2016-12-29 00:39:19', '288 Lang Ferry'); +INSERT INTO `Timed_Locations_of_Things` (`thing_id`, `Date_and_Time`, `Location_Code`) VALUES (10, '2017-10-21 04:21:54', '854 Keeling Sho'); +INSERT INTO `Timed_Locations_of_Things` (`thing_id`, `Date_and_Time`, `Location_Code`) VALUES (14, '2017-03-19 19:28:13', '1316 Morgan Spr'); +INSERT INTO `Timed_Locations_of_Things` (`thing_id`, `Date_and_Time`, `Location_Code`) VALUES (26, '2016-04-26 16:34:09', '192 Kub Rapids'); +INSERT INTO `Timed_Locations_of_Things` (`thing_id`, `Date_and_Time`, `Location_Code`) VALUES (45, '2017-04-19 16:41:03', '4667 Kellen Fie'); +INSERT INTO `Timed_Locations_of_Things` (`thing_id`, `Date_and_Time`, `Location_Code`) VALUES (45, '2017-04-22 00:37:48', '1313 Sawayn Riv'); +INSERT INTO `Timed_Locations_of_Things` (`thing_id`, `Date_and_Time`, `Location_Code`) VALUES (58, '2016-08-04 00:25:55', '94425 Nellie Kn'); +INSERT INTO `Timed_Locations_of_Things` (`thing_id`, `Date_and_Time`, `Location_Code`) VALUES (68, '2017-03-06 01:56:27', '4223 Rae Fork S'); +INSERT INTO `Timed_Locations_of_Things` (`thing_id`, `Date_and_Time`, `Location_Code`) VALUES (68, '2017-08-31 13:54:13', '9628 Bins Islan'); +INSERT INTO `Timed_Locations_of_Things` (`thing_id`, `Date_and_Time`, `Location_Code`) VALUES (85, '2016-11-07 09:43:05', '2677 Runolfsson'); +INSERT INTO `Timed_Locations_of_Things` (`thing_id`, `Date_and_Time`, `Location_Code`) VALUES (85, '2017-01-02 23:26:47', '26281 Holden Pa'); +INSERT INTO `Timed_Locations_of_Things` (`thing_id`, `Date_and_Time`, `Location_Code`) VALUES (85, '2017-11-26 00:13:44', '1537 Schmeler G'); +INSERT INTO `Timed_Locations_of_Things` (`thing_id`, `Date_and_Time`, `Location_Code`) VALUES (92, '2017-03-19 13:57:49', '113 Geo Glens A'); +INSERT INTO `Timed_Locations_of_Things` (`thing_id`, `Date_and_Time`, `Location_Code`) VALUES (92, '2017-10-21 21:35:37', '9569 Tanner Inl'); +INSERT INTO `Timed_Status_of_Things` (`thing_id`, `Date_and_Date`, `Status_of_Thing_Code`) VALUES (2, '2016-05-27 23:33:34', 'Open'); +INSERT INTO `Timed_Status_of_Things` (`thing_id`, `Date_and_Date`, `Status_of_Thing_Code`) VALUES (2, '2016-07-17 08:35:27', 'Close'); +INSERT INTO `Timed_Status_of_Things` (`thing_id`, `Date_and_Date`, `Status_of_Thing_Code`) VALUES (2, '2017-06-19 02:59:21', 'In Progress'); +INSERT INTO `Timed_Status_of_Things` (`thing_id`, `Date_and_Date`, `Status_of_Thing_Code`) VALUES (10, '2016-09-06 16:31:13', 'Close'); +INSERT INTO `Timed_Status_of_Things` (`thing_id`, `Date_and_Date`, `Status_of_Thing_Code`) VALUES (10, '2016-11-14 17:30:51', 'Open'); +INSERT INTO `Timed_Status_of_Things` (`thing_id`, `Date_and_Date`, `Status_of_Thing_Code`) VALUES (14, '2017-07-03 02:22:12', 'In Progress'); +INSERT INTO `Timed_Status_of_Things` (`thing_id`, `Date_and_Date`, `Status_of_Thing_Code`) VALUES (26, '2016-04-10 06:32:15', 'Close'); +INSERT INTO `Timed_Status_of_Things` (`thing_id`, `Date_and_Date`, `Status_of_Thing_Code`) VALUES (26, '2017-08-05 02:10:02', 'In Progress'); +INSERT INTO `Timed_Status_of_Things` (`thing_id`, `Date_and_Date`, `Status_of_Thing_Code`) VALUES (26, '2018-02-04 02:44:39', 'Close'); +INSERT INTO `Timed_Status_of_Things` (`thing_id`, `Date_and_Date`, `Status_of_Thing_Code`) VALUES (35, '2017-11-27 06:32:46', 'In Progress'); +INSERT INTO `Timed_Status_of_Things` (`thing_id`, `Date_and_Date`, `Status_of_Thing_Code`) VALUES (47, '2016-04-02 00:57:17', 'In Progress'); +INSERT INTO `Timed_Status_of_Things` (`thing_id`, `Date_and_Date`, `Status_of_Thing_Code`) VALUES (47, '2016-12-02 11:08:16', 'Close'); +INSERT INTO `Timed_Status_of_Things` (`thing_id`, `Date_and_Date`, `Status_of_Thing_Code`) VALUES (58, '2017-05-31 00:52:33', 'In Progress'); +INSERT INTO `Timed_Status_of_Things` (`thing_id`, `Date_and_Date`, `Status_of_Thing_Code`) VALUES (80, '2016-10-08 08:02:57', 'Open'); +INSERT INTO `Timed_Status_of_Things` (`thing_id`, `Date_and_Date`, `Status_of_Thing_Code`) VALUES (84, '2017-12-28 16:05:08', 'Open'); +INSERT INTO `Timed_Status_of_Things` (`thing_id`, `Date_and_Date`, `Status_of_Thing_Code`) VALUES (85, '2017-03-24 12:12:46', 'Close'); +INSERT INTO `Timed_Status_of_Things` (`thing_id`, `Date_and_Date`, `Status_of_Thing_Code`) VALUES (92, '2016-11-24 12:44:00', 'In Progress'); +INSERT INTO `Timed_Status_of_Things` (`thing_id`, `Date_and_Date`, `Status_of_Thing_Code`) VALUES (92, '2017-09-27 01:35:51', 'Close'); diff --git a/test_database/movie_1/movie_1.sqlite b/test_database/movie_1/movie_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..0cceca6082b0b8725402d169c848ae381ad152fb Binary files /dev/null and b/test_database/movie_1/movie_1.sqlite differ diff --git a/test_database/movie_1/schema.sql b/test_database/movie_1/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..c91d9b1168d6afa0c283decbb8f5807461227c70 --- /dev/null +++ b/test_database/movie_1/schema.sql @@ -0,0 +1,60 @@ +-- dbext:type=SQLITE:dbname=movie_rating.db + +/* Delete the tables if they already exist */ +drop table if exists Movie; +drop table if exists Reviewer; +drop table if exists Rating; + +/* Create the schema for our tables */ +create table Movie( + mID int primary key, + title text, + year int, + director text +); +create table Reviewer( + rID int primary key, + name text); + +create table Rating( + rID int, + mID int, + stars int, + ratingDate date, + FOREIGN KEY (mID) references Movie(mID), + FOREIGN KEY (rID) references Reviewer(rID) +); + +/* Populate the tables with our data */ +insert into Movie values(101, 'Gone with the Wind', 1939, 'Victor Fleming'); +insert into Movie values(102, 'Star Wars', 1977, 'George Lucas'); +insert into Movie values(103, 'The Sound of Music', 1965, 'Robert Wise'); +insert into Movie values(104, 'E.T.', 1982, 'Steven Spielberg'); +insert into Movie values(105, 'Titanic', 1997, 'James Cameron'); +insert into Movie values(106, 'Snow White', 1937, null); +insert into Movie values(107, 'Avatar', 2009, 'James Cameron'); +insert into Movie values(108, 'Raiders of the Lost Ark', 1981, 'Steven Spielberg'); + +insert into Reviewer values(201, 'Sarah Martinez'); +insert into Reviewer values(202, 'Daniel Lewis'); +insert into Reviewer values(203, 'Brittany Harris'); +insert into Reviewer values(204, 'Mike Anderson'); +insert into Reviewer values(205, 'Chris Jackson'); +insert into Reviewer values(206, 'Elizabeth Thomas'); +insert into Reviewer values(207, 'James Cameron'); +insert into Reviewer values(208, 'Ashley White'); + +insert into Rating values(201, 101, 2, '2011-01-22'); +insert into Rating values(201, 101, 4, '2011-01-27'); +insert into Rating values(202, 106, 4, null); +insert into Rating values(203, 103, 2, '2011-01-20'); +insert into Rating values(203, 108, 4, '2011-01-12'); +insert into Rating values(203, 108, 2, '2011-01-30'); +insert into Rating values(204, 101, 3, '2011-01-09'); +insert into Rating values(205, 103, 3, '2011-01-27'); +insert into Rating values(205, 104, 2, '2011-01-22'); +insert into Rating values(205, 108, 4, null); +insert into Rating values(206, 107, 3, '2011-01-15'); +insert into Rating values(206, 106, 5, '2011-01-19'); +insert into Rating values(207, 107, 5, '2011-01-20'); +insert into Rating values(208, 104, 3, '2011-01-02'); diff --git a/test_database/music_1/music_1.sqlite b/test_database/music_1/music_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..1fcca9786e67b5d3b1abf4809c5f492cb8c27380 Binary files /dev/null and b/test_database/music_1/music_1.sqlite differ diff --git a/test_database/music_1/schema.sql b/test_database/music_1/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..3a6f8fa4d426e5f74cafb5151beb45a562a0ca80 --- /dev/null +++ b/test_database/music_1/schema.sql @@ -0,0 +1,79 @@ + +--data definition + +create table genre( + g_name varchar2(20) not null, + rating varchar2(10), + most_popular_in varchar2(50), + primary key(g_name) +); + +create table artist( + artist_name varchar2(50) not null, + country varchar2(20), + gender varchar2(20), + preferred_genre varchar2(50), + constraint a_name primary key(artist_name), + foreign key(preferred_genre) references genre(g_name) ON DELETE CASCADE +); + +create table files( + f_id number(10) not null, + artist_name varchar2(50), + file_size varchar2(20), + duration varchar2(20), + formats varchar2(20), + primary key(f_id), + foreign key(artist_name) references artist(artist_name) ON DELETE CASCADE +); + + +create table song( + song_name varchar2(50), + artist_name varchar2(50), + country varchar2(20), + f_id number(10), + genre_is varchar2(20), + rating number(10) check(rating>0 and rating<11), + languages varchar2(20), + releasedate Date, + resolution number(10) not null, + constraint s_name primary key(song_name), + foreign key(artist_name) references artist(artist_name) ON DELETE CASCADE, + foreign key(f_id) references files(f_id) ON DELETE CASCADE, + foreign key(genre_is) references genre(g_name) ON DELETE CASCADE +); + + +--insertion of attributes in the table + + +insert into genre(g_name,rating,most_popular_in) values ('tagore','8','Bangladesh'); +insert into genre values ('nazrul','7','Bangladesh'); +insert into genre values ('folk','9','Sylhet,Chittagong,Kustia'); +insert into genre values ('modern','8','Bangladesh'); +insert into genre values ('blues','7','Canada'); +insert into genre values ('pop','9','America'); + + +insert into artist(artist_name,country,gender,preferred_genre) values('Shrikanta','India','Male','tagore'); +insert into artist values('Prity','Bangladesh','Female','nazrul'); +insert into artist values('Farida','Bangladesh','Female','folk'); +insert into artist values('Topu','India','Female','modern'); +insert into artist values('Enrique','USA','Male','blues'); +insert into artist values('Michel','UK','Male','pop'); + + +insert into files(f_id,artist_name,file_size,duration,formats) values (1,'Shrikanta','3.78 MB','3:45','mp4'); +insert into files values (2,'Prity','4.12 MB','2:56','mp3'); +insert into files values (3,'Farida','3.69 MB','4:12','mp4'); +insert into files values (4,'Enrique','4.58 MB','5:23','mp4'); +insert into files values (5,'Michel','5.10 MB','4:34','mp3'); +insert into files values (6,'Topu','4.10 MB','4:30','mp4'); + +insert into song(song_name,artist_name,country,f_id,genre_is,rating,languages,releasedate,resolution) values ('Tumi robe nirobe','Shrikanta','India','1','tagore','8','bangla','28-AUG-2011',1080); +insert into song values ('Shukno patar nupur pae','Prity','Bangladesh','2','nazrul','5','bangla','21-SEP-1997',512); +insert into song values ('Ami opar hoye','Farida','Bangladesh','3','folk','7','bangla','7-APR-2001',320); +insert into song values ('My love','Enrique','USA','4','blues','6','english','24-JAN-2007',1080); +insert into song values ('Just beat it','Michel','UK','5','pop','8','english','17-MAR-2002',720); +insert into song values ('Aj ei akash','Topu','India','6','modern','10','bangla','27-MAR-2004',320); diff --git a/test_database/network_2/network_2.sqlite b/test_database/network_2/network_2.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..115a096f3d6083b943f78ddc680ec8dd2f14a257 Binary files /dev/null and b/test_database/network_2/network_2.sqlite differ diff --git a/test_database/news_report/news_report.sqlite b/test_database/news_report/news_report.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..0d331f4c34c1dee9b4527018c6c59f7320a452a9 Binary files /dev/null and b/test_database/news_report/news_report.sqlite differ diff --git a/test_database/phone_1/phone_1.sqlite b/test_database/phone_1/phone_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..85ff36e16a59f66a974e8aadce6ac635069f7f17 Binary files /dev/null and b/test_database/phone_1/phone_1.sqlite differ diff --git a/test_database/pilot_1/link.txt b/test_database/pilot_1/link.txt new file mode 100644 index 0000000000000000000000000000000000000000..e6249d4a38b08a03187af0427612e583ea9727b0 --- /dev/null +++ b/test_database/pilot_1/link.txt @@ -0,0 +1 @@ +http://www.cs.dartmouth.edu/~cs61/Examples/ diff --git a/test_database/pilot_1/pilot_1.sqlite b/test_database/pilot_1/pilot_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..7bfe9237115a5123354f178f1a41ae7a2818886f Binary files /dev/null and b/test_database/pilot_1/pilot_1.sqlite differ diff --git a/test_database/pilot_1/schema.sql b/test_database/pilot_1/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..0b37960967fcd23a22bf7dc4208e9bf4e6f24f9b --- /dev/null +++ b/test_database/pilot_1/schema.sql @@ -0,0 +1,31 @@ +CREATE TABLE PilotSkills + (pilot_name CHAR(15) NOT NULL, + plane_name CHAR(15) NOT NULL, + age INTEGER, + PRIMARY KEY (pilot_name, plane_name), + FOREIGN KEY (plane_name) REFERENCES Hangar(plane_name) + ); + + INSERT into PilotSkills VALUES ('Celko', 'Piper Cub', 23); + INSERT into PilotSkills VALUES ('Higgins', 'B-52 Bomber', 34); + INSERT into PilotSkills VALUES ('Higgins', 'F-14 Fighter', 50); + INSERT into PilotSkills VALUES ('Higgins', 'Piper Cub', 30); + INSERT into PilotSkills VALUES ('Jones' , 'B-52 Bomber', 24); + INSERT into PilotSkills VALUES ('Jones' , 'F-14 Fighter', 32); + INSERT into PilotSkills VALUES ('Smith' , 'B-1 Bomber', 41); + INSERT into PilotSkills VALUES ('Smith' , 'B-52 Bomber', 26); + INSERT into PilotSkills VALUES ('Smith' , 'F-14 Fighter', 45); + INSERT into PilotSkills VALUES ('Wilson' , 'B-1 Bomber', 52); + INSERT into PilotSkills VALUES ('Wilson' , 'B-52 Bomber', 34); + INSERT into PilotSkills VALUES ('Wilson' , 'F-14 Fighter', 24); + INSERT into PilotSkills VALUES ('Wilson' , 'F-17 Fighter', 35); + + CREATE TABLE Hangar + (plane_name CHAR(15) NOT NULL PRIMARY KEY, + location CHAR(15) + ); + + INSERT INTO Hangar VALUES ('B-1 Bomber', 'Chicago'); + INSERT INTO Hangar VALUES ('B-52 Bomber', 'Austin'); + INSERT INTO Hangar VALUES ('F-14 Fighter', 'Boston'); + INSERT INTO Hangar VALUES ('Piper Cub', 'Seattle'); diff --git a/test_database/pilot_1/sql.txt b/test_database/pilot_1/sql.txt new file mode 100644 index 0000000000000000000000000000000000000000..ecf3d502d18182e7162396ab6cad640b768a0cfd --- /dev/null +++ b/test_database/pilot_1/sql.txt @@ -0,0 +1,43 @@ +/*** Division with a remainder */ +SELECT DISTINCT pilot_name + FROM PilotSkills AS PS1 + WHERE NOT EXISTS + (SELECT * + FROM Hangar + WHERE NOT EXISTS + (SELECT * + FROM PilotSkills AS PS2 + WHERE (PS1.pilot_name = PS2.pilot_name) + AND (PS2.plane_name = Hangar.plane_name))); + +/* alternatively */ +SELECT PS1.pilot_name + FROM PilotSkills AS PS1, Hangar AS H1 + WHERE PS1.plane_name = H1.plane_name + GROUP BY PS1.pilot_name + HAVING COUNT(PS1.plane_name) = (SELECT COUNT(plane_name) FROM Hangar); + +/* Exact division */ +SELECT PS1.pilot_name + FROM PilotSkills AS PS1 + LEFT OUTER JOIN + Hangar AS H1 + ON PS1.plane_name = H1.plane_name + GROUP BY PS1.pilot_name +HAVING COUNT(PS1.plane_name) = (SELECT COUNT(plane_name) FROM Hangar) + AND COUNT(H1.plane_name) = (SELECT COUNT(plane_name) FROM Hangar); + +/* Division with JOINS */ +SELECT SP1.Pilot_name + FROM (((SELECT plane_name FROM Hangar) AS H1 + INNER JOIN + (SELECT pilot_name, plane_name FROM PilotSkills) AS SP1 + ON H1.plane_name = SP1.plane_name) + INNER JOIN (SELECT * + FROM PilotSkills + WHERE pilot_name = 'Higgins') AS H2 + ON H2.plane_name = H1.plane_name) + GROUP BY SP1.Pilot_name +HAVING COUNT(*) >= (SELECT COUNT(*) + FROM PilotSkills + WHERE pilot_name = 'Higgins'); diff --git a/test_database/program_share/program_share.sqlite b/test_database/program_share/program_share.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..cc3da5871c5da3897cd52c31300e7c6f3e775ee0 Binary files /dev/null and b/test_database/program_share/program_share.sqlite differ diff --git a/test_database/program_share/schema.sql b/test_database/program_share/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..e2bb63e966c137cb714d37d5f12b40a2d6536300 --- /dev/null +++ b/test_database/program_share/schema.sql @@ -0,0 +1,87 @@ + +PRAGMA foreign_keys = ON; + + +CREATE TABLE "program" ( +"Program_ID" int, +"Name" text, +"Origin" text, +"Launch" real, +"Owner" text, +PRIMARY KEY ("Program_ID") +); + + +CREATE TABLE "channel" ( +"Channel_ID" int, +"Name" text, +"Owner" text, +"Share_in_percent" real, +"Rating_in_percent" real, +PRIMARY KEY ("Channel_ID") +); + + + +INSERT INTO "program" VALUES (1,"Aniworld","Hunan","2005","Hunan Broadcasting System (HBS)"); +INSERT INTO "program" VALUES (2,"Kaku","Beijing","2004","Beijing Television (BTV)"); +INSERT INTO "program" VALUES (3,"Toonmax","Shanghai","2005","Shanghai Media Group (SMG)"); +INSERT INTO "program" VALUES (4,"Jiajia","Guangdong","2007","Southern Media Corporation (SMC)"); +INSERT INTO "program" VALUES (5,"Youman","Jiangsu","2010","Jiangsu Broadcasting Corporation (JSBC)"); + +INSERT INTO "channel" VALUES ("1","CCTV-1","CCTV","4.9","0.54"); +INSERT INTO "channel" VALUES ("2","Hunan Satellite TV","HBS","4.81","0.53"); +INSERT INTO "channel" VALUES ("3","CCTV-8","CCTV","3.76","0.41"); +INSERT INTO "channel" VALUES ("4","CCTV-13","CCTV","2.91","0.32"); +INSERT INTO "channel" VALUES ("5","CCTV-3","CCTV","2.86","0.31"); +INSERT INTO "channel" VALUES ("6","CCTV-6","CCTV","2.73","0.3"); +INSERT INTO "channel" VALUES ("7","CCTV-14","CCTV","2.6","0.29"); +INSERT INTO "channel" VALUES ("8","CCTV-4","CCTV","2.33","0.26"); +INSERT INTO "channel" VALUES ("9","Anhui Satellite TV","Anhui Television","1.78","0.2"); +INSERT INTO "channel" VALUES ("10","Shandong Satellite TV","Shandong Television","1.74","0.19"); + + + +CREATE TABLE "broadcast" ( +"Channel_ID" int, +"Program_ID" int, +"Time_of_day" text, +PRIMARY KEY ("Channel_ID","Program_ID"), +FOREIGN KEY (`Channel_ID`) REFERENCES `channel`(`Channel_ID`), +FOREIGN KEY (`Program_ID`) REFERENCES `program`(`Program_ID`) +); + + +INSERT INTO "broadcast" VALUES (1,1,"Morning"); +INSERT INTO "broadcast" VALUES (2,1,"Night"); +INSERT INTO "broadcast" VALUES (3,2,"Morning"); +INSERT INTO "broadcast" VALUES (4,1,"Night"); +INSERT INTO "broadcast" VALUES (5,4,"Morning"); +INSERT INTO "broadcast" VALUES (6,3,"Morning"); +INSERT INTO "broadcast" VALUES (7,3,"Noon"); +INSERT INTO "broadcast" VALUES (8,2,"Night"); +INSERT INTO "broadcast" VALUES (9,3,"Noon"); +INSERT INTO "broadcast" VALUES (10,4,"Night"); +INSERT INTO "broadcast" VALUES (1,2,"Night"); + + + +CREATE TABLE "broadcast_share" ( +"Channel_ID" int, +"Program_ID" int, +"Date" text, +"Share_in_percent" real, +PRIMARY KEY ("Channel_ID","Program_ID"), +FOREIGN KEY (`Channel_ID`) REFERENCES `channel`(`Channel_ID`), +FOREIGN KEY (`Program_ID`) REFERENCES `program`(`Program_ID`) +); + +INSERT INTO "broadcast_share" VALUES (1,1,"01,May",3.1); +INSERT INTO "broadcast_share" VALUES (2,1,"02,May",1.8); +INSERT INTO "broadcast_share" VALUES (3,2,"03,May",2.8); +INSERT INTO "broadcast_share" VALUES (4,1,"04,April",3.2); +INSERT INTO "broadcast_share" VALUES (5,4,"01,May",1.1); +INSERT INTO "broadcast_share" VALUES (6,3,"03,May",2.1); +INSERT INTO "broadcast_share" VALUES (7,3,"10,Jun",1.9); +INSERT INTO "broadcast_share" VALUES (8,2,"11,May",4.2); +INSERT INTO "broadcast_share" VALUES (9,3,"13,May",3.0); diff --git a/test_database/race_track/race_track.sqlite b/test_database/race_track/race_track.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..415459c4fa9402ce14d0ce128ab4dae157a7150c Binary files /dev/null and b/test_database/race_track/race_track.sqlite differ diff --git a/test_database/railway/railway.sqlite b/test_database/railway/railway.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..531a32716ffc90a59cf78d6c9ac7086d41431369 Binary files /dev/null and b/test_database/railway/railway.sqlite differ diff --git a/test_database/region_building/schema.sql b/test_database/region_building/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..20a636e08a246c92916188cce03e25289f093fda --- /dev/null +++ b/test_database/region_building/schema.sql @@ -0,0 +1,43 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "building" ( +"Building_ID" int, +"Region_ID" int, +"Name" text, +"Address" text, +"Number_of_Stories" int, +"Completed_Year" int, +PRIMARY KEY ("Building_ID"), +FOREIGN KEY ("Region_ID") REFERENCES "region"("Region_ID") +); + +CREATE TABLE "region" ( +"Region_ID" int, +"Name" text, +"Capital" text, +"Area" int, +"Population" int, +PRIMARY KEY ("Region_ID") +); + +INSERT INTO "region" VALUES (1,"Abruzzo","L'Aquila","10763","1342177"); +INSERT INTO "region" VALUES (2,"Aosta Valley","Aosta","3263","128129"); +INSERT INTO "region" VALUES (3,"Apulia","Bari","19358","4090577"); +INSERT INTO "region" VALUES (4,"Basilicata","Potenza","9995","587680"); +INSERT INTO "region" VALUES (5,"Calabria","Catanzaro","15080","2011537"); +INSERT INTO "region" VALUES (6,"Campania","Naples","13590","5833131"); +INSERT INTO "region" VALUES (7,"Emilia-Romagna","Bologna","22446","4429766"); +INSERT INTO "region" VALUES (8,"Friuli-Venezia Giulia","Trieste","7858","1235761"); +INSERT INTO "region" VALUES (9,"Lazio","Rome","17236","5724365"); +INSERT INTO "region" VALUES (10,"Liguria","Genoa","5422","1616993"); +INSERT INTO "region" VALUES (11,"Lombardy","Milan","23844","9909348"); + +INSERT INTO "building" VALUES ("1",1,"La Renaissance Apartments","424 Spadina Crescent E","24","1983"); +INSERT INTO "building" VALUES ("2",2,"Hallmark Place","311 6th Ave N","27","1984"); +INSERT INTO "building" VALUES ("3",4,"Saskatoon Square","410 22nd St E","17","1979"); +INSERT INTO "building" VALUES ("4",5,"The Terrace Apartments","315 5th Ave N","22","1980"); +INSERT INTO "building" VALUES ("5",6,"Radisson Hotel","405 20th St E","12","1983"); +INSERT INTO "building" VALUES ("6",8,"The View on Fifth","320 5th Ave N","22","1968"); +INSERT INTO "building" VALUES ("7",9,"The Luther","1223 Temperance St","9","1978"); +INSERT INTO "building" VALUES ("8",10,"Marquis Towers","241 5th Ave N","36","1966"); + diff --git a/test_database/restaurant_bills/restaurant_bills.sqlite b/test_database/restaurant_bills/restaurant_bills.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..fddfd0d239fc9103345e14d05df0e19e4205486b Binary files /dev/null and b/test_database/restaurant_bills/restaurant_bills.sqlite differ diff --git a/test_database/restaurant_bills/schema_old.sql b/test_database/restaurant_bills/schema_old.sql new file mode 100644 index 0000000000000000000000000000000000000000..c92b0def59d14089f1da854484043b23c548a7eb --- /dev/null +++ b/test_database/restaurant_bills/schema_old.sql @@ -0,0 +1,61 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "customer" ( +"Customer_ID" int, +"Name" text, +"Nationality" text, +"Card_Credit" real, +"Level_of_Membership" int, +PRIMARY KEY ("Customer_ID") +); + +CREATE TABLE "branch" ( +"Branch_ID" int, +"Manager" text, +"Years_opened" int, +"Location_of_office" text, +PRIMARY KEY ("Branch_ID") +); + +INSERT INTO "customer" VALUES (1,"Arthur Morris","Australia","87.00","3"); +INSERT INTO "customer" VALUES (2,"Denis Compton","England","62.44","2"); +INSERT INTO "customer" VALUES (3,"Donald Bradman","Australia","72.57","2"); +INSERT INTO "customer" VALUES (4,"Cyril Washbrook","England","50.85","1"); +INSERT INTO "customer" VALUES (5,"Len Hutton","England","42.75","0"); +INSERT INTO "customer" VALUES (6,"Sid Barnes","Australia","82.25","1"); +INSERT INTO "customer" VALUES (7,"Bill Edrich","England","31.90","1"); +INSERT INTO "customer" VALUES (8,"Lindsay Hassett","Australia","44.28","1"); + +INSERT INTO "branch" VALUES (1,"Ashby Lazale",5,"Hartford"); +INSERT INTO "branch" VALUES (2,"Breton Robert",4,"Waterbury"); +INSERT INTO "branch" VALUES (3,"Campbell Jessie",6,"Hartford"); +INSERT INTO "branch" VALUES (4,"Cobb Sedrick",2,"Waterbury"); +INSERT INTO "branch" VALUES (5,"Hayes Steven",3,"Cheshire"); +INSERT INTO "branch" VALUES (6,"Komisarjevsky Joshua",2,"Cheshire"); +INSERT INTO "branch" VALUES (7,"Peeler Russell",6,"Bridgeport"); +INSERT INTO "branch" VALUES (8,"Reynolds Richard",8,"Waterbury"); +INSERT INTO "branch" VALUES (9,"Rizzo Todd",4,"Waterbury"); +INSERT INTO "branch" VALUES (10,"Webb Daniel",2,"Hartford"); + +CREATE TABLE "customer_order" ( +"Customer_ID" int, +"Branch_ID" int, +"Dish_Name" text, +"Quantity" int, +PRIMARY KEY ("Customer_ID","Branch_ID","Dish_Name"), +FOREIGN KEY ("Customer_ID") REFERENCES "customer"("Customer_ID"), +FOREIGN KEY ("Branch_ID") REFERENCES "branch"("Branch_ID") +); + +INSERT INTO "customer_order" VALUES (2,10,"Ma Po Tofu",1); +INSERT INTO "customer_order" VALUES (2,9,"Kung Pao Chicken",2); +INSERT INTO "customer_order" VALUES (3,10,"Peking Roasted Duck",1); +INSERT INTO "customer_order" VALUES (4,6,"Chow Mein",2); +INSERT INTO "customer_order" VALUES (5,6,"Chow Mein",1); +INSERT INTO "customer_order" VALUES (1,10,"Spring Rolls",4); + + + + + + diff --git a/test_database/restaurants/restaurants.sqlite b/test_database/restaurants/restaurants.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..a18a858870567c42e57e905126c818bee885650a Binary files /dev/null and b/test_database/restaurants/restaurants.sqlite differ diff --git a/test_database/restaurants/schema.sql b/test_database/restaurants/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..e7208318ac10d0aa64595d604a98a411dcf42d9f --- /dev/null +++ b/test_database/restaurants/schema.sql @@ -0,0 +1,25 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE "GEOGRAPHIC" ( +"CITY_NAME" text, +"COUNTY" text, +"REGION" text, +primary key("CITY_NAME") +); +CREATE TABLE "RESTAURANT" ( +"ID" int, +"NAME" text, +"FOOD_TYPE" text, +"CITY_NAME" text, +"RATING" real, +primary key("ID"), +foreign key ("CITY_NAME") references `GEOGRAPHIC`("CITY_NAME") +); +CREATE TABLE "LOCATION" ( +"RESTAURANT_ID" int, +"HOUSE_NUMBER" int, +"STREET_NAME" text, +"CITY_NAME" text, +primary key("RESTAURANT_ID"), +foreign key ("CITY_NAME") references `GEOGRAPHIC`("CITY_NAME") +foreign key ("RESTAURANT_ID") references `RESTAURANT`("RESTAURANT_ID") +); diff --git a/test_database/scientist_1/schema.sql b/test_database/scientist_1/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..d44431cc36bc7321c45a1d0dce1337cda8f9c4d2 --- /dev/null +++ b/test_database/scientist_1/schema.sql @@ -0,0 +1,64 @@ +create table Scientists ( + SSN int, + Name Char(30) not null, + Primary Key (SSN) +); + +Create table Projects ( + Code Char(4), + Name Char(50) not null, + Hours int, + Primary Key (Code) +); + +create table AssignedTo ( + Scientist int not null, + Project char(4) not null, + Primary Key (Scientist, Project), + Foreign Key (Scientist) references Scientists (SSN), + Foreign Key (Project) references Projects (Code) +); + +INSERT INTO Scientists(SSN,Name) + VALUES(123234877,'Michael Rogers'), + (152934485,'Anand Manikutty'), + (222364883, 'Carol Smith'), + (326587417,'Joe Stevens'), + (332154719,'Mary-Anne Foster'), + (332569843,'George ODonnell'), + (546523478,'John Doe'), + (631231482,'David Smith'), + (654873219,'Zacary Efron'), + (745685214,'Eric Goldsmith'), + (845657245,'Elizabeth Doe'), + (845657246,'Kumar Swamy'); + + INSERT INTO Projects ( Code,Name,Hours) + VALUES ('AeH1','Winds: Studying Bernoullis Principle', 156), + ('AeH2','Aerodynamics and Bridge Design',189), + ('AeH3','Aerodynamics and Gas Mileage', 256), + ('AeH4','Aerodynamics and Ice Hockey', 789), + ('AeH5','Aerodynamics of a Football', 98), + ('AeH6','Aerodynamics of Air Hockey',89), + ('Ast1','A Matter of Time',112), + ('Ast2','A Puzzling Parallax', 299), + ('Ast3','Build Your Own Telescope', 6546), + ('Bte1','Juicy: Extracting Apple Juice with Pectinase', 321), + ('Bte2','A Magnetic Primer Designer', 9684), + ('Bte3','Bacterial Transformation Efficiency', 321), + ('Che1','A Silver-Cleaning Battery', 545), + ('Che2','A Soluble Separation Solution', 778); + + INSERT INTO AssignedTo ( Scientist, Project) + VALUES (123234877,'AeH1'), + (152934485,'AeH3'), + (222364883,'Ast3'), + (326587417,'Ast3'), + (332154719,'Bte1'), + (546523478,'Che1'), + (631231482,'Ast3'), + (654873219,'Che1'), + (745685214,'AeH3'), + (845657245,'Ast1'), + (845657246,'Ast2'), + (332569843,'AeH4'); diff --git a/test_database/scientist_1/scientist_1.sqlite b/test_database/scientist_1/scientist_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..791d767902aa85f1d67988fa8dd54ef1484b74ed Binary files /dev/null and b/test_database/scientist_1/scientist_1.sqlite differ diff --git a/test_database/soccer_1/soccer_1.sqlite b/test_database/soccer_1/soccer_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..00a954e732fc880a83d99d310e3851f692a4d521 --- /dev/null +++ b/test_database/soccer_1/soccer_1.sqlite @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:402ea587e7cc71051f4479b5c2b70dcda1ac75176af15b3a1932febee4a528e5 +size 316854272 diff --git a/test_database/solvency_ii/schema.sql b/test_database/solvency_ii/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..9cd7d277a29e7bfdbdeceae46345601dbf186fad --- /dev/null +++ b/test_database/solvency_ii/schema.sql @@ -0,0 +1,272 @@ +PRAGMA foreign_keys = ON; + + + +CREATE TABLE Addresses ( +Address_ID INTEGER NOT NULL , +address_details VARCHAR(255), +PRIMARY KEY (Address_ID), +UNIQUE (Address_ID) +); +CREATE TABLE Locations ( +Location_ID INTEGER NOT NULL , +Other_Details VARCHAR(255), +PRIMARY KEY (Location_ID) +); +CREATE TABLE Products ( +Product_ID INTEGER NOT NULL, +Product_Type_Code CHAR(15), +Product_Name VARCHAR(255), +Product_Price DECIMAL(20,4), +PRIMARY KEY (Product_ID), +UNIQUE (Product_ID) +); +CREATE TABLE Parties ( +Party_ID INTEGER NOT NULL, +Party_Details VARCHAR(255), +PRIMARY KEY (Party_ID) +); +CREATE TABLE Assets ( +Asset_ID INTEGER NOT NULL , +Other_Details VARCHAR(255), +PRIMARY KEY (Asset_ID) +); +CREATE TABLE Channels ( +Channel_ID INTEGER NOT NULL , +Other_Details VARCHAR(255), +PRIMARY KEY (Channel_ID) +); +CREATE TABLE Finances ( +Finance_ID INTEGER NOT NULL , +Other_Details VARCHAR(255), +PRIMARY KEY (Finance_ID) +); + + +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (1, '465 Emely Bypass +West Mafalda, CO 23309'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (2, '669 Carter Trafficway +Port Delbert, OK 66249'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (3, '38247 Ernser Gateway Suite 442 +Bogisichland, VT 71460'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (4, '732 Greenholt Valleys +East Marionfort, VT 89477-0433'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (5, '382 Demond Alley +Luellamouth, MT 67912'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (6, '3851 Quigley Flats +O''Reillychester, CA 92522-9526'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (7, '78950 Kamryn Centers +Chelsealand, NE 22947-6129'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (8, '682 Kautzer Forest Apt. 509 +Jaydenfurt, NE 85011-5059'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (9, '11093 Balistreri Forge +Gaylordtown, VT 05705'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (10, '9113 Wisoky Glen Apt. 601 +Lake Immanuel, UT 01388'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (11, '73409 Linnea Loop Apt. 778 +Haagberg, AK 41204-1496'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (12, '8220 Concepcion Neck Suite 394 +East Beauview, LA 19968-4755'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (13, '513 Lindgren River +North Scottymouth, IN 85224-1392'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (14, '9694 Wava Roads +Ricechester, DC 70816-9058'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (15, '068 O''Connell Tunnel +West Colemanburgh, MO 87777'); + +INSERT INTO `Assets` (`Asset_ID`, `Other_Details`) VALUES (1, 'Transportation Cars'); +INSERT INTO `Assets` (`Asset_ID`, `Other_Details`) VALUES (2, 'Meeting Rooms'); +INSERT INTO `Assets` (`Asset_ID`, `Other_Details`) VALUES (3, 'Dinning Tables'); + +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (1, '145'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (2, '348'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (3, '933'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (4, '631'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (5, '681'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (6, '993'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (7, '249'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (8, '644'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (9, '668'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (10, '058'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (11, '163'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (12, '285'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (13, '943'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (14, '292'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (15, '177'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (1, 'Mutual'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (2, 'Good'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (3, 'Bad'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (4, 'Mutual'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (5, 'Bad'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (6, 'Good'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (7, 'Good'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (8, 'Mutual'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (9, 'Bad'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (10, 'Bad'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (11, 'Mutual'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (12, 'Mutual'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (13, 'Good'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (14, 'Good'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (15, 'Mutual'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (1, 'Rowe PLC'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (2, 'Ebert, Green and Bogisich'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (3, 'Prohaska LLC'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (4, 'White, Kassulke and Barrows'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (5, 'Wintheiser-Sauer'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (6, 'Morar-Denesik'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (7, 'Rowe-Stoltenberg'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (8, 'Price-Lynch'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (9, 'Ryan-Wyman'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (10, 'Hilll Ltd'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (11, 'Fritsch LLC'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (12, 'Kuvalis-Goodwin'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (13, 'Sanford Inc'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (14, 'Waelchi-Wehner'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (15, 'Daugherty, Nader and Balistreri'); +INSERT INTO `Parties` (`Party_ID`, `Party_Details`) VALUES (3, 'European People''s Party'); +INSERT INTO `Parties` (`Party_ID`, `Party_Details`) VALUES (4, 'European Free Alliance'); +INSERT INTO `Parties` (`Party_ID`, `Party_Details`) VALUES (5, 'European Alliance for Freedom'); +INSERT INTO `Parties` (`Party_ID`, `Party_Details`) VALUES (6, 'European Christian Political Movement'); +INSERT INTO `Parties` (`Party_ID`, `Party_Details`) VALUES (7, 'Movement for a Europe of Nations and Freedom'); +INSERT INTO `Parties` (`Party_ID`, `Party_Details`) VALUES (8, 'Alliance of Liberals and Democrats for Europe'); +INSERT INTO `Parties` (`Party_ID`, `Party_Details`) VALUES (9, 'EUDemocrats'); + +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (1, 'Books', 'Business Policy', '1336.2600'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (3, 'Food', 'Special Dinning', '2894.9400'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (5, 'Clothes', 'Men suits', '3298.8400'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (6, 'Electronics', 'TV Equipments', '932.2500'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (7, 'Books', 'Business Policy B', '3215.6600'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (10, 'Electronics', 'TV Equipments', '4427.4900'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (11, 'Electronics', 'Conference Equipments', '3289.4700'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (18, 'Books', 'Trading Policy', '3228.4900'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (20, 'Books', 'Trading Policy B', '4343.8300'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (22, 'Food', 'Dinning', '3574.5600'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (24, 'Food', 'Dinning', '4895.8600'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (26, 'Food', 'Dinning', '2339.9700'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (29, 'Food', 'Special Dinning', '502.1500'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (34, 'Electronics', 'TV Equipments', '970.7700'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (45, 'Clothes', 'Men suits', '3541.1700'); + + + +CREATE TABLE Events ( +Event_ID INTEGER NOT NULL , +Address_ID INTEGER, +Channel_ID INTEGER NOT NULL, +Event_Type_Code CHAR(15), +Finance_ID INTEGER NOT NULL, +Location_ID INTEGER NOT NULL, +PRIMARY KEY (Event_ID), +UNIQUE (Event_ID), +FOREIGN KEY (Location_ID) REFERENCES Locations (Location_ID), +FOREIGN KEY (Address_ID) REFERENCES Addresses (Address_ID), +FOREIGN KEY (Finance_ID) REFERENCES Finances (Finance_ID) +); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (1, 3, 12, 'Trade Show', 2, 13); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (2, 15, 13, 'Press Conferenc', 8, 11); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (3, 12, 1, 'Press Conferenc', 12, 6); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (4, 13, 10, 'Ceremonies', 7, 6); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (5, 9, 4, 'Trade Show', 15, 6); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (6, 15, 12, 'Seminar', 15, 9); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (7, 15, 6, 'Trade Show', 13, 15); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (8, 3, 15, 'Trade Show', 1, 6); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (9, 12, 3, 'Press Conferenc', 3, 11); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (10, 15, 10, 'Conference', 7, 12); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (11, 10, 4, 'Trade Show', 2, 8); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (12, 14, 9, 'Trade Show', 14, 7); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (13, 12, 13, 'Trade Show', 12, 12); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (14, 10, 11, 'Seminar', 5, 10); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (15, 2, 2, 'Conference', 10, 5); + +CREATE TABLE Products_in_Events ( +Product_in_Event_ID INTEGER NOT NULL, +Event_ID INTEGER NOT NULL, +Product_ID INTEGER NOT NULL, +PRIMARY KEY (Product_in_Event_ID), +FOREIGN KEY (Event_ID) REFERENCES Events (Event_ID), +FOREIGN KEY (Product_ID) REFERENCES Products (Product_ID) +); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (13, 4, 29); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (23, 8, 3); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (32, 14, 10); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (33, 5, 18); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (43, 4, 45); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (46, 7, 3); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (50, 14, 6); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (61, 7, 3); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (63, 6, 34); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (64, 15, 6); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (69, 8, 20); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (74, 1, 6); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (79, 4, 45); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (90, 14, 26); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (99, 10, 11); + + +CREATE TABLE Parties_in_Events ( +Party_ID INTEGER NOT NULL, +Event_ID INTEGER NOT NULL, +Role_Code CHAR(15), +PRIMARY KEY (Party_ID, Event_ID), +FOREIGN KEY (Party_ID) REFERENCES Parties (Party_ID), +FOREIGN KEY (Event_ID) REFERENCES Events (Event_ID) +); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (3, 7, 'Organizer'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (3, 8, 'Participant'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (4, 1, 'Organizer'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (4, 3, 'Participant'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (4, 8, 'Organizer'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (5, 9, 'Participant'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (5, 10, 'Participant'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (5, 15, 'Organizer'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (6, 6, 'Organizer'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (6, 12, 'Participant'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (6, 13, 'Organizer'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (9, 3, 'Participant'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (9, 4, 'Participant'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (9, 10, 'Organizer'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (9, 12, 'Organizer'); + +CREATE TABLE Agreements ( +Document_ID INTEGER NOT NULL , +Event_ID INTEGER NOT NULL, +PRIMARY KEY (Document_ID), +FOREIGN KEY (Event_ID) REFERENCES Events (Event_ID) +); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (13, 5); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (9, 6); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (6, 8); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (11, 8); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (4, 9); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (12, 9); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (7, 10); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (5, 11); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (10, 11); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (14, 12); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (1, 13); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (2, 13); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (3, 15); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (8, 15); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (15, 15); + +CREATE TABLE Assets_in_Events ( +Asset_ID INTEGER NOT NULL, +Event_ID INTEGER NOT NULL, +PRIMARY KEY (Asset_ID, Event_ID), +FOREIGN KEY (Event_ID) REFERENCES Events (Event_ID), +FOREIGN KEY (Event_ID) REFERENCES Events (Event_ID) +); + +INSERT INTO `Assets_in_Events` (`Asset_ID`, `Event_ID`) VALUES (1, 4); +INSERT INTO `Assets_in_Events` (`Asset_ID`, `Event_ID`) VALUES (1, 5); +INSERT INTO `Assets_in_Events` (`Asset_ID`, `Event_ID`) VALUES (1, 9); +INSERT INTO `Assets_in_Events` (`Asset_ID`, `Event_ID`) VALUES (1, 10); +INSERT INTO `Assets_in_Events` (`Asset_ID`, `Event_ID`) VALUES (2, 8); +INSERT INTO `Assets_in_Events` (`Asset_ID`, `Event_ID`) VALUES (2, 14); +INSERT INTO `Assets_in_Events` (`Asset_ID`, `Event_ID`) VALUES (3, 2); +INSERT INTO `Assets_in_Events` (`Asset_ID`, `Event_ID`) VALUES (3, 5); +INSERT INTO `Assets_in_Events` (`Asset_ID`, `Event_ID`) VALUES (3, 8); +INSERT INTO `Assets_in_Events` (`Asset_ID`, `Event_ID`) VALUES (3, 9); +INSERT INTO `Assets_in_Events` (`Asset_ID`, `Event_ID`) VALUES (3, 10); +INSERT INTO `Assets_in_Events` (`Asset_ID`, `Event_ID`) VALUES (3, 12); + diff --git a/test_database/tracking_grants_for_research/schema.sql b/test_database/tracking_grants_for_research/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..7ecfbd96b67063cb02b27b7b1fde4bef14ef2e11 --- /dev/null +++ b/test_database/tracking_grants_for_research/schema.sql @@ -0,0 +1,206 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE `Document_Types` ( +`document_type_code` VARCHAR(10) PRIMARY KEY, +`document_description` VARCHAR(255) NOT NULL +); +CREATE TABLE `Documents` ( +`document_id` INTEGER PRIMARY KEY, +`document_type_code` VARCHAR(10), +`grant_id` INTEGER NOT NULL, +`sent_date` DATETIME NOT NULL, +`response_received_date` DATETIME NOT NULL, +`other_details` VARCHAR(255) NOT NULL, +FOREIGN KEY (`document_type_code` ) REFERENCES `Document_Types`(`document_type_code` ), +FOREIGN KEY (`grant_id` ) REFERENCES `Grants`(`grant_id` ) +); +CREATE TABLE `Grants` ( +`grant_id` INTEGER PRIMARY KEY, +`organisation_id` INTEGER NOT NULL, +`grant_amount` DECIMAL(19,4) NOT NULL DEFAULT 0, +`grant_start_date` DATETIME NOT NULL, +`grant_end_date` DATETIME NOT NULL, +`other_details` VARCHAR(255) NOT NULL, +FOREIGN KEY (`organisation_id` ) REFERENCES `Organisations`(`organisation_id` ) +); +CREATE TABLE `Organisation_Types` ( +`organisation_type` VARCHAR(10) PRIMARY KEY, +`organisation_type_description` VARCHAR(255) NOT NULL +); +CREATE TABLE `Organisations` ( +`organisation_id` INTEGER PRIMARY KEY, +`organisation_type` VARCHAR(10) NOT NULL, +`organisation_details` VARCHAR(255) NOT NULL, +FOREIGN KEY (`organisation_type` ) REFERENCES `Organisation_Types`(`organisation_type` ) +); +CREATE TABLE `Project_Outcomes` ( +`project_id` INTEGER NOT NULL, +`outcome_code` VARCHAR(10) NOT NULL, +`outcome_details` VARCHAR(255), +FOREIGN KEY (`project_id` ) REFERENCES `Projects`(`project_id` ),FOREIGN KEY (`outcome_code` ) REFERENCES `Research_Outcomes`(`outcome_code` ) +); +CREATE TABLE `Project_Staff` ( +`staff_id` DOUBLE PRIMARY KEY, +`project_id` INTEGER NOT NULL, +`role_code` VARCHAR(10) NOT NULL, +`date_from` DATETIME, +`date_to` DATETIME, +`other_details` VARCHAR(255), +FOREIGN KEY (`project_id` ) REFERENCES `Projects`(`project_id` ),FOREIGN KEY (`role_code` ) REFERENCES `Staff_Roles`(`role_code` ) +); +CREATE TABLE `Projects` ( +`project_id` INTEGER PRIMARY KEY, +`organisation_id` INTEGER NOT NULL, +`project_details` VARCHAR(255) NOT NULL, +FOREIGN KEY (`organisation_id` ) REFERENCES `Organisations`(`organisation_id` ) +); +CREATE TABLE `Research_Outcomes` ( +`outcome_code` VARCHAR(10) PRIMARY KEY, +`outcome_description` VARCHAR(255) NOT NULL +); +CREATE TABLE `Research_Staff` ( +`staff_id` INTEGER PRIMARY KEY, +`employer_organisation_id` INTEGER NOT NULL, +`staff_details` VARCHAR(255) NOT NULL, +FOREIGN KEY (`employer_organisation_id` ) REFERENCES `Organisations`(`organisation_id` ) +); +CREATE TABLE `Staff_Roles` ( +`role_code` VARCHAR(10) PRIMARY KEY, +`role_description` VARCHAR(255) NOT NULL +); +CREATE TABLE `Tasks` ( +`task_id` INTEGER PRIMARY KEY, +`project_id` INTEGER NOT NULL, +`task_details` VARCHAR(255) NOT NULL, +`eg Agree Objectives` VARCHAR(1), +FOREIGN KEY (`project_id` ) REFERENCES `Projects`(`project_id` ) +); +INSERT INTO Document_Types (`document_type_code`, `document_description`) VALUES ('APP', 'Initial Application'); +INSERT INTO Document_Types (`document_type_code`, `document_description`) VALUES ('REG', 'Regular'); +INSERT INTO Organisation_Types (`organisation_type`, `organisation_type_description`) VALUES ('RES', 'Research'); +INSERT INTO Organisation_Types (`organisation_type`, `organisation_type_description`) VALUES ('SPON', 'Sponsor'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (1, 'RES', 'et'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (2, 'RES', 'eius'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (3, 'RES', 'impedit'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (4, 'SPON', 'eos'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (5, 'SPON', 'tenetur'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (6, 'RES', 'dolorem'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (7, 'RES', 'itaque'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (8, 'SPON', 'aperiam'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (9, 'RES', 'a'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (10, 'SPON', 'officiis'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (11, 'SPON', 'eveniet'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (12, 'RES', 'itaque'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (13, 'SPON', 'voluptas'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (14, 'RES', 'quo'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (15, 'SPON', 'consequuntur'); +INSERT INTO Staff_Roles (`role_code`, `role_description`) VALUES ('leader', 'Project Leader'); +INSERT INTO Staff_Roles (`role_code`, `role_description`) VALUES ('researcher', 'Project Researcher'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (1, 10, '4094.5420', '2016-11-20 00:18:51', '2004-10-24 09:09:39', 'et'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (2, 3, '281.2446', '1985-10-09 20:08:49', '1985-06-08 00:22:07', 'occaecati'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (3, 14, '4515947.7015', '1970-09-19 22:53:49', '1989-03-16 18:27:16', 'et'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (4, 11, '330.6339', '1990-08-13 20:27:28', '2014-08-13 22:58:50', 'et'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (5, 2, '608413.3291', '1979-10-29 07:44:22', '1996-08-16 20:45:05', 'corrupti'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (6, 8, '42.8061', '2011-05-10 22:44:08', '1977-12-27 01:51:18', 'dolor'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (7, 7, '76977808.3060', '2015-12-14 13:02:11', '1981-03-09 17:12:27', 'explicabo'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (8, 10, '38675408.6017', '2016-02-25 04:28:44', '1983-06-22 15:12:32', 'aliquam'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (9, 8, '0.0000', '2009-07-14 18:26:05', '1982-03-11 15:27:55', 'sapiente'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (10, 14, '66.4203', '1986-08-26 20:49:27', '2007-09-26 19:19:26', 'veniam'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (11, 5, '610.7004', '1986-10-31 17:11:29', '2001-05-22 21:02:43', 'voluptatum'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (12, 12, '2001349.4590', '2001-06-22 16:01:05', '2007-04-24 03:04:13', 'aut'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (13, 7, '1.9848', '2004-11-10 02:26:01', '2011-05-29 11:21:59', 'qui'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (14, 2, '24.7000', '2004-12-05 19:43:13', '1983-12-17 12:29:58', 'aliquam'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (15, 9, '25313.5100', '1982-04-07 00:07:43', '1991-06-06 07:26:25', 'ea'); + +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (1, 'APP', 5, '1986-11-30 07:56:35', '1977-12-01 02:18:53', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (2, 'APP', 13, '2004-01-23 11:57:08', '1979-12-08 10:38:07', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (3, 'REG', 10, '1999-03-03 12:25:58', '1995-09-12 13:13:48', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (4, 'APP', 13, '1999-05-29 00:02:46', '1991-09-25 10:38:24', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (5, 'APP', 11, '2003-08-29 03:32:52', '1986-05-23 07:17:59', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (6, 'REG', 5, '1979-07-04 08:54:23', '1976-10-04 22:13:27', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (7, 'APP', 13, '1978-09-13 16:23:29', '1979-01-06 05:05:30', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (8, 'APP', 15, '2001-06-18 06:35:49', '1986-05-18 01:54:56', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (9, 'APP', 6, '2014-01-28 05:11:34', '1980-02-24 15:23:44', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (10, 'REG', 7, '2002-07-26 15:50:28', '1987-10-29 15:35:50', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (11, 'REG', 15, '1993-02-19 16:31:12', '1994-03-13 01:52:45', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (12, 'REG', 13, '1997-03-09 03:42:19', '1977-01-27 07:14:11', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (13, 'APP', 13, '1979-08-23 08:22:34', '1990-01-19 19:57:14', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (14, 'APP', 15, '2000-06-06 01:03:46', '1971-08-28 11:20:56', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (15, 'APP', 8, '1981-08-06 14:56:55', '1999-06-01 18:41:00', ''); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (1, 15, 'porro'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (2, 11, 'et'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (3, 7, 'sint'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (4, 4, 'doloremque'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (5, 11, 'vel'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (6, 10, 'deserunt'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (7, 3, 'deleniti'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (8, 1, 'ad'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (9, 4, 'sed'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (10, 4, 'consectetur'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (11, 13, 'impedit'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (12, 12, 'omnis'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (13, 3, 'non'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (14, 1, 'beatae'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (15, 5, 'dolorem'); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (1,1, 'a', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (2,2, 'b', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (3,3, 'c', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (4,4, 'q', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (5,5, 'w', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (6,6, 'e', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (7,7, 'r', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (8,8, 't', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (9,9, 'y', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (10,10, 'u', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (11,11, 'i', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (12,12, 'm', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (13,13, 'n', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (14,14, 'o', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (15,15, 'p', NULL); +INSERT INTO Research_Outcomes (`outcome_code`, `outcome_description`) VALUES ('Paper', 'Published Research Paper'); +INSERT INTO Research_Outcomes (`outcome_code`, `outcome_description`) VALUES ('Patent', 'Research Patent'); + +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (4, 'Paper', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (3, 'Patent', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (9, 'Paper', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (6, 'Paper', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (9, 'Patent', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (11, 'Paper', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (14, 'Patent', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (14, 'Paper', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (13, 'Paper', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (12, 'Patent', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (7, 'Paper', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (5, 'Patent', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (7, 'Paper', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (13, 'Paper', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (7, 'Paper', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('0', 2, 'leader', '1981-10-04 22:44:50', '1985-05-30 22:26:30', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('674810', 5, 'leader', '2003-04-19 15:06:20', '2010-12-08 11:55:36', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('779', 2, 'researcher', '1981-10-09 21:32:53', '2004-12-16 13:03:36', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('6572', 4, 'researcher', '1983-02-07 17:55:59', '2004-07-28 03:11:47', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('5353407', 15, 'leader', '2004-11-01 23:52:38', '1988-03-04 19:30:05', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('5137097', 7, 'researcher', '1991-01-11 16:57:50', '1993-06-09 12:44:28', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('29', 9, 'researcher', '2005-01-13 11:49:48', '1973-07-19 04:51:26', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('3', 8, 'researcher', '1970-03-25 06:18:11', '1985-12-05 12:00:58', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('3100031', 11, 'researcher', '1972-01-17 19:42:16', '2016-03-15 00:33:18', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('49698449', 1, 'leader', '1970-04-06 15:50:21', '1983-03-19 16:06:31', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('45', 11, 'researcher', '2000-08-28 11:49:17', '2007-02-02 17:26:02', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('37', 5, 'researcher', '1989-04-24 23:51:54', '2002-03-19 18:00:36', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('6065505', 3, 'leader', '1999-10-21 22:07:15', '2008-09-25 20:06:28', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('56', 1, 'leader', '1970-01-02 15:35:05', '1985-09-22 09:06:08', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('13739108', 2, 'researcher', '1973-12-12 11:46:28', '1971-07-19 22:49:05', NULL); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (1, 1, 'quo'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (2, 4, 'est'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (3, 5, 'aspernatur'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (4, 3, 'dolor'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (5, 2, 'doloribus'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (6, 5, 'consequatur'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (7, 3, 'animi'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (8, 5, 'consequatur'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (9, 6, 'sint'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (10, 8, 'iure'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (11, 9, 'voluptatibus'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (12, 10, 'nulla'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (13, 2, 'ab'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (14, 3, 'accusamus'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (15, 2, 'dicta'); diff --git a/test_database/tvshow/schema.sql b/test_database/tvshow/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..3e92f596afd297e243964f23ee3a1fac363f9be9 --- /dev/null +++ b/test_database/tvshow/schema.sql @@ -0,0 +1,91 @@ +PRAGMA foreign_keys=ON; +BEGIN TRANSACTION; + +CREATE TABLE IF NOT EXISTS "TV_Channel" ( +"id" text, +"series_name" text, +"Country" text, +"Language" text, +"Content" text, +"Pixel_aspect_ratio_PAR" text, +"Hight_definition_TV" text, +"Pay_per_view_PPV" text, +"Package_Option" text, +PRIMARY KEY ("id") +); + +CREATE TABLE IF NOT EXISTS "TV_series" ( +"id" real, +"Episode" text, +"Air_Date" text, +"Rating" text, +"Share" real, +"18_49_Rating_Share" text, +"Viewers_m" text, +"Weekly_Rank" real, +"Channel" text, +PRIMARY KEY ("id"), +FOREIGN KEY (`Channel`) REFERENCES `TV_Channel`(`id`) +); + +CREATE TABLE IF NOT EXISTS "Cartoon" ( +"id" real, +"Title" text, +"Directed_by" text, +"Written_by" text, +"Original_air_date" text, +"Production_code" real, +"Channel" text, +PRIMARY KEY ("id"), +FOREIGN KEY (`Channel`) REFERENCES `TV_Channel`(`id`) +); + + +INSERT INTO TV_Channel VALUES(700,'Sky Radio','Italy','Italian','music','4:3','no','no','Sky Famiglia'); +INSERT INTO TV_Channel VALUES(701,'Sky Music','Italy','Italian','music','4:3','no','no','Sky Famiglia'); +INSERT INTO TV_Channel VALUES(703,'Music Box Italia','Italy','Italian','music','4:3 / 16:9','no','no','Sky Famiglia'); +INSERT INTO TV_Channel VALUES(704,'MTV Hits','Italy','Italian','music','16:9','no','no','Sky Famiglia'); +INSERT INTO TV_Channel VALUES(705,'MTV Classic','Italy','Italian','music','4:3','no','no','Sky Famiglia'); +INSERT INTO TV_Channel VALUES(706,'MTV Rocks','United Kingdom','English','music','16:9','no','no','Sky Famiglia'); +INSERT INTO TV_Channel VALUES(707,'MTV Dance','United Kingdom','English','music','16:9','no','no','Sky Famiglia'); +INSERT INTO TV_Channel VALUES(708,'MTV Music','Italy','Italian','music','16:9','no','no','no ( FTV )'); +INSERT INTO TV_Channel VALUES(709,'MTV Live HD','Poland','English','music','16:9','yes','no','Sky Famiglia + Sky HD'); +INSERT INTO TV_Channel VALUES(713,'Radio Capital TiVù','Italy','Italian','music','4:3','no','no','no ( FTV )'); +INSERT INTO TV_Channel VALUES(714,'myDeejay','Italy','Italian','music','16:9','no','no','Sky Famiglia'); +INSERT INTO TV_Channel VALUES(715,'Match Music','Italy','Italian','music','4:3 / 16:9','no','no','Sky Famiglia'); +INSERT INTO TV_Channel VALUES(717,'Rock TV','Italy','Italian','music','4:3 / 16:9','no','no','Sky Famiglia'); +INSERT INTO TV_Channel VALUES(719,'Hip Hop TV','Italy','Italian','music','4:3','no','no','Sky Famiglia'); +INSERT INTO TV_Channel VALUES(728,'Classica','Italy','Italian','music','4:3','no','no','Option'); + + +INSERT INTO TV_series VALUES(1.0,'A Love of a Lifetime','September 24, 2007','5.8',9.0,'3.5/9','9.16',43.000000000000000001,700); +INSERT INTO TV_series VALUES(2.0,'Friendly Skies','October 1, 2007','5.3',9.0,'3.2/8','8.23',50.0,701); +INSERT INTO TV_series VALUES(3.0,'Game Three','October 8, 2007','4.4',7.0,'2.9/7','6.94',60.999999999999999999,707); +INSERT INTO TV_series VALUES(4.0,'The Year of the Rabbit','October 15, 2007','4.3',7.0,'2.7/7','6.75',66.999999999999999998,713); +INSERT INTO TV_series VALUES(5.0,'The Legend of Dylan McCleen','October 22, 2007','3.8',6.0,'2.4/6','6.06',71.999999999999999998,714); +INSERT INTO TV_series VALUES(6.0,'Keepers','October 29, 2007','3.7',6.0,'2.2/6','5.75',70.999999999999999999,700); +INSERT INTO TV_series VALUES(7.0,'Double Down','November 5, 2007','3.4',6.0,'2.1/5','5.13',80.0,708); +INSERT INTO TV_series VALUES(8.0,'Winterland','November 12, 2007','4.0',7.0,'2.4/6','6.09',70.0,707); +INSERT INTO TV_series VALUES(9.0,'Emily','November 19, 2007','3.7',6.0,'2.2/6','5.61',65.999999999999999999,717); +INSERT INTO TV_series VALUES(10.0,'Blowback','November 26, 2007','3.7',6.0,'2.4/6','6.05',68.000000000000000001,719); +INSERT INTO TV_series VALUES(11.0,'Home By Another Way','December 10, 2007','3.5',6.0,'1.7/5','5.28',61.999999999999999998,728); +INSERT INTO TV_series VALUES(12.0,'The Hanged Man','December 17, 2007','3.0',5.0,'1.5/4','4.24',65.0,714); + +INSERT INTO "Cartoon" VALUES ("1",'The Rise of the Blue Beetle!',"Ben Jones","Michael Jelenic","November14,2008","101",'700'); +INSERT INTO "Cartoon" VALUES ("2",'Terror on Dinosaur Island!',"Brandon Vietti","Steven Melching","November21,2008","102",'701'); +INSERT INTO "Cartoon" VALUES ("3",'Evil Under the Sea!',"Michael Chang","Joseph Kuhr","December5,2008","103",'703'); +INSERT INTO "Cartoon" VALUES ("4",'Day of the Dark Knight!',"Ben Jones","J. M. DeMatteis","January2,2009","104",'704'); +INSERT INTO "Cartoon" VALUES ("5",'Invasion of the Secret Santas!',"Brandon Vietti","Adam Beechen","December12,2008","105",'705'); +INSERT INTO "Cartoon" VALUES ("6",'Enter the Outsiders!',"Michael Chang","Todd Casey","January9,2009","106",'706'); +INSERT INTO "Cartoon" VALUES ("7",'Dawn of the Dead Man!',"Ben Jones","Steven Melching","January16,2009","107",'707'); +INSERT INTO "Cartoon" VALUES ("8",'Fall of the Blue Beetle!',"Brandon Vietti","James Krieg","January23,2009","108",'708'); +INSERT INTO "Cartoon" VALUES ("9",'Journey to the Center of the Bat!',"Michael Chang","Matt Wayne","January30,2009","109",'707'); +INSERT INTO "Cartoon" VALUES ("10",'The Eyes of Despero!',"Ben Jones","J. M. DeMatteis","February6,2009","110",'728'); +INSERT INTO "Cartoon" VALUES ("11",'Return of the Fearsome Fangs!',"Brandon Vietti","Todd Casey","February20,2009","111",'700'); +INSERT INTO "Cartoon" VALUES ("12",'Deep Cover for Batman!',"Michael Chang","Joseph Kuhr","February27,2009","112",'707'); + + + + + +COMMIT; diff --git a/test_database/video_game/schema.sql b/test_database/video_game/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..5bbda099e10c5b619486ef6fb8d3cdfa89b1cb44 --- /dev/null +++ b/test_database/video_game/schema.sql @@ -0,0 +1,92 @@ + +PRAGMA foreign_keys = ON; + +CREATE TABLE "platform" ( +"Platform_ID" int, +"Platform_name" text, +"Market_district" text, +"Download_rank" int, +PRIMARY KEY ("Platform_ID") +); +INSERT INTO "platform" VALUES (1,"Game Boy","Asia",2); +INSERT INTO "platform" VALUES (2,"SNES","USA",3); +INSERT INTO "platform" VALUES (3,"PlayStation","Europe",1); +INSERT INTO "platform" VALUES (4,"Nintendo 64","Brazil",4); + + +CREATE TABLE "game" ( +"Game_ID" int, +"Title" text, +"Release_Date" text, +"Franchise" text, +"Developers" text, +"Platform_ID" int, +"Units_sold_Millions" int, +PRIMARY KEY ("Game_ID"), +FOREIGN KEY ("Platform_ID") REFERENCES platform("Platform_ID") +); + +CREATE TABLE "player" ( +"Player_ID" int, +"Rank_of_the_year" int, +"Player_name" text, +"Position" text, +"College" text, +PRIMARY KEY ("Player_ID") +); + +INSERT INTO "game" VALUES ("1","Pokémon Red / Green / Blue Version","27 February 1996","Pokémon","Nintendo / GameFreak",1,"31.37"); +INSERT INTO "game" VALUES ("2","Pokémon Gold / Silver Version","21 November 1999","Pokémon","Nintendo/GameFreak",1,"23.10"); +INSERT INTO "game" VALUES ("3","Super Mario World","21 November 1990","Super Mario Bros.","Nintendo",2,"20.61"); +INSERT INTO "game" VALUES ("4","Pokémon Yellow: Special Pikachu Edition","12 September 1998","Pokémon","Nintendo/GameFreak",1,"14.64"); +INSERT INTO "game" VALUES ("5","Super Mario 64","23 June 1996","Super Mario Bros.","Nintendo",3,"11.89"); +INSERT INTO "game" VALUES ("6","Super Mario Land 2: 6 Golden Coins","21 October 1992","Super Mario Bros.","Nintendo",1,"11.18"); +INSERT INTO "game" VALUES ("7","Gran Turismo","23 December 1997","Gran Turismo","Polyphony Digital",4,"11.15"); +INSERT INTO "game" VALUES ("8","Super Mario All-Stars","14 July 1993","Super Mario Bros.","Nintendo",2,"10.55"); +INSERT INTO "game" VALUES ("9","Mario Kart 64","14 December 1996","Mario Kart","Nintendo",3,"9.87"); + + +INSERT INTO "player" VALUES ("1976","1","Lee Roy Selmon","Defensive end","Oklahoma"); +INSERT INTO "player" VALUES ("1977","1","Ricky Bell *","Running back","USC"); +INSERT INTO "player" VALUES ("1978","17","Doug Williams","Quarterback","Grambling"); +INSERT INTO "player" VALUES ("1980","22","Ray Snell","Guard","Wisconsin"); +INSERT INTO "player" VALUES ("1981","7","Hugh Green","Linebacker","Pittsburgh"); +INSERT INTO "player" VALUES ("1982","18","Sean Farrell","Guard","Penn State"); +INSERT INTO "player" VALUES ("1985","8","Ron Holmes","Defensive end","Washington"); +INSERT INTO "player" VALUES ("1986","1","Bo Jackson *","Running back","Auburn"); +INSERT INTO "player" VALUES ("1987","1","Vinny Testaverde *","Quarterback","Miami"); +INSERT INTO "player" VALUES ("1988","4","Paul Gruber","Offensive tackle","Wisconsin"); +INSERT INTO "player" VALUES ("1989","6","Broderick Thomas","Linebacker","Nebraska"); +INSERT INTO "player" VALUES ("1990","4","Keith McCants","Linebacker","Alabama"); +INSERT INTO "player" VALUES ("1991","7","Charles McRae","Offensive tackle","Tennessee"); +INSERT INTO "player" VALUES ("1993","6","Eric Curry","Defensive end","Alabama"); +INSERT INTO "player" VALUES ("1994","6","Trent Dilfer","Quarterback","Fresno State"); +INSERT INTO "player" VALUES ("1995","12","Warren Sapp †","Defensive tackle","Miami"); +INSERT INTO "player" VALUES ("1996","12","Regan Upshaw","Defensive end","California"); +INSERT INTO "player" VALUES ("1997","12","Warrick Dunn","Running back","Florida State"); +INSERT INTO "player" VALUES ("2004","15","Michael Clayton","Wide receiver","LSU"); +INSERT INTO "player" VALUES ("2005","5","Carnell Williams","Running Back","Auburn"); +INSERT INTO "player" VALUES ("2006","23","Davin Joseph","Guard","Oklahoma"); + + +CREATE TABLE "game_player" ( +"Player_ID" int, +"Game_ID" int, +"If_active" bool, +PRIMARY KEY ("Player_ID","Game_ID"), +FOREIGN KEY ("Player_ID") REFERENCES player("Player_ID"), +FOREIGN KEY ("Game_ID") REFERENCES game("Game_ID") +); + +INSERT INTO "game_player" VALUES ("1976",1,"F"); +INSERT INTO "game_player" VALUES ("1976",2,"T"); +INSERT INTO "game_player" VALUES ("2006",3,"T"); +INSERT INTO "game_player" VALUES ("2005",4,"T"); +INSERT INTO "game_player" VALUES ("1981",3,"T"); +INSERT INTO "game_player" VALUES ("1986",1,"F"); +INSERT INTO "game_player" VALUES ("1997",2,"T"); +INSERT INTO "game_player" VALUES ("1997",3,"T"); +INSERT INTO "game_player" VALUES ("1997",4,"T"); +INSERT INTO "game_player" VALUES ("1996",3,"T"); + + diff --git a/test_database/wedding/wedding.sqlite b/test_database/wedding/wedding.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..969486b47ed635e2607e1f51dffd083735019b43 Binary files /dev/null and b/test_database/wedding/wedding.sqlite differ diff --git a/test_database/wine_1/annotation.json b/test_database/wine_1/annotation.json new file mode 100644 index 0000000000000000000000000000000000000000..cfa2d50ef3ced596bd8d514450aa3d62d11cad9d --- /dev/null +++ b/test_database/wine_1/annotation.json @@ -0,0 +1,58 @@ +{ + "label_id": null, + "data": [ + { + "nl": "List all AVAs located in Monterey county. Output just the names of the AVA appellations\n", + "id": 0 + }, + { + "nl": "List all white grape varieties for which at least one wine of the 2008 vintage is rated at 90 points or above in the database.\n", + "id": 1 + }, + { + "nl": "List all Sonoma county appellations for which the database contains at least one rating for a \u2019Grenache\u2019. For each appellation list its name and county.\n", + "id": 2 + }, + { + "nl": "List all vintage years in which at least one Zinfandel from Sonoma County (any appellation) scored above 92.\n", + "id": 3 + }, + { + "nl": "A case of wine is 12 bottles. For each Carlisle (name of the winery) Syrah compute the total revenue assuming that all the wine sold at the specified price.\n", + "id": 4 + }, + { + "nl": "Find the total revenue from all red wines made by Kosta Browne.\n", + "id": 5 + }, + { + "nl": "Find the average number of cases of a Pinor Noir produced from grapes sourced from the Central Coast.\n", + "id": 6 + }, + { + "nl": "For each year, report the total number of red Sonoma County wines whose scores are 90 or above.\n", + "id": 7 + }, + { + "nl": "Find the most popular red grape (i.e., the grape that is used to make the largest number of white wines) in San Luis Obispo County.\n", + "id": 8 + }, + { + "nl": "Report the grape with the largest number of high-ranked wines (wines ranked 93 or higher).\n", + "id": 9 + }, + { + "nl": "Report the appellation responsible for the largest number of high-ranked wines (score of 93 and above). Report just the name of the appellation.\n", + "id": 10 + }, + { + "nl": "Find if there are any 2008 Zinfandels that scored better than all 2007 Grenaches. Report winery, wine name, score and price.\n", + "id": 11 + }, + { + "nl": "Find how many cases were produced of the most expensive red wine from Napa county.\n", + "id": 12 + } + ], + "review_id": null +} \ No newline at end of file diff --git a/test_database/wine_1/data_csv/README.WINE.txt b/test_database/wine_1/data_csv/README.WINE.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d909d2b5da05ac3bc77f6a5db59998b82c5dcf3 --- /dev/null +++ b/test_database/wine_1/data_csv/README.WINE.txt @@ -0,0 +1,110 @@ +***************************************************** +CPE 365 Alex Dekhtyar +Cal Poly Computer Science Department +San Luis Obispo College of Engineering +California dekhtyar@csc.calpoly.edu +***************************************************** + WINE DATASET + Version 1.0 + March 27, 2011 +************************************************************ +Sources: This dataset contains wine ratings from a + collection of 2007-2011 Wine Spectator magazines + +************************************************************ + +This file describes the contents of the WINE dataset +developed for the CPE 365, Introduction to Databases, +course at Cal Poly. + +The dataset contains information about the ratings of a variety of +wines produced in California. The ratings were published +in a number of issues of the Wine Spectator magazine. Version 1.0 +of the dataset includes only the wines produced out of a single grape +and only the wines produced in the state of California. + + +General Conventions. + + 1. All files in the dataset are CSV (comma-separated values) files. + 2. First line of each file provides the names of + columns. Second line may be empty, or may contain + the first row of the data. + 3. All string values are enclosed in single quotes (') + + + The dataset consists of the following files: + + - appelations.csv : list of appelations/American Viticultural Areas (AVAs) + - grapes.csv : list of grape varieties + - wine.csv : list of wines and their ratings + + + Individual files have the following formats. + +************************************************************************** + +appelations.csv + + No : line number in the CSV file + Appelation: name of the appelation/AVA/grape-growing region + County: county (if applicable) in which the area is located + State: state in which the area is located + Area: general geographic area in which the grape-growing region is located + isAVA: a flag specifying whether the region is recognized as an American + Viticultural Area (AVA) by federal regulations. + +Notes: "Appelation" is a general term for geographic grape origins in a wine. + Grape origins are always listed on wine labels. + In the US, appropriate origins are either AVAs (American Viticultural Areas) + or counties, in which the grapes were grown. Most AVAs respect geographical + boundaries (state, county, so on), but some - do not. + In the dataset, some AVAs shown as located in a single county are actually + located in multiple counties (we chose the "main" county of location). + This is done to simplify the dataset. Other AVAs transcend county borders + in ways that make county attribution meaningless. The value 'N/a' is used + in such cases. General geographic areas, as they are currently used + are subregions of a single state. + +************************************************************************** + +grapes.csv + + ID: unique identifier of a grape (line number in the CSV file) + Grape: name of the grape varietal + Color: color of the grape (a.k.a, color of the wine when made solely of + this grape) + +************************************************************************** + +wine.csv + + No.: unique identifier of the wine (line number in the CSV file) + Grape: grape varietal from which the wine is made (see grapes.Grape) + Winery: maker of the wine (usually a winery name) +Appelation: origin of the grapes (see applations.Appelation) + State: state of the grapes' origin (same as appelations.State) + Name: name of the wine + Year: year of the wine vintage + Price: price of one bottle of wine in (whole) US dollars + Score: Wine Spectator magazine rating of the wine on the 100 point scale + Cases: number of cases of the wine produced by its maker + Drink: drinking advice + +Notes: only wines produced from a single grape are included in the dataset (no blends). +All wines in the dataset are from California. Drinking advice is simplified. Either +the field contains the value 'now' which means that wine can be enjoyed to its fullest +potential at the moment it was rated by the Wine Spectator magazine, or +it contains a year in which the wine is predicted to reach its full potential. +Wine name is either a special name given to the wine by its makers and found on +the label, or is the name of the grape varietal. + +************************************************************************** +************************************************************************** + +Permission granted to use and distribute this dataset in its current form, +provided this file is kept unchanged and is distributed together with the +data. + +************************************************************************** +************************************************************************** diff --git a/test_database/wine_1/data_csv/appellations.csv b/test_database/wine_1/data_csv/appellations.csv new file mode 100644 index 0000000000000000000000000000000000000000..7e6c33d92b7c8233903f29ad886f83bacad5f11e --- /dev/null +++ b/test_database/wine_1/data_csv/appellations.csv @@ -0,0 +1,58 @@ +No,Appelation,County,State,Area,isAVA +1,'Alexander Valley','Sonoma','California','North Coast','Yes' +2,'Amador County','Amador','California','Sierra Foothills','No' +3,'Amador-Mendocino-Sonoma Counties','N/A','California','N/A','No' +4,'Anderson Valley','Mendocino','California','North Coast','Yes' +5,'Arroyo Grande Valley','San Luis Obispo','California','Central Coast','Yes' +6,'Atlas Peak','Napa','California','North Coast','Yes' +7,'Bennett Valley','Sonoma','California','North Coast','Yes' +8,'Calaveras County','Calaveras','California','Sierra Foothills','No' +9,'California','N/A','California','California','No' +10,'Carneros','Napa','California','North Coast','Yes' +11,'Central Coast','N/A','California','Central Coast','Yes' +12,'Chalk Hill','Sonoma','California','North Coast','Yes' +13,'Chalone','Monterey','California','Central Coast','Yes' +14,'Contra Costa County','Contra Costa','California','Santa Cruz Mountains','No' +15,'Dry Creek Valley','Sonoma','California','North Coast','Yes' +16,'Edna Valley','San Luis Obispo','California','Central Coast','Yes' +17,'Fiddletown','Amador','California','Sierra Foothills','Yes' +18,'Green Valley of Russian River Valley','Sonoma','California','North Coast','Yes' +19,'Guenoc Valley','Lake','California','North Coast','Yes' +20,'Happy Canyon of Santa Barbara','Santa Barbara','California','Central Coast','Yes' +21,'Howell Mountain','Napa','California','North Coast','Yes' +22,'Knights Valley','Sonoma','California','North Coast','Yes' +23,'Lake County','Lake','California','North Coast','No' +24,'Livermore Valley','Alameda','California','Santa Cruz Mountains','Yes' +25,'Lodi','San Joaquin','California','Central Valley','Yes' +26,'Mendocino County','Mendocino','California','North Coast','No' +27,'Monterey County','Monterey','California','Central Coast','No' +28,'Mount Harlan','San Benito','California','Central Coast','Yes' +29,'Mount Vedeer','Napa','California','North Coast','Yes' +30,'Napa Valley','Napa','California','North Coast','Yes' +31,'Napa-Sonoma counties','N/A','California','North Coast','No' +32,'North Coast','N/A','California','North Coast','Yes' +33,'Oakville','Napa','California','North Coast','Yes' +34,'Paso Robles','San Luis Obispo','California','Central Coast','Yes' +35,'Red Hills Lake County','Lake','California','North Coast','Yes' +36,'Rockpile','Sonoma','California','North Coast','Yes' +37,'Russian River Valley','Sonoma','California','North Coast','Yes' +38,'Rutherford','Napa','California','North Coast','Yes' +39,'San Luis Obispo County','San Luis Obispo','California','Central Coast','No' +40,'Santa Barbara County','Santa Barbara','California','Central Coast','No' +41,'Santa Cruz Mountains','N/A','California','Santa Cruz Mountains','Yes' +42,'Santa Lucia Highlands','Monterey','California','Central Coast','Yes' +43,'Santa Maria Valley','Santa Barbara','California','Central Coast','Yes' +44,'Santa Ynez Valley','Santa Barbara','California','Central Coast','Yes' +45,'Shenandoah Valley','Amador','California','Sierra Foothills','Yes' +46,'Sierra Foothills','N/A','California','Sierra Foothills','Yes' +47,'Solano County','Solano','California','North Coast','No' +48,'Sonoma Coast','Sonoma','California','North Coast','Yes' +49,'Sonoma County','Sonoma','California','North Coast','No' +50,'Sonoma Valley','Sonoma','California','North Coast','Yes' +51,'Sonoma-Lake Counties','N/A','California','North Coast','Yes' +52,'Spring Mountain District','Napa','California','North Coast','Yes' +53,'St. Helena','Napa','California','North Coast','Yes' +54,'Sta. Rita Hills','Santa Barbara','California','Central Coast','Yes' +55,'Stags Leap District','Napa','California','North Coast','Yes' +56,'Yolo County','Yolo','California','Central Valley','No' +57,'Yountville','Napa','California','North Coast','Yes' diff --git a/test_database/wine_1/data_csv/grapes.csv b/test_database/wine_1/data_csv/grapes.csv new file mode 100644 index 0000000000000000000000000000000000000000..b21042dfcd119b4ab7666d2e55a40a52ad68c132 --- /dev/null +++ b/test_database/wine_1/data_csv/grapes.csv @@ -0,0 +1,21 @@ +ID,Grape,Color +1,'Barbera','Red' +2,'Cabernet Franc','Red' +3,'Cabernet Sauvingnon','Red' +4,'Chardonnay','White' +5,'Grenache','Red' +6,'Malbec','Red' +7,'Marsanne','White' +8,'Merlot','Red' +9,'Mourvedre','Red' +10,'Muscat','White' +11,'Petite Sirah','Red' +12,'Pinot Noir','Red' +13,'Riesling','White' +14,'Roussanne','White' +15,'Sangiovese','Red' +16,'Sauvignon Blanc','White' +17,'Syrah','Red' +18,'Tempranillo','Red' +19,'Viognier','White' +20,'Zinfandel','Red' diff --git a/test_database/wine_1/data_csv/wine.csv b/test_database/wine_1/data_csv/wine.csv new file mode 100644 index 0000000000000000000000000000000000000000..ca7a014ee783e9756f531c5b6506e141fd544b7f --- /dev/null +++ b/test_database/wine_1/data_csv/wine.csv @@ -0,0 +1,501 @@ +No,Grape,Winery,Appelation,State,Name,Year,Price,Score,Cases,Drink +1,'Zinfandel','Robert Biale','St. Helena','California','Old Kraft Vineyard',2008,44,93,275,'now' +2,'Zinfandel','Chiarello Family','Napa Valley','California','Giana',2008,35,93,480,'now' +3,'Zinfandel','Robert Biale','Napa Valley','California','Black Chicken',2008,40,91,2700,2012 +4,'Zinfandel','Robert Biale','Napa Valley','California','Napa Ranches',2008,38,89,525,'now' +5,'Zinfandel','Robert Biale','St. Helena','California','Varozza Vineyard',2008,44,88,275,2012 +6,'Zinfandel','Pedroncelli','Dry Creek Valley','California','Mother Clone',2008,15,88,6000,'now' +7,'Zinfandel','Rutherford Ranch','Napa Valley','California','Zinfandel',2007,18,87,1552,'now' +8,'Sauvignon Blanc','Altamura','Napa Valley','California','Sauvignon Blanc',2007,48,92,500,'now' +9,'Sauvignon Blanc','Capture','Sonoma County','California','Les Pionniers',2009,36,92,360,'now' +10,'Sauvignon Blanc','Brander','Santa Ynez Valley','California','Cuvee Nicolas',2009,25,91,377,'now' +11,'Sauvignon Blanc','Capture','California','California','Tradition',2009,30,91,875,'now' +12,'Sauvignon Blanc','John Anthony','Carneros','California','Church Vineyard',2009,28,91,354,'now' +13,'Sauvignon Blanc','Peter Michael','Knights Valley','California','L''Apres-Midi',2008,48,91,1260,'now' +14,'Sauvignon Blanc','Grey Stack','Bennett Valley','California','Rosemary''s Block Dry Stack Vineyard',2009,28,90,700,'now' +15,'Sauvignon Blanc','Round Pond Estate','Rutherford','California','Sauvignon Blanc',2009,26,90,714,'now' +16,'Sauvignon Blanc','Beckmen','Santa Ynez Valley','California','Sauvignon Blanc',2009,16,89,1500,'now' +17,'Sauvignon Blanc','Beltane Ranch','Sonoma Valley','California','Sauvignon Blanc',2009,23,89,413,'now' +18,'Sauvignon Blanc','Brander','Santa Ynez Valley','California','Mesa Verde Vineyard',2009,22,89,380,'now' +19,'Sauvignon Blanc','Cade','Napa Valley','California','Sauvignon Blanc',2008,26,89,5200,'now' +20,'Sauvignon Blanc','Jericho Canyon','Napa Valley','California','Sauvignon Blanc',2009,25,89,370,'now' +21,'Sauvignon Blanc','John Anthony','Napa Valley','California','Sauvignon Blanc',2009,19,89,3098,'now' +22,'Sauvignon Blanc','Kenzo','Napa Valley','California','Asatsuyu',2008,60,89,600,'now' +23,'Sauvignon Blanc','Madrigal','Napa Valley','California','Estate',2009,25,89,200,'now' +24,'Sauvignon Blanc','Joseph Phelps','St. Helena','California','Sauvignon Blanc',2008,32,89,2000,'now' +25,'Sauvignon Blanc','Sbragia Family','Dry Creek Valley','California','Home Ranch',2009,20,89,1698,'now' +26,'Sauvignon Blanc','Selene','Carneros','California','Hyde Vineyards',2009,27,89,750,'now' +27,'Sauvignon Blanc','Brander','Santa Ynez Valley','California','Purisma Mountain',2009,25,88,260,'now' +28,'Sauvignon Blanc','Cimarone','Happy Canyon of Santa Barbara','California','3CV Grassini Family Vineyards',2009,21,88,270,'now' +29,'Sauvignon Blanc','Sbragia Family','Dry Creek Valley','California','Schmidt Ranch',2009,24,88,602,'now' +30,'Sauvignon Blanc','Azur','Rutherford','California','Sauvignon Blanc',2009,24,87,1000,'now' +31,'Sauvignon Blanc','Brander','Santa Ynez Valley','California','Cuvee Natalie',2009,18,87,857,'now' +32,'Sauvignon Blanc','Brander','Santa Ynez Valley','California','au Naturel',2009,32,87,759,'now' +33,'Sauvignon Blanc','Handley','Dry Creek Valley','California','Handley Vineyard',2008,15,87,1214,'now' +34,'Sauvignon Blanc','Imagery','Sonoma Valley','California','Wow Oui',2009,27,87,874,'now' +35,'Sauvignon Blanc','Koehler','Santa Ynez Valley','California','Sauvignon Blanc',2008,12,87,505,'now' +36,'Sauvignon Blanc','Pomelo','California','California','Sauvignon Blanc',2009,10,87,50000,'now' +37,'Sauvignon Blanc','Twomey','Napa Valley','California','Sauvignon Blanc',2009,25,87,3326,'now' +38,'Sauvignon Blanc','White Oak','Russian River Valley','California','Sauvignon Blanc',2008,16,87,2000,'now' +39,'Sauvignon Blanc','Benziger','Sonoma-Lake Counties','California','Sauvignon Blanc',2009,15,86,20000,'now' +40,'Sauvignon Blanc','Kunde Estate','Sonoma Valley','California','Magnolia Lane',2009,16,86,15000,'now' +41,'Sauvignon Blanc','J. Lohr','Napa Valley','California','Carol''s Vineyard',2009,24,86,2900,'now' +42,'Sauvignon Blanc','Pedroncelli','Dry Creek Valley','California','East Side Vineyards',2009,12,86,5100,'now' +43,'Sauvignon Blanc','Star Lane','Santa Ynez Valley','California','Sauvignon Blanc',2008,20,86,2800,'now' +44,'Sauvignon Blanc','Angeline','Russian River Valley','California','Sauvignon Blanc',2009,14,85,8500,'now' +45,'Sauvignon Blanc','Manifesto!','North Coast','California','Sauvignon Blanc',2008,12,85,8100,'now' +46,'Sauvignon Blanc','Mirassou','California','California','Sauvignon Blanc',2008,12,85,42000,'now' +47,'Sauvignon Blanc','No','Lake County','California','Sauvignon Blanc',2008,12,85,4210,'now' +48,'Cabernet Sauvingnon','Chappellet','Napa Valley','California','Pritchard Hill',2007,135,96,3368,'now' +49,'Cabernet Sauvingnon','Lewis','Napa Valley','California','Reserve',2007,130,95,1700,'now' +50,'Cabernet Sauvingnon','Neyers','Napa Valley','California','Neyers Ranch - Conn Valley',2007,48,95,575,'now' +51,'Cabernet Sauvingnon','Ramey','Napa Valley','California','Annum',2007,85,95,1700,'now' +52,'Cabernet Sauvingnon','Round Pond Estate','Rutherford','California','Cabernet Sauvignon',2007,50,94,4018,'now' +53,'Cabernet Sauvingnon','Carter','Napa Valley','California','Beckstoffer To Kalon Vineyard',2007,125,92,190,'now' +54,'Cabernet Sauvingnon','Carter','Napa Valley','California','Coliseum Block',2007,125,92,277,'now' +55,'Cabernet Sauvingnon','Ehlers Estate','St. Helena','California','1886',2007,95,92,800,'now' +56,'Cabernet Sauvingnon','Fontanella Family','Mount Vedeer','California','Cabernet Sauvignon',2007,50,92,650,2010 +57,'Cabernet Sauvingnon','Janzen','Napa Valley','California','Beckstoffer To Kalon Vineyard',2007,135,92,235,'now' +58,'Cabernet Sauvingnon','Morlet','Napa Valley','California','Couer de Valee',2007,175,92,250,'now' +59,'Cabernet Sauvingnon','Penche','Napa Valley','California','Cabernet Sauvignon',2006,60,92,354,'now' +60,'Pinot Noir','Kosta Browne','Russian River Valley','California','Amber Ridge Vineyard',2008,72,95,600,'now' +61,'Pinot Noir','Kosta Browne','Russian River Valley','California','Keefer Ranch',2008,72,95,613,'now' +62,'Pinot Noir','Kosta Browne','Russian River Valley','California','Koplen Vineyard',2008,72,95,792,'now' +63,'Pinot Noir','Patz & Hall','Russian River Valley','California','Freestone Hill',2007,70,95,245,'now' +64,'Pinot Noir','Foxen','Santa Maria Valley','California','Julia''s Vineyard',2008,56,94,670,'now' +65,'Pinot Noir','Paul Hobbs','Napa Valley','California','Carneros Hyde Vineyard',2008,75,94,741,'now' +66,'Pinot Noir','Kosta Browne','Russian River Valley','California','Pinot Noir',2008,52,94,3632,'now' +67,'Pinot Noir','Kosta Browne','Santa Lucia Highlands','California','Garys'' Vineyard',2008,72,94,422,'now' +68,'Pinot Noir','Kosta Browne','Sonoma Coast','California','Kanzler Vineyard',2008,72,94,564,'now' +69,'Pinot Noir','Lynmar','Russian River Valley','California','Five Sisters',2007,100,94,147,'now' +70,'Pinot Noir','Kosta Browne','Santa Lucia Highlands','California','Pisoni Vineyard',2008,72,93,115,'now' +71,'Pinot Noir','Kosta Browne','Santa Lucia Highlands','California','Rosella''s Vineyard',2008,72,93,255,'now' +72,'Pinot Noir','Landmark','Sonoma Coast','California','Kanzler Vineyard',2008,65,93,200,'now' +73,'Pinot Noir','Lynmar','Russian River Valley','California','Valley Bliss Block',2008,70,93,152,'now' +74,'Pinot Noir','Patz & Hall','Sonoma Coast','California','Pinot Noir',2008,42,93,3103,'now' +75,'Pinot Noir','Valdez Family','Russian River Valley','California','Lancel Creek Vineyard',2007,55,93,130,'now' +76,'Pinot Noir','De Loach','Green Valley of Russian River Valley','California','Pinot Noir',2008,45,92,1467,'now' +77,'Pinot Noir','Kosta Browne','California','California','4-Barrel',2008,72,92,97,'now' +78,'Pinot Noir','Kosta Browne','Sonoma Coast','California','Gap''s Crown Vineyard',2008,68,92,690,'now' +79,'Pinot Noir','Kosta Browne','Sonoma Coast','California','Pinot Noir',2008,52,90,3554,'now' +80,'Pinot Noir','Rusack','Sta. Rita Hills','California','Reserve',2008,40,89,340,'now' +81,'Pinot Noir','Acacia','California','California','A by Acacia',2008,17,88,58231,'now' +82,'Pinot Noir','Alma Rosa','Sta. Rita Hills','California','La Encantada Vineyard',2008,43,88,591,'now' +83,'Pinot Noir','Alma Rosa','Sta. Rita Hills','California','La Encantada Vineyard Clone 667',2008,43,88,358,'now' +84,'Pinot Noir','Artesa','Carneros','California','Estate Reserve',2007,40,88,3527,'now' +85,'Pinot Noir','Robert Mondavi','Napa Valley','California','Carneros',2008,28,88,30300,'now' +86,'Pinot Noir','Pfendler','Sonoma Coast','California','Pinot Noir',2008,45,88,400,'now' +87,'Pinot Noir','Roar','Santa Lucia Highlands','California','Garys'' Vineyard',2008,50,88,710,'now' +88,'Pinot Noir','Rusack','Santa Maria Valley','California','Pinot Noir',2008,36,88,833,'now' +89,'Pinot Noir','Sequana','Santa Lucia Highlands','California','Sarmento Vineyard',2008,32,88,500,'now' +90,'Pinot Noir','Spell','Sonoma Coast','California','Pinot Noir',2008,30,88,170,'now' +91,'Pinot Noir','Twomey','Santa Barbara County','California','Pinot Noir',2008,30,88,1510,'now' +92,'Pinot Noir','Alma Rosa','Sta. Rita Hills','California','Pinot Noir',2008,32,87,4651,'now' +93,'Pinot Noir','Castle Rock','Central Coast','California','Pinot Noir',2008,13,87,36000,'now' +94,'Pinot Noir','V. Sattui','Carneros','California','Henry Ranch',2008,36,87,951,'now' +95,'Pinot Noir','Sebastiani','Carneros','California','Pinot Noir',2008,24,87,720,'now' +96,'Pinot Noir','Talbott','Santa Lucia Highlands','California','Kali Hart',2008,21,87,8000,'now' +97,'Pinot Noir','Tudor','Santa Lucia Highlands','California','Pinot Noir',2007,40,87,3965,'now' +98,'Pinot Noir','Twomey','Sonoma Coast','California','Pinot Noir',2008,50,87,1255,'now' +99,'Pinot Noir','Castle Rock','Russian River Valley','California','Pinot Noir',2008,18,86,2400,'now' +100,'Pinot Noir','Talbott','Santa Lucia Highlands','California','Sleepy Hollow Vineyard',2008,40,86,2500,'now' +101,'Pinot Noir','Greg Norman California Estates','Santa Barbara County','California','Pinot Noir',2008,15,85,25000,'now' +102,'Syrah','Chalk Hill','Chalk Hill','California','Syrah',2007,60,94,304,2001 +103,'Syrah','DuMOL','Russian River Valley','California','Eddie''s Patch',2007,76,92,420,2011 +104,'Merlot','Mirassou','California','California','Merlot',2007,12,86,43321,'now' +105,'Malbec','Red Rock','California','California','Reserve',2008,11,86,16281,'now' +106,'Cabernet Sauvingnon','Darioush','Napa Valley','California','Darius II',2007,225,96,698,2012 +107,'Cabernet Sauvingnon','Darioush','Napa Valley','California','Cabernet Sauvignon',2007,80,94,8783,2013 +108,'Cabernet Sauvingnon','Lewis','Napa Valley','California','Hillstone Vineyard',2008,130,94,180,'now' +109,'Cabernet Sauvingnon','Chimeney Rock','Stags Leap District','California','Tomahawk Vineyard',2007,115,93,958,2012 +110,'Cabernet Sauvingnon','Chimeney Rock','Stags Leap District','California','Elevage',2007,78,93,1952,2012 +111,'Cabernet Sauvingnon','Peter Franus','Napa Valley','California','Cabernet Sauvignon',2007,40,92,1369,2013 +112,'Cabernet Sauvingnon','Turnbull','Napa Valley','California','Cabernet Sauvignon',2007,40,91,10000,'now' +113,'Cabernet Sauvingnon','Pott','Oakville','California','Neruda Brix Vineyard',2008,90,90,73,2012 +114,'Cabernet Sauvingnon','Beringer','Knights Valley','California','Cabernet Sauvignon',2008,27,88,44500,'now' +115,'Cabernet Sauvingnon','Dry Creek','Dry Creek Valley','California','Cabernet Sauvignon',2007,25,87,15000,'now' +116,'Grenache','Sine Qua Non','Sta. Rita Hills','California','In the Crosshairs Eleven Confessions Vineyard',2006,200,97,202,'now' +117,'Grenache','Herman Story','California','California','On the Road',2008,36,93,398,'now' +118,'Grenache','Villa Creek','Paso Robles','California','Garnacha Denner Vineyard',2008,35,91,350,'now' +119,'Grenache','Beckmen','Santa Ynez Valley','California','Purisma Mountain Vineyard',2008,48,88,500,'now' +120,'Grenache','Bella Victorian','Santa Barbara County','California','Romeo',2006,39,87,300,'now' +121,'Grenache','Austine Hope','Paso Robles','California','Hope Family Vineyard',2009,42,87,566,'now' +122,'Grenache','Jemrose','Bennett Valley','California','Foggy Knoll Vineyard',2008,38,87,275,'now' +123,'Petite Sirah','Alta Colina','Paso Robles','California','Ann''s Block',2008,48,91,123,'now' +124,'Petite Sirah','Erna Schein','Sonoma County','California','Kick Ranch',2008,48,91,312,'now' +125,'Petite Sirah','Jaffurs','Santa Barbara County','California','Thompson Vineyard',2009,34,90,501,'now' +126,'Petite Sirah','Turley','Napa Valley','California','Hayne Vineyard',2008,75,90,350,'now' +127,'Petite Sirah','JC Cellars','Russian River Valley','California','Sweetwater Springs Vineyard',2008,35,89,340,'now' +128,'Petite Sirah','Parducci','Mendocino County','California','Petite Sirah',2007,11,85,15340,'now' +129,'Pinot Noir','A.P.Vin','Santa Lucia Highlands','California','Rosella''s Vineyard',2009,48,95,325,'now' +130,'Pinot Noir','Siduri','Santa Lucia Highlands','California','Pisoni Vineyard',2009,54,95,364,'now' +131,'Pinot Noir','A.P.Vin','Sonoma Coast','California','Kanzler Vineyard',2009,48,94,200,'now' +132,'Pinot Noir','Loring','Paso Robles','California','Russel Family Vineyard',2009,45,94,250,'now' +133,'Pinot Noir','Loring','Sonoma Coast','California','Durell Vineyard',2009,45,94,200,'now' +134,'Pinot Noir','Siduri','Santa Lucia Highlands','California','Garys'' Vineyard',2009,51,94,298,'now' +135,'Pinot Noir','A.P.Vin','Santa Lucia Highlands','California','Garys'' Vineyard',2009,48,93,300,'now' +136,'Pinot Noir','A.P.Vin','Santa Maria Valley','California','Rancho Oliveros Vineyard',2009,48,93,50,'now' +137,'Pinot Noir','Loring','Green Valley of Russian River Valley','California','Graham Family Vineyard',2009,45,93,150,'now' +138,'Pinot Noir','Loring','Russian River Valley','California','Pinot Noir',2009,29,93,600,'now' +139,'Pinot Noir','Loring','Santa Lucia Highlands','California','Pinot Noir',2009,29,93,600,'now' +140,'Pinot Noir','Loring','Santa Lucia Highlands','California','Garys'' Vineyard',2009,45,93,450,'now' +141,'Pinot Noir','Loring','Sta. Rita Hills','California','Clos Pepe Vineyard',2009,45,93,1000,2011 +142,'Pinot Noir','A.P.Vin','Russian River Valley','California','Keefer Ranch Vineyard',2009,48,92,200,'now' +143,'Pinot Noir','Loring','Green Valley of Russian River Valley','California','Keefer Ranch Vineyard',2009,45,92,400,'now' +144,'Pinot Noir','Loring','Sta. Rita Hills','California','Cargasacchi Vineyard',2009,45,92,175,'now' +145,'Pinot Noir','Siduri','Santa Lucia Highlands','California','Pinot Noir',2009,29,92,1855,'now' +146,'Pinot Noir','A.P.Vin','Sta. Rita Hills','California','Clos Pepe Vineyard',2009,48,91,150,'now' +147,'Pinot Noir','A.P.Vin','Sta. Rita Hills','California','Turner Vineyard',2009,48,91,150,'now' +148,'Pinot Noir','Loring','Sta. Rita Hills','California','Rancho La Vina Vineyard',2009,45,91,125,'now' +149,'Pinot Noir','Athair','Russian River Valley','California','Pinot Noir',2008,36,90,919,'now' +150,'Pinot Noir','Clouds Rest','Sonoma Coast','California','Limited Release',2007,69,90,600,'now' +151,'Pinot Noir','Loring','San Luis Obispo County','California','Aubaine Vineyard',2009,45,90,500,'now' +152,'Pinot Noir','Loring','Sta. Rita Hills','California','Pinot Noir',2009,29,88,600,'now' +153,'Pinot Noir','Siduri','Sonoma County','California','Pinot Noir',2009,20,88,2657,'now' +154,'Pinot Noir','Castle Rock','Carneros','California','Pinot Noir',2008,14,84,NULL,'now' +155,'Syrah','Sine Qua Non','Sta. Rita Hills','California','A Shot in the Dark Eleven Confessions Vineyard',2006,200,98,442,2012 +156,'Syrah','Favia','Amador County','California','Quarzo',2008,65,95,154,'now' +157,'Syrah','Roar','Santa Lucia Highlands','California','Rosella''s Vineyard',2008,40,94,140,2011 +158,'Syrah','Carlisle','Bennett Valley','California','Cardiac Hill',2008,45,93,239,'now' +159,'Syrah','Herman Story','Santa Barbara County','California','Larner Vinyard',2008,36,93,135,'now' +160,'Syrah','Herman Story','Santa Barbara County','California','White Hawk Vineyard',2008,36,93,132,'now' +161,'Syrah','Zaca Mesa','Santa Ynez Valley','California','Mesa Reserve',2007,42,93,992,2012 +162,'Syrah','JC Cellars','California','California','Twist of Fate',2008,55,92,206,'now' +163,'Syrah','Ramey','Sonoma Coast','California','Syrah',2008,38,92,1750,'now' +164,'Syrah','Roar','Santa Lucia Highlands','California','Garys'' Vineyard',2008,40,92,110,2012 +165,'Syrah','Adobe Road','Dry Creek Valley','California','Kemp Vineyard',2007,40,91,235,'now' +166,'Syrah','Novy','Russian River Valley','California','Christensen Family Vineyard',2008,27,91,177,'now' +167,'Syrah','Ojai','Sta. Rita Hills','California','Melville Vineyards',2006,44,91,238,'now' +168,'Syrah','Joseph Phelps','Napa Valley','California','Syrah',2008,50,90,600,'now' +169,'Syrah','Red Car','California','California','The Flight',2008,55,90,394,'now' +170,'Syrah','Tensley','Santa Barbara County','California','Colson Canyon Vineyard',2009,38,90,1495,'now' +171,'Syrah','Red Lava','Red Hills Lake County','California','Syrah',2007,22,89,977,'now' +172,'Syrah','Rosenblum','Solano County','California','England-Shaw',2007,35,89,735,'now' +173,'Syrah','Eberle','Paso Robles','California','Rose Steinbeck Vineyard',2009,17,88,705,'now' +174,'Syrah','Keller','Sonoma Coast','California','La Cruz Vineyard',2007,40,88,308,'now' +175,'Syrah','Fess Parker','Santa Barbara County','California','Syrah',2008,20,88,2831,'now' +176,'Syrah','Pride','Sonoma County','California','Syrah',2008,60,88,575,2011 +177,'Syrah','Red Car','Sonoma County','California','Syrah',2008,45,88,961,'now' +178,'Syrah','Rosenblum','Lake County','California','Snows Lake Vineyard',2007,25,88,486,'now' +179,'Syrah','Rosenblum','Lodi','California','Abba Vineyard',2007,25,88,450,'now' +180,'Syrah','Stolpman','Santa Ynez Valley','California','Originals',2008,38,88,950,'now' +181,'Syrah','Boheme','Sonoma Coast','California','Que Syrah Vineyard',2006,40,87,185,'now' +182,'Syrah','J. Lohr','Paso Robles','California','Gesture Limited Release',2008,30,87,514,2011 +183,'Syrah','Montes','Paso Robles','California','Star Angel ',2007,35,87,3000,'now' +184,'Syrah','Rosenblum','Sonoma County','California','Kick Ranch Reserve',2007,45,87,496,2012 +185,'Syrah','Stolpman','Santa Ynez Valley','California','Syrah',2008,30,87,1500,'now' +186,'Syrah','Zaca Mesa','Santa Ynez Valley','California','Syrah',2007,24,87,7651,'now' +187,'Syrah','Domaine de la Terre Rouge','California','California','Les Cotes De L''Ouest',2008,18,84,NULL,'now' +188,'Syrah','Fetzer','California','California','Shiraz',2008,9,83,NULL,'now' +189,'Zinfandel','Carlisle','Russian River Valley','California','Carlisle Vineyard',2008,43,93,325,'now' +190,'Zinfandel','Turley','Howell Mountain','California','Cedarman',2008,29,93,400,'now' +191,'Zinfandel','Turley','Napa Valley','California','Tofanelli Vineyard',2008,34,93,200,'now' +192,'Zinfandel','Collier Falls','Dry Creek Valley','California','Private Reserve',2006,32,92,300,'now' +193,'Zinfandel','Turley','Sonoma Valley','California','Fredericks Vineyard',2008,42,91,300,'now' +194,'Zinfandel','Carlisle','Sonoma Valley','California','Rossi Ranch',2008,40,90,119,2012 +195,'Zinfandel','Dark Horse','Dry Creek Valley','California','Treborce Vineyard',2008,28,90,750,'now' +196,'Zinfandel','St. Francis','Sonoma County','California','Wild Oak Old Vines',2007,38,89,1900,'now' +197,'Zinfandel','Girard','Napa Valley','California','Old Vine',2008,24,88,2850,'now' +198,'Zinfandel','Sextant','Paso Robles','California','Wheelhouse',2008,20,88,3300,'now' +199,'Zinfandel','Terra d''Oro','Amador County','California','Zinfandel',2007,18,88,14000,'now' +200,'Zinfandel','Artezin','Mendocino County','California','Zinfandel',2009,18,87,15000,'now' +201,'Zinfandel','Terra d''Oro','Amador County','California','SHR Field Blend',2007,30,87,1250,'now' +202,'Zinfandel','Cameron Hughes','Lake County','California','Lot 154',2006,13,86,584,'now' +203,'Zinfandel','Rubicon Estate','Rutherford','California','Edizione Pennino',2008,45,86,2278,'now' +204,'Chardonnay','Lewis','Napa Valley','California','Chardonnay',2009,48,92,1800,'now' +205,'Chardonnay','Keller','Sonoma Coast','California','La Cruz Vineyard',2008,36,91,507,'now' +206,'Merlot','Darioush','Napa Valley','California','Signature',2007,48,89,1779,'now' +207,'Tempranillo','Four Vines','Paso Robles','California','Loco',2008,40,88,700,'now' +208,'Chardonnay','CC:','California','California','Chardonnay',2009,15,86,5000,'now' +209,'Syrah','Four Vines','Amador County','California','Bailey Vineyard',2005,38,93,440,'now' +210,'Syrah','Red Car','California','California','Twenty Two',2005,60,93,111,'now' +211,'Syrah','Herman Story','Santa Ynez Valley','California','Larner Vinyard',2005,28,92,432,'now' +212,'Syrah','Krupp Brothers','Napa Valley','California','Black Bart Stagecoach Vineyard',2005,52,91,1219,'now' +213,'Syrah','Paloma','Dry Creek Valley','California','Polomita Hamilton Vineyard',2005,45,91,250,'now' +214,'Syrah','Rosenblum','Yolo County','California','Rominger Vineyard',2005,25,91,1125,'now' +215,'Zinfandel','Four Vines','Amador County','California','Maverick',2005,24,91,2529,'now' +216,'Syrah','Chateau Potelle','Mount Vedeer','California','VGS',2004,75,90,238,'now' +217,'Syrah','Kosta Browne','Russian River Valley','California','Amber Ridge Vineyard',2004,45,90,320,'now' +218,'Syrah','Ojai','California','California','Roll Ranch Vineyard',2004,45,90,700,'now' +219,'Syrah','Whitestone','Sonoma Coast','California','Guidici Famili Vineyard',2005,55,90,200,'now' +220,'Pinot Noir','Adrian Fog','Anderson Valley','California','Savoy Vineyard',2005,75,92,440,'now' +221,'Pinot Noir','Davis Bynum','Russian River Valley','California','The Backbone',2004,75,92,117,'now' +222,'Pinot Noir','Davis Bynum','Russian River Valley','California','Laurels Estate Vineyard',2004,75,91,142,'now' +223,'Pinot Noir','Davis Bynum','Russian River Valley','California','Bynum & Moshin Vineyards',2004,50,91,314,'now' +224,'Pinot Noir','Calera','Mount Harlan','California','Jensen Vineyard',2004,60,91,1262,'now' +225,'Zinfandel','Rosenblum','Rockpile','California','Rockpile Road Vineyard',2005,35,91,3558,'now' +226,'Pinot Noir','Toulouse','Anderson Valley','California','Pinot Noir',2005,39,91,1050,'now' +227,'Pinot Noir','Calera','Mount Harlan','California','Thirtieth Anniverasry Vintage Mt. Harlan Cuvee',2005,30,90,403,'now' +228,'Chardonnay','DuMOL','Sonoma County','California','Green River Isobel',2005,60,95,558,'now' +229,'Chardonnay','Barnett','Carneros','California','Sengiacomo Vineyard',2005,29,93,1138,'now' +230,'Chardonnay','Chasseur','Russian River Valley','California','Lorenzo',2005,55,93,371,2008 +231,'Chardonnay','DuMOL','Russian River Valley','California','Chloe',2005,60,92,708,2008 +232,'Chardonnay','Chalk Hill','Chalk Hill','California','Chardonnay',2005,45,90,15000,'now' +233,'Viognier','Darioush','Napa Valley','California','Signature',2006,35,90,1376,'now' +234,'Marsanne','Krupp Brothers','Napa Valley','California','Stagecoach Vineyard Black Bart',2005,37,90,620,'now' +235,'Sauvignon Blanc','Sbragia Family','Dry Creek Valley','California','Home Ranch',2006,20,90,620,'now' +236,'Cabernet Sauvingnon','Hourglass','Napa Valley','California','Cabernet Sauvignon',2006,135,97,700,'now' +237,'Cabernet Sauvingnon','Dancing Hares','Napa Valley','California','Cabernet Sauvignon',2005,95,95,600,'now' +238,'Cabernet Sauvingnon','Lewis','Napa Valley','California','Reserve',2006,125,95,2000,'now' +239,'Cabernet Sauvingnon','Bucella','Napa Valley','California','Cabernet Sauvignon',2006,135,93,792,2010 +240,'Cabernet Sauvingnon','Casa Piena','Napa Valley','California','Cabernet Sauvignon',2006,125,93,240,2010 +241,'Cabernet Sauvingnon','The Four','Napa Valley','California','Cabernet Sauvignon',2006,75,93,310,'now' +242,'Cabernet Sauvingnon','Veraison','Napa Valley','California','Stagecoach Vineyard',2005,60,93,1232,'now' +243,'Cabernet Sauvingnon','Barrack','Santa Ynez Valley','California','Ten-Goal Happy Canyon Vineyards',2005,60,92,350,'now' +244,'Cabernet Sauvingnon','Snowden','Napa Valley','California','The Ranch',2006,40,92,1200,2010 +245,'Cabernet Sauvingnon','Cade','Napa Valley','California','Napa Cuvee',2006,60,91,2200,2011 +246,'Cabernet Sauvingnon','Louis M. Martini','Sonoma Valley','California','Monte Rosso Vineyard',2005,85,91,2550,'now' +247,'Cabernet Sauvingnon','PerryMoore','Oakville','California','Beckstoffer To Kalon Vineyard',2005,100,91,300,'now' +248,'Cabernet Sauvingnon','Frank Family','Rutherford','California','Reserve',2005,85,90,2400,'now' +249,'Cabernet Sauvingnon','Highlands','Napa Valley','California','Cabernet Sauvignon',2006,55,90,1000,'now' +250,'Cabernet Sauvingnon','Ilsley','Stags Leap District','California','Cabernet Sauvignon',2005,55,90,318,'now' +251,'Cabernet Sauvingnon','PerryMoore','St. Helena','California','Dr. Crane Vineyard',2005,100,90,250,'now' +252,'Chardonnay','Kazme & Blaise','Carneros','California','Boonfly''s Hill',2006,50,95,90,'now' +253,'Chardonnay','Kistler','Sonoma County','California','McCrea Vineyard',2006,75,95,3634,'now' +254,'Chardonnay','Peter Michael','Sonoma County','California','Ma Belle-Fille',2007,85,95,2780,'now' +255,'Chardonnay','Three Sticks','Sonoma Valley','California','Durell Vineyard',2006,45,95,220,'now' +256,'Chardonnay','Tor','Sonoma Valley','California','Durell Vineyard Wente Clone',2007,60,95,80,'now' +257,'Chardonnay','Failla','Sonoma Coast','California','Estate Vineyard',2007,42,94,125,'now' +258,'Chardonnay','Kistler','Russian River Valley','California','Wine Hill Vineyard',2006,75,94,3640,'now' +259,'Chardonnay','Peter Michael','Sonoma County','California','Belle Cote',2007,75,94,2500,'now' +260,'Chardonnay','Peter Michael','Sonoma County','California','Mon Plaisir',2007,80,94,1050,'now' +261,'Chardonnay','Peirson Meyer','Sonoma County','California','Untilited #3',2007,75,94,125,'now' +262,'Chardonnay','Rodney Strong','Russian River Valley','California','Reserve',2006,40,94,2448,'now' +263,'Chardonnay','Au Bon Climat','Santa Barbara County','California','Los Alamos Vineyard Historic Vineyards Collection',2007,25,93,325,'now' +264,'Chardonnay','HdV','Carneros','California','Hyde Vineyards',2006,60,93,1562,'now' +265,'Chardonnay','Kistler','Carneros','California','Hudson Vineyard',2006,75,93,1818,'now' +266,'Chardonnay','Landmark','Sonoma County','California','Damaris Reserve ',2006,40,93,2000,'now' +267,'Chardonnay','Pahlmeyer','Sonoma Coast','California','Chardonnay',2007,70,93,1620,'now' +268,'Chardonnay','Peirson Meyer','Sonoma Coast','California','Cahrles Heintz Vineyard',2007,55,93,300,'now' +269,'Chardonnay','Ridge','Santa Cruz Mountains','California','Santa Cruz Mountains Estate',2007,40,93,400,'now' +270,'Chardonnay','Shafer','California','California','Red Shoulder Ranch',2007,48,93,5500,'now' +271,'Chardonnay','Souverain','Russian River Valley','California','Winmaker''s Reserve',2007,30,93,313,'now' +272,'Chardonnay','Acacia','Carneros','California','Sangiacomo Vineyard',2007,40,92,484,'now' +273,'Chardonnay','Beringer','Napa Valley','California','Sbraglia Limited-Release',2007,40,92,5600,'now' +274,'Chardonnay','Chalone','Chalone','California','Chardonnay',2007,25,92,16801,'now' +275,'Chardonnay','Chateau St. Jean','Sonoma County','California','Reserve',2006,45,92,4600,'now' +276,'Chardonnay','El Molino','Rutherford','California','Chardonnay',2007,45,92,878,'now' +277,'Chardonnay','Freeman','Russian River Valley','California','Ryo-fu',2006,44,92,418,'now' +278,'Chardonnay','Hanzell','Sonoma Valley','California','Chardonnay',2006,70,92,3253,'now' +279,'Chardonnay','Hudson Vineyards','Napa Valley','California','Carneros',2006,60,92,350,'now' +280,'Chardonnay','Kistler','Russian River Valley','California','Dutton Ranch',2006,75,92,1810,'now' +281,'Chardonnay','Luna','Napa Valley','California','Chardonnay',2006,40,92,204,'now' +282,'Chardonnay','Maldonado','Napa Valley','California','Los Olivos Vineyard',2006,49,92,566,'now' +283,'Chardonnay','Peter Michael','Sonoma County','California','La Carrlere',2007,80,92,2549,'now' +284,'Chardonnay','Pahlmeyer','Napa Valley','California','Chardonnay',2007,70,92,3341,'now' +285,'Chardonnay','Sbragia Family','Dry Creek Valley','California','Home Ranch',2007,26,92,2657,'now' +286,'Chardonnay','D.R. Stephens','Napa Valley','California','Chardonnay',2007,50,92,455,'now' +287,'Chardonnay','Truchard','Napa Valley','California','Carneros',2007,30,92,2930,'now' +288,'Chardonnay','Vineyard 7&8','Spring Mountain District','California','Chardonnay',2007,60,92,275,'now' +289,'Chardonnay','Anaba','Sonoma Coast','California','Chardonnay',2007,32,91,938,'now' +290,'Chardonnay','Armida','Russian River Valley','California','Keefer Ranch',2007,28,91,232,'now' +291,'Chardonnay','Au Bon Climat','Santa Barbara County','California','Chardonnay',2007,20,91,12000,'now' +292,'Chardonnay','Beringer','Napa Valley','California','Private Reserve',2007,35,91,21900,'now' +293,'Chardonnay','Cakebread','Napa Valley','California','Carneros Reserve',2006,55,91,1000,'now' +294,'Chardonnay','Calera','Mount Harlan','California','Chardonnay',2007,25,91,663,'now' +295,'Chardonnay','Celani Family','Napa Valley','California','Chardonnay',2007,40,91,600,'now' +296,'Chardonnay','Domain Chandon','Carneros','California','Chardonnay',2006,26,91,4600,'now' +297,'Chardonnay','Dutton-Goldfield','Russian River Valley','California','Dutton Ranch',2007,35,91,3981,'now' +298,'Chardonnay','Far Niente','Napa Valley','California','Chardonnay',2007,56,91,30000,'now' +299,'Chardonnay','Ferrari-Carano','Russian River Valley','California','Emelia''s Cuvee',2007,36,91,465,'now' +300,'Chardonnay','Fog Dog','Sonoma Coast','California','Chardonnay',2006,40,91,1300,'now' +301,'Chardonnay','Freestone','Sonoma Coast','California','Ovation',2006,60,91,2500,'now' +302,'Chardonnay','L''Angevin','Russian River Valley','California','Laughlin Family Vineyard',2007,44,91,350,'now' +303,'Chardonnay','Marimar Estate','Russian River Valley','California','Don Miguel Vineyard Lia Torres Family Vineyards',2006,49,91,355,'now' +304,'Chardonnay','Merryvale','Carneros','California','Chardonnay',2007,35,91,2215,'now' +305,'Chardonnay','Neyers','Sonoma Coast','California','B. Theriot Vineyard',2007,48,91,202,'now' +306,'Chardonnay','Olabisi','Carneros','California','Ceja Vineyard',2007,40,91,285,'now' +307,'Chardonnay','Rombauer','Carneros','California','Chardonnay',2007,32,91,40000,'now' +308,'Chardonnay','Talley','Edna Valley','California','Chardonnay',2007,26,91,445,'now' +309,'Chardonnay','Talley','Arroyo Grande Valley','California','Chardonnay',2007,26,91,4603,'now' +310,'Chardonnay','Vine Cliff','Carneros','California','Proprietary Reserve',2007,60,91,545,'now' +311,'Chardonnay','Vine Cliff','Carneros','California','Los Carneros',2007,39,91,1798,'now' +312,'Chardonnay','Artesa','Carneros','California','Chardonnay',2007,20,90,33000,'now' +313,'Chardonnay','Beaulieu Vineyard','Napa Valley','California','Carneros',2007,17,90,15000,'now' +314,'Chardonnay','Byron','Santa Maria Valley','California','Chardonnay',2007,26,90,4406,'now' +315,'Chardonnay','Darioush','Napa Valley','California','Signature',2007,43,90,1761,'now' +316,'Chardonnay','Ferrari-Carano','Russian River Valley','California','Valley Dominique',2007,38,90,276,'now' +317,'Chardonnay','The Hess Collection','Mount Vedeer','California','Chardonnay',2007,35,90,1900,'now' +318,'Chardonnay','Jocelyn Lonen','Carneros','California','Founder''s',2007,45,90,200,'now' +319,'Chardonnay','Kistler','Sonoma Valley','California','Kistler Vineyard',2006,80,90,1815,'now' +320,'Chardonnay','Laird Family','Carneros','California','Gold Creek Ranch',2007,30,90,1500,'now' +321,'Chardonnay','Mer Soleil','Santa Lucia Highlands','California','Chardonnay',2006,42,90,NULL,'now' +322,'Chardonnay','Nicholson Ranch','Sonoma Valley','California','Cuvee Natalie',2006,48,90,325,'now' +323,'Chardonnay','Orogeny','Green Valley of Russian River Valley','California','Chardonnay',2007,25,90,2500,'now' +324,'Chardonnay','Ramey','Sonoma Coast','California','Chardonnay',2007,38,90,2100,'now' +325,'Chardonnay','Robert Young','Alexander Valley','California','Chardonnay',2006,40,90,1990,'now' +326,'Chardonnay','HdV','Carneros','California','De La Guerra',2007,40,90,506,'now' +327,'Chardonnay','Maldonado','Sonoma County','California','Parr Vineyard',2006,24,90,900,'now' +328,'Chardonnay','Cakebread','Napa Valley','California','Chardonnay',2007,39,90,25000,'now' +329,'Chardonnay','Cuvasion','Napa Valley','California','Carneros',2007,24,88,40000,'now' +330,'Chardonnay','Kunde Estate','Sonoma Valley','California','Reserve',2006,30,88,5800,'now' +331,'Chardonnay','Ramey','Carneros','California','Chardonnay',2007,38,88,2500,'now' +332,'Chardonnay','Saddleback','Napa Valley','California','Chardonnay',2007,26,88,831,'now' +333,'Chardonnay','Sebastiani','Sonoma County','California','Chardonnay',2007,13,88,82130,'now' +334,'Chardonnay','White Rock','Napa Valley','California','Chardonnay',2007,30,88,800,'now' +335,'Chardonnay','Acacia','Carneros','California','Chardonnay',2007,22,87,70200,'now' +336,'Chardonnay','Kunde Estate','Sonoma Valley','California','Chardonnay',2007,17,87,35000,'now' +337,'Chardonnay','Moon Mountain','Sonoma County','California','Chardonnay',2007,13,87,42250,'now' +338,'Chardonnay','Waterstone','Carneros','California','Chardonnay',2007,18,87,1832,'now' +339,'Chardonnay','Napa Family','Napa Valley','California','Finest Selection Reserve',2007,10,86,2853,'now' +340,'Pinot Noir','Roessler','Anderson Valley','California','Valley Savoy',2007,46,94,268,'now' +341,'Pinot Noir','Vision Cellars','Russian River Valley','California','Coster Vineyard',2007,42,93,286,'now' +342,'Pinot Noir','Ampelos','Sta. Rita Hills','California','Lambda',2007,35,92,1094,'now' +343,'Pinot Noir','Freeman','Sonoma Coast','California','Pinot Noir',2007,44,92,1068,'now' +344,'Pinot Noir','Baker Lane','Sonoma Coast','California','Hurst Vineyard',2007,36,91,360,'now' +345,'Pinot Noir','Failla','Russian River Valley','California','Keefer Ranch',2007,45,91,600,'now' +346,'Pinot Noir','Failla','Sonoma Coast','California','Pinot Noir',2007,34,91,500,'now' +347,'Pinot Noir','Kutch','Sonoma Coast','California','McDougal Ranch',2007,48,91,125,'now' +348,'Pinot Noir','Siduri','Sta. Rita Hills','California','Clos Pepe Vineyard',2007,54,91,241,'now' +349,'Pinot Noir','Small Vines','Russian River Valley','California','Pinot Noir',2006,50,91,365,'now' +350,'Pinot Noir','Vision Cellars','Sonoma County','California','Pinot Noir',2007,38,90,900,'now' +351,'Pinot Noir','Freeman','Russian River Valley','California','Pinot Noir',2006,44,89,1592,'now' +352,'Pinot Noir','Kutch','Sonoma Coast','California','Kanzler Vineyard',2007,48,89,175,'now' +353,'Pinot Noir','MacRostie','Sonoma Coast','California','Wildcat Mountain Vineyard',2006,45,89,1003,'now' +354,'Pinot Noir','Baker Lane','Sonoma Coast','California','Ramondo Vineyard',2007,42,88,777,'now' +355,'Pinot Noir','Fort Ross','Sonoma Coast','California','Symposium Fort Ross Vineyard',2066,32,88,2584,'now' +356,'Pinot Noir','Landmark','Sonoma Coast','California','Grand Detour',2007,40,88,2500,'now' +357,'Pinot Noir','Sequana','Green Valley of Russian River Valley','California','Valley Dutton Ranch',2007,40,88,728,'now' +358,'Pinot Noir','Bernardus','Monterey County','California','Pinot Noir',2007,25,87,4715,'now' +359,'Pinot Noir','Marting Ray','Santa Barbara County','California','Pinot Noir',2007,25,87,5800,'now' +360,'Syrah','Carlisle','Russian River Valley','California','Papa''s Block',2007,43,98,307,'now' +361,'Syrah','Carlisle','Santa Lucia Highlands','California','Rosella''s Vineyard',2007,43,94,192,'now' +362,'Syrah','Jemrose','Bennett Valley','California','Gloria''s Gem',2006,75,94,48,'now' +363,'Syrah','Duchamp','Dry Creek Valley','California','Cuvee Trouvee',2006,38,93,300,'now' +364,'Syrah','Duchamp','Dry Creek Valley','California','Grand Master',2006,55,93,175,'now' +365,'Syrah','Martinelli','Russian River Valley','California','Zio Tony Ranch Gianna Marie',2006,75,93,305,'now' +366,'Syrah','McPrice Myers','Arroyo Grande Valley','California','Les Galets',2006,36,93,198,'now' +367,'Syrah','Ampelos','Sta. Rita Hills','California','Gamma',2005,35,92,264,'now' +368,'Syrah','Stephen Test','Dry Creek Valley','California','Unti Vineyard',2006,30,91,128,'now' +369,'Zinfandel','Carlisle','Dry Creek Valley','California','Zinfandel',2007,33,95,360,'now' +370,'Zinfandel','Linne Calodo','Paso Robles','California','Problem Child',2007,48,94,580,'now' +371,'Zinfandel','Carlisle','Sonoma Valley','California','Rossi Ranch',2007,40,93,236,'now' +372,'Zinfandel','Carlisle','Sonoma County','California','Zinfandel',2007,23,92,539,'now' +373,'Zinfandel','Carlisle','Russian River Valley','California','Montafi Ranch',2007,43,91,258,'now' +374,'Zinfandel','Dancing Lady','Alexander Valley','California','Old vine Della Costa Family Vineyard',2007,27,91,321,'now' +375,'Zinfandel','Martinelli','Russian River Valley','California','Giuseppe & Luisa',2007,50,91,825,'now' +376,'Zinfandel','D-Cubed Cellars','Napa Valley','California','Zinfandel',2006,27,89,1100,'now' +377,'Zinfandel','De Loach','Russian River Valley','California','Zinfandel',2007,20,89,1830,'now' +378,'Zinfandel','Saucelito Canyon','San Luis Obispo County','California','Backroads',2007,18,89,563,'now' +379,'Zinfandel','Rosenblum','Paso Robles','California','Appelation Series',2006,18,88,8913,'now' +380,'Zinfandel','Sausal','Alexander Valley','California','50 Year Old Vines',2006,19,88,8913,'now' +381,'Zinfandel','Dry Creek','Sonoma County','California','Heritage',2007,18,87,13877,'now' +382,'Zinfandel','Klinker Brick','Lodi','California','Old Vine',2006,18,87,20000,'now' +383,'Zinfandel','Schrader','Napa Valley','California','Vieux-Os Hell Hole Cuvee Old Vine',2006,35,87,375,'now' +384,'Zinfandel','Rosenblum','Contra Costa County','California','Planchon Vineyard',2006,26,86,2425,'now' +385,'Zinfandel','Rodney Strong','Sonoma County','California','Knotty Vines',2007,20,86,18655,'now' +386,'Zinfandel','Cardinal Zin','Calaveras County','California','Beastly Old Vines',2006,20,84,NULL,'now' +387,'Zinfandel','Cline','California','California','Ancient Vines',2007,15,84,NULL,'now' +388,'Zinfandel','Peachy Canyon','Paso Robles','California','Incredible Red',2007,12,82,NULL,'now' +389,'Zinfandel','Renwood','Sierra Foothills','California','Zinfandel',2006,10,82,NULL,'now' +390,'Zinfandel','Renwood','Fiddletown','California','Zinfandel',2006,25,78,NULL,'now' +391,'Cabernet Franc','Pride','Sonoma County','California','Cabernet Franc',2006,60,92,1128,'now' +392,'Zinfandel','D-Cubed Cellars','Napa Valley','California','Primitivo',2006,25,88,226,'now' +393,'Merlot','Thomas Henry','Napa Valley','California','Merlot',2005,12,84,NULL,'now' +394,'Cabernet Sauvingnon','Caymus','Napa Valley','California','Special Selection',2008,130,94,15618,'now' +395,'Cabernet Sauvingnon','Phifer Pavitt','Napa Valley','California','Date Night',2007,75,94,400,'now' +396,'Cabernet Sauvingnon','Turnbull','Napa Valley','California','Black Label',2007,100,94,500,2013 +397,'Cabernet Sauvingnon','Cavus','Stags Leap District','California','Cabernet Sauvignon',2007,90,93,155,2012 +398,'Cabernet Sauvingnon','Girard','Napa Valley','California','Artistry',2008,40,88,4944,'now' +399,'Cabernet Sauvingnon','Montes','Napa Valley','California','Napa Angel Aurelio''s Selection',2007,90,87,3000,2013 +400,'Chardonnay','Maybach','Sonoma Coast','California','Eterium B. Thieriot Vineyard',2009,78,95,60,'now' +401,'Chardonnay','Freestone','Sonoma Coast','California','Chardonnay',2008,55,93,800,'now' +402,'Chardonnay','Morgan','Monterey County','California','Metallico Un-Oaked',2009,20,91,3800,'now' +403,'Chardonnay','Sterling','Napa Valley','California','Reserve',2008,35,91,1450,'now' +404,'Chardonnay','Gary Farrell','Russian River Valley','California','Russian River Selection',2008,32,89,4474,'now' +405,'Chardonnay','Y3','Napa Valley','California','Chardonnay',2009,20,89,2820,'now' +406,'Chardonnay','Bogle','California','California','Chardonnay',2009,10,88,250000,'now' +407,'Pinot Noir','Adrian Fog','Sonoma Coast','California','Numbers',2008,75,93,340,'now' +408,'Pinot Noir','Fog Dog','Sonoma Coast','California','Pinot Noir',2008,35,89,8000,'now' +409,'Merlot','Rutherford Hill','Napa Valley','California','Merlot',2006,25,89,42546,'now' +410,'Zinfandel','Kokomo','Sonoma County','California','Zinfandel',2008,22,88,800,'now' +411,'Merlot','Black Box','California','California','Merlot',2008,25,83,NULL,'now' +412,'Zinfandel','Joel Gott','California','California','Zinfandel',2008,17,83,NULL,'now' +413,'Cabernet Sauvingnon','Paul Hobbs','St. Helena','California','Beckstoffer Dr. Crane Vineyard',2007,150,97,586,'now' +414,'Cabernet Sauvingnon','Pina','Napa Valley','California','D''Adamo Vineyard',2007,75,93,1085,'now' +415,'Cabernet Sauvingnon','Boyanci','Napa Valley','California','InSpire',2007,60,92,715,'now' +416,'Cabernet Sauvingnon','Guarachi','Napa Valley','California','Cabernet Sauvignon',2007,65,92,1269,'now' +417,'Cabernet Sauvingnon','Paul Hobbs','Napa Valley','California','Cabernet Sauvignon',2007,75,92,5653,'now' +418,'Cabernet Sauvingnon','Keever','Yountville','California','Cabernet Sauvignon',2007,90,92,650,'now' +419,'Cabernet Sauvingnon','Dos Lagos','Atlas Peak','California','Cabernet Sauvignon',2007,125,88,120,'now' +420,'Cabernet Sauvingnon','Erna Schein','Napa Valley','California','Spare Me',2007,45,88,280,'now' +421,'Cabernet Sauvingnon','Erna Schein','California','California','Jersey Boy',2007,50,88,384,'now' +422,'Cabernet Sauvingnon','Fleming Jenkins','Napa Valley','California','Choreography',2006,50,88,643,'now' +423,'Cabernet Sauvingnon','Girard','Napa Valley','California','Artistry',2007,40,88,4600,'now' +424,'Cabernet Sauvingnon','Langtry','Lake County','California','Tephra Ridge Vineyard',2006,40,88,342,'now' +425,'Cabernet Sauvingnon','Maldonado','Spring Mountain District','California','Peter Newton Vineyard',2006,92,88,126,'now' +426,'Cabernet Sauvingnon','Nickel & Nickel','Yountville','California','State Lane Ranch',2006,90,88,430,'now' +427,'Cabernet Sauvingnon','Prime','Napa Valley','California','District 4',2007,39,88,304,'now' +428,'Cabernet Sauvingnon','David Arthur','Napa Valley','California','Elevation 1147',2007,135,87,541,'now' +429,'Cabernet Sauvingnon','Duckhorn','Napa Valley','California','Cabernet Sauvignon',2006,65,87,13744,'now' +430,'Cabernet Sauvingnon','Krutz Family','Napa Valley','California','Stagecoach Vineyard',2006,70,87,315,'now' +431,'Cabernet Sauvingnon','Sebastiani','Sonoma County','California','Cabernet Sauvignon',2006,18,87,120123,'now' +432,'Cabernet Sauvingnon','Artesa','Napa-Sonoma counties','California','Elements',2006,18,86,8000,'now' +433,'Cabernet Sauvingnon','Blue Rock','Alexander Valley','California','Cabernet Sauvignon',2006,47,86,784,'now' +434,'Cabernet Sauvingnon','Daou','Paso Robles','California','La Capilla Collection',2007,46,86,873,'now' +435,'Cabernet Sauvingnon','Merryvale','Napa Valley','California','Cabernet Sauvignon',2006,55,86,2284,'now' +436,'Cabernet Sauvingnon','Cycles Gladiator','California','California','Cabernet Sauvignon',2007,10,80,NULL,'now' +437,'Grenache','Sine Qua Non','California','California','To the Rescue',2007,100,93,164,'now' +438,'Grenache','Sine Qua Non','California','California','Pictures',2007,135,91,764,'now' +439,'Grenache','Quivara','Dry Creek Valley','California','Rose Wine Creek Ranch',2009,15,90,448,'now' +440,'Merlot','Keenan','Spring Mountain District','California','Mailbox Vineyard Drive',2006,60,88,330,'now' +441,'Merlot','Langtry','Lake County','California','Tephra Ridge Vineyard',2006,40,88,205,'now' +442,'Merlot','White Oak','Napa Valley','California','Merlot',2007,26,88,1987,'now' +443,'Merlot','Goldschmidt','Alexander Valley','California','Chelsea Goldschmidt',2008,15,87,3500,'now' +444,'Merlot','Merryvale','Napa Valley','California','Merlot',2006,39,86,1587,'now' +445,'Pinot Noir','DuMOL','Russian River Valley','California','Ryan',2007,76,94,850,'now' +446,'Pinot Noir','Paul Hobbs','Russian River Valley','California','Pinot Noir',2008,45,94,3644,'now' +447,'Pinot Noir','DuMOL','Russian River Valley','California','Finn',2007,80,93,363,'now' +448,'Pinot Noir','DuMOL','Red Hills Lake County','California','Aidan',2007,76,92,380,'now' +449,'Pinot Noir','DuMOL','Sonoma Coast','California','Eoin',2007,76,92,375,'now' +450,'Pinot Noir','Paul Hobbs','Russian River Valley','California','Ulises Valdez Vineyard',2008,70,92,282,'now' +451,'Pinot Noir','Mueller','Russian River Valley','California','Pinot Noir',2007,25,92,442,'now' +452,'Pinot Noir','Fleming Jenkins','California','California','Victories Rose',2009,20,89,480,'now' +453,'Pinot Noir','Keller','Sonoma Coast','California','La Cruz Vineyard',2007,44,88,510,'now' +454,'Pinot Noir','Baileyana','Edna Valley','California','Grand Firepeak Cuvee Firepeak Vineyard',2007,33,87,6334,'now' +455,'Pinot Noir','Testarossa','Santa Lucia Highlands','California','Sleepy Hollow Vineyard',2008,59,87,600,'now' +456,'Pinot Noir','Demetria','Sta. Rita Hills','California','Pinot Noir',2007,40,86,2000,'now' +457,'Sauvignon Blanc','Merry Edwards','Russian River Valley','California','Sauvignon Blanc',2008,30,93,3880,'now' +458,'Sauvignon Blanc','Robert Mondavi','Napa Valley','California','Fume Blanc',2008,20,88,50543,'now' +459,'Sauvignon Blanc','Illumination','Napa Valley','California','Sauvignon Blanc',2008,40,87,3150,'now' +460,'Sauvignon Blanc','Langtry','Guenoc Valley','California','Lillie Vineyard',2008,20,87,659,'now' +461,'Sauvignon Blanc','David Arthur','Napa Valley','California','Sauvignon Blanc',2008,25,86,566,'now' +462,'Syrah','Carlisle','Russian River Valley','California','Papa''s Block',2008,45,92,212,'now' +463,'Syrah','Sine Qua Non','California','California','Labels',2007,135,92,1421,'now' +464,'Syrah','Fleming Jenkins','Livermore Valley','California','Madden Ranch',2007,40,89,456,2011 +465,'Syrah','Ampelos','Santa Barbara County','California','Rose',2009,18,88,320,'now' +466,'Syrah','Carlisle','Santa Lucia Highlands','California','Rosella''s Vineyard',2008,45,88,171,'now' +467,'Syrah','Ancient Peaks','Paso Robles','California','Syrah',2007,16,87,869,'now' +468,'Zinfandel','Bradford Mountain','Dry Creek Valley','California','Grist Vineyard',2006,33,90,500,'now' +469,'Zinfandel','Hartford Family','Russian River Valley','California','Highwire Vineyard',2008,55,89,340,2012 +470,'Zinfandel','Haywood','Sonoma Valley','California','Rocky Terrace Los Chamizal Vineyards',2007,35,89,590,2011 +471,'Zinfandel','Kunde Estate','Sonoma Valley','California','Century Vines Reserve',2007,35,89,2000,'now' +472,'Zinfandel','Saxon Brown','Sonoma Valley','California','Casa Santinamaria Vineyards',2006,38,89,327,'now' +473,'Zinfandel','Valdez','Rockpile','California','Boticelli Vineyards',2007,41,89,233,2011 +474,'Zinfandel','Dashe','Alexander Valley','California','Todd Brothers Ranch Old Vines',2007,32,88,476,'now' +475,'Zinfandel','Del Carlo','Dry Creek Valley','California','Old Vine Teldeschi Vineyard Home Ranch',2006,32,88,294,'now' +476,'Zinfandel','Dry Creek','Dry Creek Valley','California','Old Vine',2007,28,88,5555,2015 +477,'Zinfandel','Dry Creek','Dry Creek Valley','California','Somers Ranch',2007,34,88,469,'now' +478,'Zinfandel','Frank Family','Napa Valley','California','Reserve',2007,50,88,748,'now' +479,'Zinfandel','Haywood','Sonoma Valley','California','Morning Sun Los Chamizal Vineyards',2007,35,88,399,'now' +480,'Zinfandel','Rock Wall','Contra Costa County','California','Jesse''s Vineyard',2008,28,88,765,'now' +481,'Zinfandel','Rosenblum','Contra Costa County','California','Carla''s Reserve',2007,30,88,1909,'now' +482,'Zinfandel','Sbragia Family','Dry Creek Valley','California','Gino''s Vineyard',2007,28,88,544,'now' +483,'Zinfandel','Artezin','Amador-Mendocino-Sonoma Counties','California','Zinfandel',2008,18,87,5856,'now' +484,'Zinfandel','Bradford Mountain','Dry Creek Valley','California','Zinfandel',2006,22,87,1900,'now' +485,'Zinfandel','Cline','Contra Costa County','California','Bridgehead',2008,25,87,850,'now' +486,'Zinfandel','Dancing Lady','Alexander Valley','California','Old vine Della Costa Family Vineyard',2008,24,87,358,'now' +487,'Zinfandel','Mauritson','Dry Creek Valley','California','Zinfandel',2008,27,87,1457,'now' +488,'Zinfandel','Neyers','Contra Costa County','California','Pato Vineyard',2008,30,87,1200,'now' +489,'Zinfandel','Rosenblum','Sonoma County','California','Zinfandel',2007,18,87,5297,'now' +490,'Zinfandel','Rosenblum','Sonoma Valley','California','Cullinane Reserve',2007,45,87,238,'now' +491,'Zinfandel','Rubicon Estate','Rutherford','California','Edizione Pennino',2007,45,87,2499,'now' +492,'Zinfandel','Sebastiani','Dry Creek Valley','California','Zinfandel',2008,24,87,1284,'now' +493,'Zinfandel','Pedroncelli','Dry Creek Valley','California','Bushnell Vineyard',2007,18,86,3500,'now' +494,'Zinfandel','Sobon Estate','Amador County','California','Old Vines',2008,14,86,6900,'now' +495,'Zinfandel','Cline','California','California','Zinfandel',2008,12,85,97500,'now' +496,'Roussanne','Sine Qua Non','California','California','To the Rescue',2006,100,91,139,'now' +497,'Sangiovese','Altamura','Napa Valley','California','Sangiovese',2006,48,88,1500,'now' +498,'Barbera','Enotria','Mendocino County','California','Barbera',2006,17,87,1100,'now' +499,'Zinfandel','C.G. Di Arle','Shenandoah Valley','California','Primitivo Block #4',2007,25,86,719,'now' +500,'Chardonnay','Acacia','California','California','A by Acacia',2008,11,81,NULL,'now' diff --git a/test_database/wine_1/link.txt b/test_database/wine_1/link.txt new file mode 100644 index 0000000000000000000000000000000000000000..94c167197fe075c59a0eb4db5c0ce5bf25f766e7 --- /dev/null +++ b/test_database/wine_1/link.txt @@ -0,0 +1 @@ +http://users.csc.calpoly.edu/~dekhtyar/365-Spring2017/index.html \ No newline at end of file diff --git a/test_database/wine_1/q.txt b/test_database/wine_1/q.txt new file mode 100644 index 0000000000000000000000000000000000000000..6503b566ebb9070eef797cea218a39fcc63ba7b6 --- /dev/null +++ b/test_database/wine_1/q.txt @@ -0,0 +1,25 @@ +List all AVAs located in Monterey county. Output just the names of the AVA appellations + +List all white grape varieties for which at least one wine of the 2008 vintage is rated at 90 points or above in the database. + +List all Sonoma county appellations for which the database contains at least one rating for a ’Grenache’. For each appellation list its name and county. + +List all vintage years in which at least one Zinfandel from Sonoma County (any appellation) scored above 92. + +A case of wine is 12 bottles. For each Carlisle (name of the winery) Syrah compute the total revenue assuming that all the wine sold at the specified price. + +Find the total revenue from all red wines made by Kosta Browne. + +Find the average number of cases of a Pinor Noir produced from grapes sourced from the Central Coast. + +For each year, report the total number of red Sonoma County wines whose scores are 90 or above. + +Find the most popular red grape (i.e., the grape that is used to make the largest number of white wines) in San Luis Obispo County. + +Report the grape with the largest number of high-ranked wines (wines ranked 93 or higher). + +Report the appellation responsible for the largest number of high-ranked wines (score of 93 and above). Report just the name of the appellation. + +Find if there are any 2008 Zinfandels that scored better than all 2007 Grenaches. Report winery, wine name, score and price. + +Find how many cases were produced of the most expensive red wine from Napa county. diff --git a/test_database/wine_1/wine_1.sql b/test_database/wine_1/wine_1.sql new file mode 100644 index 0000000000000000000000000000000000000000..f4d90f266f4abb52bc2d0557da580a8d6194ccf0 --- /dev/null +++ b/test_database/wine_1/wine_1.sql @@ -0,0 +1,30 @@ +CREATE TABLE "grapes" ( + "ID" INTEGER PRIMARY KEY, + "Grape" TEXT UNIQUE, + "Color" TEXT +); + +CREATE TABLE "appellations" ( + "No" INTEGER PRIMARY KEY, + "Appelation" TEXT UNIQUE, + "County" TEXT, + "State" TEXT, + "Area" TEXT, + "isAVA" TEXT +); + +CREATE TABLE "wine" ( + "No" INTEGER, + "Grape" TEXT, + "Winery" TEXT, + "Appelation" TEXT, + "State" TEXT, + "Name" TEXT, + "Year" INTEGER, + "Price" INTEGER, + "Score" INTEGER, + "Cases" INTEGER, + "Drink" TEXT, + FOREIGN KEY (Grape) REFERENCES grapes(Grape), + FOREIGN KEY (Appelation) REFERENCES appellations(Appelation) +); diff --git a/test_database/yelp/schema.sql b/test_database/yelp/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..be171b4957e3993824ba7b3940d08722dbfe337b --- /dev/null +++ b/test_database/yelp/schema.sql @@ -0,0 +1,70 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE "business" ( +"bid" int, +"business_id" text, +"name" text, +"full_address" text, +"city" text, +"latitude" text, +"longitude" text, +"review_count" int, +"is_open" int, +"rating" real, +"state" text, +primary key("bid") +); +CREATE TABLE "category" ( +"id" int, +"business_id" text, +"category_name" text, +primary key("id"), +foreign key("business_id") references `business`("business_id") +); +CREATE TABLE "user" ( +"uid" int, +"user_id" text, +"name" text, +primary key("uid") +); +CREATE TABLE "checkin" ( +"cid" int, +"business_id" text, +"count" int, +"day" text, +primary key("cid"), +foreign key("business_id") references `business`("business_id") +); + +CREATE TABLE "neighbourhood" ( +"id" int, +"business_id" text, +"neighbourhood_name" text, +primary key("id"), +foreign key("business_id") references `business`("business_id") +); + +CREATE TABLE "review" ( +"rid" int, +"business_id" text, +"user_id" text, +"rating" real, +"text" text, +"year" int, +"month" text, +primary key("rid"), +foreign key("business_id") references `business`("business_id"), +foreign key("user_id") references `user`("user_id") +); +CREATE TABLE "tip" ( +"tip_id" int, +"business_id" text, +"text" text, +"user_id" text, +"likes" int, +"year" int, +"month" text, +primary key("tip_id") +foreign key("business_id") references `business`("business_id"), +foreign key("user_id") references `user`("user_id") + +); diff --git a/test_database/yelp/yelp.sqlite b/test_database/yelp/yelp.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..6c07864973ff98c8bb5207ed0bbde6e969c81771 Binary files /dev/null and b/test_database/yelp/yelp.sqlite differ