diff --git a/.build_trigger b/.build_trigger index 0cda7948a4..4a9928e63e 100644 --- a/.build_trigger +++ b/.build_trigger @@ -1,2 +1,2 @@ Use this file to trigger new builds, if needed. -Build 30 (bottles of beer on the wall).. +Build 31 (bottles of beer on the wall).. diff --git a/.circleci/config.yml b/.circleci/config.yml index 68de4a3b84..7aafe140e0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -243,6 +243,17 @@ jobs: # @todo When needed, switch to https://circleci.com/developer/orbs/orb/circleci/github-cli - run: scripts/tag-release-deploy + acquia_db_backup: + working_directory: /tmp/code + docker: + - image: cimg/php:8.0-node + steps: + - attach_workspace: { at: /tmp } + - fetch_drush_aliases + - *vendor_bin_add_path + - run: + command: "drush ma:backup -v prod" + validate: working_directory: /tmp/code docker: @@ -1136,6 +1147,16 @@ workflows: skip-maint: << pipeline.parameters.skip-maint >> refresh-db: << pipeline.parameters.refresh-db >> + # Nightly On Demand Prod DB Backup + nightly_prod_db_backup: + when: + and: + - equal: [ nightly_prod_db_backup, << pipeline.parameters.trigger_workflow >> ] + jobs: + - build + - acquia_db_backup: + requires: [ build ] + # Nightly Backstop image references. nightly_backstop_snapshot: when: diff --git a/CHANGELOG.md b/CHANGELOG.md index ce01682b01..ea89c09bab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ +## [0.372.0] - September 5, 2023 + +### Changed + - DP-25149: Revert Akamai version which got moved up recently. Fixes test failures. + - DP-28733: Remove aria-labelledby from key actions, title attribute from its comp heading and correct the heading level. + - DP-288257: Consolidate two Drush commands into one - ma:heal-references-to-trash + - DP-28842: Drupal 10 compat - Update Entity Embed and LinkIt + - DP-29492: Config change to load Google Tag manager in all paths including author paths. + +### Removed + - DP-26154: Remove testing of service_details pages + +### Fixed + - DP-28622: Export report of orphaned pages fixed. + - DP-29391: Fix flagging for migrated service details pages. + +### Added + - DP-29259: Add metadata field mg_parent_org. + - DP-29392: Add drush ma:backup command for starting an on-demand DB backup. + + + ## [0.371.0] - August 15, 2023 ### Changed diff --git a/composer.json b/composer.json index 46c7869472..11bf66dae9 100644 --- a/composer.json +++ b/composer.json @@ -162,7 +162,7 @@ "drupal/acquia_purge": "^1", "drupal/address": "^1.9", "drupal/admin_toolbar": "^3.0", - "drupal/akamai": "dev-4.x", + "drupal/akamai": "^4", "drupal/allowed_formats": "^2", "drupal/asset_cache_bust": "^1.0", "drupal/auto_entitylabel": "^3", @@ -412,7 +412,7 @@ "Add a setting to enable/disable inline editing of existing entities (https://www.drupal.org/project/inline_entity_form/issues/2913571#comment-12811088)": "https://www.drupal.org/files/issues/2018-10-11/ief_edit_existing_2913571_7.patch" }, "drupal/linkit": { - "Link shown after the autocomplete selection is the bare node/xxx link, not the alias (https://www.drupal.org/project/linkit/issues/2877535#comment-13505105)": "https://www.drupal.org/files/issues/2020-09-02/show_alias_in_autocomplete_selection-2877535-14.patch" + "Link shown after the autocomplete selection is the bare node/xxx link, not the alias (https://www.drupal.org/project/linkit/issues/2877535#comment-15028311)": "https://www.drupal.org/files/issues/2023-04-28/linkit-n2877535-50.patch" }, "drupal/mailchimp_transactional": { "Resolve #3337845 Drupal 10 upgrade": "https://git.drupalcode.org/project/mailchimp_transactional/-/merge_requests/13.patch" diff --git a/composer.lock b/composer.lock index 0a1328133c..563cd60329 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "f8e5d668f7e64eb5b57745f6bff037ac", + "content-hash": "bfc9a77b8634df6122c49f310d9d2666", "packages": [ { "name": "akamai-open/edgegrid-auth", @@ -2710,11 +2710,17 @@ }, { "name": "drupal/akamai", - "version": "dev-4.x", + "version": "4.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/akamai.git", - "reference": "0dfc25d616dcd20e94468d24eef18ec5925a3bd3" + "reference": "4.1.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/akamai-4.1.0.zip", + "reference": "4.1.0", + "shasum": "512ade13a781876df2e03afbf9c04569f53ce6d0" }, "require": { "drupal/core": "~8.5 || ^9", @@ -2727,15 +2733,12 @@ }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-4.x": "4.x-dev" - }, "drupal": { - "version": "4.1.0+1-dev", - "datestamp": "1678898579", + "version": "4.1.0", + "datestamp": "1674831396", "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } }, "drush": { @@ -5237,30 +5240,31 @@ }, { "name": "drupal/entity_embed", - "version": "1.3.0", + "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/entity_embed.git", - "reference": "8.x-1.3" + "reference": "8.x-1.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/entity_embed-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "37781222e0b31a0319f0b2e67ef345f2033435e7" + "url": "https://ftp.drupal.org/files/projects/entity_embed-8.x-1.4.zip", + "reference": "8.x-1.4", + "shasum": "800cb12020d8751d11292018231d93157fc34d4e" }, "require": { - "drupal/core": "^9.3", + "drupal/core": "^9.3 || ^10", "drupal/embed": "^1.5" }, "require-dev": { + "drupal/ckeditor": "^1", "drupal/entity_browser": "^2.2" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.3", - "datestamp": "1666275539", + "version": "8.x-1.4", + "datestamp": "1686251084", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7322,32 +7326,36 @@ }, { "name": "drupal/linkit", - "version": "6.0.0-beta3", + "version": "6.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/linkit.git", - "reference": "6.0.0-beta3" + "reference": "6.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/linkit-6.0.0-beta3.zip", - "reference": "6.0.0-beta3", - "shasum": "39a5bf54cbc88324d788a573df7b3fecf7622065" + "url": "https://ftp.drupal.org/files/projects/linkit-6.0.0.zip", + "reference": "6.0.0", + "shasum": "3c4143eb797abee04e5af47eb1885a65e6321b51" }, "require": { - "drupal/core": "^8.7.7 || ^9" + "drupal/core": "^9.4 || ^10.0.0" + }, + "conflict": { + "drupal/core": ">=10.1" }, "require-dev": { + "drupal/ckeditor": "*", "drupal/imce": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "6.0.0-beta3", - "datestamp": "1632946984", + "version": "6.0.0", + "datestamp": "1688748025", "security-coverage": { - "status": "not-covered", - "message": "Beta releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -12752,12 +12760,12 @@ "source": { "type": "git", "url": "git@github.com:massgov/mayflower-artifacts.git", - "reference": "f999c24ad00bbf00e40a1ccffbf4941b6374523d" + "reference": "d4bffc2a73e1118d6dcef990ea421e9e54d5f83a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/massgov/mayflower-artifacts/zipball/f999c24ad00bbf00e40a1ccffbf4941b6374523d", - "reference": "f999c24ad00bbf00e40a1ccffbf4941b6374523d", + "url": "https://api.github.com/repos/massgov/mayflower-artifacts/zipball/d4bffc2a73e1118d6dcef990ea421e9e54d5f83a", + "reference": "d4bffc2a73e1118d6dcef990ea421e9e54d5f83a", "shasum": "" }, "require": { @@ -12775,7 +12783,7 @@ } ], "description": "This repository is the product of the built artifact from massgov/mayflower", - "time": "2023-08-09T20:29:14+00:00" + "time": "2023-08-17T19:38:28+00:00" }, { "name": "masterminds/html5", @@ -23750,7 +23758,6 @@ ], "minimum-stability": "dev", "stability-flags": { - "drupal/akamai": 20, "drupal/ckeditor_liststyle": 20, "drupal/config_ignore": 20, "drupal/entity_diff_ui": 20, diff --git a/conf/drupal/config/google_tag.container.GTM-MPHNMQ.64824a45262c46.58617083.yml b/conf/drupal/config/google_tag.container.GTM-MPHNMQ.64824a45262c46.58617083.yml index 33fdc40693..45a88eebfd 100644 --- a/conf/drupal/config/google_tag.container.GTM-MPHNMQ.64824a45262c46.58617083.yml +++ b/conf/drupal/config/google_tag.container.GTM-MPHNMQ.64824a45262c46.58617083.yml @@ -1,9 +1,7 @@ uuid: 5f30beba-a15b-41b5-a305-f269800d5f44 langcode: en status: true -dependencies: - module: - - system +dependencies: { } id: GTM-MPHNMQ.64824a45262c46.58617083 label: GTM-MPHNMQ weight: 0 @@ -26,8 +24,4 @@ conditions: response_codes: |- 403 404 - request_path: - id: request_path - negate: true - pages: "/admin/*\r\n/batch\r\n/node/add*\r\n/node/*/edit\r\n/node/*/delete\r\n/user/*/edit*\r\n/user/*/cancel*" events: { } diff --git a/conf/drupal/config/metatag.metatag_defaults.node__advisory.yml b/conf/drupal/config/metatag.metatag_defaults.node__advisory.yml index 1c3e8f3279..c2139f3790 100644 --- a/conf/drupal/config/metatag.metatag_defaults.node__advisory.yml +++ b/conf/drupal/config/metatag.metatag_defaults.node__advisory.yml @@ -6,6 +6,7 @@ id: node__advisory label: 'Content: Advisory' tags: mass_metatag_organization: '[node:mass_organizations]' + mass_metatag_parent_organization: '[node:mass_parent_organizations]' mass_metatag_date: '[node:field_date_published:date:metadatadate]' mass_metatag_overview: '[node:field_advisory_overview]' mg_stakeholder_org: '[node:field_state_organization_tax:entity:name]' diff --git a/conf/drupal/config/metatag.metatag_defaults.node__binder.yml b/conf/drupal/config/metatag.metatag_defaults.node__binder.yml index 33af57295b..6679c9be38 100644 --- a/conf/drupal/config/metatag.metatag_defaults.node__binder.yml +++ b/conf/drupal/config/metatag.metatag_defaults.node__binder.yml @@ -10,6 +10,7 @@ tags: mass_metatag_contact_details: '[node:field_contact]' mass_metatag_date: '[node:field_binder_last_updated:date:metadatadate]' mass_metatag_organization: '[node:mass_organizations]' + mass_metatag_parent_organization: '[node:mass_parent_organizations]' mass_metatag_resource_type: '[node:field_binder_binder_type:entity:name]' mass_metatag_short_description: '[node:field_binder_short_desc]' mg_stakeholder_org: '[node:field_state_organization_tax:entity:name]' diff --git a/conf/drupal/config/metatag.metatag_defaults.node__curated_list.yml b/conf/drupal/config/metatag.metatag_defaults.node__curated_list.yml index 3e68ae966b..479bbe0a10 100644 --- a/conf/drupal/config/metatag.metatag_defaults.node__curated_list.yml +++ b/conf/drupal/config/metatag.metatag_defaults.node__curated_list.yml @@ -7,6 +7,7 @@ label: 'Content: Curated list' tags: mass_metatag_category: '[node:mass_services_category]' mass_metatag_organization: '[node:mass_organizations]' + mass_metatag_parent_organization: '[node:mass_parent_organizations]' mg_stakeholder_org: '[node:field_state_organization_tax:entity:name]' mass_metatag_type: '[node:mass_related_terms]' description: '[node:field_curatedlist_lede]' diff --git a/conf/drupal/config/metatag.metatag_defaults.node__decision.yml b/conf/drupal/config/metatag.metatag_defaults.node__decision.yml index da145bcf5d..41fbbbea62 100644 --- a/conf/drupal/config/metatag.metatag_defaults.node__decision.yml +++ b/conf/drupal/config/metatag.metatag_defaults.node__decision.yml @@ -6,6 +6,7 @@ id: node__decision label: 'Content: Decision' tags: mass_metatag_organization: '[node:mass_organizations]' + mass_metatag_parent_organization: '[node:mass_parent_organizations]' mass_metatag_date: '[node:field_date_published:date:metadatadate]' mass_metatag_overview: '[node:field_decision_overview]' mg_stakeholder_org: '[node:field_state_organization_tax:entity:name]' diff --git a/conf/drupal/config/metatag.metatag_defaults.node__decision_tree.yml b/conf/drupal/config/metatag.metatag_defaults.node__decision_tree.yml index a0968faa46..1d4094a4f8 100644 --- a/conf/drupal/config/metatag.metatag_defaults.node__decision_tree.yml +++ b/conf/drupal/config/metatag.metatag_defaults.node__decision_tree.yml @@ -7,6 +7,7 @@ label: 'Content: Decision tree' tags: description: '[node:field_description]' mass_metatag_organization: '[node:mass_organizations]' + mass_metatag_parent_organization: '[node:mass_parent_organizations]' mg_stakeholder_org: '[node:field_state_organization_tax:entity:name]' og_description: '[node:field_description]' twitter_cards_type: summary diff --git a/conf/drupal/config/metatag.metatag_defaults.node__event.yml b/conf/drupal/config/metatag.metatag_defaults.node__event.yml index f8c53f2757..59eca33fed 100644 --- a/conf/drupal/config/metatag.metatag_defaults.node__event.yml +++ b/conf/drupal/config/metatag.metatag_defaults.node__event.yml @@ -8,6 +8,7 @@ tags: mass_metatag_category: events mass_metatag_directions_url: '[node:field_event_address_type]' mass_metatag_organization: '[node:mass_organizations]' + mass_metatag_parent_organization: '[node:mass_parent_organizations]' mass_metatag_sign_up_link: '[node:field_event_link_sign_up]' mass_metatag_address: '[node:field_event_address_type]' mass_metatag_date: '[node:field_event_date:start_date:metadatadate]' diff --git a/conf/drupal/config/metatag.metatag_defaults.node__executive_order.yml b/conf/drupal/config/metatag.metatag_defaults.node__executive_order.yml index 2aca702e45..2eaf83929f 100644 --- a/conf/drupal/config/metatag.metatag_defaults.node__executive_order.yml +++ b/conf/drupal/config/metatag.metatag_defaults.node__executive_order.yml @@ -6,6 +6,7 @@ id: node__executive_order label: 'Content: Executive Order Page' tags: mass_metatag_organization: '[node:mass_organizations]' + mass_metatag_parent_organization: '[node:mass_parent_organizations]' mass_metatag_date: '[node:field_date_published:date:metadatadate]' mass_metatag_overview: '[node:field_executive_order_overview]' mg_stakeholder_org: '[node:field_state_organization_tax:entity:name]' diff --git a/conf/drupal/config/metatag.metatag_defaults.node__form_page.yml b/conf/drupal/config/metatag.metatag_defaults.node__form_page.yml index 6f30c9c130..f5e5c2870b 100644 --- a/conf/drupal/config/metatag.metatag_defaults.node__form_page.yml +++ b/conf/drupal/config/metatag.metatag_defaults.node__form_page.yml @@ -7,6 +7,7 @@ label: 'Content: Form page' tags: description: '[node:field_form_lede]' mass_metatag_organization: '[node:mass_organizations]' + mass_metatag_parent_organization: '[node:mass_parent_organizations]' mg_stakeholder_org: '[node:field_state_organization_tax:entity:name]' og_description: '[node:field_form_lede]' twitter_cards_type: summary diff --git a/conf/drupal/config/metatag.metatag_defaults.node__guide_page.yml b/conf/drupal/config/metatag.metatag_defaults.node__guide_page.yml index 8f7b9e2efd..60fb1eda6a 100644 --- a/conf/drupal/config/metatag.metatag_defaults.node__guide_page.yml +++ b/conf/drupal/config/metatag.metatag_defaults.node__guide_page.yml @@ -7,6 +7,7 @@ label: 'Content: Guide Page' tags: mass_metatag_short_description: '[node:field_guide_page_lede]' mass_metatag_organization: '[node:mass_organizations]' + mass_metatag_parent_organization: '[node:mass_parent_organizations]' mass_metatag_type: '[node:mass_related_terms]' mass_metatag_category: '[node:mass_services_category]' mg_stakeholder_org: '[node:field_state_organization_tax:entity:name]' diff --git a/conf/drupal/config/metatag.metatag_defaults.node__how_to_page.yml b/conf/drupal/config/metatag.metatag_defaults.node__how_to_page.yml index 4f07822a91..3c6d96290d 100644 --- a/conf/drupal/config/metatag.metatag_defaults.node__how_to_page.yml +++ b/conf/drupal/config/metatag.metatag_defaults.node__how_to_page.yml @@ -7,6 +7,7 @@ label: 'Content: How-to Page' tags: mass_metatag_short_description: '[node:field_how_to_lede]' mass_metatag_organization: '[node:mass_organizations]' + mass_metatag_parent_organization: '[node:mass_parent_organizations]' mass_metatag_parent_topic: '[node:dm_topics]' mass_metatag_category: '[node:mass_services_category]' mg_stakeholder_org: '[node:field_state_organization_tax:entity:name]' diff --git a/conf/drupal/config/metatag.metatag_defaults.node__info_details.yml b/conf/drupal/config/metatag.metatag_defaults.node__info_details.yml index 358b77bb28..989d9b5002 100644 --- a/conf/drupal/config/metatag.metatag_defaults.node__info_details.yml +++ b/conf/drupal/config/metatag.metatag_defaults.node__info_details.yml @@ -7,6 +7,7 @@ label: 'Content: Information Details' tags: mass_metatag_category: '[node:mass_services_category]' mass_metatag_organization: '[node:mass_organizations]' + mass_metatag_parent_organization: '[node:mass_parent_organizations]' mass_metatag_type: '[node:mass_related_terms]' mg_stakeholder_org: '[node:field_state_organization_tax:entity:name]' description: '[node:field_short_desc]' diff --git a/conf/drupal/config/metatag.metatag_defaults.node__location.yml b/conf/drupal/config/metatag.metatag_defaults.node__location.yml index 0bc526fa5e..aee0da0030 100644 --- a/conf/drupal/config/metatag.metatag_defaults.node__location.yml +++ b/conf/drupal/config/metatag.metatag_defaults.node__location.yml @@ -8,6 +8,7 @@ tags: mass_metatag_category: locations mass_metatag_directions_url: 'https://maps.google.com/?q=[node:field_ref_contact_info_1:entity:field_ref_address:0:entity:field_address_address:mass_urlencode]' mass_metatag_organization: '[node:mass_organizations]' + mass_metatag_parent_organization: '[node:mass_parent_organizations]' mass_metatag_address: '[node:field_ref_contact_info_1:entity:field_ref_address:0:entity:field_address_address]' mass_metatag_date: '[node:created:custom:Ymd]' mg_stakeholder_org: '[node:field_state_organization_tax:entity:name]' diff --git a/conf/drupal/config/metatag.metatag_defaults.node__location_details.yml b/conf/drupal/config/metatag.metatag_defaults.node__location_details.yml index 361c21c162..e6db770d19 100644 --- a/conf/drupal/config/metatag.metatag_defaults.node__location_details.yml +++ b/conf/drupal/config/metatag.metatag_defaults.node__location_details.yml @@ -7,6 +7,7 @@ label: 'Content: Location Details Page' tags: mass_metatag_short_description: '[node:field_location_details_lede]' mass_metatag_organization: '[node:mass_organizations]' + mass_metatag_parent_organization: '[node:mass_parent_organizations]' mg_stakeholder_org: '[node:field_state_organization_tax:entity:name]' mass_metatag_parent_location: '[node:dm_locations]' mass_metatag_associated_organization: '[node:dm_organizations]' diff --git a/conf/drupal/config/metatag.metatag_defaults.node__news.yml b/conf/drupal/config/metatag.metatag_defaults.node__news.yml index bbf73519d4..cb830a986d 100644 --- a/conf/drupal/config/metatag.metatag_defaults.node__news.yml +++ b/conf/drupal/config/metatag.metatag_defaults.node__news.yml @@ -16,6 +16,7 @@ tags: twitter_cards_type: summary twitter_cards_description: '[node:field_news_lede]' mass_metatag_organization: '[node:mass_organizations]' + mass_metatag_parent_organization: '[node:mass_parent_organizations]' mass_metatag_external_organization: '[node:mass_external_organizations]' mass_metatag_date: '[node:field_date_published:date:metadatadate]' mg_stakeholder_org: '[node:field_state_organization_tax:entity:name]' diff --git a/conf/drupal/config/metatag.metatag_defaults.node__org_page.yml b/conf/drupal/config/metatag.metatag_defaults.node__org_page.yml index e2ec32fdf4..47adcfc69a 100644 --- a/conf/drupal/config/metatag.metatag_defaults.node__org_page.yml +++ b/conf/drupal/config/metatag.metatag_defaults.node__org_page.yml @@ -7,6 +7,7 @@ label: 'Content: Organization Landing Page' tags: mass_metatag_directions_url: 'https://maps.google.com/?q=[node:field_ref_contact_info_1:entity:field_ref_address:0:entity:field_address_address:mass_urlencode]' mass_metatag_organization: '[node:mass_organizations]' + mass_metatag_parent_organization: '[node:mass_parent_organizations]' mass_metatag_online_contact_url: '[node:field_ref_contact_info_1:entity:field_ref_links:mass_jsonify_links]' mass_metatag_address: '[node:field_ref_contact_info_1:entity:field_ref_address:0:entity:field_address_address]' mass_metatag_location_listing_url: '[node:dm_child_locations]' diff --git a/conf/drupal/config/metatag.metatag_defaults.node__person.yml b/conf/drupal/config/metatag.metatag_defaults.node__person.yml index 1c632c88dd..9c4bc8b236 100644 --- a/conf/drupal/config/metatag.metatag_defaults.node__person.yml +++ b/conf/drupal/config/metatag.metatag_defaults.node__person.yml @@ -6,4 +6,5 @@ id: node__person label: 'Content: Person' tags: mass_metatag_organization: '[node:mass_organizations]' + mass_metatag_parent_organization: '[node:mass_parent_organizations]' mg_stakeholder_org: '[node:field_state_organization_tax:entity:name]' diff --git a/conf/drupal/config/metatag.metatag_defaults.node__regulation.yml b/conf/drupal/config/metatag.metatag_defaults.node__regulation.yml index 66d493fcde..35f4f676b7 100644 --- a/conf/drupal/config/metatag.metatag_defaults.node__regulation.yml +++ b/conf/drupal/config/metatag.metatag_defaults.node__regulation.yml @@ -6,6 +6,7 @@ id: node__regulation label: 'Content: Regulation Page' tags: mass_metatag_organization: '[node:mass_organizations]' + mass_metatag_parent_organization: '[node:mass_parent_organizations]' mass_metatag_date: '[node:field_date_published:date:metadatadate]' mass_metatag_overview: '[node:field_regulation_short_descr]' mg_stakeholder_org: '[node:field_state_organization_tax:entity:name]' diff --git a/conf/drupal/config/metatag.metatag_defaults.node__rules.yml b/conf/drupal/config/metatag.metatag_defaults.node__rules.yml index e084296cfd..30783ee4eb 100644 --- a/conf/drupal/config/metatag.metatag_defaults.node__rules.yml +++ b/conf/drupal/config/metatag.metatag_defaults.node__rules.yml @@ -6,6 +6,7 @@ id: node__rules label: 'Content: Rules of court' tags: mass_metatag_organization: '[node:mass_organizations]' + mass_metatag_parent_organization: '[node:mass_parent_organizations]' mass_metatag_date: '[node:field_date_published:date:metadatadate]' mass_metatag_overview: '[node:field_rules_overview]' mg_stakeholder_org: '[node:field_state_organization_tax:entity:name]' diff --git a/conf/drupal/config/metatag.metatag_defaults.node__service_details.yml b/conf/drupal/config/metatag.metatag_defaults.node__service_details.yml index 453f9e094b..67071593bd 100644 --- a/conf/drupal/config/metatag.metatag_defaults.node__service_details.yml +++ b/conf/drupal/config/metatag.metatag_defaults.node__service_details.yml @@ -7,6 +7,7 @@ label: 'Content: Service Detail Page' tags: mass_metatag_short_description: '[node:field_service_detail_lede]' mass_metatag_organization: '[node:mass_organizations]' + mass_metatag_parent_organization: '[node:mass_parent_organizations]' mass_metatag_parent_topic: '[node:dm_topics]' mg_stakeholder_org: '[node:field_state_organization_tax:entity:name]' mass_metatag_body_preview: '[node:field_service_detail_lede]' diff --git a/conf/drupal/config/metatag.metatag_defaults.node__service_page.yml b/conf/drupal/config/metatag.metatag_defaults.node__service_page.yml index 9c954c9914..4ef1fa6337 100644 --- a/conf/drupal/config/metatag.metatag_defaults.node__service_page.yml +++ b/conf/drupal/config/metatag.metatag_defaults.node__service_page.yml @@ -7,6 +7,7 @@ label: 'Content: Service Page' tags: mass_metatag_short_description: '[node:field_service_lede]' mass_metatag_organization: '[node:mass_organizations]' + mass_metatag_parent_organization: '[node:mass_parent_organizations]' mass_metatag_parent_topic: '[node:dm_topics]' mass_metatag_category: '[node:mass_services_category]' mg_stakeholder_org: '[node:field_state_organization_tax:entity:name]' diff --git a/conf/drupal/config/metatag.metatag_defaults.node__topic_page.yml b/conf/drupal/config/metatag.metatag_defaults.node__topic_page.yml index 470ba8e0bd..3cd1bcf0f4 100644 --- a/conf/drupal/config/metatag.metatag_defaults.node__topic_page.yml +++ b/conf/drupal/config/metatag.metatag_defaults.node__topic_page.yml @@ -6,6 +6,7 @@ id: node__topic_page label: 'Content: Topic page' tags: mass_metatag_organization: '[node:mass_organizations]' + mass_metatag_parent_organization: '[node:mass_parent_organizations]' mg_stakeholder_org: '[node:field_state_organization_tax:entity:name]' mass_metatag_body_preview: '[node:field_topic_lede]' schema_collection_page_main_entity: '[node:field_topic_content_cards:entity:field_content_card_link_cards]' diff --git a/conf/drupal/config/views.view.report_orphaned_content.yml b/conf/drupal/config/views.view.report_orphaned_content.yml index ffcda84bfd..3d2065ca77 100644 --- a/conf/drupal/config/views.view.report_orphaned_content.yml +++ b/conf/drupal/config/views.view.report_orphaned_content.yml @@ -1,11 +1,10 @@ -uuid: 6e780219-fc3c-4abe-9355-7b997d73cb99 +uuid: 1aefed21-66a2-49ad-91ec-1bf63e5ccb2f langcode: en status: true dependencies: config: - field.storage.node.field_organizations - node.type.advisory - - node.type.alert - node.type.binder - node.type.campaign_landing - node.type.contact_information @@ -15,7 +14,6 @@ dependencies: - node.type.decision_tree_branch - node.type.decision_tree_conclusion - node.type.executive_order - - node.type.external_data_resource - node.type.fee - node.type.form_page - node.type.guide_page @@ -27,14 +25,12 @@ dependencies: - node.type.person - node.type.regulation - node.type.rules - - node.type.service_details - node.type.service_page - - node.type.sitewide_alert - node.type.topic_page - - taxonomy.vocabulary.collections - taxonomy.vocabulary.label - workflows.workflow.campaign_landing_page - workflows.workflow.editorial + - workflows.workflow.topic_page module: - content_moderation - csv_serialization @@ -47,10 +43,11 @@ dependencies: - taxonomy - user - views_autocomplete_filters + - views_bulk_operations - views_data_export - views_porter_stemmer id: report_orphaned_content -label: 'report orphaned content' +label: 'Report Orphan Content' module: views description: '' tag: '' @@ -65,16 +62,15 @@ display: display_options: title: 'Orphaned pages' fields: - node_bulk_form: - id: node_bulk_form - table: node - field: node_bulk_form - relationship: vid + views_bulk_operations_bulk_form: + id: views_bulk_operations_bulk_form + table: views + field: views_bulk_operations_bulk_form + relationship: none group_type: group admin_label: '' - entity_type: node - plugin_id: node_bulk_form - label: '' + plugin_id: views_bulk_operations_bulk_form + label: 'Views bulk operations' exclude: false alter: alter_text: false @@ -107,7 +103,7 @@ display: element_class: '' element_label_type: '' element_label_class: '' - element_label_colon: false + element_label_colon: true element_wrapper_type: '' element_wrapper_class: '' element_default_classes: true @@ -115,15 +111,28 @@ display: hide_empty: false empty_zero: false hide_alter_empty: true + batch: true + batch_size: 10 + form_step: true + buttons: false action_title: Action - include_exclude: exclude + clear_on_exposed: true + force_selection_info: false selected_actions: - - node_delete_action - - node_make_sticky_action - - node_make_unsticky_action - - node_promote_action - - node_unpromote_action - - pathauto_update_alias_node + 0: + action_id: 'flag_action:watch_content_flag' + preconfiguration: + add_confirmation: false + 1: + action_id: 'flag_action:watch_content_unflag' + preconfiguration: + add_confirmation: false + 11: + action_id: views_bulk_edit + preconfiguration: + add_confirmation: false + label_override: 'Edit content' + get_bundles_from_results: true title: id: title table: node_field_revision @@ -395,7 +404,7 @@ display: entity_type: node entity_field: status plugin_id: field - label: 'Published?' + label: 'Publication Status' exclude: false alter: alter_text: false @@ -519,15 +528,17 @@ display: multi_type: separator separator: ', ' field_api_classes: false - field_organizations: - id: field_organizations - table: node__field_organizations - field: field_organizations - relationship: nid + name: + id: name + table: users_field_data + field: name + relationship: revision_uid group_type: group admin_label: '' + entity_type: user + entity_field: name plugin_id: field - label: Organization(s) + label: 'Last revised by' exclude: false alter: alter_text: false @@ -568,29 +579,149 @@ display: hide_empty: false empty_zero: false hide_alter_empty: true - click_sort_column: target_id - type: entity_reference_label + click_sort_column: value + type: user_name settings: - link: false - group_column: target_id + link_to_entity: true + group_column: value group_columns: { } group_rows: true delta_limit: 0 delta_offset: 0 delta_reversed: false delta_first_last: false - multi_type: ul + multi_type: separator + separator: ', ' + field_api_classes: false + moderation_state: + id: moderation_state + table: node_field_revision + field: moderation_state + relationship: none + group_type: group + admin_label: '' + entity_type: node + plugin_id: moderation_state_field + label: 'Last revision status' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: content_moderation_state + settings: { } + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator separator: ', ' field_api_classes: false + score: + id: score + table: mass_superset_data + field: score + relationship: vid + group_type: group + admin_label: '' + plugin_id: numeric + label: Score + exclude: false + alter: + alter_text: false + text: '' + make_link: true + path: 'node/{{ nid }}/analytics' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: true + empty_zero: false + hide_alter_empty: true + set_precision: true + precision: 1 + decimal: . + separator: ',' + format_plural: false + format_plural_string: !!binary MQNAY291bnQ= + prefix: '' + suffix: '' pageviews: id: pageviews table: mass_superset_data field: pageviews - relationship: nid + relationship: vid group_type: group admin_label: '' plugin_id: numeric - label: 'Page views' + label: 'Page views (1 month)' exclude: false alter: alter_text: false @@ -690,6 +821,55 @@ display: empty_zero: false hide_alter_empty: true destination: false + last_updated: + id: last_updated + table: snooze + field: last_updated + relationship: vid + group_type: group + admin_label: '' + plugin_id: standard + label: 'Date Snoozed' + exclude: true + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true pager: type: mini options: @@ -794,6 +974,7 @@ display: value: campaign_landing_page-trash: campaign_landing_page-trash editorial-trash: editorial-trash + topic_page-trash: topic_page-trash group: 1 exposed: false expose: @@ -1216,19 +1397,18 @@ display: row_class: '' default_row_class: true columns: - node_bulk_form: node_bulk_form + views_bulk_operations_bulk_form: views_bulk_operations_bulk_form title: title nid: nid type: type uid: uid status: status changed: changed - field_organizations: field_organizations pageviews: pageviews operations: operations default: pageviews info: - node_bulk_form: + views_bulk_operations_bulk_form: align: '' separator: '' empty_column: false @@ -1275,11 +1455,6 @@ display: separator: '' empty_column: false responsive: '' - field_organizations: - align: '' - separator: '' - empty_column: false - responsive: '' pageviews: sortable: true default_sort_order: desc @@ -1342,11 +1517,44 @@ display: field: revision_uid relationship: none group_type: group - admin_label: 'revision user' entity_type: node entity_field: revision_uid plugin_id: standard required: false + operator: 'not in' + value: + campaign_landing_page-trash: campaign_landing_page-trash + editorial-trash: editorial-trash + topic_page-trash: topic_page-trash + group: 1 + exposed: false + expose: + operator_id: '' + label: '' + description: '' + use_operator: false + operator: '' + operator_limit_selection: false + operator_list: { } + identifier: '' + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } node_to_usage_entity: id: node_to_usage_entity table: node @@ -1362,15 +1570,7 @@ display: id: area table: views field: area - relationship: none - group_type: group - admin_label: '' plugin_id: text - empty: true - content: - value: "
This report shows published pages that aren't linked from other published pages. News, events, and items that are in collections aren’t included in the report. The report is sorted by page views (descending).
\r\n\r\nIf you see items in this report, you should either unpublish the page if it is not needed or add a link to the page from another published page. Look at the parent page to see if that is where the orphan page should be linked, or if another parent page is more appropriate.
\r\n\r\nIf a page is redirected, in some cases it may show up on this report as an orphan even if it is linked from another page. On the orphan page, go to the Analytics tab and check the Audience statistics. If most of the traffic is from Mass.gov, check the top previous page URL to see if the orphan is linked on that page.
\r\n\r\nPages that are not linked can still be found by the public through search because published pages are in a sitemap that is made available to search engines.
" - format: basic_html - tokenize: false footer: { } display_extenders: { } cache_metadata: @@ -1383,25 +1583,25 @@ display: - 'user.node_grants:view' - user.permissions tags: - - 'config:field.storage.node.field_organizations' - 'config:workflow_list' - data_export_1: - id: data_export_1 + data_export_2: + id: data_export_2 display_title: 'Data export' display_plugin: data_export position: 2 display_options: fields: - node_bulk_form: - id: node_bulk_form - table: node - field: node_bulk_form - relationship: vid + title: + id: title + table: node_field_revision + field: title + relationship: nid group_type: group admin_label: '' entity_type: node - plugin_id: node_bulk_form - label: '' + entity_field: title + plugin_id: field + label: Title exclude: false alter: alter_text: false @@ -1421,8 +1621,8 @@ display: target: '' nl2br: false max_length: 0 - word_boundary: true - ellipsis: true + word_boundary: false + ellipsis: false more_link: false more_link_text: '' more_link_path: '' @@ -1434,7 +1634,7 @@ display: element_class: '' element_label_type: '' element_label_class: '' - element_label_colon: false + element_label_colon: true element_wrapper_type: '' element_wrapper_class: '' element_default_classes: true @@ -1442,20 +1642,1454 @@ display: hide_empty: false empty_zero: false hide_alter_empty: true - action_title: Action - include_exclude: exclude - selected_actions: - - node_delete_action - - node_make_sticky_action - - node_make_unsticky_action - - node_promote_action - - node_unpromote_action - - pathauto_update_alias_node - title: - id: title - table: node_field_revision - field: title - relationship: nid + click_sort_column: value + type: string + settings: + link_to_entity: true + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + nid: + id: nid + table: node_field_revision + field: nid + relationship: none + group_type: group + admin_label: '' + entity_type: node + entity_field: nid + plugin_id: field + label: ID + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: number_integer + settings: + thousand_separator: '' + prefix_suffix: true + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + type: + id: type + table: node_field_data + field: type + relationship: vid + group_type: group + admin_label: '' + entity_type: node + entity_field: type + plugin_id: field + label: 'Content type' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: target_id + type: entity_reference_label + settings: + link: false + group_column: target_id + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + uid: + id: uid + table: node_field_revision + field: uid + relationship: none + group_type: group + admin_label: '' + entity_type: node + entity_field: uid + plugin_id: field + label: 'Authored by' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: target_id + type: entity_reference_label + settings: + link: true + group_column: target_id + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + status_1: + id: status_1 + table: node_field_data + field: status + relationship: vid + group_type: group + admin_label: '' + entity_type: node + entity_field: status + plugin_id: field + label: 'Publication Status' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: boolean + settings: + format: custom + format_custom_false: Unpublished + format_custom_true: Published + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + pageviews: + id: pageviews + table: mass_superset_data + field: pageviews + relationship: vid + group_type: group + admin_label: '' + plugin_id: numeric + label: 'Page views (1 month)' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + set_precision: false + precision: 0 + decimal: . + separator: ',' + format_plural: false + format_plural_string: !!binary MQNAY291bnQ= + prefix: '' + suffix: '' + field_organizations: + id: field_organizations + table: node__field_organizations + field: field_organizations + relationship: nid + group_type: group + admin_label: '' + plugin_id: field + label: '' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: target_id + type: entity_reference_label + settings: + link: false + group_column: target_id + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + view_node: + id: view_node + table: node_field_revision + field: view_node + relationship: none + group_type: group + admin_label: '' + entity_type: node + plugin_id: entity_link + label: '' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + text: view + output_url_as_text: true + absolute: true + created: + id: created + table: node_field_revision + field: created + relationship: none + group_type: group + admin_label: '' + entity_type: node + entity_field: created + plugin_id: field + label: 'Authored on' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: timestamp + settings: + date_format: short_date_only + custom_date_format: '' + timezone: '' + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + changed: + id: changed + table: node_field_revision + field: changed + relationship: none + group_type: group + admin_label: '' + entity_type: node + entity_field: changed + plugin_id: field + label: 'Date Changed' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: timestamp + settings: + date_format: short_date_only + custom_date_format: '' + timezone: '' + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + filters: + title: + id: title + table: node_field_revision + field: title + relationship: none + group_type: group + admin_label: '' + entity_type: node + entity_field: title + plugin_id: views_autocomplete_filters_string + operator: contains + value: '' + group: 1 + exposed: true + expose: + operator_id: title_op + label: Title + description: '' + use_operator: false + operator: title_op + operator_limit_selection: false + operator_list: { } + identifier: title + required: false + remember: true + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + author: '0' + editor: '0' + emergency_alert_publisher: '0' + executive_orders: '0' + redirect_creators: '0' + content_team: '0' + developer: '0' + administrator: '0' + tester: '0' + doc_deletion: '0' + placeholder: '' + autocomplete_filter: 0 + autocomplete_min_chars: '0' + autocomplete_items: '10' + autocomplete_field: title + autocomplete_raw_suggestion: 1 + autocomplete_raw_dropdown: 1 + autocomplete_dependent: 0 + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + nid: + id: nid + table: node_field_revision + field: nid + relationship: none + group_type: group + admin_label: '' + entity_type: node + entity_field: nid + plugin_id: numeric + operator: '=' + value: + min: '' + max: '' + value: '' + group: 1 + exposed: true + expose: + operator_id: nid_op + label: ID + description: '' + use_operator: false + operator: nid_op + operator_limit_selection: false + operator_list: { } + identifier: nid + required: false + remember: true + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + author: '0' + editor: '0' + emergency_alert_publisher: '0' + executive_orders: '0' + redirect_creators: '0' + content_team: '0' + developer: '0' + administrator: '0' + tester: '0' + doc_deletion: '0' + min_placeholder: '' + max_placeholder: '' + placeholder: '' + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + type_1: + id: type_1 + table: node_field_data + field: type + relationship: vid + group_type: group + admin_label: '' + entity_type: node + entity_field: type + plugin_id: bundle + operator: in + value: + advisory: advisory + binder: binder + contact_information: contact_information + curated_list: curated_list + decision: decision + decision_tree: decision_tree + decision_tree_branch: decision_tree_branch + decision_tree_conclusion: decision_tree_conclusion + executive_order: executive_order + fee: fee + form_page: form_page + guide_page: guide_page + how_to_page: how_to_page + info_details: info_details + location: location + location_details: location_details + org_page: org_page + person: person + campaign_landing: campaign_landing + regulation: regulation + rules: rules + service_page: service_page + topic_page: topic_page + group: 1 + exposed: true + expose: + operator_id: type_1_op + label: 'Content type' + description: '' + use_operator: true + operator: type_1_op + operator_limit_selection: false + operator_list: { } + identifier: type_1 + required: false + remember: false + multiple: true + remember_roles: + authenticated: authenticated + anonymous: '0' + author: '0' + editor: '0' + emergency_alert_publisher: '0' + executive_orders: '0' + redirect_creators: '0' + content_team: '0' + developer: '0' + administrator: '0' + tester: '0' + doc_deletion: '0' + d2d_redirect_manager: '0' + data_administrator: '0' + collection_administrator: '0' + reduce: false + is_grouped: false + group_info: + label: 'Content type' + description: null + identifier: type_1 + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: + 1: { } + 2: { } + 3: { } + uid_1: + id: uid_1 + table: node_field_data + field: uid + relationship: vid + group_type: group + admin_label: '' + entity_type: node + entity_field: uid + plugin_id: user_name + operator: in + value: { } + group: 1 + exposed: true + expose: + operator_id: uid_1_op + label: Author + description: '' + use_operator: false + operator: uid_1_op + operator_limit_selection: false + operator_list: { } + identifier: uid_1 + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + author: '0' + editor: '0' + emergency_alert_publisher: '0' + executive_orders: '0' + redirect_creators: '0' + content_team: '0' + developer: '0' + administrator: '0' + tester: '0' + doc_deletion: '0' + campaign_landing_page_publisher: '0' + d2d_redirect_manager: '0' + external_data_resource_manager: '0' + data_administrator: '0' + collection_administrator: '0' + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + node_org_filter: + id: node_org_filter + table: node_field_data + field: node_org_filter + relationship: vid + group_type: group + admin_label: '' + entity_type: node + plugin_id: mass_views_node_org_filter + operator: '=' + value: null + group: 1 + exposed: true + expose: + operator_id: '' + label: 'Organization Filter' + description: '' + use_operator: false + operator: node_org_filter_op + operator_limit_selection: false + operator_list: { } + identifier: node_org_filter + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + author: '0' + editor: '0' + emergency_alert_publisher: '0' + executive_orders: '0' + redirect_creators: '0' + content_team: '0' + developer: '0' + administrator: '0' + tester: '0' + doc_deletion: '0' + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + langcode: + id: langcode + table: node_field_revision + field: langcode + relationship: vid + group_type: group + admin_label: '' + entity_type: node + entity_field: langcode + plugin_id: language + operator: in + value: + en: en + es: es + zh-hans: zh-hans + vi: vi + pt-pt: pt-pt + ht: ht + ru: ru + km: km + ar: ar + fr: fr + cv: cv + ko: ko + it: it + af: af + lo: lo + uk: uk + pt-br: pt-br + hi: hi + ne: ne + sq: sq + pl: pl + zh-hant: zh-hant + so: so + am: am + el: el + group: 1 + exposed: true + expose: + operator_id: langcode_op + label: Language + description: '' + use_operator: false + operator: langcode_op + operator_limit_selection: false + operator_list: { } + identifier: langcode + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + author: '0' + editor: '0' + emergency_alert_publisher: '0' + executive_orders: '0' + redirect_creators: '0' + content_team: '0' + developer: '0' + administrator: '0' + tester: '0' + doc_deletion: '0' + campaign_landing_page_publisher: '0' + d2d_redirect_manager: '0' + external_data_resource_manager: '0' + data_administrator: '0' + collection_administrator: '0' + reduce: true + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + field_reusable_label_target_id: + id: field_reusable_label_target_id + table: node__field_reusable_label + field: field_reusable_label_target_id + relationship: vid + group_type: group + admin_label: '' + plugin_id: taxonomy_index_tid + operator: or + value: { } + group: 1 + exposed: true + expose: + operator_id: field_reusable_label_target_id_op + label: Label(s) + description: '' + use_operator: false + operator: field_reusable_label_target_id_op + operator_limit_selection: false + operator_list: { } + identifier: node_label_filter + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + author: '0' + editor: '0' + emergency_alert_publisher: '0' + executive_orders: '0' + redirect_creators: '0' + content_team: '0' + developer: '0' + administrator: '0' + tester: '0' + doc_deletion: '0' + campaign_landing_page_publisher: '0' + d2d_redirect_manager: '0' + external_data_resource_manager: '0' + data_administrator: '0' + collection_administrator: '0' + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + reduce_duplicates: false + vid: label + type: textfield + hierarchy: false + limit: true + error_message: true + count: + id: count + table: entity_usage + field: count + relationship: node_to_usage_entity + group_type: group + admin_label: '' + plugin_id: numeric + operator: empty + value: + min: '' + max: '' + value: '' + group: 2 + exposed: false + expose: + operator_id: '' + label: '' + description: '' + use_operator: false + operator: '' + operator_limit_selection: false + operator_list: { } + identifier: '' + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + min_placeholder: '' + max_placeholder: '' + placeholder: '' + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + count_1: + id: count_1 + table: entity_usage + field: count + relationship: node_to_usage_entity + group_type: group + admin_label: '' + plugin_id: numeric + operator: '<' + value: + min: '' + max: '' + value: '1' + group: 2 + exposed: false + expose: + operator_id: '' + label: '' + description: '' + use_operator: false + operator: '' + operator_limit_selection: false + operator_list: { } + identifier: '' + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + min_placeholder: '' + max_placeholder: '' + placeholder: '' + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + latest_revision: + id: latest_revision + table: node_revision + field: latest_revision + relationship: none + group_type: group + admin_label: '' + entity_type: node + plugin_id: latest_revision + operator: '=' + value: '' + group: 1 + exposed: false + expose: + operator_id: '' + label: '' + description: '' + use_operator: false + operator: '' + operator_limit_selection: false + operator_list: { } + identifier: '' + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + status: + id: status + table: node_field_data + field: status + relationship: vid + group_type: group + admin_label: '' + entity_type: node + entity_field: status + plugin_id: boolean + operator: '=' + value: '1' + group: 1 + exposed: false + expose: + operator_id: '' + label: '' + description: '' + use_operator: false + operator: '' + operator_limit_selection: false + operator_list: { } + identifier: '' + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + type: + id: type + table: node_field_data + field: type + relationship: nid + group_type: group + admin_label: '' + entity_type: node + entity_field: type + plugin_id: bundle + operator: in + value: + advisory: advisory + binder: binder + contact_information: contact_information + curated_list: curated_list + decision: decision + decision_tree: decision_tree + decision_tree_branch: decision_tree_branch + decision_tree_conclusion: decision_tree_conclusion + executive_order: executive_order + fee: fee + form_page: form_page + guide_page: guide_page + how_to_page: how_to_page + info_details: info_details + location: location + location_details: location_details + org_page: org_page + person: person + campaign_landing: campaign_landing + regulation: regulation + rules: rules + service_page: service_page + topic_page: topic_page + group: 1 + exposed: false + expose: + operator_id: '' + label: '' + description: '' + use_operator: false + operator: '' + operator_limit_selection: false + operator_list: { } + identifier: '' + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + filter_groups: + operator: AND + groups: + 1: AND + 2: OR + style: + type: data_export + options: + formats: + csv: csv + csv_settings: + delimiter: ',' + enclosure: '"' + escape_char: \ + strip_tags: true + trim: true + encoding: utf8 + utf8_bom: '0' + xls_settings: + xls_format: Excel2007 + metadata: + creator: '' + last_modified_by: '' + title: '' + description: '' + subject: '' + keywords: '' + category: '' + manager: '' + company: '' + row: + type: data_field + options: + field_options: + title: + alias: Title + raw_output: false + nid: + alias: ID + raw_output: false + type: + alias: Content-Type + raw_output: false + uid: + alias: Authored-By + raw_output: false + status_1: + alias: Publication-Status + raw_output: false + changed: + alias: Last-Revised + raw_output: false + name: + alias: Last-Revised-By + raw_output: false + moderation_state: + alias: Last-Revision-Status + raw_output: false + score: + alias: Score + raw_output: false + pageviews: + alias: Page-Views-1-Month + raw_output: false + field_organizations: + alias: Organizations + raw_output: false + view_node: + alias: Link + raw_output: false + defaults: + fields: false + filters: false + filter_groups: false + display_description: '' + display_extenders: + metatag_display_extender: { } + path: admin/ma-dash/reports/orphaned-pages/export + displays: + page_1: page_1 + default: '0' + filename: 'massgov-orphan-pages-export-[date:html_datetime].csv' + automatic_download: false + redirect_path: /admin/content + export_method: batch + export_batch_size: 100 + store_in_public_file_directory: false + custom_redirect_path: false + redirect_to_display: page_1 + include_query_params: false + cache_metadata: + max-age: -1 + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - request_format + - url + - user + - 'user.node_grants:view' + - user.permissions + tags: + - 'config:field.storage.node.field_organizations' + page_1: + id: page_1 + display_title: Page + display_plugin: page + position: 1 + display_options: + fields: + views_bulk_operations_bulk_form: + id: views_bulk_operations_bulk_form + table: views + field: views_bulk_operations_bulk_form + relationship: none + group_type: group + admin_label: '' + plugin_id: views_bulk_operations_bulk_form + label: 'Views bulk operations' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + batch: true + batch_size: 10 + form_step: true + buttons: false + action_title: Action + clear_on_exposed: true + force_selection_info: false + selected_actions: + 0: + action_id: 'flag_action:watch_content_flag' + preconfiguration: + add_confirmation: false + 1: + action_id: 'flag_action:watch_content_unflag' + preconfiguration: + add_confirmation: false + 11: + action_id: views_bulk_edit + preconfiguration: + add_confirmation: false + label_override: 'Edit content' + get_bundles_from_results: true + title: + id: title + table: node_field_revision + field: title + relationship: nid group_type: group admin_label: '' entity_type: node @@ -1722,7 +3356,7 @@ display: entity_type: node entity_field: status plugin_id: field - label: 'Published?' + label: 'Publication Status' exclude: false alter: alter_text: false @@ -1850,7 +3484,7 @@ display: id: field_organizations table: node__field_organizations field: field_organizations - relationship: nid + relationship: vid group_type: group admin_label: '' plugin_id: field @@ -1913,11 +3547,11 @@ display: id: pageviews table: mass_superset_data field: pageviews - relationship: nid + relationship: vid group_type: group admin_label: '' plugin_id: numeric - label: 'Page views' + label: 'Page views (1 month)' exclude: false alter: alter_text: false @@ -1966,56 +3600,59 @@ display: format_plural_string: !!binary MQNAY291bnQ= prefix: '' suffix: '' - style: - type: data_export - options: - formats: - csv: csv - csv_settings: - delimiter: ',' - enclosure: '"' - escape_char: \ - strip_tags: true - trim: true - encoding: utf8 - utf8_bom: '0' - use_serializer_encode_only: false - defaults: - fields: false - display_extenders: - metatag_display_extender: { } - path: admin/ma-dash/reports/orphaned-pages - displays: - page_1: page_1 - default: '0' - filename: 'massgov-orphan-pages-export-[date:html_datetime].csv' - automatic_download: false - export_method: batch - export_batch_size: 100 - store_in_public_file_directory: false - custom_redirect_path: false - redirect_to_display: none - include_query_params: false - cache_metadata: - max-age: 0 - contexts: - - 'languages:language_content' - - 'languages:language_interface' - - request_format - - url - - 'user.node_grants:view' - - user.permissions - tags: - - 'config:field.storage.node.field_organizations' - - 'config:workflow_list' - page_1: - id: page_1 - display_title: Page - display_plugin: page - position: 1 - display_options: + operations: + id: operations + table: node_revision + field: operations + relationship: none + group_type: group + admin_label: '' + entity_type: node + plugin_id: entity_operations + label: Actions + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + destination: false exposed_form: - type: input_required + type: input_required_on_request options: submit_button: Apply reset_button: true @@ -2027,34 +3664,31 @@ display: text_input_required: 'Select any filter and click on Apply to see results' text_input_required_format: basic_html filters: - nid: - id: nid - table: node_field_data - field: nid - relationship: nid + title: + id: title + table: node_field_revision + field: title + relationship: none group_type: group admin_label: '' entity_type: node - entity_field: nid - plugin_id: numeric - operator: '=' - value: - min: '' - max: '' - value: '' + entity_field: title + plugin_id: views_autocomplete_filters_string + operator: contains + value: '' group: 1 exposed: true expose: - operator_id: nid_op - label: ID + operator_id: title_op + label: Title description: '' use_operator: false - operator: nid_op + operator: title_op operator_limit_selection: false operator_list: { } - identifier: nid + identifier: title required: false - remember: false + remember: true multiple: false remember_roles: authenticated: authenticated @@ -2069,12 +3703,14 @@ display: administrator: '0' tester: '0' doc_deletion: '0' - d2d_redirect_manager: '0' - data_administrator: '0' - collection_administrator: '0' - min_placeholder: '' - max_placeholder: '' placeholder: '' + autocomplete_filter: 0 + autocomplete_min_chars: '0' + autocomplete_items: '10' + autocomplete_field: title + autocomplete_raw_suggestion: 1 + autocomplete_raw_dropdown: 1 + autocomplete_dependent: 0 is_grouped: false group_info: label: '' @@ -2087,68 +3723,32 @@ display: default_group: All default_group_multiple: { } group_items: { } - latest_revision: - id: latest_revision - table: node_revision - field: latest_revision - relationship: none - group_type: group - admin_label: '' - entity_type: node - plugin_id: latest_revision - operator: '=' - value: '' - group: 1 - exposed: false - expose: - operator_id: '' - label: '' - description: '' - use_operator: false - operator: '' - operator_limit_selection: false - operator_list: { } - identifier: '' - required: false - remember: false - multiple: false - remember_roles: - authenticated: authenticated - is_grouped: false - group_info: - label: '' - description: '' - identifier: '' - optional: true - widget: select - multiple: false - remember: false - default_group: All - default_group_multiple: { } - group_items: { } - title: - id: title + nid: + id: nid table: node_field_revision - field: title + field: nid relationship: none group_type: group admin_label: '' entity_type: node - entity_field: title - plugin_id: views_autocomplete_filters_string - operator: contains - value: '' + entity_field: nid + plugin_id: numeric + operator: '=' + value: + min: '' + max: '' + value: '' group: 1 exposed: true expose: - operator_id: title_op - label: Title + operator_id: nid_op + label: ID description: '' use_operator: false - operator: title_op + operator: nid_op operator_limit_selection: false operator_list: { } - identifier: title + identifier: nid required: false remember: true multiple: false @@ -2165,14 +3765,9 @@ display: administrator: '0' tester: '0' doc_deletion: '0' + min_placeholder: '' + max_placeholder: '' placeholder: '' - autocomplete_filter: 0 - autocomplete_min_chars: '0' - autocomplete_items: '10' - autocomplete_field: title - autocomplete_raw_suggestion: 1 - autocomplete_raw_dropdown: 1 - autocomplete_dependent: 0 is_grouped: false group_info: label: '' @@ -2198,8 +3793,6 @@ display: operator: in value: advisory: advisory - alert: alert - sitewide_alert: sitewide_alert binder: binder contact_information: contact_information curated_list: curated_list @@ -2208,7 +3801,6 @@ display: decision_tree_branch: decision_tree_branch decision_tree_conclusion: decision_tree_conclusion executive_order: executive_order - external_data_resource: external_data_resource fee: fee form_page: form_page guide_page: guide_page @@ -2266,60 +3858,6 @@ display: default_group: All default_group_multiple: { } group_items: { } - status_1: - id: status_1 - table: node_field_data - field: status - relationship: vid - group_type: group - admin_label: '' - entity_type: node - entity_field: status - plugin_id: boolean - operator: '=' - value: '1' - group: 1 - exposed: false - expose: - operator_id: '' - label: 'Published?' - description: '' - use_operator: false - operator: status_1_op - operator_limit_selection: false - operator_list: { } - identifier: status_1 - required: false - remember: false - multiple: false - remember_roles: - authenticated: authenticated - anonymous: '0' - author: '0' - editor: '0' - emergency_alert_publisher: '0' - executive_orders: '0' - redirect_creators: '0' - content_team: '0' - developer: '0' - administrator: '0' - tester: '0' - doc_deletion: '0' - d2d_redirect_manager: '0' - data_administrator: '0' - collection_administrator: '0' - is_grouped: false - group_info: - label: '' - description: '' - identifier: '' - optional: true - widget: select - multiple: false - remember: false - default_group: All - default_group_multiple: { } - group_items: { } uid_1: id: uid_1 table: node_field_data @@ -2471,6 +4009,7 @@ display: sw: sw pst: pst prs: prs + hmn: hmn group: 1 exposed: true expose: @@ -2498,7 +4037,9 @@ display: administrator: '0' tester: '0' doc_deletion: '0' + campaign_landing_page_publisher: '0' d2d_redirect_manager: '0' + external_data_resource_manager: '0' data_administrator: '0' collection_administrator: '0' reduce: true @@ -2584,7 +4125,7 @@ display: value: min: '' max: '' - value: '0' + value: '' group: 2 exposed: false expose: @@ -2660,47 +4201,73 @@ display: default_group: All default_group_multiple: { } group_items: { } - field_collections_target_id: - id: field_collections_target_id - table: node__field_collections - field: field_collections_target_id - relationship: nid + latest_revision: + id: latest_revision + table: node_revision + field: latest_revision + relationship: none group_type: group admin_label: '' - plugin_id: taxonomy_index_tid - operator: empty - value: { } + entity_type: node + plugin_id: latest_revision + operator: '=' + value: '' group: 1 exposed: false expose: - operator_id: field_collections_target_id_op - label: Collections + operator_id: '' + label: '' description: '' use_operator: false - operator: field_collections_target_id_op + operator: '' operator_limit_selection: false operator_list: { } - identifier: field_collections_target_id + identifier: '' + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + status: + id: status + table: node_field_data + field: status + relationship: vid + group_type: group + admin_label: '' + entity_type: node + entity_field: status + plugin_id: boolean + operator: '=' + value: '1' + group: 1 + exposed: false + expose: + operator_id: '' + label: '' + description: '' + use_operator: false + operator: '' + operator_limit_selection: false + operator_list: { } + identifier: '' required: false remember: false multiple: false remember_roles: authenticated: authenticated - anonymous: '0' - author: '0' - editor: '0' - emergency_alert_publisher: '0' - executive_orders: '0' - redirect_creators: '0' - content_team: '0' - developer: '0' - administrator: '0' - tester: '0' - doc_deletion: '0' - d2d_redirect_manager: '0' - data_administrator: '0' - collection_administrator: '0' - reduce: false is_grouped: false group_info: label: '' @@ -2713,12 +4280,6 @@ display: default_group: All default_group_multiple: { } group_items: { } - reduce_duplicates: false - vid: collections - type: textfield - hierarchy: false - limit: true - error_message: true type: id: type table: node_field_data @@ -2790,24 +4351,42 @@ display: 2: OR defaults: exposed_form: false + fields: false filters: false filter_groups: false - display_extenders: { } + header: false + header: + area: + id: area + table: views + field: area + relationship: none + group_type: group + admin_label: '' + plugin_id: text + empty: true + content: + value: "This report shows published pages that aren't linked from other published pages. News, events, and items that are in collections aren’t included in the report. The report is sorted by page views (descending).
\r\n\r\nIf you see items in this report, you should either unpublish the page if it is not needed or add a link to the page from another published page. Look at the parent page to see if that is where the orphan page should be linked, or if another parent page is more appropriate.
\r\n\r\nIf a page is redirected, in some cases it may show up on this report as an orphan even if it is linked from another page. On the orphan page, go to the Analytics tab and check the Audience statistics. If most of the traffic is from Mass.gov, check the top previous page URL to see if the orphan is linked on that page.
\r\n\r\nPages that are not linked can still be found by the public through search because published pages are in a sitemap that is made available to search engines.
" + format: basic_html + tokenize: false + display_extenders: + metatag_display_extender: { } path: admin/ma-dash/reports/orphaned-pages menu: type: none - title: 'Orphaned Content' + title: Content description: '' - weight: 10 + weight: -10 expanded: false menu_name: main parent: '' context: '0' tab_options: type: normal - title: 'Orphaned Pages' - description: 'Find and manage unused/orphaned content' + title: Content + description: 'Find and manage content' weight: -10 + menu_name: admin cache_metadata: max-age: 0 contexts: diff --git a/docroot/modules/custom/mass_metatag/mass_metatag.module b/docroot/modules/custom/mass_metatag/mass_metatag.module index a03a9cd90c..67b6fd7aa2 100644 --- a/docroot/modules/custom/mass_metatag/mass_metatag.module +++ b/docroot/modules/custom/mass_metatag/mass_metatag.module @@ -36,6 +36,11 @@ function mass_metatag_token_info() { 'description' => t('The organizations related to the current node.'), 'type' => 'node', ]; + $info['tokens']['node']['mass_parent_organizations'] = [ + 'name' => t('Parent organizations'), + 'description' => t('The parent organizations related to the current node.'), + 'type' => 'node', + ]; $info['tokens']['node']['mass_labels'] = [ 'name' => t('Node labels'), 'description' => t('The labels related to the current node.'), @@ -273,7 +278,19 @@ function mass_metatag_tokens($type, $tokens, array $data, array $options, Bubble // Separate the organizations with a comma. $replacements[$original] = implode(',', $org_names); break; + case 'mass_parent_organizations': + /** @var \Drupal\mass_metatag\Service\MassMetatagUtilities $metatag_utils */ + $metatag_utils = \Drupal::service('mass_metatag.utilities'); + $org_names = $metatag_utils->getAllOrgsFromNode($data['node'], TRUE); + + // Remove hyphens from organizations. + foreach ($org_names as $key => $value) { + $org_names[$key] = str_replace("-", "", $value); + } + // Separate the organizations with a comma. + $replacements[$original] = implode(',', $org_names); + break; case 'mass_related_terms': $tags = []; @@ -524,6 +541,17 @@ function mass_metatag_datalayer_meta() { * Change the output of entityField_organizations to include title. */ function mass_metatag_datalayer_alter(&$data_layer) { + if (isset($data_layer['entityIdentifier'])) { + $node = Node::load($data_layer['entityIdentifier']); + if ($node) { + $metatag_utils = \Drupal::service('mass_metatag.utilities'); + $parent_orgs = $metatag_utils->getAllOrgsFromNode($node, TRUE, TRUE); + if ($parent_orgs) { + $data_layer['entityField_org_parent'] = $parent_orgs; + } + } + } + if (isset($data_layer['entityField_organizations'])) { $ids = explode(', ', $data_layer['entityField_organizations']); $organizations = []; diff --git a/docroot/modules/custom/mass_metatag/src/Plugin/metatag/Tag/MassMetatagParentOrganization.php b/docroot/modules/custom/mass_metatag/src/Plugin/metatag/Tag/MassMetatagParentOrganization.php new file mode 100644 index 0000000000..13b3f1c93d --- /dev/null +++ b/docroot/modules/custom/mass_metatag/src/Plugin/metatag/Tag/MassMetatagParentOrganization.php @@ -0,0 +1,24 @@ +bundle() === 'org_page') { // If it is an unchecked org, add the slugified title to values. - if (!in_array($node->id(), $checked_orgs)) { - $result[] = $this->slugify(trim($node->label())); + if (!$parent_only) { + if (!in_array($node->id(), $checked_orgs)) { + $result[] = $this->slugify(trim($node->label())); + } } // If there is a parent org, add it to the array to check. if (!$node->field_parent->isEmpty() && !is_null($node->field_parent->entity) && !in_array($node->field_parent->entity->id(), $checked_orgs)) { $orgs[] = $node->field_parent->entity; + if ($parent_only) { + if ($parent_meta) { + $result[$node->field_parent->entity->id()] = [ + 'title' => $node->field_parent->entity->getTitle(), + 'uuid' => $node->field_parent->entity->uuid(), + ]; + } + else { + $result[] = $this->slugify(trim($node->field_parent->entity->label())); + } + } } } // For all other nodes, get all the organizations referenced @@ -79,7 +96,7 @@ public function getAllOrgsFromNode(Node $node) { $checked_orgs[] = $node->id(); } - return array_unique($result); + return $result; } /** diff --git a/docroot/modules/custom/mass_migrate/drush.services.yml b/docroot/modules/custom/mass_migrate/drush.services.yml index aecb53e07a..06c5724ffd 100644 --- a/docroot/modules/custom/mass_migrate/drush.services.yml +++ b/docroot/modules/custom/mass_migrate/drush.services.yml @@ -1,5 +1,6 @@ services: mass_migrate.commands: class: Drupal\mass_migrate\Commands\MassMigrateCommands + arguments: [ '@mass_migrate.batch_manager' ] tags: - { name: drush.command } diff --git a/docroot/modules/custom/mass_migrate/includes/exported_data.csv b/docroot/modules/custom/mass_migrate/includes/exported_data.csv new file mode 100644 index 0000000000..722ee5ad7f --- /dev/null +++ b/docroot/modules/custom/mass_migrate/includes/exported_data.csv @@ -0,0 +1,32042 @@ +entity_id,uid +8621,536 +8621,3318136 +8836,816 +8836,3321226 +8871,816 +8871,3321226 +8871,3321231 +8871,3381811 +8876,16 +8876,871 +8876,1066 +8876,3316421 +8876,3320636 +8876,3322571 +8961,3318136 +9206,816 +9206,3321226 +9206,3381811 +9326,1056 +9346,1601 +9386,666 +9386,741 +9386,3387986 +9411,1081 +9436,16 +9436,26 +9436,671 +9441,1746 +9461,26 +9461,1741 +9461,2326 +9461,3357606 +9476,536 +9476,3318136 +9506,781 +9506,1756 +9506,3325561 +9506,3326261 +9511,851 +9511,1781 +9566,816 +9566,3321226 +9591,816 +9591,2201 +9591,3321226 +9611,816 +9611,3321226 +9696,3386296 +9796,16 +9796,1256 +9796,3321211 +9826,816 +9826,2201 +9826,3321226 +9831,3321226 +9851,816 +9851,3321226 +9856,816 +9856,3321226 +9856,3321231 +9856,3381811 +9931,16 +9931,26 +9931,671 +9936,16 +9936,26 +9936,671 +9971,1821 +9971,3323866 +10016,3323866 +10256,16 +10256,3315476 +10256,3349956 +10296,3323866 +10321,861 +10321,976 +10331,721 +10331,3358751 +10356,446 +10356,806 +10371,16 +10371,1246 +10371,1251 +10371,2141 +10371,3316421 +10371,3317431 +10371,3388251 +10441,1261 +10441,2061 +10441,3322001 +10441,3323866 +10536,16 +10536,1066 +10536,1251 +10536,3320636 +10551,16 +10551,1336 +10551,3323866 +10556,16 +10556,1251 +10556,3316421 +10556,3320636 +10576,16 +10576,576 +10576,1066 +10576,1246 +10576,1251 +10576,3316421 +10576,3319866 +10576,3320636 +10576,3357796 +10576,3386296 +10636,1066 +10731,131 +10731,1081 +10731,3314491 +10761,1081 +10761,3387691 +10811,366 +10811,1801 +10831,366 +10831,1801 +10846,366 +10846,1801 +10901,16 +10901,2091 +10901,3323866 +10941,366 +10941,1801 +10941,3323706 +10971,366 +10971,1801 +10976,366 +10976,1801 +10986,366 +11016,1251 +11016,2116 +11016,3317431 +11031,16 +11031,1251 +11031,3317431 +11086,1066 +11141,16 +11141,1251 +11141,2116 +11141,3317431 +11141,3357796 +11141,3386296 +11171,16 +11171,1251 +11171,3316421 +11306,16 +11306,1251 +11306,2116 +11306,3317431 +11306,3388251 +11311,871 +11311,1066 +11316,3386296 +11336,3386296 +11371,16 +11371,1801 +11386,16 +11386,1231 +11386,3386296 +11601,16 +11601,1246 +11601,1251 +11601,2141 +11601,3319861 +11601,3323866 +11601,3386296 +11601,3388251 +11641,3316071 +11646,476 +11646,1146 +11646,3317431 +11646,3318121 +11651,626 +11651,1591 +11651,3319601 +11651,3322076 +11651,3323766 +11661,16 +11661,26 +11661,571 +11661,1786 +11661,3322041 +11661,3324201 +11661,3387046 +11661,3387696 +11681,656 +11686,776 +11686,1156 +11686,1591 +11686,3319601 +11691,16 +11691,26 +11691,366 +11691,416 +11691,691 +11691,821 +11691,3316421 +11691,3321606 +11691,3366391 +11721,711 +11721,3336366 +11771,16 +11771,1231 +11771,3316421 +11916,1246 +11916,1251 +11916,2141 +11916,3357796 +11916,3388251 +11921,16 +11921,1246 +11921,1251 +11921,2116 +11921,3316421 +11921,3319861 +11921,3319866 +11921,3319871 +11921,3357796 +11921,3386296 +11961,16 +11961,1246 +11961,1251 +11961,3316421 +11961,3317431 +11971,16 +11971,26 +11971,481 +11971,571 +11971,1786 +11971,3324201 +11971,3375106 +11971,3387046 +11976,16 +11976,1246 +11976,1251 +11976,2116 +11976,3317431 +11976,3357796 +11981,16 +11981,1231 +11981,3314766 +11981,3316421 +11981,3320636 +11981,3386296 +11991,16 +11991,1231 +11991,3314766 +11991,3316421 +11991,3320636 +11991,3386296 +12081,16 +12081,1231 +12081,3383711 +12081,3386296 +12111,16 +12111,1246 +12111,1251 +12111,3317431 +12111,3320636 +12186,16 +12186,1246 +12186,1251 +12186,2141 +12186,3317431 +12186,3319861 +12201,861 +12201,976 +12201,3316421 +12201,3320636 +12201,3322571 +12201,3324741 +12236,16 +12236,1246 +12236,1251 +12236,2141 +12241,16 +12261,861 +12261,976 +12321,366 +12321,1801 +12441,16 +12441,491 +12441,956 +12441,1231 +12441,3316421 +12441,3320636 +12441,3386296 +12516,1486 +12516,2066 +12516,3317871 +12516,3387201 +12556,1066 +12571,3321226 +12606,16 +12606,1246 +12606,1251 +12756,1081 +12756,3314491 +12756,3321111 +12826,1261 +12826,2061 +12826,3322001 +12826,3323866 +12826,3339241 +12836,1246 +12836,1251 +12836,2226 +12836,3316421 +12836,3317431 +12836,3320636 +12886,1246 +12886,1251 +12886,2116 +12886,3317431 +12901,1081 +12901,3314491 +12951,1081 +12951,1156 +12951,3314491 +12961,26 +12961,1081 +12981,16 +12981,1541 +12981,2091 +12981,3323866 +13036,491 +13036,1066 +13081,1246 +13081,1251 +13081,3317431 +13081,3357796 +13136,16 +13136,1541 +13136,3323866 +13141,16 +13141,26 +13141,671 +13161,16 +13161,26 +13161,671 +13171,816 +13171,3321226 +13176,16 +13176,26 +13176,671 +13176,1801 +13186,816 +13186,3321226 +13186,3321236 +13196,3323866 +13201,3321226 +13201,3321231 +13206,816 +13206,3321226 +13206,3321231 +13211,816 +13211,3321226 +13216,16 +13216,491 +13216,1066 +13221,816 +13221,3321226 +13221,3321231 +13226,3321226 +13226,3321231 +13231,816 +13231,3321226 +13231,3321231 +13236,816 +13236,3321226 +13236,3321231 +13246,816 +13246,3321226 +13246,3321231 +13256,816 +13256,3321226 +13256,3321231 +13276,16 +13276,491 +13276,1066 +13286,1746 +13286,3361341 +13321,1746 +13341,16 +13341,1066 +13356,16 +13356,491 +13356,1066 +13366,16 +13366,491 +13366,1066 +13401,816 +13401,3321226 +13401,3321231 +13411,3321226 +13411,3321231 +13421,816 +13421,3321226 +13421,3321231 +13436,816 +13436,3321226 +13436,3321231 +13446,816 +13446,3321226 +13446,3321231 +13456,816 +13456,3321226 +13456,3321231 +13481,1541 +13481,3323866 +13486,1066 +13506,1176 +13506,1501 +13506,3316696 +13506,3323866 +13536,1246 +13536,1251 +13536,3357796 +13566,1251 +13566,3357796 +13596,1176 +13596,1501 +13596,3316696 +13596,3323866 +13601,1176 +13601,1501 +13601,3316696 +13601,3323866 +13666,1376 +13666,3314726 +13666,3315476 +13666,3316201 +13666,3316206 +13666,3349956 +13901,1081 +13901,3323401 +13936,1081 +13936,3314491 +13991,1081 +14056,1251 +14056,2141 +14096,26 +14096,366 +14096,821 +14111,1 +14111,1631 +14111,2096 +14111,2206 +14111,3374296 +14121,1631 +14121,2206 +14121,3374296 +14171,1066 +14171,2186 +14201,3318136 +14226,856 +14226,1626 +14226,1631 +14226,1741 +14226,2096 +14226,3323671 +14256,1626 +14256,2096 +14256,3374296 +14291,16 +14291,26 +14291,671 +14316,1081 +14336,1246 +14336,1251 +14336,2116 +14336,2141 +14336,3319861 +14341,26 +14341,1406 +14341,3320636 +14346,1176 +14346,1501 +14346,3316696 +14346,3323866 +14471,1066 +14471,2186 +14486,1066 +14486,2186 +14501,26 +14501,366 +14501,821 +14501,2136 +14501,3366391 +14511,26 +14511,1306 +14511,1406 +14561,26 +14561,1306 +14561,1406 +14706,3318136 +14776,721 +14776,3358751 +14811,1251 +14841,26 +14841,366 +14891,16 +14891,576 +14891,1246 +14891,1251 +14891,3357796 +14921,3321246 +14921,3323656 +14926,1406 +14946,366 +14946,1406 +14946,3321246 +14946,3323656 +14991,1406 +14991,1596 +14991,2176 +14991,3320636 +15016,16 +15016,871 +15016,3320636 +15046,16 +15046,871 +15046,3320636 +15066,791 +15066,1376 +15066,3315476 +15066,3316421 +15066,3335636 +15066,3349956 +15086,1631 +15086,1741 +15086,2206 +15086,3374296 +15111,16 +15111,1246 +15111,1251 +15111,3357796 +15176,26 +15176,366 +15176,3366391 +15201,1626 +15201,2096 +15201,3374296 +15216,1251 +15236,1626 +15236,2096 +15246,1626 +15246,2096 +15246,3374296 +15286,1261 +15286,2061 +15286,3320911 +15286,3320931 +15286,3322001 +15286,3323866 +15286,3339241 +15291,1626 +15291,2096 +15291,3374296 +15296,336 +15296,1081 +15296,3321246 +15296,3387366 +15296,3388241 +15326,1246 +15326,1251 +15326,2116 +15326,3319861 +15326,3357796 +15346,26 +15346,366 +15346,3366391 +15351,16 +15351,576 +15351,1246 +15351,1251 +15351,2141 +15351,3317431 +15351,3357796 +15431,16 +15431,1246 +15431,1251 +15431,2116 +15451,1376 +15451,2121 +15451,3349956 +15551,1261 +15551,2061 +15551,3322001 +15551,3323866 +15591,1036 +15591,1281 +15591,2161 +15591,3314541 +15596,1036 +15596,2161 +15596,3314541 +15656,26 +15656,1306 +15656,1406 +15656,1596 +15656,2176 +15691,16 +15691,2171 +15691,3323866 +15776,976 +15776,1526 +15776,3339606 +15876,1821 +15876,2091 +15876,3323866 +15916,366 +15916,3323711 +15956,16 +15956,1246 +15956,1251 +15956,3316421 +15956,3317431 +15971,16 +15971,871 +15971,3316421 +15971,3320636 +15986,846 +15986,1781 +15991,16 +15991,26 +15991,1066 +15991,1231 +15991,3320636 +15991,3386296 +16011,26 +16011,366 +16011,821 +16046,3323866 +16141,2091 +16141,3323866 +16246,1746 +16336,26 +16336,671 +16391,1306 +16391,1406 +16391,1596 +16391,2176 +16391,3320636 +16451,781 +16451,1756 +16511,781 +16511,3326261 +16516,781 +16516,1756 +16516,3326261 +16521,781 +16521,1756 +16521,3326261 +16526,781 +16526,1756 +16681,2091 +16681,3323866 +16811,476 +16811,1146 +16811,3317431 +16811,3386296 +16866,16 +16866,1231 +16866,2116 +16866,3386296 +16876,476 +16876,3317431 +16876,3386296 +16891,846 +16891,1781 +16901,476 +16901,3317431 +16901,3386296 +16931,1756 +16951,781 +16951,1756 +16951,3326261 +16961,476 +16961,3317431 +16961,3358751 +16961,3386296 +16991,781 +16991,1756 +16991,3326261 +16996,781 +16996,3326261 +17071,366 +17121,366 +17121,1801 +17176,26 +17176,1306 +17176,1406 +17176,2176 +17176,3320636 +17271,26 +17271,671 +17336,781 +17386,1 +17386,1021 +17386,1036 +17386,1281 +17386,1866 +17386,2161 +17386,2296 +17386,3324451 +17411,781 +17411,1756 +17411,3320636 +17411,3326261 +17456,26 +17461,16 +17461,1231 +17461,2116 +17461,2141 +17461,3386296 +17471,366 +17471,3323711 +17541,366 +17691,781 +17691,1756 +17696,26 +17696,781 +17701,781 +17701,1756 +17701,3320636 +17701,3326261 +17706,781 +17706,3320636 +17706,3326261 +17801,781 +17801,1756 +17921,16 +17921,1231 +17921,3386296 +17966,26 +17966,341 +17966,2196 +17966,3354631 +17991,16 +17991,1231 +17991,2116 +17991,3386296 +18016,16 +18016,341 +18016,2196 +18056,366 +18076,16 +18076,1231 +18076,2116 +18076,3386296 +18081,16 +18081,1231 +18081,2116 +18081,3386296 +18096,16 +18096,1231 +18096,2116 +18096,3386296 +18106,16 +18106,1231 +18106,2116 +18106,3386296 +18111,16 +18111,1231 +18111,2116 +18111,3386296 +18126,16 +18126,1231 +18126,2116 +18126,3386296 +18131,16 +18131,1231 +18131,2116 +18131,3386296 +18166,26 +18166,1801 +18166,2026 +18206,1336 +18206,3323866 +18231,3318136 +18241,16 +18241,1306 +18306,336 +18306,3353221 +18306,3387366 +18306,3387991 +18311,1336 +18321,1306 +18321,1596 +18321,2176 +18341,26 +18341,3314911 +18341,3323746 +18341,3353221 +18341,3387991 +18346,336 +18346,3314911 +18346,3323746 +18346,3353221 +18361,336 +18361,3314911 +18361,3323746 +18361,3353221 +18381,1066 +18381,2101 +18386,26 +18446,16 +18446,1156 +18446,1331 +18446,3321316 +18446,3387191 +18451,2176 +18481,26 +18481,1801 +18481,2026 +18481,3366391 +18541,1066 +18541,2101 +18556,16 +18556,26 +18556,366 +18556,3323706 +18566,1066 +18566,2101 +18601,1306 +18601,1596 +18601,2176 +18641,16 +18641,1231 +18641,2116 +18641,2141 +18641,3386296 +18686,1066 +18756,16 +18766,1066 +18766,2101 +18826,331 +18826,2271 +18846,1066 +18846,2101 +18921,1781 +18981,1066 +18981,2101 +18986,16 +18986,1231 +18986,2116 +18986,3386296 +18991,1306 +18991,1406 +18991,1596 +18991,2176 +19026,1066 +19026,2101 +19036,26 +19036,1306 +19036,1406 +19036,1596 +19036,2176 +19046,16 +19046,1231 +19046,2116 +19046,3386296 +19066,1021 +19066,1036 +19066,1281 +19066,3320036 +19066,3348396 +19066,3350011 +19066,3387781 +19071,26 +19071,1306 +19071,1406 +19071,1596 +19071,2176 +19076,26 +19076,471 +19076,1306 +19076,1406 +19076,1596 +19076,2176 +19081,3318136 +19086,1066 +19091,26 +19091,761 +19091,1306 +19091,1406 +19091,1596 +19091,2176 +19096,26 +19096,1306 +19096,1406 +19096,1596 +19096,2176 +19106,26 +19106,1306 +19106,1406 +19106,1596 +19106,2176 +19126,26 +19126,1801 +19126,2026 +19141,26 +19141,1306 +19141,1406 +19141,1596 +19141,2176 +19161,26 +19161,1306 +19161,1406 +19161,1596 +19161,2176 +19261,16 +19261,26 +19261,691 +19261,821 +19261,3366391 +19266,16 +19266,1231 +19266,2116 +19266,3386296 +19286,761 +19286,771 +19296,761 +19296,771 +19301,781 +19301,1756 +19311,26 +19311,366 +19311,691 +19311,821 +19311,3366391 +19346,26 +19346,1406 +19346,1596 +19346,2176 +19376,1221 +19376,1726 +19376,3321211 +19381,781 +19381,1756 +19381,3386296 +19386,26 +19386,1406 +19386,1596 +19386,2176 +19411,366 +19411,1801 +19416,781 +19416,3386296 +19426,26 +19426,1306 +19426,1406 +19426,1596 +19426,2176 +19431,26 +19431,1306 +19431,1596 +19431,2176 +19436,1741 +19436,2096 +19436,3322276 +19436,3374296 +19441,781 +19441,1756 +19451,1081 +19481,781 +19571,781 +19571,1756 +19571,3320636 +19571,3326261 +19581,636 +19581,781 +19581,3320636 +19581,3326261 +19671,2091 +19671,3323866 +19681,336 +19681,3387366 +19681,3387991 +19716,366 +19716,1801 +19821,26 +19821,341 +19821,2196 +19821,3315476 +19821,3316421 +19821,3323661 +19821,3354631 +19841,2091 +19841,3323866 +19846,26 +19846,341 +19846,2196 +19846,3315476 +19851,1176 +19851,1501 +19851,3323866 +19891,16 +19891,26 +19891,341 +19891,1631 +19891,2196 +19891,3316421 +19891,3323661 +19891,3354631 +19921,16 +19951,2186 +20011,16 +20011,341 +20011,2196 +20011,3321846 +20011,3323661 +20071,341 +20071,2196 +20071,3316421 +20071,3323661 +20086,16 +20086,341 +20086,2196 +20086,3316421 +20171,2281 +20171,3323866 +20266,341 +20266,2196 +20266,3316421 +20281,341 +20281,2196 +20281,3316421 +20326,341 +20326,2196 +20331,16 +20331,1231 +20331,2116 +20331,3386296 +20341,26 +20341,341 +20341,1631 +20341,2196 +20371,26 +20371,1306 +20371,1406 +20371,1596 +20371,2176 +20386,26 +20386,1306 +20386,1406 +20386,1596 +20386,2176 +20391,26 +20391,1306 +20391,1406 +20391,1596 +20391,2176 +20396,26 +20396,336 +20396,1306 +20396,1406 +20396,2176 +20396,3321246 +20441,96 +20441,341 +20441,2196 +20441,3316421 +20481,1176 +20481,1501 +20481,3323866 +20481,3361286 +20501,26 +20501,341 +20501,2196 +20501,3315476 +20501,3316421 +20526,781 +20526,1756 +20526,3320636 +20526,3326261 +20546,341 +20546,2196 +20546,3316421 +20566,26 +20566,341 +20566,2196 +20566,3316421 +20566,3323661 +20576,341 +20576,2196 +20591,341 +20591,2196 +20591,3316421 +20591,3323666 +20646,26 +20646,341 +20646,2196 +20646,3323661 +20786,26 +20786,341 +20786,2196 +20786,3315476 +20836,966 +20836,1176 +20836,1501 +20836,3323866 +20836,3388126 +20866,341 +20866,2196 +20896,966 +20896,1176 +20896,1501 +20896,3323866 +20896,3361286 +20906,16 +20906,26 +20906,341 +20906,2196 +20906,3354631 +20916,791 +20916,1011 +20916,1376 +20916,3317196 +20916,3335636 +20916,3349956 +20921,26 +20921,341 +20921,1631 +20921,2196 +20921,3323661 +20921,3387201 +20921,3388311 +20926,1081 +20951,966 +20951,1176 +20951,1501 +20951,3323866 +20951,3388126 +21051,1 +21051,836 +21051,3325561 +21051,3328721 +21051,3337921 +21061,966 +21061,1176 +21061,1501 +21061,3323866 +21066,966 +21066,1176 +21066,1501 +21066,3323866 +21066,3388126 +21071,16 +21071,871 +21071,3316421 +21071,3320636 +21081,1176 +21081,1501 +21081,3323866 +21091,16 +21091,1066 +21121,966 +21121,1176 +21121,1501 +21121,3323866 +21191,26 +21191,341 +21191,2196 +21191,3315476 +21236,26 +21236,2196 +21251,341 +21251,2196 +21251,3316421 +21266,366 +21266,1801 +21266,2026 +21326,1176 +21326,1516 +21326,3323866 +21336,16 +21336,1231 +21336,3386296 +21371,16 +21371,1231 +21371,2116 +21371,3386296 +21471,1176 +21471,1516 +21471,3323866 +21501,511 +21501,526 +21501,3321246 +21501,3339276 +21501,3374936 +21501,3381191 +21501,3388226 +21516,1176 +21516,1516 +21516,3323866 +21576,671 +21581,3381191 +21636,81 +21636,661 +21636,3314546 +21636,3341006 +21656,671 +21671,16 +21671,1231 +21671,2116 +21671,3386296 +21881,26 +21881,1306 +21881,1406 +21896,16 +21896,1146 +21896,1231 +21896,2141 +21896,3314766 +21896,3386296 +21921,26 +21921,471 +21921,1306 +21921,1406 +21921,2176 +21956,26 +21956,1406 +21956,2201 +21956,3320636 +22166,16 +22166,1231 +22166,3383711 +22166,3386296 +22201,3381191 +22201,3388226 +22256,1076 +22256,3321246 +22256,3322161 +22256,3381191 +22256,3388226 +22261,16 +22261,871 +22261,1066 +22261,1456 +22311,16 +22311,871 +22311,1066 +22341,1081 +22371,16 +22371,1231 +22371,2116 +22371,3316421 +22371,3386296 +22386,16 +22386,1231 +22386,3386296 +22401,16 +22401,1231 +22401,2141 +22401,3386296 +22421,341 +22421,1741 +22421,2196 +22456,341 +22456,2196 +22476,26 +22476,2196 +22476,3316421 +22476,3323661 +22481,641 +22481,1066 +22481,3317936 +22481,3387306 +22491,341 +22491,2196 +22491,3316421 +22521,471 +22521,1306 +22521,2176 +22541,16 +22541,1231 +22541,2141 +22541,3386296 +22591,1306 +22591,1406 +22591,3320636 +22596,26 +22596,821 +22596,3366391 +22631,1406 +22631,3320636 +22636,16 +22636,1231 +22636,2116 +22636,3386296 +22656,1406 +22656,3320636 +22661,1406 +22661,3320636 +22696,131 +22701,26 +22701,1406 +22701,3320636 +22746,26 +22746,1306 +22746,1406 +22746,3386771 +22751,641 +22766,3314891 +22771,26 +22771,1306 +22771,1406 +22771,2201 +22791,16 +22791,871 +22811,1066 +22816,871 +22816,3316421 +22831,341 +22831,2196 +22851,26 +22851,1306 +22851,1406 +22851,1596 +22851,2176 +22901,16 +22901,341 +22901,2196 +22921,26 +22921,341 +22921,2196 +22921,3323661 +22966,1306 +22966,1406 +22966,1596 +22966,2176 +23001,1081 +23001,3314491 +23026,3323866 +23031,3323866 +23041,626 +23041,736 +23041,1591 +23041,3322076 +23046,26 +23046,626 +23046,736 +23046,1591 +23046,3322076 +23046,3387886 +23056,16 +23056,491 +23056,1231 +23056,3317191 +23056,3386296 +23061,16 +23061,1231 +23061,3386296 +23066,536 +23066,3318136 +23086,2151 +23151,1541 +23151,3323866 +23171,366 +23221,666 +23221,741 +23256,16 +23256,2131 +23256,2211 +23256,3323666 +23256,3387411 +23306,656 +23306,1156 +23306,1551 +23306,2131 +23306,3323666 +23306,3387411 +23311,26 +23311,1306 +23311,1406 +23311,1596 +23311,2176 +23326,366 +23361,366 +23366,16 +23366,1231 +23366,2116 +23366,3386296 +23491,3323866 +23531,641 +23531,1066 +23531,3315306 +23531,3317936 +23531,3387306 +23556,1261 +23556,3339241 +23566,1261 +23566,3339241 +23581,641 +23581,1066 +23581,3315306 +23616,16 +23616,26 +23616,366 +23616,3323706 +23616,3323711 +23626,1036 +23626,3328611 +23626,3387781 +23646,1261 +23646,2061 +23646,3323866 +23646,3339241 +23651,16 +23651,26 +23651,366 +23671,366 +23671,696 +23671,1801 +23671,2026 +23676,1036 +23676,2161 +23676,3324451 +23676,3348396 +23741,366 +23741,696 +23741,2026 +23751,1261 +23751,2061 +23751,3320901 +23751,3320906 +23751,3339241 +23781,1036 +23781,2161 +23796,16 +23796,26 +23796,101 +23796,1376 +23796,3314726 +23796,3315476 +23796,3316206 +23796,3316421 +23796,3335636 +23796,3349956 +23811,81 +23811,1036 +23811,1281 +23811,2161 +23811,3314541 +23821,366 +23821,696 +23821,2026 +23861,1066 +23871,366 +23886,26 +23886,366 +23886,1156 +23886,1551 +23886,1946 +23996,1261 +23996,3339241 +24006,366 +24076,1246 +24076,1251 +24076,3316421 +24076,3317431 +24076,3357796 +24136,446 +24136,806 +24136,3315596 +24171,366 +24186,1081 +24186,3314491 +24196,1781 +24196,3387211 +24201,1781 +24201,3387211 +24206,1781 +24216,366 +24216,696 +24216,2026 +24221,366 +24221,696 +24221,2026 +24226,366 +24226,696 +24226,2026 +24231,366 +24231,696 +24231,2026 +24236,366 +24236,696 +24236,2026 +24241,366 +24241,696 +24241,2026 +24246,366 +24246,696 +24246,2026 +24256,366 +24256,696 +24256,2026 +24316,706 +24316,2146 +24316,2216 +24316,3314441 +24316,3323701 +24316,3387611 +24356,366 +24356,696 +24356,2026 +24366,26 +24366,366 +24366,3323711 +24366,3329156 +24371,1081 +24371,3314491 +24381,2146 +24381,2216 +24381,3314441 +24381,3323696 +24391,1036 +24396,641 +24396,3314561 +24396,3317936 +24401,2146 +24401,2216 +24401,3314441 +24401,3323696 +24446,1081 +24451,1036 +24451,1686 +24511,1081 +24511,3314491 +24511,3323401 +24531,2146 +24531,2216 +24531,3314441 +24531,3323696 +24541,706 +24541,3388456 +24566,366 +24576,641 +24601,641 +24601,3317936 +24641,1176 +24641,1501 +24641,3323866 +24651,706 +24651,2146 +24651,2216 +24651,3314441 +24671,2146 +24671,2216 +24671,3314441 +24671,3388456 +24701,2146 +24701,2216 +24701,3314441 +24701,3323696 +24701,3323701 +24706,576 +24706,1246 +24706,1251 +24706,2116 +24706,3319866 +24716,1036 +24756,1036 +24756,1281 +24781,2146 +24781,2216 +24781,3314441 +24796,2146 +24796,2216 +24796,3314441 +24796,3323696 +24796,3323701 +24806,706 +24806,2146 +24806,2216 +24876,2186 +24931,626 +24931,736 +24931,1591 +24931,3322076 +24931,3387131 +24941,1421 +24941,2171 +24941,3316366 +24941,3323866 +25011,2171 +25011,3316366 +25011,3323866 +25106,1251 +25106,2141 +25201,846 +25201,1781 +25246,666 +25246,741 +25246,3387986 +25336,846 +25336,1781 +25346,736 +25346,1591 +25346,3322076 +25346,3323766 +25346,3387131 +25426,16 +25426,1306 +25426,2176 +25431,1781 +25441,846 +25441,1781 +25461,846 +25461,1781 +25491,846 +25491,1781 +25626,26 +25626,366 +25721,1246 +25721,1251 +25766,16 +25766,1251 +25766,3317431 +25796,2281 +25801,16 +25801,1251 +25801,3316421 +25801,3317431 +25856,2186 +25931,1066 +25931,2101 +25931,2186 +25966,1066 +25966,2131 +26001,1066 +26001,2101 +26001,2186 +26036,1306 +26056,1066 +26056,2101 +26056,2186 +26056,3323881 +26066,871 +26066,1066 +26066,3320636 +26076,1306 +26076,3314546 +26086,2171 +26086,3323866 +26091,871 +26091,1066 +26101,16 +26101,341 +26101,2196 +26106,1066 +26111,2101 +26111,2186 +26121,1066 +26171,2101 +26171,2186 +26256,331 +26256,341 +26256,1346 +26256,2176 +26266,1351 +26266,2101 +26281,2101 +26391,846 +26391,1781 +26396,331 +26396,1346 +26396,3320636 +26401,846 +26401,1781 +26401,3387211 +26431,846 +26431,1781 +26441,2281 +26441,3323866 +26446,846 +26446,1781 +26456,846 +26456,1781 +26456,3387211 +26496,2281 +26496,3323866 +26501,846 +26501,1781 +26506,1496 +26506,2091 +26506,3323866 +26506,3361236 +26516,1781 +26531,1781 +26541,846 +26541,1781 +26546,846 +26546,1781 +26656,341 +26656,2196 +26696,331 +26696,1346 +26696,3388411 +26706,16 +26706,341 +26706,2196 +26716,1066 +26721,341 +26721,2196 +26741,1 +26741,336 +26741,771 +26741,3314891 +26741,3321246 +26751,1251 +26751,3319866 +26751,3357796 +26776,806 +26791,1066 +26796,1066 +26796,2186 +26836,341 +26836,2196 +26866,26 +26866,341 +26866,1626 +26866,2196 +26866,3315476 +26866,3323661 +26871,1066 +26871,2186 +26891,1066 +26946,1261 +26946,2061 +26981,1261 +26981,2061 +26981,3323866 +26981,3339241 +26986,1261 +26986,2061 +26986,3320931 +26986,3339241 +26996,1066 +26996,2186 +27001,1066 +27011,1261 +27011,2061 +27011,3320901 +27011,3339241 +27016,1251 +27016,3388251 +27021,1261 +27021,2061 +27021,3320901 +27021,3323866 +27021,3339241 +27051,1066 +27056,1066 +27056,2186 +27066,1066 +27066,2186 +27076,1261 +27076,2061 +27076,3339241 +27096,1261 +27096,2061 +27096,3320901 +27096,3339241 +27116,1261 +27116,2061 +27116,3320901 +27116,3339241 +27181,751 +27181,3315501 +27181,3316421 +27181,3323866 +27181,3323941 +27181,3324741 +27181,3351326 +27191,26 +27191,1496 +27191,2091 +27191,3323866 +27191,3361236 +27191,3385446 +27201,751 +27201,3315501 +27201,3323866 +27201,3323941 +27231,1066 +27251,1066 +27256,751 +27256,3315501 +27256,3323866 +27256,3323941 +27276,1066 +27306,1066 +27306,2186 +27326,1066 +27326,2186 +27331,1066 +27336,2121 +27351,1066 +27351,2186 +27366,26 +27366,1306 +27366,1406 +27366,1596 +27366,2176 +27366,3320636 +27386,1066 +27386,2186 +27391,26 +27391,1406 +27391,1596 +27391,2176 +27396,1066 +27406,1066 +27481,16 +27481,1251 +27481,2116 +27481,3388251 +27516,336 +27516,3374881 +27551,16 +27551,1251 +27561,3374881 +27566,706 +27566,2146 +27566,2216 +27566,3314441 +27566,3388456 +27606,16 +27606,1251 +27606,2141 +27611,446 +27611,806 +27611,3315596 +27621,446 +27621,806 +27631,781 +27631,1756 +27631,3320636 +27631,3326261 +27636,1496 +27636,2091 +27636,3323866 +27636,3361236 +27641,1496 +27641,2091 +27641,3323866 +27641,3361236 +27646,16 +27646,1251 +27646,2116 +27646,3316421 +27646,3388251 +27651,1066 +27651,2186 +27656,1066 +27671,1066 +27671,2186 +27751,1496 +27751,3323866 +27751,3361236 +27751,3385446 +27806,16 +27806,576 +27806,1251 +27806,2141 +27896,1066 +27921,1066 +27956,366 +27956,1801 +27956,2026 +28001,3387391 +28011,2281 +28011,3323866 +28011,3387911 +28016,16 +28016,26 +28016,341 +28016,2196 +28031,641 +28031,1066 +28031,3315306 +28031,3387306 +28036,1066 +28061,366 +28091,1206 +28091,1216 +28091,3320636 +28096,536 +28096,3318136 +28116,1376 +28121,1066 +28126,446 +28126,806 +28196,1216 +28196,2186 +28216,446 +28216,806 +28221,366 +28221,3366391 +28236,1746 +28261,16 +28261,101 +28261,1326 +28261,3315476 +28301,16 +28301,101 +28301,1326 +28331,3315476 +28341,366 +28341,2026 +28391,3315476 +28396,3315476 +28401,16 +28401,576 +28401,1251 +28401,2116 +28421,1496 +28421,2091 +28421,3323866 +28421,3361236 +28421,3385446 +28431,26 +28431,341 +28431,2196 +28431,3354631 +28431,3388311 +28441,1066 +28461,1261 +28461,2061 +28461,3320931 +28461,3322001 +28461,3323606 +28461,3323866 +28461,3339241 +28471,1156 +28471,1166 +28471,2131 +28491,16 +28491,576 +28491,1251 +28491,2116 +28501,1066 +28501,3388311 +28516,706 +28516,2146 +28516,3314441 +28526,16 +28526,576 +28526,1251 +28526,2116 +28526,3388251 +28561,641 +28561,3315306 +28561,3323881 +28566,706 +28566,2146 +28566,3314441 +28586,1801 +28586,2026 +28601,761 +28601,771 +28601,3378226 +28601,3383176 +28601,3387511 +28621,26 +28621,2196 +28631,1801 +28656,341 +28656,2196 +28706,331 +28706,2271 +28731,26 +28731,366 +28731,821 +28731,3366391 +28736,1036 +28736,1281 +28736,2126 +28736,3320036 +28736,3348396 +28736,3350011 +28736,3387781 +28741,2216 +28741,3314441 +28741,3323696 +28741,3323701 +28751,1261 +28751,2061 +28751,3320901 +28801,1306 +28801,1406 +28801,1596 +28801,2176 +28836,641 +28836,3315306 +28841,1081 +28841,3314491 +28841,3323401 +28861,16 +28861,2146 +28861,2216 +28861,3314441 +28871,1251 +28871,3319866 +28871,3357796 +28901,706 +28901,2146 +28901,2216 +28901,2226 +28901,3314441 +28901,3387596 +28901,3388456 +28916,816 +28916,3321226 +28941,816 +28941,3321226 +28951,366 +28951,3320636 +28956,1251 +28956,3357796 +28986,2146 +28986,2216 +28986,3314441 +28991,2216 +29006,1251 +29006,3357796 +29031,446 +29031,806 +29091,331 +29106,3315476 +29121,761 +29121,771 +29121,3371396 +29121,3383171 +29146,1081 +29176,1161 +29196,1246 +29196,1251 +29196,2141 +29196,3319866 +29201,491 +29201,1066 +29211,1161 +29216,491 +29216,3322656 +29221,366 +29221,821 +29231,491 +29241,16 +29241,26 +29241,1251 +29241,2141 +29251,1161 +29276,3315476 +29286,16 +29286,491 +29286,3320636 +29296,781 +29306,781 +29326,16 +29326,576 +29326,1251 +29326,2141 +29341,781 +29341,1756 +29341,3320636 +29341,3326261 +29431,16 +29431,576 +29431,1251 +29431,2141 +29451,2171 +29451,3316366 +29451,3323866 +29461,2146 +29461,2216 +29461,3314441 +29481,16 +29481,1231 +29481,3386296 +29501,16 +29501,576 +29501,1251 +29501,2116 +29501,2141 +29571,491 +29581,2166 +29601,16 +29601,576 +29601,1251 +29601,2141 +29616,1746 +29621,446 +29621,806 +29651,446 +29651,806 +29691,16 +29691,576 +29691,1251 +29691,2141 +29696,2166 +29706,816 +29706,3321226 +29711,2166 +29716,816 +29716,3321226 +29721,816 +29721,3321226 +29866,486 +29866,951 +29866,2091 +29866,3323866 +29866,3387701 +29886,2216 +29886,3314441 +29886,3388456 +29896,366 +29896,2076 +29911,16 +29911,26 +29911,341 +29911,2196 +29911,3323661 +29911,3354631 +29911,3388311 +29956,2146 +29956,2216 +29956,3314441 +29956,3323696 +29956,3323701 +29981,706 +29981,2216 +29981,3314441 +30006,331 +30066,761 +30066,771 +30146,336 +30146,761 +30146,771 +30146,1106 +30146,3378226 +30146,3383171 +30146,3387516 +30146,3388241 +30176,706 +30176,2216 +30176,3314441 +30176,3315476 +30176,3353626 +30176,3388456 +30191,16 +30191,1251 +30191,2141 +30246,16 +30246,576 +30246,1066 +30246,1251 +30246,2116 +30366,16 +30366,576 +30366,1251 +30366,2116 +30401,2121 +30406,16 +30406,1066 +30406,1251 +30406,2116 +30406,2141 +30406,3319861 +30406,3388251 +30411,776 +30411,1156 +30411,1591 +30411,3322076 +30411,3323246 +30411,3323766 +30411,3387131 +30436,706 +30436,1711 +30436,2216 +30436,3314441 +30446,16 +30446,576 +30446,1251 +30446,2116 +30486,336 +30486,656 +30486,1156 +30486,2131 +30486,3323666 +30566,1156 +30566,2131 +30566,2211 +30566,3323666 +30571,2166 +30591,2121 +30591,3349956 +30596,2131 +30596,2211 +30596,3316116 +30596,3323666 +30621,641 +30621,3315306 +30646,16 +30646,1251 +30646,2116 +30651,641 +30651,3315306 +30656,366 +30656,671 +30656,2076 +30671,641 +30671,1066 +30671,3315306 +30681,641 +30681,3315306 +30701,26 +30701,1306 +30701,1406 +30701,1596 +30701,2086 +30701,2176 +30711,2131 +30711,2211 +30711,3316116 +30711,3323666 +30731,706 +30731,2146 +30731,2216 +30731,3314441 +30741,656 +30741,1156 +30741,2131 +30741,2211 +30741,3316116 +30741,3323666 +30766,416 +30766,1111 +30766,1376 +30766,3314726 +30766,3315476 +30766,3316206 +30766,3316421 +30766,3340531 +30776,2146 +30776,2216 +30776,3314441 +30781,706 +30781,2216 +30781,3314441 +30796,16 +30796,1246 +30796,1251 +30796,2141 +30796,3319861 +30796,3357796 +30811,706 +30811,2146 +30811,3314441 +30811,3388456 +30826,446 +30826,806 +30866,2146 +30866,2216 +30886,1251 +30886,2116 +30886,2141 +30891,16 +30891,1251 +30891,2116 +30896,2166 +30896,3314891 +30896,3321246 +30906,461 +30906,781 +30906,1756 +30906,3320636 +30906,3326261 +30916,461 +30916,781 +30916,1756 +30916,3320636 +30916,3326261 +30931,16 +30931,1251 +30931,2141 +30941,461 +30941,781 +30941,1756 +30956,461 +30956,781 +30956,1756 +30966,706 +30966,2146 +30966,2216 +30966,3314441 +30966,3388456 +30971,16 +30971,576 +30971,1251 +30971,2116 +30991,806 +31006,2131 +31006,2211 +31006,3323666 +31016,2216 +31016,3314441 +31016,3323696 +31016,3323701 +31016,3388456 +31026,806 +31071,336 +31071,3334801 +31071,3387991 +31096,336 +31096,3315581 +31096,3334796 +31096,3334801 +31121,2086 +31141,1066 +31141,1746 +31141,3361341 +31146,26 +31146,1376 +31146,3314726 +31146,3315476 +31146,3316201 +31146,3349956 +31151,1746 +31151,3361341 +31166,1021 +31166,2161 +31166,3314541 +31211,2131 +31211,2211 +31211,3323666 +31221,446 +31221,806 +31231,2121 +31241,2166 +31241,3314891 +31246,446 +31246,806 +31296,656 +31296,2131 +31296,2211 +31296,3323666 +31321,761 +31321,771 +31321,1106 +31321,3371396 +31321,3378216 +31321,3378226 +31321,3383171 +31321,3387511 +31321,3387516 +31391,1801 +31391,2026 +31401,2166 +31426,2166 +31431,366 +31431,1801 +31431,2026 +31436,2131 +31436,2211 +31436,3316116 +31436,3323666 +31441,2166 +31496,2166 +31501,1006 +31501,1066 +31501,1506 +31501,1766 +31501,3315256 +31521,761 +31521,771 +31521,3378216 +31521,3383171 +31521,3387511 +31541,1186 +31541,1206 +31541,1216 +31541,1506 +31541,1766 +31541,2186 +31541,3387666 +31581,366 +31581,1801 +31581,2026 +31611,1506 +31611,1766 +31621,2146 +31621,2216 +31621,3314441 +31621,3323701 +31626,1066 +31626,1506 +31626,1766 +31626,2186 +31641,2166 +31641,3388226 +31646,1801 +31646,2026 +31656,1801 +31656,2026 +31676,2166 +31681,1801 +31681,2026 +31701,656 +31701,1156 +31701,2131 +31701,2211 +31701,3323666 +31711,366 +31711,1801 +31711,2026 +31751,366 +31751,1801 +31751,2026 +31761,761 +31761,771 +31821,576 +31821,1231 +31821,2141 +31821,3320021 +31821,3352861 +31821,3383711 +31821,3386296 +31846,641 +31846,3315306 +31876,491 +31876,3320636 +31876,3323676 +31881,2116 +31896,1421 +31896,2171 +31896,3316366 +31896,3323866 +31901,16 +31901,1251 +31901,3320636 +31911,1421 +31911,2171 +31911,3323866 +31916,3315501 +31916,3323866 +31936,1216 +31936,1506 +31936,1766 +31936,2186 +31936,3387666 +31941,16 +31941,1231 +31941,2141 +31941,3314766 +31946,606 +31946,3332741 +31961,1336 +31961,2091 +31961,3323866 +31981,3315636 +32031,2131 +32031,2211 +32031,3323666 +32071,446 +32071,806 +32076,706 +32076,2146 +32076,2216 +32076,3314441 +32076,3387596 +32076,3387601 +32076,3388456 +32091,1331 +32091,1481 +32091,3388236 +32136,446 +32136,806 +32146,1596 +32146,2086 +32206,1066 +32206,1506 +32206,1766 +32226,16 +32226,1406 +32226,2026 +32231,16 +32231,2026 +32241,706 +32241,1856 +32241,2146 +32241,3314441 +32241,3323701 +32241,3372261 +32241,3387601 +32271,1021 +32271,1036 +32271,2126 +32271,2161 +32276,706 +32276,2146 +32276,2216 +32276,3314441 +32276,3323701 +32276,3387601 +32296,1006 +32296,1066 +32296,1506 +32296,1766 +32346,641 +32346,3315306 +32366,1171 +32366,2081 +32396,466 +32396,3346556 +32396,3374881 +32406,706 +32406,2146 +32406,2216 +32406,3314441 +32406,3387596 +32406,3387601 +32416,2166 +32451,16 +32451,1231 +32451,2141 +32451,3352861 +32451,3383711 +32451,3386296 +32486,366 +32486,2076 +32491,1081 +32491,3314491 +32536,26 +32536,491 +32536,3317191 +32536,3320636 +32566,1171 +32566,2081 +32611,2086 +32611,2176 +32616,666 +32616,741 +32616,1951 +32616,3314471 +32636,1171 +32636,2081 +32646,2091 +32646,3323866 +32651,1156 +32651,2131 +32651,3323666 +32651,3324346 +32651,3347081 +32651,3387886 +32666,486 +32666,3387701 +32756,1041 +32756,1051 +32756,1066 +32756,3321211 +32756,3388386 +32836,2216 +32836,3314441 +32846,1156 +32846,2131 +32846,2211 +32846,3323666 +32851,761 +32851,771 +32851,3378216 +32856,761 +32856,771 +32861,761 +32861,771 +32866,761 +32866,771 +32866,3383171 +32866,3387366 +32866,3387511 +32866,3387516 +32876,366 +32876,2026 +32881,761 +32881,771 +32881,3383171 +32881,3387511 +32891,656 +32891,1156 +32891,1846 +32891,2131 +32891,3323666 +32891,3324346 +32891,3347081 +32891,3387886 +32896,366 +32896,2026 +32901,2216 +32901,3314441 +32901,3388456 +32926,366 +32926,2026 +32931,366 +32931,2026 +32951,656 +32951,1156 +32951,2131 +32951,2211 +32951,3323666 +32971,3323866 +32971,3324046 +32971,3362581 +32996,366 +32996,2026 +33011,2131 +33011,2211 +33011,3323666 +33016,366 +33016,1801 +33016,2026 +33026,366 +33026,1801 +33026,2026 +33031,1801 +33031,2026 +33046,706 +33046,2146 +33046,3314441 +33046,3323696 +33046,3388456 +33066,3323866 +33096,1541 +33096,3323866 +33111,1801 +33151,366 +33151,1801 +33161,16 +33161,1331 +33166,466 +33166,3346556 +33166,3374881 +33176,366 +33176,1801 +33186,466 +33186,3346556 +33186,3374881 +33206,366 +33206,1801 +33221,1781 +33221,3387211 +33221,3387411 +33236,1161 +33236,1326 +33251,846 +33251,1781 +33256,846 +33256,1781 +33261,846 +33261,1781 +33271,1781 +33276,806 +33276,2186 +33291,846 +33291,1781 +33306,1636 +33306,3315501 +33306,3323866 +33316,706 +33316,2146 +33316,3314441 +33326,1661 +33341,366 +33346,1021 +33346,1036 +33346,1281 +33346,2161 +33346,3314541 +33351,806 +33351,2186 +33361,366 +33361,671 +33366,806 +33386,806 +33386,2186 +33411,366 +33411,2076 +33426,651 +33426,1946 +33436,806 +33441,366 +33441,1801 +33441,2026 +33456,1231 +33456,2116 +33456,3352861 +33456,3386296 +33471,806 +33491,806 +33496,1801 +33496,2026 +33506,651 +33506,1946 +33511,16 +33511,1726 +33511,3321211 +33516,846 +33516,1781 +33526,446 +33526,806 +33531,366 +33531,1801 +33536,1661 +33556,846 +33556,1781 +33556,3320636 +33556,3387211 +33561,686 +33571,806 +33571,2186 +33576,446 +33576,806 +33576,3315596 +33586,846 +33586,1781 +33601,366 +33601,1801 +33601,2026 +33606,806 +33611,651 +33611,1946 +33626,26 +33626,1306 +33626,1596 +33626,2086 +33631,806 +33646,846 +33646,1781 +33656,366 +33656,1801 +33661,806 +33661,2186 +33666,16 +33666,1331 +33671,446 +33671,806 +33676,366 +33676,1801 +33681,446 +33681,806 +33686,366 +33686,1801 +33686,2026 +33686,3386361 +33691,1081 +33691,3324206 +33691,3387691 +33696,366 +33696,1801 +33741,366 +33741,1801 +33741,2026 +33751,1801 +33751,2026 +33756,1801 +33756,2026 +33761,1801 +33761,2026 +33786,1801 +33811,366 +33811,1801 +33811,2026 +33816,1801 +33841,806 +33856,641 +33856,3315306 +33856,3323881 +33866,651 +33866,1946 +33866,3315476 +33881,26 +33881,331 +33881,1406 +33881,2201 +33906,331 +33906,2201 +33921,626 +33921,736 +33921,776 +33921,1591 +33996,2131 +33996,2211 +33996,3323666 +34016,706 +34016,2146 +34016,2216 +34016,3314441 +34016,3315476 +34036,3323866 +34036,3362581 +34086,851 +34086,1781 +34086,3320636 +34101,806 +34121,651 +34121,1946 +34121,3315476 +34146,806 +34151,336 +34151,3387366 +34236,806 +34251,806 +34286,806 +34286,2186 +34291,806 +34306,1156 +34306,2131 +34306,2211 +34306,3323666 +34316,341 +34316,2196 +34326,366 +34326,1801 +34326,2026 +34336,806 +34336,2186 +34341,806 +34391,806 +34416,806 +34421,1116 +34421,3315406 +34426,806 +34491,1156 +34491,1166 +34491,2131 +34491,2211 +34491,3323666 +34526,2141 +34551,1166 +34551,2121 +34551,2211 +34581,846 +34581,1781 +34591,1116 +34591,3315406 +34606,846 +34606,1781 +34611,846 +34611,1231 +34611,1781 +34631,2086 +34731,26 +34731,461 +34731,1756 +34736,2121 +34746,461 +34746,781 +34746,1756 +34746,3320636 +34746,3326261 +34756,1406 +34756,2086 +34761,461 +34761,781 +34761,1756 +34761,3320636 +34761,3326261 +34781,1231 +34781,3316421 +34781,3386296 +34796,2146 +34796,3314441 +34796,3323701 +34796,3387611 +34796,3388456 +34801,816 +34801,3321226 +34801,3321231 +34871,806 +34871,2186 +34886,816 +34886,2201 +34886,3321226 +34891,816 +34891,2201 +34891,3321226 +34916,816 +34916,2201 +34916,3321226 +34991,816 +34991,2201 +34991,3321226 +34996,816 +34996,2201 +34996,3321226 +35001,816 +35001,2201 +35001,3321226 +35031,26 +35031,366 +35031,821 +35031,2111 +35031,3366391 +35041,446 +35041,806 +35041,3315596 +35051,446 +35051,806 +35066,2066 +35066,3317871 +35076,446 +35076,806 +35076,3315596 +35106,816 +35106,3321226 +35191,806 +35191,2186 +35246,1116 +35246,3315406 +35256,1801 +35266,1801 +35271,806 +35271,2186 +35276,26 +35276,1331 +35281,806 +35281,2186 +35301,1116 +35316,366 +35316,1801 +35321,486 +35321,3387701 +35326,1801 +35331,1801 +35366,1116 +35386,606 +35386,3324376 +35386,3332741 +35391,1801 +35396,761 +35396,771 +35396,3387511 +35401,1601 +35401,1706 +35411,1801 +35421,606 +35426,806 +35426,2186 +35431,806 +35431,2186 +35446,486 +35446,3387701 +35456,806 +35461,1116 +35476,1081 +35476,3332741 +35481,806 +35481,1116 +35481,3315406 +35496,1116 +35511,806 +35516,1116 +35521,1601 +35611,1601 +35616,1116 +35616,3315406 +35621,331 +35621,1601 +35621,3387301 +35631,1601 +35636,1116 +35646,1116 +35646,3315406 +35671,1116 +35671,3315406 +35676,366 +35676,2076 +35676,3316051 +35681,1601 +35681,3345076 +35686,1601 +35691,1116 +35691,3315406 +35696,806 +35701,806 +35711,806 +35711,2186 +35716,806 +35716,2186 +35721,806 +35721,2186 +35736,1081 +35736,3322161 +35736,3332741 +35746,2121 +35756,2146 +35756,2216 +35756,3314441 +35756,3388456 +35771,1801 +35771,2026 +35781,366 +35781,1801 +35781,2026 +35786,1801 +35786,2026 +35786,3386361 +35791,1801 +35791,2026 +35796,1801 +35796,2026 +35801,366 +35801,1801 +35801,2026 +35801,3386361 +35806,1801 +35806,2026 +35806,3316421 +35806,3366316 +35816,1801 +35816,2026 +35821,616 +35826,366 +35826,1801 +35826,2026 +35831,1801 +35831,2026 +35836,1801 +35836,2026 +35856,1801 +35856,2026 +35856,3386361 +35871,1801 +35871,2026 +35906,1801 +35906,2026 +35921,1801 +35921,2026 +35956,1801 +35956,2026 +35986,1801 +35986,2026 +35996,1801 +35996,2026 +35996,3386361 +36046,366 +36046,2136 +36051,1801 +36051,2026 +36061,1801 +36061,2026 +36066,2216 +36066,3314441 +36066,3388456 +36071,1801 +36071,2026 +36071,3386361 +36116,2151 +36116,3321246 +36131,366 +36131,1801 +36131,2026 +36146,2216 +36146,3314441 +36146,3388456 +36151,1801 +36151,2026 +36161,1261 +36161,2061 +36161,3320901 +36166,1801 +36166,2026 +36181,1801 +36181,2026 +36191,1801 +36191,2026 +36196,1116 +36196,3315406 +36216,466 +36216,3346556 +36216,3374881 +36221,2216 +36221,3314441 +36221,3388456 +36236,1116 +36236,3315406 +36241,1801 +36251,1801 +36261,366 +36261,1801 +36271,706 +36271,2216 +36271,3314441 +36271,3388456 +36301,366 +36301,1801 +36301,3323706 +36306,1501 +36306,3316696 +36306,3323866 +36306,3388126 +36321,2151 +36321,3314891 +36321,3317501 +36321,3321246 +36331,1036 +36331,1176 +36331,1501 +36331,3316696 +36331,3323866 +36336,1176 +36336,1501 +36336,3316696 +36336,3323866 +36351,366 +36351,1801 +36366,966 +36366,1176 +36366,1501 +36366,3316691 +36366,3316696 +36366,3323866 +36366,3387981 +36366,3388126 +36386,1231 +36386,2116 +36386,3324741 +36386,3386296 +36401,366 +36401,1801 +36406,366 +36406,1801 +36411,1801 +36411,2026 +36421,366 +36421,1801 +36431,3315651 +36431,3352371 +36431,3387531 +36446,3315651 +36446,3334561 +36446,3352371 +36446,3387226 +36481,1116 +36486,671 +36486,3325561 +36491,1116 +36496,1156 +36496,2131 +36496,3323666 +36496,3324346 +36496,3347081 +36501,1116 +36506,1116 +36516,1116 +36521,26 +36521,671 +36521,3323706 +36526,1116 +36531,1116 +36541,1116 +36546,806 +36546,1116 +36551,1116 +36556,1116 +36561,1261 +36561,2061 +36561,3320901 +36561,3323866 +36566,1116 +36571,2151 +36571,3314891 +36576,1116 +36581,706 +36581,2216 +36581,3314441 +36581,3388456 +36586,1116 +36596,1116 +36601,486 +36601,3387701 +36636,1021 +36636,1036 +36636,1281 +36636,2296 +36656,486 +36656,3387701 +36671,1231 +36671,2116 +36671,3386296 +36696,671 +36711,671 +36716,791 +36716,1376 +36716,3314726 +36751,366 +36751,1801 +36756,366 +36756,1801 +36761,366 +36761,1801 +36766,366 +36766,1801 +36771,366 +36771,1801 +36776,366 +36776,1801 +36781,366 +36781,1801 +36786,1801 +36791,366 +36791,1801 +36796,366 +36796,1801 +36806,1801 +36831,366 +36831,1801 +36841,366 +36841,1801 +36866,1116 +36871,1116 +36876,1801 +36881,1116 +36886,1116 +36901,806 +36901,1116 +36911,1116 +36921,1116 +36926,1116 +36931,1116 +36936,1116 +36941,1116 +36946,1116 +36966,366 +36966,1801 +37001,3315501 +37001,3323866 +37011,1801 +37071,1801 +37171,671 +37186,366 +37186,1801 +37221,671 +37251,1166 +37251,2131 +37251,2211 +37251,3323666 +37251,3387411 +37281,671 +37326,3314521 +37371,491 +37371,1066 +37396,606 +37396,3314521 +37396,3321551 +37396,3322161 +37431,366 +37431,1801 +37461,1801 +37471,1036 +37471,1501 +37471,3316696 +37471,3323866 +37486,1801 +37526,671 +37571,671 +37586,1176 +37586,1501 +37586,3323866 +37586,3388126 +37601,366 +37601,1801 +37646,2146 +37646,3314441 +37646,3323696 +37646,3388456 +37816,1231 +37816,2116 +37816,3386296 +37901,1661 +37931,1246 +37931,1251 +37931,3357796 +38001,671 +38036,2186 +38046,671 +38051,3315651 +38051,3322551 +38051,3334561 +38051,3352371 +38051,3387531 +38076,671 +38081,491 +38081,1066 +38111,671 +38121,1421 +38121,2171 +38121,3316366 +38121,3323866 +38141,671 +38161,1261 +38161,2061 +38161,3320901 +38161,3320931 +38161,3323866 +38161,3339241 +38191,2116 +38201,671 +38211,671 +38226,671 +38231,2151 +38231,3314891 +38236,366 +38236,2136 +38236,3366391 +38241,671 +38246,671 +38266,671 +38271,1261 +38271,2061 +38271,3323866 +38271,3339241 +38296,656 +38296,1156 +38296,2131 +38296,3324346 +38296,3347081 +38306,2151 +38306,3314891 +38306,3317501 +38306,3321246 +38351,1231 +38351,2116 +38351,3352861 +38351,3386296 +38396,1261 +38396,2061 +38396,3320901 +38411,1261 +38411,2061 +38411,3323866 +38431,761 +38431,771 +38431,3321246 +38431,3371396 +38431,3387511 +38501,761 +38501,771 +38501,3371396 +38501,3383171 +38501,3387511 +38501,3387516 +38521,336 +38521,761 +38521,771 +38521,3387511 +38526,761 +38526,771 +38546,706 +38546,2146 +38546,2216 +38546,3314441 +38546,3323696 +38546,3388456 +38551,3315501 +38551,3323866 +38586,336 +38586,761 +38586,771 +38586,3383171 +38586,3387511 +38586,3388161 +38596,331 +38676,1 +38676,1231 +38676,3314766 +38676,3315511 +38676,3386296 +38686,366 +38686,1801 +38686,2026 +38716,1261 +38716,2061 +38716,3323866 +38731,366 +38731,1801 +38756,366 +38756,1801 +38766,761 +38766,771 +38766,3378216 +38766,3383176 +38766,3387511 +38776,366 +38776,1801 +38791,366 +38791,1801 +38796,3315501 +38796,3323866 +38811,366 +38811,1801 +38846,2151 +38856,1021 +38856,1036 +38856,1281 +38856,2296 +38856,3348396 +38861,761 +38861,771 +38861,3387511 +38866,366 +38866,1801 +38871,1231 +38871,3386296 +38896,366 +38896,1801 +38901,366 +38901,1801 +38911,366 +38911,1801 +38921,366 +38921,1801 +38931,366 +38931,1801 +38936,761 +38936,771 +38976,2121 +38976,3316451 +38981,1231 +38981,2116 +38981,3352861 +38981,3386296 +38986,1781 +38986,2081 +38986,3387211 +38991,1376 +38991,2121 +39001,1781 +39001,2081 +39001,3387211 +39006,1781 +39006,2081 +39006,2201 +39006,3387211 +39016,1781 +39016,2081 +39016,2201 +39016,3387211 +39026,26 +39026,671 +39041,1781 +39041,2081 +39046,3386296 +39056,1781 +39056,2081 +39056,2201 +39056,3387211 +39066,1781 +39066,2081 +39066,2201 +39066,3387211 +39076,1781 +39076,2081 +39076,2201 +39076,3387211 +39086,1781 +39086,2081 +39086,2201 +39086,3387211 +39106,671 +39111,2281 +39111,3323866 +39121,1021 +39121,1036 +39121,1281 +39146,1781 +39146,2081 +39146,2201 +39146,3387211 +39156,1781 +39156,2081 +39156,3387211 +39166,1021 +39166,1036 +39166,1281 +39166,1286 +39201,1041 +39201,1051 +39201,3321211 +39241,1021 +39241,1036 +39241,2126 +39241,2161 +39251,366 +39251,1801 +39256,366 +39256,1801 +39261,366 +39261,1801 +39266,366 +39266,1801 +39271,366 +39271,1801 +39276,1021 +39276,1281 +39276,3348396 +39281,366 +39281,1801 +39286,366 +39286,1801 +39291,1021 +39291,1281 +39316,1231 +39316,3321306 +39316,3386296 +39326,1231 +39326,3386296 +39331,1066 +39331,1231 +39331,3316421 +39331,3383711 +39331,3386296 +39346,1231 +39346,3386296 +39366,486 +39366,3323866 +39391,1781 +39391,2081 +39391,3387211 +39401,1781 +39401,2081 +39401,2201 +39401,3387211 +39416,1781 +39416,2081 +39416,3387211 +39436,1066 +39461,816 +39461,3321226 +39461,3321236 +39466,3315501 +39466,3323866 +39471,2116 +39476,1006 +39476,1261 +39476,2061 +39476,3322001 +39476,3323666 +39476,3323866 +39476,3339241 +39481,686 +39481,1441 +39491,1261 +39491,2061 +39491,3320901 +39491,3323866 +39491,3339241 +39511,1081 +39511,3314491 +39516,686 +39516,1441 +39526,1466 +39526,1661 +39526,3388276 +39531,1781 +39531,2081 +39531,3387211 +39536,1066 +39586,1081 +39586,3314491 +39601,1261 +39601,2061 +39601,3339241 +39606,1 +39606,1066 +39606,1196 +39606,1351 +39606,2186 +39611,1066 +39616,1156 +39616,2131 +39616,3323666 +39616,3324346 +39616,3347081 +39636,3315501 +39636,3323866 +39641,1066 +39651,1261 +39651,2061 +39656,686 +39656,1441 +39661,1066 +39661,1196 +39661,1356 +39661,2101 +39661,2186 +39666,491 +39671,656 +39671,1156 +39671,2131 +39671,3323666 +39671,3324346 +39671,3347081 +39696,1661 +39701,336 +39701,1261 +39701,2061 +39706,26 +39706,1776 +39706,3376776 +39706,3387681 +39721,1661 +39781,1081 +39781,3314491 +39781,3323401 +39786,1021 +39786,1036 +39786,2161 +39786,3324451 +39801,1081 +39801,3314491 +39801,3323401 +39861,1081 +39861,3314491 +39861,3387866 +39871,1066 +39876,486 +39876,3387701 +39886,1721 +39886,3319006 +39886,3359356 +39896,486 +39896,3387701 +39906,486 +39906,3387701 +39951,1721 +39951,3319006 +39951,3359356 +39956,491 +39956,1681 +39956,3316421 +39956,3320636 +39971,1721 +39971,2201 +39981,1721 +39981,3319006 +39981,3359356 +39986,1721 +39986,3319006 +39986,3359356 +39986,3385806 +40001,1721 +40001,3319006 +40001,3326806 +40001,3359356 +40026,1721 +40026,2201 +40041,366 +40041,2076 +40046,1721 +40046,3319006 +40046,3359356 +40046,3385806 +40051,1081 +40051,3314491 +40056,1661 +40066,2201 +40076,1721 +40076,3319006 +40076,3359356 +40096,2201 +40106,366 +40106,2136 +40116,1721 +40116,3319006 +40116,3359356 +40121,1406 +40121,2201 +40121,3319006 +40136,1156 +40136,1166 +40136,2131 +40136,2211 +40136,3323666 +40161,2201 +40171,2201 +40186,1781 +40186,2081 +40186,3387211 +40191,1721 +40191,3316421 +40191,3319006 +40191,3359356 +40196,1781 +40196,2081 +40196,3387211 +40201,1721 +40201,3319006 +40201,3359356 +40211,1781 +40211,2081 +40211,3387211 +40216,2201 +40226,846 +40226,1781 +40241,1781 +40241,2081 +40241,3387211 +40246,1721 +40246,3319006 +40251,1781 +40251,2081 +40251,2201 +40251,3387211 +40256,2201 +40261,1781 +40261,2081 +40261,3315476 +40261,3387211 +40266,1781 +40276,846 +40276,1781 +40281,3315501 +40281,3323866 +40286,3315501 +40286,3323866 +40291,3315501 +40291,3323866 +40311,1066 +40326,1066 +40341,2131 +40341,2211 +40341,3323666 +40356,1066 +40361,1231 +40361,3386296 +40396,3315501 +40396,3323866 +40421,1081 +40421,3314491 +40426,1231 +40426,3386296 +40441,1231 +40441,3386296 +40451,3386296 +40461,966 +40461,1176 +40461,1501 +40461,3323866 +40461,3387836 +40461,3387981 +40481,2131 +40481,2211 +40481,3323666 +40506,1781 +40506,2081 +40506,2201 +40511,666 +40511,741 +40511,3314471 +40521,1781 +40521,2081 +40521,2201 +40546,1781 +40546,2081 +40546,2201 +40546,3387211 +40571,1781 +40571,2081 +40571,3387211 +40576,1781 +40576,2081 +40576,2201 +40591,1781 +40591,2081 +40591,3387211 +40601,1781 +40601,2081 +40601,2201 +40606,1781 +40606,2081 +40606,3387211 +40616,1781 +40616,2081 +40616,2201 +40621,1781 +40621,2081 +40641,1781 +40641,2081 +40661,1781 +40661,2081 +40661,3387211 +40666,1781 +40666,2081 +40666,3387211 +40681,1781 +40681,2081 +40686,1781 +40686,2081 +40686,3387211 +40691,1781 +40691,2081 +40691,3387211 +40696,1781 +40696,2201 +40696,3387211 +40701,1781 +40701,2081 +40701,3387211 +40706,26 +40706,821 +40716,1781 +40716,2081 +40726,1781 +40726,2201 +40731,1781 +40731,2201 +40736,1781 +40736,2081 +40736,3387211 +40741,1781 +40741,2201 +40746,1781 +40746,2081 +40746,3387211 +40751,1781 +40751,2081 +40751,3387211 +40756,1781 +40756,2081 +40761,1781 +40761,2081 +40761,3387211 +40771,1781 +40771,2081 +40771,3387211 +40776,1781 +40776,2201 +40786,1771 +40791,1781 +40791,2201 +40791,3387211 +40801,1781 +40801,2201 +40816,1781 +40816,2201 +40821,706 +40821,2146 +40821,3314441 +40821,3323701 +40821,3387611 +40836,1781 +40836,2201 +40846,1406 +40846,1781 +40846,2201 +40871,1781 +40871,2081 +40881,1781 +40881,2201 +40881,3387211 +40886,1781 +40886,2081 +40886,3387211 +40891,1781 +40891,2081 +40901,1781 +40901,2081 +40916,1781 +40916,2081 +40926,1781 +40926,2081 +40936,1781 +40936,2081 +40936,3387211 +40941,1781 +40941,2201 +40946,1156 +40946,2131 +40946,3324346 +40961,1781 +40961,2081 +40961,2201 +40966,1781 +40966,2081 +40966,2201 +40976,1781 +40976,2081 +40976,3387211 +40981,1781 +40981,2081 +40981,2201 +40991,1781 +40991,2081 +40996,1781 +40996,2081 +40996,2201 +41001,331 +41021,1781 +41021,2081 +41026,1781 +41026,2081 +41026,2201 +41036,1781 +41036,2081 +41036,2201 +41051,1781 +41051,2081 +41051,2201 +41061,1781 +41061,2081 +41061,3387211 +41066,1781 +41066,2081 +41076,1781 +41076,2081 +41076,2201 +41076,3387211 +41086,2146 +41086,2216 +41086,3314441 +41086,3388456 +41091,1781 +41091,2081 +41101,1781 +41101,2081 +41116,1781 +41116,2081 +41116,2201 +41136,331 +41141,1781 +41141,2081 +41141,2201 +41156,1781 +41156,2081 +41156,2201 +41161,1781 +41161,2081 +41161,2201 +41161,3387211 +41166,1781 +41166,2081 +41166,2201 +41171,1781 +41171,2081 +41171,2201 +41181,1631 +41181,1741 +41181,2096 +41181,3322276 +41181,3374296 +41186,491 +41186,1066 +41186,1681 +41186,3316421 +41186,3320636 +41191,1781 +41191,2081 +41191,2201 +41196,1661 +41201,1781 +41201,2081 +41201,2201 +41226,1156 +41226,1661 +41241,1781 +41241,2081 +41241,2201 +41246,1781 +41246,2081 +41246,2201 +41256,1781 +41256,2081 +41256,2201 +41261,1661 +41276,1781 +41276,2081 +41296,1781 +41296,2081 +41296,2201 +41296,3387211 +41301,1781 +41301,2081 +41301,2201 +41301,3387211 +41341,1156 +41341,1661 +41351,1661 +41361,3315651 +41361,3322551 +41361,3334561 +41361,3352371 +41361,3387226 +41361,3387531 +41411,606 +41411,3314521 +41416,1066 +41416,2186 +41431,606 +41431,3314521 +41451,606 +41451,3314521 +41456,606 +41456,3314521 +41461,3314521 +41471,606 +41471,3314521 +41486,606 +41486,3314521 +41496,606 +41496,3314521 +41571,686 +41571,1441 +41586,1781 +41586,2081 +41586,2201 +41591,761 +41591,771 +41591,3383171 +41591,3387676 +41741,1066 +41741,1351 +41741,1356 +41741,2186 +41741,3323676 +41741,3323881 +41771,446 +41771,806 +41811,1636 +41811,3323866 +41836,26 +41836,1661 +41896,446 +41896,806 +41901,446 +41901,806 +41926,366 +41926,2076 +41926,3323711 +41971,1831 +41971,3316451 +42051,366 +42051,1801 +42056,366 +42056,1801 +42061,366 +42061,1801 +42071,1036 +42071,1281 +42071,3348396 +42071,3350011 +42071,3387781 +42076,1801 +42101,1801 +42101,2026 +42116,366 +42116,1801 +42116,2026 +42121,1801 +42121,2026 +42126,761 +42126,771 +42126,3387676 +42131,366 +42131,1801 +42131,2026 +42136,1801 +42136,2026 +42151,1801 +42161,366 +42161,1801 +42171,366 +42171,1801 +42171,2026 +42186,2151 +42256,641 +42256,761 +42256,771 +42256,1106 +42256,3323881 +42256,3371396 +42256,3378216 +42256,3378226 +42256,3383171 +42256,3387511 +42256,3387676 +42301,1376 +42301,3315476 +42301,3349956 +42316,3316226 +42321,2061 +42331,366 +42331,2076 +42331,3320636 +42331,3387391 +42411,666 +42411,741 +42411,1951 +42411,3314471 +42411,3331146 +42426,1261 +42426,2061 +42426,3322001 +42456,1261 +42456,2061 +42466,1831 +42501,2151 +42526,1261 +42526,2061 +42526,3315636 +42526,3320911 +42526,3322001 +42526,3323866 +42646,3315651 +42646,3334561 +42646,3352371 +42646,3387226 +42646,3387531 +42656,3314491 +42676,26 +42676,1306 +42676,1406 +42676,1596 +42676,2086 +42676,2176 +42691,3315651 +42691,3352371 +42691,3387226 +42721,1156 +42721,2131 +42721,2211 +42721,3323666 +42721,3387886 +42736,3314491 +42761,671 +42811,671 +42816,1036 +42816,1281 +42816,2161 +42816,2296 +42816,3316436 +42816,3337426 +42821,686 +42821,1441 +42831,2091 +42836,1036 +42836,1281 +42836,2161 +42836,2296 +42836,3316211 +42836,3316436 +42836,3337426 +42841,1156 +42841,1551 +42841,2131 +42841,2211 +42841,3323666 +42861,1246 +42861,1251 +42861,2116 +42861,3317431 +42861,3319866 +42861,3319871 +42861,3357796 +42861,3388251 +42886,1021 +42886,1036 +42886,1281 +42886,1286 +42886,1291 +42886,2161 +42886,2296 +42886,3316211 +42886,3316436 +42886,3348396 +42896,1251 +42896,2141 +42896,3357796 +42911,746 +42911,976 +42911,3316421 +42911,3339456 +42911,3349666 +42931,366 +42931,1801 +42931,3386361 +42941,1801 +42941,2026 +42946,1801 +42956,1801 +42956,2026 +42961,1801 +42961,3316421 +43001,2091 +43001,3323866 +43036,1886 +43036,2091 +43036,3323866 +43036,3341691 +43041,1066 +43076,1251 +43076,2116 +43076,3319866 +43096,1056 +43176,366 +43176,1136 +43176,3323711 +43191,491 +43191,1066 +43201,466 +43201,676 +43201,3320636 +43201,3346556 +43206,26 +43206,341 +43206,2196 +43231,1506 +43231,3315256 +43236,491 +43236,1066 +43236,1381 +43236,3387786 +43281,1261 +43281,2061 +43301,3315651 +43311,1136 +43321,3315651 +43321,3334561 +43321,3352371 +43361,736 +43361,1591 +43361,3322076 +43366,641 +43366,1066 +43366,3317936 +43381,1801 +43401,1801 +43401,2026 +43416,1 +43416,1366 +43416,2131 +43416,3316116 +43416,3323666 +43416,3387411 +43421,1801 +43421,2026 +43426,626 +43426,736 +43426,1591 +43451,1366 +43451,2131 +43451,3316116 +43451,3323666 +43451,3387411 +43461,1006 +43461,1066 +43471,1066 +43481,1066 +43481,1216 +43486,651 +43486,1946 +43526,736 +43526,3323766 +43541,491 +43541,3323881 +43546,2176 +43571,736 +43571,1081 +43571,1591 +43571,3322076 +43601,651 +43601,1486 +43601,1946 +43601,3344136 +43601,3387126 +43616,651 +43616,1946 +43616,3317871 +43671,1066 +43676,2216 +43676,3314441 +43691,2091 +43696,491 +43696,1066 +43696,1381 +43741,706 +43741,2216 +43741,3314441 +43741,3327111 +43741,3387601 +43751,366 +43751,2076 +43761,1 +43761,651 +43761,1486 +43761,1946 +43836,1781 +43836,3387211 +43846,466 +43846,3346556 +43846,3374881 +43856,746 +43856,3339606 +43856,3349666 +43871,1136 +43891,671 +43961,1136 +43976,706 +43976,2216 +43976,3314441 +43976,3323701 +44006,1136 +44026,1136 +44061,491 +44061,1066 +44131,446 +44131,806 +44131,3315596 +44136,446 +44136,806 +44141,1136 +44151,1251 +44151,2116 +44151,3319861 +44166,1066 +44186,1066 +44186,3323881 +44226,1066 +44246,1261 +44246,2061 +44246,3338951 +44246,3339241 +44256,26 +44256,341 +44256,631 +44256,1741 +44256,2196 +44256,3354631 +44256,3357606 +44306,1251 +44306,2116 +44326,26 +44326,2196 +44331,671 +44341,446 +44341,806 +44351,706 +44351,2146 +44351,3314441 +44351,3323696 +44351,3372261 +44406,446 +44406,806 +44416,446 +44416,806 +44431,366 +44431,2076 +44436,1156 +44436,1551 +44436,2131 +44436,2211 +44436,3323666 +44441,491 +44441,1066 +44441,3324686 +44446,2211 +44451,2216 +44471,1551 +44471,2131 +44471,3316116 +44471,3323666 +44471,3387411 +44526,2131 +44526,2211 +44526,3316116 +44526,3323666 +44531,1156 +44531,2131 +44531,2211 +44531,3316116 +44531,3323666 +44581,1136 +44591,1136 +44591,3327656 +44596,2076 +44601,1156 +44601,2131 +44601,2211 +44601,3316116 +44601,3323666 +44606,2131 +44606,2211 +44606,3316116 +44606,3323666 +44611,1831 +44611,3314726 +44611,3349956 +44641,2131 +44641,2211 +44641,3316116 +44656,331 +44656,2176 +44656,3321226 +44681,2151 +44691,651 +44691,1946 +44691,3315476 +44701,791 +44701,1376 +44701,1426 +44701,3314726 +44701,3315476 +44701,3316206 +44701,3349956 +44726,966 +44726,1176 +44726,3316691 +44726,3323866 +44821,2151 +44821,3321246 +44826,366 +44826,2136 +44826,3320636 +44831,2076 +44836,736 +44836,1156 +44836,1591 +44836,3322076 +44836,3323766 +44846,626 +44846,736 +44846,1591 +44846,3319601 +44846,3322076 +44846,3323766 +44856,416 +44856,3386296 +44861,416 +44861,3386296 +44896,466 +44896,3346556 +44896,3374881 +44906,761 +44906,771 +44906,3387511 +44906,3387516 +44911,771 +44911,3323651 +44911,3387511 +44916,446 +44916,806 +44926,446 +44926,806 +44956,1 +44956,816 +44956,3321226 +44956,3381811 +44971,446 +44971,806 +44976,446 +44976,806 +44981,466 +44981,3346556 +44981,3374881 +45011,816 +45011,3321226 +45026,671 +45051,336 +45051,761 +45051,771 +45051,3371396 +45051,3387511 +45056,761 +45056,771 +45056,3387511 +45076,466 +45076,676 +45101,671 +45111,466 +45111,3346556 +45111,3374881 +45156,466 +45156,3346556 +45156,3374881 +45166,466 +45166,676 +45176,1331 +45176,1531 +45181,816 +45181,3321226 +45186,816 +45186,3321226 +45196,816 +45196,3321226 +45206,476 +45206,3386296 +45221,476 +45221,1146 +45221,1231 +45221,3386296 +45226,476 +45226,3386296 +45271,816 +45271,3321226 +45276,446 +45276,806 +45281,446 +45281,806 +45281,3315596 +45306,671 +45321,486 +45321,1156 +45321,3387701 +45341,486 +45341,3387701 +45406,966 +45406,1176 +45406,3316691 +45406,3323866 +45411,966 +45411,3316691 +45411,3323866 +45431,791 +45431,1011 +45431,1376 +45431,3314726 +45431,3316206 +45431,3349956 +45496,816 +45496,3321226 +45496,3321231 +45501,816 +45501,3321226 +45511,816 +45511,3321226 +45531,1261 +45531,2061 +45531,3320931 +45531,3320946 +45531,3323866 +45531,3339241 +45546,816 +45546,3321226 +45546,3321231 +45561,816 +45561,3321226 +45566,816 +45566,3321226 +45611,3316451 +45611,3349956 +45646,2091 +45646,3323866 +45646,3341691 +45651,626 +45651,736 +45651,1156 +45651,1591 +45651,1846 +45651,2131 +45651,3323766 +45651,3325641 +45671,1 +45671,816 +45671,3321226 +45671,3321231 +45686,816 +45686,3321226 +45691,816 +45691,3321226 +45691,3321231 +45696,816 +45696,3321226 +45696,3381811 +45701,606 +45711,816 +45711,3321226 +45761,816 +45761,3321226 +45766,2171 +45781,1261 +45781,2061 +45781,3320921 +45781,3320931 +45781,3323866 +45781,3338951 +45781,3339241 +45816,606 +45816,3314521 +45826,1261 +45826,3339241 +45831,366 +45831,651 +45831,1946 +45831,3344136 +45831,3387126 +45836,1261 +45836,2061 +45836,3339241 +45841,651 +45841,1946 +45841,3387126 +45846,1366 +45846,2131 +45846,3316116 +45846,3323666 +45846,3387411 +45851,1261 +45851,2061 +45851,3316421 +45851,3320901 +45851,3320906 +45851,3320946 +45851,3339241 +45856,651 +45856,1946 +45856,3344136 +45856,3387126 +45866,606 +45866,3314521 +45876,606 +45876,3314521 +45891,486 +45891,3323866 +45891,3387701 +45986,26 +45986,626 +45986,736 +45986,1591 +45986,3387131 +46006,26 +46006,736 +46006,1591 +46006,3319601 +46006,3323766 +46011,1781 +46011,3387211 +46026,1801 +46026,2026 +46036,1801 +46041,1801 +46041,3386361 +46081,1261 +46081,3339241 +46121,511 +46176,671 +46246,26 +46246,671 +46366,671 +46411,366 +46411,2026 +46421,671 +46441,446 +46441,806 +46461,1156 +46461,1166 +46461,1551 +46461,2131 +46461,3323666 +46461,3387886 +46476,26 +46476,1081 +46521,26 +46521,791 +46521,1376 +46521,3315476 +46521,3316226 +46556,671 +46646,1246 +46646,1251 +46646,2116 +46651,3315651 +46651,3322551 +46651,3334561 +46651,3387226 +46651,3387531 +46681,26 +46681,416 +46681,626 +46681,736 +46681,1591 +46681,3316421 +46681,3319601 +46681,3323251 +46681,3323766 +46716,1601 +46736,606 +46736,3314521 +46736,3322161 +46736,3324376 +46736,3332741 +46771,1246 +46771,1251 +46771,2116 +46776,1601 +46776,3345076 +46791,446 +46791,806 +46796,446 +46796,806 +46796,3315596 +46806,656 +46806,1156 +46806,2131 +46806,3323666 +46811,446 +46811,806 +46816,446 +46816,806 +46826,446 +46826,806 +46826,3315596 +46831,446 +46831,806 +46831,3315596 +46861,1246 +46861,1251 +46861,2116 +46866,1261 +46866,2061 +46866,3320931 +46866,3320946 +46866,3320961 +46866,3321041 +46866,3323866 +46866,3339241 +46866,3348461 +46891,1781 +46906,1261 +46906,2061 +46906,3339241 +46941,1801 +46941,2026 +46946,1801 +46946,2026 +46951,1801 +46986,3323866 +46991,3323866 +47001,3323866 +47011,3323866 +47026,476 +47026,1146 +47026,3318121 +47026,3386296 +47066,1221 +47066,1726 +47066,3321211 +47111,476 +47111,1146 +47111,3317431 +47111,3386296 +47121,1601 +47201,1601 +47236,2131 +47236,3316116 +47246,2131 +47246,3316116 +47246,3323666 +47261,1601 +47266,1156 +47266,3323666 +47286,1251 +47286,2116 +47301,1661 +47341,1601 +47356,1661 +47361,476 +47361,1146 +47361,1231 +47361,3317431 +47361,3386296 +47366,1601 +47366,3387301 +47371,3315651 +47396,1601 +47411,476 +47411,1146 +47411,3317431 +47411,3386296 +47416,1251 +47416,2116 +47426,1601 +47431,861 +47431,976 +47456,1601 +47466,1601 +47481,1251 +47481,2116 +47486,1581 +47486,3316421 +47486,3387201 +47606,1261 +47606,2061 +47606,3320946 +47606,3339241 +47606,3348461 +47641,1251 +47641,2116 +47791,1231 +47791,3386296 +47861,1231 +47861,3386296 +47876,606 +47876,3314521 +47876,3315971 +47876,3321246 +47876,3322161 +47966,1136 +47981,2091 +47981,3323866 +47991,721 +47991,3317431 +47991,3358751 +48016,476 +48016,1146 +48016,3386296 +48041,1261 +48041,3339241 +48086,1231 +48086,3386296 +48201,1156 +48201,2131 +48201,3316116 +48201,3323666 +48211,486 +48211,3323866 +48211,3387701 +48256,2281 +48256,3323866 +48321,26 +48321,626 +48321,736 +48321,1156 +48321,1591 +48321,3319601 +48321,3322076 +48321,3324646 +48321,3387131 +48361,1136 +48411,1261 +48411,2061 +48411,3323866 +48411,3339241 +48421,486 +48421,3323866 +48421,3387701 +48481,1661 +48481,3388276 +48541,2091 +48541,3323866 +48586,1601 +48596,2091 +48596,3323866 +48611,366 +48611,1136 +48616,2091 +48616,3323866 +48641,1601 +48641,1706 +48646,711 +48646,3336366 +48656,486 +48656,3323866 +48656,3387701 +48661,1221 +48661,1726 +48661,3321211 +48671,1601 +48676,651 +48676,1946 +48676,3315476 +48676,3317871 +48676,3387126 +48686,1601 +48701,1601 +48706,1136 +48711,1036 +48711,1281 +48711,1291 +48711,3320036 +48711,3324286 +48711,3328611 +48711,3348396 +48711,3350011 +48711,3387781 +48721,1036 +48831,1066 +48831,1231 +48831,3314766 +48831,3386296 +48851,1231 +48851,3314766 +48851,3383711 +48851,3386296 +48856,476 +48856,3386296 +48866,476 +48866,1231 +48866,3352861 +48866,3386296 +48876,476 +48876,3317431 +48876,3386296 +48886,486 +48886,3323866 +48901,1231 +48901,3314766 +48901,3383711 +48901,3386296 +48911,1231 +48911,3314766 +48911,3383711 +48911,3386296 +48921,486 +48921,3323866 +48921,3387701 +48931,1156 +48931,1661 +48941,1661 +48946,1156 +48946,1661 +48951,1231 +48951,3314766 +48951,3383711 +48951,3386296 +48956,1661 +48976,1231 +48976,3314766 +48976,3383711 +48976,3386296 +49006,1231 +49006,3314766 +49006,3383711 +49006,3386296 +49011,1231 +49011,3314766 +49011,3383711 +49011,3386296 +49016,1231 +49016,3314766 +49016,3383711 +49016,3386296 +49026,1231 +49026,3314766 +49026,3386296 +49031,1011 +49031,3314726 +49031,3316451 +49031,3335636 +49031,3349956 +49031,3368201 +49056,1231 +49056,1236 +49056,3314766 +49056,3386296 +49081,476 +49081,1231 +49081,3317431 +49081,3386296 +49086,1231 +49086,3314766 +49086,3386296 +49121,1661 +49131,1261 +49131,2061 +49131,3320901 +49131,3339241 +49171,1781 +49171,3387211 +49176,2131 +49176,3323666 +49191,1781 +49301,1306 +49321,1231 +49321,3324741 +49321,3352861 +49321,3386296 +49331,1231 +49331,3324741 +49331,3352861 +49331,3386296 +49351,761 +49351,771 +49356,366 +49356,566 +49356,3320636 +49356,3366391 +49356,3385986 +49381,366 +49381,1801 +49381,3323706 +49386,366 +49386,1801 +49386,2026 +49386,3323711 +49386,3366391 +49401,486 +49401,3323866 +49401,3387701 +49416,651 +49416,1946 +49436,366 +49436,1801 +49436,2026 +49436,3323711 +49446,366 +49446,1801 +49446,2026 +49446,3323711 +49451,1231 +49451,3386296 +49456,366 +49456,1801 +49461,366 +49461,1801 +49491,26 +49491,1776 +49501,366 +49501,2026 +49531,1021 +49531,1036 +49531,1281 +49531,1286 +49531,1291 +49531,2296 +49531,3316211 +49531,3316436 +49531,3337426 +49531,3348396 +49541,486 +49541,3387701 +49566,366 +49566,1801 +49566,2026 +49586,366 +49586,1801 +49586,2026 +49596,1781 +49596,3387211 +49626,476 +49626,3386296 +49646,1781 +49646,3387211 +49661,1781 +49661,3387211 +49666,486 +49666,3387701 +49676,1781 +49676,3387211 +49681,1781 +49681,3387211 +49696,486 +49696,3387701 +49701,651 +49701,1946 +49701,3315476 +49706,1206 +49706,1216 +49706,1766 +49706,3387666 +49716,1206 +49716,1216 +49716,1766 +49716,3387666 +49736,2026 +49741,2026 +49746,366 +49746,2026 +49771,366 +49771,1801 +49791,651 +49791,1946 +49791,3315476 +49791,3317871 +49826,1261 +49826,2061 +49826,3339241 +49841,761 +49841,771 +49841,1106 +49851,26 +49851,1261 +49856,1261 +49881,641 +49881,3315306 +49896,1261 +49896,2061 +49896,3320636 +49896,3320901 +49896,3322001 +49896,3323866 +49896,3339241 +49916,1261 +49916,2061 +49916,3320901 +49916,3322001 +49916,3339241 +49946,1251 +49946,2116 +49991,446 +49991,806 +49996,446 +49996,806 +50006,446 +50006,806 +50066,26 +50066,761 +50066,771 +50066,3387511 +50076,446 +50076,806 +50096,476 +50096,3386296 +50101,2091 +50101,3323866 +50101,3341691 +50121,336 +50121,761 +50121,771 +50146,761 +50146,771 +50146,3387511 +50196,446 +50196,806 +50231,2131 +50256,346 +50256,3322496 +50256,3347731 +50271,2131 +50296,471 +50296,1406 +50296,1596 +50316,476 +50316,1146 +50316,3317431 +50316,3386296 +50321,26 +50321,1166 +50321,3320826 +50341,1231 +50341,3318121 +50341,3383711 +50341,3386296 +50351,1156 +50351,1166 +50351,3320826 +50351,3388426 +50376,1231 +50376,3386296 +50381,486 +50381,3387701 +50391,1506 +50391,3315256 +50401,346 +50401,3322496 +50401,3347731 +50416,1246 +50416,1251 +50416,2116 +50416,3319871 +50416,3357796 +50446,1781 +50446,3387211 +50476,1781 +50476,3387211 +50521,1781 +50521,3387211 +50531,576 +50531,1251 +50531,2116 +50531,3386296 +50551,1781 +50551,3387211 +50556,346 +50556,3316726 +50556,3322496 +50556,3347731 +50586,346 +50586,3316726 +50586,3322496 +50586,3347731 +50591,671 +50611,346 +50611,3322496 +50611,3347731 +50681,346 +50681,3316726 +50681,3322496 +50681,3347731 +50696,1021 +50696,1036 +50696,3320636 +50706,1021 +50711,1021 +50711,1036 +50741,366 +50741,1801 +50741,2026 +50746,366 +50746,1801 +50746,2026 +50751,2026 +50756,816 +50756,3321226 +50756,3321231 +50771,606 +50771,3316071 +50781,2026 +50806,671 +50831,641 +50831,3315306 +50846,816 +50846,3321226 +50866,26 +50866,366 +50866,1801 +50866,2026 +50911,26 +50911,1406 +50921,26 +50921,366 +50921,1801 +50936,1216 +50936,1506 +50936,3315256 +50971,486 +50971,3387701 +51011,1246 +51011,1251 +51011,2116 +51011,3319866 +51011,3357796 +51016,1036 +51016,1291 +51016,2296 +51016,3316211 +51016,3316436 +51026,1506 +51026,1766 +51126,106 +51126,3315476 +51141,816 +51141,3321226 +51191,671 +51231,671 +51231,3316421 +51231,3324741 +51256,606 +51256,3316071 +51271,1231 +51271,3386296 +51276,3315256 +51281,641 +51281,1066 +51281,3315311 +51281,3345116 +51281,3387306 +51291,3315256 +51326,1251 +51326,2116 +51326,3357796 +51326,3386296 +51336,346 +51336,3316726 +51336,3322496 +51336,3347731 +51351,3315256 +51376,1636 +51376,3315501 +51376,3323866 +51391,3315256 +51396,1231 +51396,3314766 +51396,3386296 +51431,576 +51431,1251 +51431,2116 +51441,346 +51441,3322496 +51441,3347731 +51446,576 +51446,1251 +51446,2116 +51451,576 +51451,1251 +51451,2116 +51521,1781 +51521,3387211 +51531,1781 +51536,1781 +51536,3387211 +51541,1781 +51586,1021 +51586,1036 +51626,641 +51626,3315306 +51636,26 +51636,1636 +51636,3315501 +51636,3323866 +51651,1246 +51651,1251 +51651,3319861 +51651,3320636 +51671,1176 +51671,1501 +51671,3323866 +51751,2061 +51751,2091 +51751,3323606 +51766,16 +51766,26 +51766,366 +51766,1801 +51766,2026 +51871,346 +51871,3316726 +51871,3322496 +51871,3347731 +51921,1216 +51921,1506 +51921,3315256 +51921,3315266 +51946,346 +51946,3316726 +51946,3322496 +51946,3347731 +52031,1636 +52031,3315501 +52031,3323866 +52096,1636 +52096,3315501 +52096,3323866 +52106,511 +52106,606 +52106,3314521 +52106,3315971 +52106,3321246 +52106,3322161 +52121,516 +52126,1021 +52126,1036 +52126,1281 +52126,2296 +52126,3316436 +52126,3337426 +52131,1021 +52131,1036 +52131,2296 +52131,3316436 +52131,3337426 +52141,1021 +52141,1036 +52141,1281 +52141,2296 +52141,3316436 +52141,3337426 +52146,1021 +52146,1036 +52146,2296 +52146,3316436 +52146,3337426 +52151,1021 +52151,1036 +52151,2296 +52151,3316436 +52151,3337426 +52161,346 +52161,3316726 +52161,3322496 +52161,3347731 +52166,476 +52166,1231 +52166,3317431 +52181,1021 +52181,1036 +52181,1281 +52181,2296 +52181,3316436 +52181,3337426 +52186,1021 +52186,1036 +52186,1281 +52186,2296 +52186,3316436 +52186,3337426 +52186,3348396 +52191,641 +52191,3315311 +52191,3323881 +52206,1636 +52206,3315501 +52206,3323866 +52211,1636 +52211,3315501 +52211,3323866 +52256,576 +52256,3317431 +52286,791 +52286,1846 +52286,3316226 +52291,1251 +52291,2116 +52291,3317431 +52291,3357796 +52296,486 +52296,3387701 +52301,476 +52301,1146 +52301,3317431 +52301,3386296 +52316,641 +52316,1066 +52316,3315306 +52316,3315311 +52316,3345116 +52326,686 +52326,1281 +52356,1506 +52356,3315256 +52406,1781 +52416,721 +52416,3317431 +52416,3358751 +52426,1781 +52456,346 +52456,3316726 +52456,3322496 +52466,1781 +52466,3387211 +52481,1781 +52496,721 +52496,3317431 +52496,3358751 +52501,346 +52501,3316726 +52501,3322496 +52501,3347731 +52511,346 +52511,3316726 +52511,3347731 +52556,1506 +52556,3315256 +52566,3315256 +52571,3315256 +52581,346 +52581,3316726 +52581,3322496 +52581,3347731 +52591,3315256 +52596,3315256 +52616,576 +52616,721 +52616,3317431 +52616,3358751 +52626,491 +52626,956 +52626,3316421 +52626,3320636 +52631,331 +52631,961 +52631,2111 +52631,2251 +52631,3314906 +52631,3316421 +52631,3387106 +52631,3387356 +52636,1251 +52656,606 +52656,3316071 +52666,606 +52666,3316071 +52676,461 +52676,781 +52676,1756 +52711,3316226 +52716,3316226 +52726,3316226 +52821,791 +52821,3316226 +52826,671 +52831,3315501 +52831,3320636 +52831,3323866 +52906,2091 +52906,3323866 +52906,3341691 +52911,711 +52911,3336366 +52951,791 +52951,1376 +52951,1831 +52951,3314721 +52951,3316226 +52951,3321081 +52951,3335636 +52951,3349956 +52961,2131 +52961,3316116 +52961,3323666 +53056,711 +53056,3336366 +53081,2131 +53081,3323666 +53086,346 +53086,3316726 +53086,3322496 +53086,3347731 +53091,346 +53091,3316726 +53091,3322496 +53091,3347731 +53151,476 +53151,1231 +53151,3317431 +53151,3386296 +53156,476 +53156,1231 +53156,3317431 +53156,3386296 +53166,1506 +53166,3315256 +53181,1006 +53181,3315256 +53201,3323866 +53211,641 +53211,3315306 +53216,1771 +53281,791 +53281,3316226 +53326,791 +53326,3316226 +53326,3349956 +53366,606 +53366,3316071 +53376,1771 +53376,3320891 +53381,846 +53381,1781 +53381,3387211 +53406,1771 +53416,1771 +53416,3320891 +53436,656 +53436,2131 +53436,3323666 +53536,606 +53536,3316071 +53586,1036 +53586,3320636 +53671,331 +53691,331 +53696,331 +53706,331 +53741,1771 +53756,641 +53756,1066 +53756,3315311 +53836,1216 +53836,1506 +53836,3315256 +53836,3315266 +53911,1886 +53911,2091 +53911,3323866 +53911,3341691 +54031,1216 +54031,3315256 +54031,3315266 +54031,3381916 +54066,1781 +54111,1781 +54146,1781 +54196,1781 +54211,1781 +54221,1781 +54266,491 +54266,1066 +54266,1231 +54266,3316421 +54266,3316726 +54266,3317191 +54271,1021 +54271,1036 +54271,1281 +54271,1286 +54271,3348396 +54276,1261 +54276,3339241 +54286,3315256 +54286,3315266 +54306,976 +54306,1581 +54306,3320636 +54321,1771 +54321,3320891 +54366,1006 +54376,1231 +54376,3386296 +54381,346 +54381,3316726 +54381,3322496 +54381,3347731 +54421,346 +54421,3316726 +54426,1771 +54436,1771 +54451,1771 +54451,3320891 +54471,476 +54471,1146 +54471,3317431 +54471,3386296 +54566,476 +54566,1146 +54566,1231 +54566,3317431 +54566,3386296 +54621,346 +54621,3316726 +54621,3322496 +54621,3347731 +54631,606 +54631,3314521 +54641,491 +54641,1206 +54641,3316421 +54681,3314521 +54681,3332741 +54696,1261 +54696,3323866 +54696,3339241 +54726,1246 +54726,1251 +54726,2116 +54726,3319866 +54761,1021 +54761,1036 +54761,2296 +54761,3316436 +54776,606 +54776,3314521 +54801,486 +54801,3323446 +54801,3387701 +54891,346 +54891,3316726 +54891,3322496 +54891,3347731 +54906,576 +54906,1246 +54906,1251 +54906,2116 +54906,3319866 +54966,641 +54966,1066 +54966,3315301 +54966,3315306 +54966,3320751 +54976,641 +54976,3315306 +54986,641 +54986,3315301 +54986,3315306 +54986,3324741 +54986,3346536 +54986,3387631 +55026,1021 +55026,1036 +55026,1281 +55026,2296 +55026,3316436 +55026,3337426 +55051,1021 +55051,1036 +55051,2296 +55051,3316436 +55051,3337426 +55076,336 +55076,2216 +55086,336 +55086,2216 +55096,591 +55096,1281 +55096,3321016 +55101,346 +55101,3316726 +55101,3322496 +55101,3347731 +55111,1216 +55111,1506 +55111,1766 +55111,3315256 +55111,3315266 +55111,3381916 +55121,346 +55121,3316726 +55121,3322496 +55121,3347731 +55131,1251 +55131,2116 +55131,3386296 +55176,346 +55176,3316726 +55176,3322496 +55176,3347731 +55186,576 +55186,1251 +55186,2116 +55196,346 +55196,3316726 +55196,3322496 +55196,3347731 +55211,346 +55211,3316726 +55211,3322496 +55211,3347731 +55226,1216 +55226,1766 +55226,3315256 +55226,3315266 +55231,346 +55231,3316726 +55231,3322496 +55231,3347731 +55236,641 +55236,3315311 +55241,346 +55241,3316726 +55241,3347731 +55246,346 +55246,3316726 +55246,3322496 +55246,3347731 +55256,346 +55256,3316726 +55256,3347731 +55266,346 +55266,3316726 +55266,3322496 +55266,3347731 +55271,346 +55271,3316726 +55271,3322496 +55271,3347731 +55291,346 +55291,3316726 +55291,3347731 +55321,766 +55321,976 +55321,1526 +55321,3349666 +55321,3375586 +55326,766 +55326,1526 +55326,3316726 +55326,3320636 +55326,3349666 +55361,346 +55361,3316726 +55361,3322496 +55361,3347731 +55366,346 +55366,3316726 +55366,3322496 +55366,3347731 +55371,346 +55371,3316726 +55371,3322496 +55371,3347731 +55381,346 +55381,3316726 +55381,3322496 +55381,3347731 +55386,346 +55386,3316726 +55386,3322496 +55386,3347731 +55406,346 +55406,3316726 +55406,3347731 +55411,346 +55411,3316726 +55411,3347731 +55416,346 +55416,3316726 +55416,3347731 +55421,346 +55421,3316726 +55421,3347731 +55431,346 +55431,3316726 +55431,3347731 +55436,346 +55436,3316726 +55436,3347731 +55446,346 +55446,3316726 +55446,3347731 +55476,346 +55476,3316726 +55486,346 +55486,3316726 +55491,346 +55491,3316726 +55496,346 +55496,3316726 +55506,346 +55506,3316726 +55511,346 +55511,3316726 +55516,346 +55516,3316726 +55531,1251 +55531,2116 +55551,346 +55551,3316726 +55551,3347731 +55576,346 +55576,3316726 +55576,3322496 +55576,3347731 +55581,641 +55581,3315306 +55581,3317936 +55626,1771 +55646,576 +55646,1251 +55646,2116 +55651,591 +55651,1281 +55651,3321016 +55676,1771 +55676,3320891 +55681,346 +55681,3316726 +55681,3347731 +55701,781 +55701,1756 +55701,3320636 +55711,346 +55711,3316726 +55711,3347731 +55731,591 +55731,1281 +55731,3321016 +55771,346 +55771,3316726 +55771,3347731 +55791,576 +55791,1251 +55791,2116 +55846,761 +55846,771 +55931,1066 +55931,1456 +55941,346 +55941,3316726 +55941,3322496 +55941,3347731 +56066,1231 +56076,346 +56076,3316726 +56076,3347731 +56096,1231 +56096,3314766 +56101,1231 +56101,3314766 +56106,346 +56106,3316726 +56121,1231 +56126,671 +56131,591 +56131,1281 +56131,3321016 +56141,1231 +56141,3314766 +56161,1231 +56176,1506 +56176,1971 +56176,3315256 +56176,3315271 +56176,3316421 +56186,346 +56186,3316726 +56186,3322496 +56186,3347731 +56196,671 +56201,1231 +56206,1231 +56221,1231 +56226,1231 +56231,591 +56231,1281 +56231,3321016 +56236,1231 +56251,26 +56251,366 +56251,691 +56251,821 +56251,1801 +56251,3333541 +56251,3366391 +56261,346 +56261,3316726 +56261,3322496 +56261,3347731 +56271,346 +56271,3316726 +56286,346 +56286,3316726 +56286,3322496 +56286,3347731 +56291,1246 +56291,1251 +56291,2116 +56291,3357796 +56291,3388251 +56296,1216 +56296,3315256 +56296,3315266 +56296,3381911 +56296,3381916 +56296,3388176 +56311,3324741 +56321,1011 +56321,3314701 +56321,3316421 +56321,3324741 +56321,3349956 +56336,346 +56336,3316726 +56336,3347731 +56346,641 +56346,3315306 +56351,791 +56351,3316421 +56351,3324741 +56361,346 +56361,3316726 +56361,3322496 +56361,3347731 +56371,686 +56371,1281 +56376,3316421 +56401,1251 +56401,2116 +56401,3388251 +56411,851 +56411,1781 +56646,26 +56646,366 +56671,1036 +56671,2281 +56671,3323866 +56676,346 +56676,3322496 +56676,3347731 +56696,346 +56696,3322496 +56696,3347731 +56736,721 +56736,3317431 +56736,3358751 +56826,466 +56826,676 +56826,3346556 +56826,3374881 +56851,466 +56851,676 +56851,3346556 +56851,3374881 +56856,1831 +56876,1021 +56876,1281 +56876,2296 +56876,3316436 +56876,3337426 +56886,466 +56886,676 +56886,3316421 +56886,3346556 +56886,3374881 +56891,791 +56891,3349956 +56896,1011 +56896,3335636 +56896,3349956 +56911,346 +56911,3316726 +56911,3347731 +56911,3387386 +56916,466 +56916,676 +56916,3346556 +56916,3374881 +56931,346 +56931,3316726 +56931,3347731 +56941,346 +56941,3322496 +56941,3347731 +56966,346 +56966,3316726 +56966,3347731 +56996,346 +56996,3316726 +56996,3322496 +56996,3347731 +57001,26 +57001,416 +57001,3320636 +57001,3386296 +57006,346 +57006,3322496 +57006,3347731 +57016,26 +57016,416 +57016,836 +57016,1901 +57016,3320636 +57016,3386296 +57026,1011 +57026,3314701 +57026,3335636 +57026,3349956 +57026,3368201 +57036,346 +57036,3316726 +57036,3322496 +57036,3347731 +57036,3387386 +57046,346 +57046,3316726 +57046,3347731 +57046,3387386 +57051,346 +57051,3316726 +57051,3347731 +57051,3387386 +57071,346 +57071,3316726 +57076,346 +57076,3316726 +57076,3347731 +57076,3387386 +57086,346 +57086,3316726 +57086,3347731 +57086,3387386 +57101,346 +57101,3316726 +57101,3322496 +57101,3387386 +57116,1506 +57116,3315256 +57116,3315266 +57121,346 +57121,3322496 +57121,3347731 +57131,346 +57131,3316726 +57131,3322496 +57131,3347731 +57131,3387386 +57136,346 +57136,3316726 +57136,3347731 +57136,3387386 +57146,346 +57146,3316726 +57146,3347731 +57146,3387386 +57151,346 +57151,3316726 +57151,3347731 +57161,1886 +57161,2091 +57161,3323866 +57161,3341691 +57166,346 +57166,3322496 +57166,3347731 +57171,1376 +57176,346 +57176,3316726 +57176,3347731 +57181,3349956 +57186,346 +57186,3316726 +57186,3347731 +57186,3387386 +57191,346 +57191,3316726 +57191,3347731 +57191,3387386 +57201,81 +57201,3314546 +57201,3321111 +57201,3322571 +57201,3387366 +57221,861 +57221,976 +57236,1251 +57236,2116 +57236,3319861 +57236,3320636 +57236,3357796 +57271,1021 +57271,1036 +57271,1291 +57271,2296 +57271,3316436 +57271,3337426 +57286,2131 +57286,3323666 +57301,1021 +57301,1036 +57301,2296 +57301,3316436 +57381,491 +57381,1066 +57401,491 +57441,3314701 +57441,3349956 +57451,1251 +57451,2116 +57451,3320636 +57456,491 +57466,491 +57466,1066 +57506,1021 +57506,2296 +57506,3316436 +57516,1231 +57516,3316421 +57516,3317431 +57516,3386296 +57521,1281 +57521,2296 +57521,3316436 +57521,3337426 +57536,491 +57536,1066 +57541,466 +57541,676 +57541,3374881 +57551,756 +57551,881 +57566,756 +57566,881 +57571,721 +57571,3317431 +57571,3358751 +57576,491 +57576,1066 +57596,331 +57596,961 +57596,2251 +57596,3314461 +57596,3314906 +57596,3386681 +57596,3387106 +57596,3387356 +57611,671 +57636,346 +57636,3316726 +57636,3347731 +57636,3387386 +57641,721 +57641,3358751 +57651,331 +57651,521 +57661,671 +57681,346 +57681,3316726 +57681,3347731 +57691,346 +57691,3316726 +57691,3322496 +57691,3347731 +57731,346 +57731,3316726 +57731,3322496 +57731,3347731 +57761,346 +57761,3316726 +57761,3322496 +57761,3347731 +57766,1801 +57786,366 +57786,1801 +57801,26 +57801,3316686 +57921,1216 +57921,1506 +57921,1971 +57921,3315256 +57921,3315266 +57921,3381911 +57921,3381916 +57951,346 +57951,3316726 +57951,3322496 +57951,3347731 +57961,346 +57961,3316726 +57961,3322496 +57961,3347731 +57966,346 +57966,3316726 +57966,3322496 +57966,3347731 +57971,521 +57976,346 +57976,3316726 +57976,3322496 +57976,3347731 +58006,2281 +58006,3323866 +58031,641 +58031,3315311 +58106,1886 +58106,2091 +58106,3323866 +58106,3341691 +58121,671 +58136,686 +58146,686 +58156,26 +58156,671 +58176,686 +58176,1441 +58181,756 +58186,671 +58196,671 +58206,1251 +58206,2116 +58206,3319861 +58206,3319866 +58206,3357796 +58236,26 +58236,416 +58236,1901 +58236,3320636 +58266,476 +58266,3316421 +58266,3317431 +58286,756 +58291,81 +58291,3314546 +58291,3321111 +58291,3322571 +58291,3387366 +58296,756 +58296,881 +58311,1231 +58311,3315511 +58341,1006 +58341,1186 +58341,1206 +58341,1216 +58341,1506 +58341,1766 +58341,3315256 +58341,3333256 +58341,3387666 +58361,1771 +58361,3320891 +58371,3315256 +58371,3315266 +58386,2281 +58386,3323866 +58421,26 +58421,1331 +58431,1771 +58431,3320891 +58461,346 +58461,3316726 +58461,3347731 +58471,346 +58471,3316726 +58471,3322496 +58476,1781 +58481,1781 +58481,3387211 +58486,346 +58486,3316726 +58486,3347731 +58491,346 +58491,3316726 +58491,3347731 +58501,346 +58501,3316726 +58501,3322496 +58506,1781 +58511,951 +58511,2171 +58511,3323866 +58511,3387701 +58516,1781 +58526,1781 +58546,1781 +58551,346 +58551,3316726 +58581,346 +58581,3316726 +58681,26 +58681,1901 +58681,3326261 +58751,756 +58811,1041 +58811,1051 +58811,3321211 +58846,3316071 +58851,26 +58851,626 +58856,26 +58856,961 +58856,2251 +58856,3314906 +58866,641 +58866,3315311 +58891,966 +58891,996 +58891,1176 +58891,3323866 +58901,641 +58901,3315311 +58941,641 +58941,3315311 +58946,996 +58946,1176 +58946,1501 +58946,3323866 +58946,3361286 +58976,641 +58976,3315311 +59171,811 +59226,966 +59226,1501 +59226,3323866 +59326,641 +59326,3315311 +59356,671 +59376,466 +59376,676 +59376,3346556 +59376,3374881 +59381,671 +59411,1231 +59411,3386296 +59426,26 +59426,626 +59436,606 +59436,3316071 +59451,606 +59451,3316071 +59476,606 +59476,3316071 +59491,81 +59491,3322571 +59491,3387366 +59501,606 +59501,3316071 +59506,606 +59506,3316071 +59536,1251 +59541,671 +59546,606 +59546,3316071 +59556,671 +59566,961 +59566,2251 +59566,3314461 +59566,3314906 +59566,3387106 +59571,3316071 +59576,996 +59576,1176 +59576,3316691 +59576,3323866 +59596,996 +59596,1176 +59596,3323866 +59601,1506 +59601,3315256 +59606,671 +59611,671 +59616,1 +59616,1231 +59616,3314766 +59616,3315511 +59616,3386296 +59626,671 +59631,81 +59631,3314541 +59631,3314546 +59631,3317521 +59631,3321111 +59631,3387301 +59671,871 +59671,3320636 +59731,346 +59731,3316726 +59731,3322496 +59746,656 +59746,1156 +59746,1166 +59746,1551 +59746,1846 +59746,2131 +59746,3323666 +59746,3387886 +59821,606 +59831,346 +59831,3316726 +59831,3347731 +59841,346 +59841,3316726 +59841,3322496 +59841,3347731 +59846,346 +59846,3316726 +59856,346 +59856,3316726 +59861,466 +59861,676 +59861,3346556 +59861,3374881 +60136,341 +60136,2196 +60166,1771 +60176,1771 +60176,3320891 +60181,26 +60181,1771 +60181,3320891 +60191,1506 +60191,3315256 +60396,1771 +60396,3320891 +60446,1771 +60446,3320891 +60466,1 +60466,6 +60466,131 +60466,2111 +60526,1771 +60526,3320891 +60531,1771 +60531,3320891 +60586,1231 +60586,3315511 +60586,3386296 +60601,671 +60631,1231 +60631,3314766 +60631,3315511 +60631,3386296 +60651,1771 +60651,3320891 +60656,366 +60656,671 +60681,1506 +60681,3315256 +60681,3351266 +60681,3388176 +60696,1306 +60701,1081 +60701,3322031 +60701,3323401 +60706,1231 +60706,3315511 +60706,3386296 +60711,1771 +60751,1771 +60751,3320891 +60756,1306 +60761,1771 +60761,3320891 +60781,1771 +60781,3320891 +60791,81 +60791,3317861 +60801,81 +60801,3317861 +60806,1771 +60806,3320891 +60816,1771 +60816,3320891 +60871,1771 +60886,1771 +60886,3320891 +60911,1081 +60946,1771 +60946,3320891 +61021,1771 +61021,3320891 +61096,1771 +61096,3320891 +61111,976 +61111,1636 +61111,3315501 +61111,3323866 +61116,81 +61116,3314546 +61116,3322571 +61116,3387366 +61191,1771 +61191,3320891 +61431,1176 +61431,1501 +61431,3323866 +61561,1041 +61561,1051 +61561,3321211 +61636,1661 +61651,1066 +61741,1661 +61811,781 +61811,1756 +61816,336 +61816,1081 +61861,331 +61866,81 +61866,3314546 +61866,3322571 +61866,3387366 +62631,1176 +62631,1501 +62631,3323866 +62636,1176 +62636,1501 +62636,3323866 +62656,1176 +62656,1501 +62656,3323866 +62676,1176 +62676,1501 +62676,3323866 +62756,476 +62756,1231 +62756,3383711 +62756,3386296 +62806,486 +62806,3323446 +62806,3323866 +62806,3387701 +62821,641 +62821,3315306 +62826,81 +62826,3314546 +62826,3322571 +62826,3387366 +62916,1176 +62916,1501 +62916,3323866 +62931,81 +62941,486 +63016,491 +63046,81 +63046,3314546 +63056,476 +63056,3386296 +63071,476 +63071,3386296 +63076,26 +63076,1306 +63076,1406 +63076,2176 +63081,2176 +63091,486 +63091,3387701 +63126,606 +63126,3316071 +63136,476 +63136,3317431 +63136,3386296 +63146,3316071 +63156,3316071 +63161,476 +63161,576 +63161,3315511 +63171,3316071 +63181,3316071 +63191,3316071 +63196,676 +63201,3316071 +63221,476 +63221,1231 +63221,3386296 +63246,3316116 +63266,1156 +63266,2131 +63266,3316116 +63266,3323666 +63296,3315256 +63296,3315281 +63326,1156 +63326,3316116 +63326,3323666 +63331,606 +63331,3316071 +63336,3316116 +63336,3323666 +63346,486 +63346,3387701 +63366,3316071 +63366,3317776 +63371,3316116 +63371,3323666 +63381,3316071 +63476,476 +63476,3383711 +63506,491 +63506,1066 +63506,3317191 +63516,1136 +63541,3315651 +63541,3322551 +63541,3334561 +63541,3352371 +63541,3387101 +63541,3387226 +63541,3387531 +63551,676 +63551,3346556 +63551,3374881 +63556,961 +63556,3386686 +63561,3316421 +63561,3317191 +63576,1136 +63591,1136 +63591,3327656 +63596,491 +63596,1066 +63596,3317191 +63626,1136 +63641,1136 +63666,961 +63666,3314906 +63666,3320636 +63751,1081 +63751,3323401 +63836,346 +63836,3316726 +63836,3322496 +63836,3347731 +63861,466 +63861,676 +63861,3346556 +63861,3374881 +63896,466 +63896,3346556 +63896,3374881 +63906,466 +63906,3346556 +63986,3316451 +63986,3335636 +63986,3349956 +64026,3335636 +64026,3349956 +64056,346 +64056,3316726 +64056,3316781 +64056,3322496 +64056,3347731 +64066,1081 +64071,686 +64096,81 +64096,2161 +64096,3314546 +64096,3317536 +64096,3317861 +64096,3321061 +64096,3347396 +64116,81 +64116,2161 +64116,3314546 +64116,3317531 +64116,3317861 +64116,3322621 +64116,3388296 +64121,576 +64121,1231 +64166,536 +64166,3318136 +64181,1771 +64181,3320891 +64201,576 +64201,1231 +64211,81 +64211,2161 +64211,3314546 +64211,3314556 +64211,3317531 +64211,3317861 +64211,3322621 +64221,81 +64221,2161 +64221,3314546 +64221,3317536 +64221,3317861 +64221,3321061 +64221,3347396 +64241,81 +64241,2161 +64241,3314546 +64241,3317861 +64261,576 +64261,1231 +64361,1 +64361,26 +64361,81 +64361,596 +64361,716 +64361,3314541 +64361,3317861 +64361,3322701 +64361,3371871 +64361,3388296 +64416,606 +64416,3314521 +64416,3321246 +64416,3322161 +64656,1056 +64691,576 +64691,1231 +64706,1761 +64706,3320656 +64706,3321676 +64706,3322456 +64706,3327491 +64706,3344691 +64716,336 +64716,3323746 +64716,3353221 +64716,3387366 +64716,3387991 +64726,576 +64726,1231 +64741,576 +64741,1231 +64751,1231 +64751,3314741 +64751,3317431 +64751,3386296 +64771,576 +64771,1231 +64791,1776 +64801,576 +64801,1231 +64806,1231 +64806,3314741 +64806,3317431 +64806,3386296 +64816,1081 +64836,576 +64836,1231 +64841,26 +64841,1776 +64906,1231 +64906,3314741 +64906,3317431 +64906,3383711 +64906,3386296 +64946,811 +64976,576 +64976,1231 +64996,576 +64996,1231 +65246,476 +65246,3386296 +65341,466 +65341,676 +65341,3316421 +65341,3324741 +65341,3346556 +65341,3374881 +65346,466 +65346,676 +65346,3316421 +65346,3346556 +65346,3374881 +65351,466 +65351,676 +65351,3316421 +65351,3346556 +65351,3352651 +65351,3366391 +65351,3374881 +65441,466 +65441,3346556 +65441,3374881 +65446,26 +65446,1901 +65446,3320636 +65446,3326261 +65551,3316071 +65551,3324066 +65591,1231 +65591,3314766 +65591,3386296 +65636,861 +65636,976 +65636,1526 +65636,3323646 +65636,3387201 +65636,3387536 +65676,466 +65676,676 +65676,3346556 +65676,3374881 +65726,606 +65736,1081 +65736,3315971 +65736,3321246 +65736,3322161 +65766,3315971 +65771,1771 +65786,1801 +65786,3330381 +65821,3314521 +65821,3321246 +65876,491 +65876,1066 +65876,1456 +65911,871 +65926,491 +65926,1066 +65981,366 +65981,1801 +66001,1306 +66001,3320636 +66006,466 +66006,3346556 +66006,3374881 +66031,491 +66031,1066 +66046,1231 +66046,1236 +66046,3352861 +66046,3383711 +66081,466 +66081,676 +66081,1306 +66081,3346556 +66106,606 +66106,3316071 +66121,466 +66121,676 +66121,3346556 +66121,3374881 +66176,26 +66176,131 +66176,1901 +66176,3320636 +66176,3326261 +66176,3351951 +66176,3386296 +66521,676 +66521,3346556 +66521,3374881 +66596,1661 +66621,476 +66641,491 +66641,3316421 +66661,961 +66661,2251 +66661,3314906 +66661,3323646 +66661,3386681 +66661,3386686 +66661,3387106 +66666,1156 +66666,1661 +66691,1156 +66691,1661 +66706,1661 +66731,656 +66731,1156 +66731,1166 +66731,1551 +66731,1846 +66731,2131 +66731,3323666 +66751,1661 +66776,1661 +66896,1306 +66961,1581 +66961,3387536 +66966,466 +66966,676 +66966,3346556 +66966,3374881 +66971,466 +66971,676 +66971,3346556 +66971,3374881 +66976,676 +66976,3346556 +66976,3374881 +66981,676 +66981,3346556 +66986,466 +66986,676 +66986,3346556 +66996,466 +66996,676 +66996,3346556 +66996,3374881 +67001,3314541 +67001,3387301 +67041,1781 +67046,1781 +67051,1781 +67056,1781 +67066,1781 +67071,1781 +67086,606 +67086,3316071 +67151,1231 +67151,3316421 +67151,3320636 +67151,3386296 +67161,1036 +67161,3348396 +67166,666 +67166,741 +67171,666 +67171,741 +67181,961 +67181,971 +67181,3320636 +67186,606 +67186,3316071 +67186,3388241 +67206,3316071 +67206,3324066 +67211,1021 +67211,1281 +67211,3320036 +67226,3316071 +67226,3324066 +67236,491 +67236,1066 +67256,1 +67256,81 +67256,596 +67256,3314546 +67256,3317861 +67256,3322701 +67256,3371871 +67256,3387301 +67336,576 +67336,1066 +67336,1246 +67336,1251 +67336,3319861 +67336,3357796 +67401,861 +67401,976 +67401,3320636 +67401,3387536 +67506,976 +67506,1526 +67506,3324121 +67506,3339606 +67506,3342931 +67506,3387536 +67546,1661 +67546,3316421 +67546,3366391 +67561,746 +67561,3339456 +67561,3349666 +67576,666 +67576,741 +67606,81 +67606,3317531 +67621,1551 +67621,2131 +67621,3323666 +67621,3387886 +67646,746 +67646,1526 +67646,3320636 +67646,3349666 +67651,656 +67651,1156 +67651,1166 +67651,1551 +67651,1846 +67651,2131 +67651,3323666 +67651,3387886 +67666,746 +67666,1526 +67666,3320636 +67666,3349666 +67676,3316071 +67681,1781 +67751,666 +67751,741 +67751,3331146 +67751,3387986 +67766,1021 +67766,1036 +67766,1281 +67766,3324451 +67801,1041 +67801,3321211 +67826,1021 +67826,1036 +67826,3324451 +67861,476 +67861,1146 +67861,3386296 +67876,671 +67881,1231 +67881,3315511 +67881,3386296 +67896,1021 +67896,1036 +67916,1306 +67941,1361 +67941,3320456 +67941,3345431 +67941,3381611 +67961,676 +67971,676 +67981,676 +67996,676 +68006,1361 +68061,1781 +68061,3387211 +68066,666 +68066,741 +68076,1361 +68076,3345431 +68076,3381611 +68111,1781 +68111,3387211 +68136,1781 +68136,3387211 +68146,1781 +68146,3387211 +68246,1486 +68246,3317871 +68261,676 +68261,3346556 +68261,3374881 +68336,26 +68336,1306 +68336,1406 +68336,2201 +68341,1781 +68346,1781 +68456,666 +68456,741 +68456,3331146 +68491,666 +68491,741 +68491,3387206 +68506,1486 +68506,3317871 +68506,3344136 +68506,3354311 +68506,3371306 +68506,3373276 +68506,3379831 +68506,3386261 +68506,3387126 +68511,971 +68561,606 +68561,3324376 +68571,641 +68571,1066 +68571,3315306 +68571,3323881 +68571,3387366 +68586,1486 +68586,3317871 +68596,81 +68596,3314541 +68631,1041 +68631,1051 +68631,3321211 +68756,476 +68756,1146 +68756,1231 +68756,3386296 +68906,961 +68906,2251 +68906,3314906 +68906,3387106 +68916,1781 +68916,3387211 +69151,1781 +69151,3387211 +69176,81 +69176,3314541 +69176,3314546 +69176,3317861 +69196,1801 +69196,2026 +69316,3321226 +69396,81 +69396,3314541 +69396,3314546 +69411,1661 +69466,81 +69466,3314541 +69466,3314546 +69556,686 +69556,3316421 +69591,1056 +69591,1466 +69636,3318816 +69636,3387046 +69661,1246 +69661,1251 +69661,3319861 +69661,3357796 +69691,1581 +69701,606 +69741,606 +69741,1486 +69741,3324376 +69741,3332741 +69791,1231 +69791,3386296 +69831,466 +69831,676 +69831,3346556 +69831,3374881 +69906,3316451 +69906,3335636 +69951,491 +69951,1066 +69951,3317191 +69986,696 +69986,1801 +69986,2026 +69996,686 +69996,3322886 +70001,1801 +70001,2026 +70036,1801 +70036,2026 +70056,466 +70056,676 +70056,3346556 +70056,3374881 +70071,366 +70071,1801 +70071,2026 +70071,3345436 +70076,1486 +70076,3317871 +70086,491 +70086,1066 +70086,3317191 +70111,1486 +70111,3317871 +70156,1486 +70201,1486 +70206,686 +70206,1191 +70206,3322886 +70256,466 +70256,676 +70256,3346556 +70256,3374881 +70276,476 +70396,476 +70466,1231 +70466,3352861 +70466,3383711 +70466,3386296 +70476,366 +70476,696 +70476,1801 +70476,2026 +70481,1231 +70481,3386296 +70566,686 +70566,1191 +70566,1281 +70566,3322886 +70566,3387586 +70576,686 +70671,1066 +70671,1186 +70671,1206 +70671,1766 +70671,3321536 +70736,1056 +70766,836 +70766,1021 +70766,1281 +70766,2296 +70766,3316211 +70766,3316436 +70766,3337426 +70766,3348396 +70786,1021 +70786,1281 +70786,2296 +70786,3316436 +70786,3337426 +70796,1056 +70801,3316071 +70806,1056 +70816,1056 +70816,3314446 +70886,476 +70896,3315281 +70906,1156 +70906,2131 +70906,3316116 +70906,3323666 +70916,1056 +70921,871 +70921,1066 +70921,3320636 +70956,3316071 +70961,686 +70961,3322886 +70966,466 +70966,676 +70966,3346556 +70971,1251 +70971,3357796 +70991,576 +70991,1246 +70991,1251 +70991,3319861 +70991,3357796 +70996,1251 +71011,476 +71011,1146 +71011,3386296 +71071,656 +71071,2131 +71071,3316116 +71071,3323666 +71076,656 +71076,2131 +71076,3316116 +71076,3323666 +71081,656 +71081,1156 +71081,2131 +71081,3316116 +71081,3323666 +71086,656 +71086,2131 +71086,3316116 +71086,3316421 +71086,3323666 +71086,3324741 +71096,656 +71096,1156 +71096,2131 +71096,3316116 +71096,3323666 +71106,656 +71106,2131 +71106,3316116 +71106,3323666 +71141,1781 +71161,1216 +71206,1056 +71391,1781 +71476,81 +71476,661 +71476,3314556 +71531,81 +71531,661 +71531,3314556 +71531,3341006 +71536,81 +71536,661 +71536,3314546 +71536,3341006 +71551,11 +71551,466 +71551,676 +71551,3346556 +71551,3374881 +71576,466 +71576,676 +71576,3346556 +71576,3374881 +71601,661 +71666,871 +71666,3320636 +71681,781 +71681,1756 +71681,3339836 +71736,516 +71736,811 +71736,1781 +71776,476 +71776,3386296 +71851,81 +71851,661 +71851,3341006 +71941,1056 +71941,3314446 +72016,746 +72016,3339456 +72016,3349666 +72021,1486 +72021,3317871 +72021,3323171 +72026,81 +72031,1056 +72041,1056 +72041,3314446 +72056,81 +72056,3314541 +72056,3314546 +72061,26 +72061,671 +72066,1056 +72066,3314446 +72071,1021 +72071,1281 +72071,1291 +72071,2296 +72071,3316211 +72071,3316436 +72071,3337426 +72071,3348396 +72101,961 +72101,2251 +72156,1591 +72166,781 +72166,1756 +72166,2111 +72246,671 +72251,476 +72251,3386296 +72286,1021 +72286,1281 +72286,2296 +72286,3316436 +72286,3337426 +72291,1021 +72291,1281 +72291,2296 +72291,3316211 +72291,3316436 +72291,3337426 +72296,1 +72296,836 +72296,1156 +72296,1846 +72296,3323651 +72296,3325561 +72296,3328721 +72296,3337921 +72301,1021 +72301,1286 +72301,2296 +72301,3316436 +72301,3337426 +72316,476 +72316,3386296 +72451,971 +72451,3320636 +72466,651 +72466,1486 +72466,1946 +72466,3316421 +72466,3317871 +72466,3324741 +72626,1781 +72626,3320636 +72636,81 +72636,3314541 +72636,3318136 +72636,3320756 +72636,3387301 +72651,636 +72651,936 +72651,1626 +72651,2096 +72651,3374296 +72671,666 +72671,741 +72671,3331146 +72881,781 +72881,1756 +72886,81 +72886,3314541 +72886,3317531 +72886,3388296 +72901,1781 +72906,1781 +72911,1781 +72916,1781 +72921,1781 +72921,3387211 +72926,1781 +72926,3387211 +72931,3316071 +72931,3324071 +72956,331 +72956,971 +72961,3316071 +72961,3324071 +72976,3316071 +73001,3316071 +73016,3316071 +73046,3316071 +73066,3316071 +73081,3316071 +73096,3316071 +73101,3316071 +73201,1056 +73201,1156 +73206,3316071 +73216,3316071 +73231,3316071 +73236,3316071 +73246,3316071 +73251,3316071 +73256,3316071 +73266,3314541 +73266,3387301 +73271,3316071 +73281,3316071 +73286,811 +73301,606 +73301,3316071 +73316,3316071 +73341,3316071 +73346,3316071 +73351,3316071 +73366,3316071 +73381,3316071 +73386,3316071 +73416,811 +73446,671 +73616,81 +73616,661 +73616,3314546 +73616,3341006 +73651,961 +73651,971 +73681,466 +73681,676 +73681,3346556 +73681,3374881 +73701,81 +73701,661 +73701,3314541 +73701,3341006 +73711,671 +73831,3316071 +73881,3316071 +73886,3316071 +73901,3314541 +73901,3387301 +73906,3316071 +73921,3316071 +73926,476 +73926,1231 +73926,3317431 +73926,3358751 +73926,3386296 +73941,3316071 +73956,671 +74001,1231 +74001,3317431 +74001,3386296 +74021,3317431 +74026,671 +74026,3325601 +74081,81 +74081,3314541 +74081,3314546 +74081,3317861 +74081,3321111 +74161,1056 +74166,1056 +74166,1156 +74171,1056 +74171,1156 +74181,3317871 +74181,3323171 +74191,1056 +74191,3332001 +74196,861 +74196,976 +74201,1056 +74201,3332001 +74206,1056 +74211,861 +74211,976 +74216,1056 +74216,3332001 +74226,861 +74226,976 +74231,861 +74231,976 +74236,26 +74236,861 +74236,976 +74241,466 +74241,676 +74241,3346556 +74241,3374881 +74246,1056 +74246,3314446 +74251,1056 +74256,1056 +74256,1156 +74261,466 +74261,676 +74261,3346556 +74261,3374881 +74266,1056 +74276,1056 +74276,3387406 +74286,1056 +74286,3314446 +74291,1056 +74291,1156 +74291,3314446 +74301,1056 +74316,1781 +74321,1781 +74326,341 +74326,2196 +74326,3323661 +74336,341 +74336,2196 +74341,1781 +74341,3387211 +74346,1066 +74346,1781 +74346,3387211 +74351,1781 +74351,3387211 +74356,1781 +74356,3387211 +74361,1781 +74366,846 +74366,1781 +74366,3387211 +74371,1781 +74371,3387211 +74381,1781 +74381,3387211 +74391,1781 +74391,3387211 +74396,1781 +74396,3387211 +74406,1781 +74406,3387211 +74421,466 +74421,676 +74421,3346556 +74451,466 +74451,676 +74496,761 +74496,771 +74531,761 +74531,771 +74531,3387511 +74546,761 +74546,771 +74546,3387511 +74561,761 +74561,771 +74561,3387511 +74661,81 +74661,3314541 +74661,3387301 +74721,491 +74726,81 +74726,3314541 +74726,3314556 +74726,3322571 +74726,3387301 +74741,3316071 +74921,81 +74921,3314541 +74921,3314546 +74921,3321111 +74976,1306 +74981,761 +74981,771 +74981,3387511 +75021,81 +75021,3314541 +75021,3314546 +75021,3317861 +75021,3321111 +75036,2111 +75036,3316071 +75036,3317776 +75041,761 +75041,771 +75041,3387511 +75046,3317956 +75056,761 +75056,771 +75056,3321111 +75056,3378226 +75056,3387511 +75061,331 +75061,3317956 +75101,1146 +75101,3386296 +75146,81 +75146,3314541 +75146,3322571 +75146,3387301 +75146,3387366 +75166,81 +75166,3314541 +75166,3314546 +75176,1781 +75186,576 +75186,1146 +75186,1231 +75186,3314741 +75186,3386296 +75196,366 +75196,3317131 +75196,3323706 +75321,761 +75321,771 +75321,3387511 +75366,81 +75366,3314541 +75366,3314546 +75366,3321111 +75446,1306 +75456,846 +75456,1781 +75456,3387211 +75461,1041 +75461,1051 +75461,3321211 +75476,491 +75476,1381 +75476,3316421 +75531,81 +75531,3314541 +75531,3387301 +75566,1306 +75571,1746 +75676,1041 +75676,1051 +75676,1066 +75676,3321211 +75726,1306 +75776,1306 +75776,2201 +75786,1041 +75786,1051 +75786,3321211 +75796,1746 +75846,81 +75846,2161 +75846,3314541 +75846,3317861 +75846,3387301 +75861,81 +75861,2161 +75861,3314541 +75861,3314546 +75861,3317861 +76091,466 +76091,676 +76091,3346556 +76091,3374881 +76136,1231 +76136,3317431 +76136,3318121 +76136,3386296 +76146,346 +76146,3316726 +76146,3387386 +76151,1156 +76151,1166 +76151,1551 +76151,2131 +76151,3316116 +76166,1156 +76166,2131 +76166,3316116 +76166,3323666 +76176,1231 +76176,3317431 +76176,3318121 +76176,3386296 +76196,1306 +76206,346 +76206,3316726 +76221,346 +76221,3316726 +76226,1306 +76226,2201 +76276,791 +76276,1011 +76276,1831 +76276,3321966 +76276,3335636 +76276,3349956 +76276,3368201 +76341,346 +76341,3316726 +76361,3316726 +76361,3387386 +76381,1246 +76381,1251 +76381,3319871 +76381,3357796 +76386,711 +76386,3336366 +76391,961 +76391,3314906 +76391,3386681 +76416,3324046 +76416,3362581 +76426,466 +76426,676 +76426,3346556 +76426,3374881 +76446,961 +76446,2251 +76461,961 +76461,2251 +76471,961 +76471,3314906 +76471,3320636 +76486,961 +76486,2251 +76521,961 +76521,2251 +76586,1156 +76586,2131 +76586,3323666 +76601,446 +76601,641 +76601,806 +76601,3315306 +76601,3323881 +76626,961 +76626,2251 +76646,641 +76646,3315306 +76646,3317936 +76656,3323866 +76656,3324046 +76656,3362581 +76666,1306 +76666,1406 +76771,1 +76771,336 +76771,3334796 +76771,3334801 +76781,81 +76781,661 +76781,3314541 +76781,3317531 +76781,3341006 +76801,346 +76801,3316726 +76801,3347731 +76801,3387386 +76881,81 +76881,3319886 +76881,3321061 +76881,3321071 +76881,3347396 +76931,1146 +76931,1231 +76931,3314741 +76931,3386296 +76956,1146 +76956,1231 +76956,3386296 +77036,346 +77036,3316726 +77036,3347731 +77041,346 +77041,3316726 +77046,1146 +77046,1231 +77046,3314741 +77056,346 +77056,3316726 +77056,3387386 +77061,346 +77061,3316726 +77061,3347731 +77061,3387386 +77071,26 +77071,861 +77071,976 +77106,26 +77106,791 +77106,1376 +77106,3315476 +77106,3316451 +77106,3335636 +77106,3340531 +77106,3349956 +77111,3320826 +77111,3387716 +77156,1296 +77196,961 +77196,2251 +77196,3314906 +77196,3386681 +77196,3387106 +77231,81 +77231,3314546 +77231,3317861 +77271,1626 +77271,1741 +77271,3374296 +77466,1021 +77466,1036 +77466,1281 +77511,576 +77511,3317431 +77521,1021 +77521,1036 +77561,761 +77561,771 +77561,3387511 +77576,1021 +77576,1036 +77661,466 +77726,81 +77731,1251 +77761,961 +77761,2251 +77786,16 +77786,366 +77786,1801 +77786,3317131 +77786,3323706 +77786,3323711 +77821,346 +77821,3316726 +77821,3322496 +77821,3347731 +77901,656 +77901,2131 +77901,3316116 +77961,81 +78021,656 +78021,2131 +78021,3316116 +78021,3323666 +78036,1831 +78036,3335636 +78036,3349956 +78036,3368201 +78056,2131 +78056,3316116 +78061,3316071 +78061,3317776 +78061,3321246 +78081,656 +78081,1156 +78081,2131 +78081,3316116 +78081,3323666 +78106,81 +78106,3314541 +78106,3314546 +78106,3321111 +78106,3388291 +78171,3316071 +78176,1626 +78176,1741 +78196,721 +78196,3358751 +78246,761 +78246,771 +78246,1106 +78246,3378216 +78246,3378226 +78246,3387511 +78346,3316116 +78346,3323666 +78381,3316116 +78381,3323666 +78406,3316116 +78406,3323666 +78411,1306 +78411,1406 +78416,3349956 +78431,1156 +78431,2131 +78431,3316116 +78431,3323666 +78451,26 +78451,3315581 +78451,3323656 +78451,3334796 +78451,3334801 +78451,3387821 +78451,3387991 +78471,81 +78471,3314541 +78471,3314546 +78506,476 +78506,1146 +78506,3386296 +78521,1021 +78521,1036 +78551,1041 +78551,1051 +78551,1066 +78551,3321211 +78551,3388386 +78566,1041 +78566,1051 +78566,1066 +78566,3321211 +78571,961 +78571,3314906 +78571,3386686 +78601,1021 +78601,1036 +78681,466 +78681,676 +78681,3346556 +78681,3374881 +78686,81 +78686,3314541 +78686,3387301 +78711,1 +78711,1021 +78711,1036 +78711,1281 +78711,3324451 +78711,3348396 +78731,1021 +78731,1036 +78756,3316071 +78761,3314541 +78761,3387301 +78806,1616 +78821,1376 +78821,1831 +78866,676 +78866,3346556 +78866,3374881 +78886,26 +78886,671 +78921,606 +78921,3314521 +78921,3324376 +78946,1021 +78946,1036 +78946,1281 +78946,3324451 +79016,1056 +79016,1156 +79036,1056 +79061,1021 +79061,1036 +79061,1281 +79061,3324451 +79076,26 +79076,366 +79076,821 +79076,3316421 +79076,3321606 +79076,3366391 +79131,3314521 +79141,81 +79141,3314546 +79141,3317531 +79146,346 +79156,26 +79156,671 +79181,6 +79181,321 +79181,781 +79181,1756 +79181,3326261 +79201,846 +79201,1781 +79211,496 +79211,871 +79211,1066 +79211,1456 +79211,1766 +79216,846 +79216,1781 +79226,81 +79226,3317531 +79331,2131 +79331,3316116 +79331,3323666 +79341,1156 +79341,1166 +79341,2131 +79341,3316116 +79341,3323666 +79366,1156 +79366,1366 +79366,2131 +79366,3316116 +79366,3323666 +79371,1156 +79371,2131 +79371,3316116 +79371,3323666 +79406,2131 +79406,3316116 +79406,3316421 +79406,3323666 +79421,3315476 +79436,476 +79436,1231 +79436,3386296 +79506,81 +79506,3314541 +79506,3314546 +79506,3314556 +79506,3317861 +79521,641 +79521,1066 +79521,3315301 +79521,3315306 +79521,3323881 +79521,3346536 +79521,3387306 +79526,476 +79526,3386296 +79531,791 +79531,3349956 +79546,81 +79546,3314541 +79546,3314546 +79551,81 +79551,3314546 +79551,3314556 +79551,3317861 +79551,3387201 +79551,3388341 +79591,791 +79591,1376 +79591,3315476 +79591,3349956 +79596,846 +79596,1781 +79606,846 +79606,1781 +79606,3387211 +79611,636 +79611,936 +79611,2096 +79611,3323671 +79616,641 +79616,3315301 +79616,3315306 +79651,366 +79651,1136 +79656,81 +79656,3314546 +79671,1021 +79671,1281 +79671,2296 +79671,3316436 +79671,3337426 +79671,3348396 +79681,1281 +79721,1136 +79726,636 +79726,936 +79726,1626 +79726,3323671 +79726,3374296 +79726,3374301 +79751,366 +79751,1136 +79761,1021 +79761,1036 +79761,3316436 +79761,3337426 +79766,366 +79766,1136 +79771,26 +79771,691 +79771,821 +79771,3366391 +79786,491 +79786,1066 +79786,1456 +79811,1251 +79811,3317431 +79826,1376 +79826,3314721 +79876,1056 +79876,3314446 +79886,671 +79891,1831 +79906,1056 +79911,636 +79911,936 +79911,3374296 +79921,861 +79921,976 +79921,3320636 +79921,3387536 +79926,1251 +79926,3319866 +79936,1066 +79951,1036 +79951,1281 +79951,1286 +79951,1291 +79951,2296 +79951,3316436 +79966,81 +79966,3314541 +79966,3314546 +79966,3314556 +79966,3317521 +79966,3317861 +79966,3388296 +79976,1781 +80066,366 +80066,1136 +80126,1056 +80151,861 +80151,976 +80151,3387536 +80196,846 +80196,1781 +80196,3387211 +80246,781 +80246,1756 +80286,1056 +80296,1056 +80301,846 +80301,1781 +80306,1056 +80311,1056 +80316,1056 +80326,466 +80326,676 +80326,3320636 +80326,3346556 +80326,3374881 +80341,1506 +80341,3315256 +80341,3316421 +80381,1781 +80381,3387211 +80391,846 +80391,1781 +80406,636 +80406,936 +80406,1626 +80406,1741 +80406,3374296 +80416,1136 +80441,1506 +80441,1766 +80441,3315256 +80441,3388176 +80481,2216 +80481,3314441 +80481,3323696 +80481,3323701 +80506,366 +80506,3316051 +80506,3323711 +80511,1781 +80546,446 +80546,806 +80561,1246 +80561,1251 +80561,3317431 +80571,1066 +80571,1206 +80571,1506 +80571,1766 +80571,3323881 +80636,3315256 +80646,2216 +80646,3314441 +80646,3388456 +80656,366 +80656,3317131 +80656,3323706 +80656,3323711 +80691,3316211 +80706,366 +80706,3316051 +80706,3323706 +80706,3323711 +80731,1251 +80736,366 +80736,3387391 +80741,366 +80741,1136 +80746,861 +80746,976 +80756,3320401 +80766,1246 +80766,1251 +80771,416 +80771,791 +80771,1376 +80771,3315476 +80771,3316206 +80771,3316421 +80771,3321966 +80771,3335636 +80771,3349956 +80796,81 +80796,3314541 +80796,3314546 +80796,3317531 +80796,3319886 +80796,3322621 +80796,3347396 +80796,3387301 +80816,81 +80816,3314541 +80816,3317521 +80816,3321111 +80856,811 +80861,1021 +80861,1036 +80861,1281 +80861,1286 +80876,81 +80876,3317521 +80876,3321111 +80886,1781 +80891,366 +80891,1801 +80891,3317131 +80891,3323711 +80896,811 +80901,1781 +80931,81 +80931,661 +80931,3314546 +80931,3341006 +80981,1136 +80986,81 +80986,3314546 +80986,3317531 +80986,3321111 +80986,3322621 +81056,1756 +81171,26 +81171,671 +81176,671 +81236,26 +81236,366 +81236,696 +81236,1801 +81236,3366391 +81241,26 +81241,366 +81241,696 +81241,1801 +81241,3366391 +81246,3316071 +81251,26 +81251,366 +81251,696 +81251,1801 +81251,3366391 +81256,366 +81256,1801 +81256,3316051 +81256,3323711 +81261,26 +81261,366 +81261,696 +81261,1801 +81261,3366391 +81271,26 +81271,366 +81271,696 +81271,1801 +81271,3366391 +81276,26 +81276,366 +81276,696 +81276,1801 +81276,3366391 +81281,3316071 +81286,26 +81286,366 +81286,696 +81286,1801 +81286,3366391 +81291,26 +81291,366 +81291,696 +81291,1801 +81291,3366391 +81296,26 +81296,366 +81296,696 +81296,1801 +81296,3366391 +81301,26 +81301,366 +81301,696 +81301,1801 +81301,3366391 +81306,26 +81306,366 +81306,696 +81306,1801 +81306,3366391 +81311,26 +81311,366 +81311,696 +81311,1801 +81311,3366391 +81361,366 +81361,696 +81361,1801 +81361,3366391 +81396,366 +81396,696 +81396,1801 +81396,3366391 +81446,1146 +81446,1231 +81446,3386296 +81451,3316071 +81451,3324061 +81451,3325561 +81461,366 +81461,3316051 +81461,3323711 +81466,1056 +81466,3314446 +81476,1056 +81491,1056 +81501,1056 +81501,3314446 +81511,1056 +81521,1056 +81536,81 +81536,661 +81536,3314556 +81551,1056 +81576,1056 +81591,1006 +81626,1056 +81626,1156 +81646,1056 +81651,1056 +81651,1156 +81661,1056 +81661,1156 +81666,1146 +81666,3386296 +81671,336 +81671,1176 +81671,3323866 +81671,3361646 +81676,26 +81676,1901 +81676,3320636 +81676,3323241 +81676,3323651 +81676,3326261 +81676,3386296 +81681,26 +81681,1901 +81681,3320636 +81681,3322026 +81681,3323656 +81681,3326261 +81681,3386296 +81721,2131 +81721,3323666 +81736,1056 +81776,1056 +81786,656 +81786,1156 +81786,1166 +81786,1551 +81786,1846 +81786,2131 +81786,3323666 +81786,3387886 +81801,1246 +81801,1251 +81806,1056 +81816,1056 +81831,1056 +81876,1801 +81886,1156 +81886,1551 +81886,1846 +81886,2131 +81886,3323666 +81906,1801 +81916,1801 +81926,1056 +81926,1156 +81956,606 +81956,3316071 +81961,1801 +81971,676 +81971,3316421 +81971,3346556 +81971,3374881 +81986,3316071 +81991,1901 +81991,3320636 +81991,3323241 +81991,3326261 +82001,2131 +82001,3323666 +82026,476 +82026,1146 +82046,3316071 +82141,3316071 +82141,3324061 +82201,476 +82201,1146 +82201,3383711 +82201,3386296 +82271,1466 +82271,3354291 +82276,491 +82276,1066 +82276,1681 +82301,1466 +82301,3354291 +82311,656 +82311,1466 +82311,3320636 +82311,3347346 +82311,3354291 +82356,366 +82561,1056 +82631,466 +82631,676 +82631,3346556 +82631,3374881 +82656,466 +82656,676 +82656,3346556 +82656,3374881 +82661,466 +82661,676 +82661,3346556 +82661,3374881 +82666,466 +82666,676 +82666,3346556 +82666,3374881 +82731,466 +82731,676 +82731,3346556 +82731,3374881 +82791,341 +82791,2196 +82866,1801 +82871,1801 +82876,1801 +82881,1801 +82886,1801 +82896,366 +82896,696 +82896,1801 +82901,2111 +82901,3316071 +82901,3317776 +82911,3316071 +82911,3324066 +82921,1021 +82921,1281 +82921,1291 +82921,2296 +82921,3316211 +82921,3316436 +82921,3337426 +82921,3348396 +82926,3316071 +82931,1021 +82931,1281 +82931,2296 +82931,3316211 +82931,3316436 +82931,3337426 +82931,3348396 +82936,3316071 +82941,1781 +82946,3316071 +82956,366 +82956,1801 +82961,476 +82961,3386296 +82966,1781 +82996,366 +82996,1801 +83016,1781 +83036,1781 +83036,3387211 +83041,641 +83041,3315306 +83071,366 +83071,1801 +83086,3316071 +83091,3316071 +83101,961 +83101,3314906 +83101,3387106 +83146,491 +83146,1066 +83146,3317191 +83161,641 +83161,3315301 +83161,3315306 +83161,3323881 +83161,3387306 +83176,3316071 +83176,3317776 +83176,3324061 +83176,3324066 +83191,641 +83191,3315301 +83191,3315306 +83191,3320751 +83191,3387636 +83196,366 +83196,1801 +83226,1156 +83226,1551 +83226,1846 +83226,2131 +83226,3323666 +83226,3387886 +83236,366 +83236,1801 +83241,3316071 +83241,3324066 +83266,641 +83266,3315306 +83281,1156 +83281,1166 +83281,1551 +83281,1846 +83281,2131 +83281,3323666 +83281,3387886 +83291,641 +83291,3315306 +83291,3323881 +83316,1781 +83321,576 +83321,1231 +83321,3317431 +83321,3320636 +83321,3386296 +83341,1021 +83341,1036 +83341,1281 +83341,1286 +83341,1291 +83341,2296 +83341,3316211 +83341,3316436 +83341,3337426 +83341,3348396 +83351,491 +83351,1066 +83351,3317191 +83366,336 +83366,3320706 +83366,3387366 +83376,1021 +83376,2296 +83376,3316436 +83386,491 +83386,1066 +83386,3317191 +83391,1781 +83391,3387211 +83396,491 +83396,3317191 +83411,366 +83411,1801 +83431,3316071 +83431,3317776 +83431,3324066 +83441,1751 +83441,3321676 +83441,3322456 +83441,3344691 +83446,3316071 +83466,656 +83466,1156 +83466,1166 +83466,1846 +83486,366 +83486,1801 +83586,1156 +83586,1166 +83586,1551 +83586,2131 +83586,3323666 +83586,3387886 +83591,641 +83591,3315306 +83596,1146 +83596,1231 +83596,1236 +83596,3314766 +83596,3352861 +83596,3383711 +83596,3386296 +83596,3388326 +83611,656 +83611,1156 +83611,1166 +83611,1846 +83616,606 +83616,3314521 +83646,26 +83646,96 +83651,641 +83651,2111 +83651,3315306 +83651,3387306 +83651,3387481 +83656,3316071 +83691,3316071 +83741,606 +83741,3314521 +83781,1231 +83781,3386296 +83816,3316071 +83816,3317776 +83821,81 +83821,661 +83821,3314541 +83821,3314546 +83821,3341006 +83831,606 +83831,3314521 +83841,81 +83841,2161 +83841,3314541 +83841,3314546 +83841,3317861 +83856,1231 +83856,3386296 +83866,491 +83866,1681 +83866,2101 +83866,3317191 +83871,491 +83881,1166 +83886,3321226 +83886,3321236 +83891,606 +83891,3314521 +83901,606 +83901,3314521 +83926,3321226 +83936,606 +83936,3314521 +83941,491 +83941,1066 +83971,3321226 +83976,1156 +83976,1551 +83976,1846 +83976,2131 +83976,3323666 +83976,3387886 +83991,1006 +83991,1506 +83991,1766 +84016,1306 +84036,606 +84036,3314521 +84046,861 +84046,976 +84051,606 +84051,3314521 +84076,606 +84076,3314521 +84086,1296 +84101,1296 +84111,861 +84111,976 +84116,1296 +84121,606 +84121,3314521 +84131,1296 +84151,1296 +84166,1156 +84166,1551 +84166,3323666 +84166,3387886 +84171,721 +84171,3358751 +84186,656 +84186,1156 +84186,1166 +84186,1551 +84186,2131 +84186,3323666 +84186,3387886 +84201,606 +84201,3314521 +84206,1551 +84206,1846 +84206,2131 +84206,3323666 +84206,3387886 +84221,606 +84221,3314521 +84226,331 +84226,521 +84231,1156 +84231,2131 +84231,3323666 +84231,3387411 +84236,1551 +84236,2131 +84236,3323666 +84241,606 +84241,3314521 +84246,641 +84246,1066 +84246,3315306 +84246,3320751 +84256,576 +84256,1246 +84256,1251 +84256,3319861 +84256,3357796 +84256,3388251 +84311,81 +84311,2161 +84311,3314541 +84311,3314546 +84311,3317861 +84331,3317871 +84341,81 +84341,2161 +84341,3314541 +84341,3314546 +84341,3317861 +84381,1306 +84481,1781 +84481,3387211 +84486,1781 +84486,3387211 +84491,1781 +84491,3387211 +84501,366 +84501,1801 +84511,366 +84511,1801 +84526,366 +84526,1801 +84536,366 +84536,1801 +84561,366 +84561,1801 +84561,3323711 +84566,366 +84566,1801 +84571,1801 +84591,1801 +84621,81 +84621,3314541 +84621,3314546 +84621,3319886 +84621,3321061 +84621,3347396 +84631,1231 +84631,1236 +84631,3314741 +84631,3386296 +84666,1831 +84671,3316421 +84671,3324741 +84681,1846 +84696,1831 +84706,961 +84706,2251 +84726,26 +84726,1156 +84726,1166 +84726,1846 +84781,1231 +84781,3314741 +84781,3314766 +84781,3386296 +84786,606 +84826,1376 +84841,476 +84841,1231 +84841,3386296 +84846,1726 +84846,3321211 +84891,1831 +84916,961 +84916,2251 +84936,1846 +84966,1081 +84966,3322161 +84976,1846 +84981,1066 +84981,1351 +84981,1356 +84981,3315156 +84981,3317036 +84986,1246 +84986,1251 +84986,3357796 +84986,3388251 +84996,26 +84996,1776 +85011,331 +85011,1346 +85016,1376 +85016,1831 +85016,3315476 +85016,3316451 +85016,3368201 +85021,846 +85021,1781 +85026,366 +85032,1356 +85032,1591 +85032,3315156 +85032,3323881 +85047,81 +85047,3314541 +85047,3317861 +85047,3388291 +85106,3321226 +85206,706 +85206,2216 +85206,3314441 +85216,366 +85236,1246 +85236,1251 +85236,3317431 +85236,3319861 +85251,1076 +85251,3314521 +85251,3387411 +85261,1166 +85286,1246 +85286,1251 +85286,3317431 +85286,3319861 +85301,1156 +85301,1166 +85301,1551 +85301,2131 +85301,3316116 +85301,3323666 +85301,3387411 +85306,1306 +85321,2131 +85321,3316116 +85321,3323666 +85341,606 +85351,2131 +85351,3316116 +85351,3323666 +85371,1351 +85371,1356 +85371,3315096 +85371,3315156 +85391,81 +85391,3314541 +85391,3314546 +85391,3319886 +85391,3321061 +85391,3321066 +85391,3323151 +85391,3347396 +85421,81 +85421,3314546 +85421,3317531 +85421,3320541 +85421,3321111 +85421,3322621 +85436,1306 +85436,1406 +85436,2176 +85446,1306 +85471,1066 +85471,1351 +85471,1356 +85471,3315156 +85491,3317531 +85491,3320541 +85506,81 +85506,3314541 +85506,3319886 +85506,3321061 +85506,3321066 +85506,3347396 +85546,81 +85546,3314546 +85546,3319886 +85546,3321061 +85546,3347396 +85551,2131 +85551,3323666 +85566,81 +85566,3314546 +85566,3317531 +85566,3320541 +85566,3321111 +85566,3322621 +85566,3388296 +85571,1746 +85586,81 +85586,3319886 +85586,3321061 +85586,3347396 +85596,491 +85596,1066 +85601,81 +85601,3317531 +85601,3320541 +85611,81 +85611,3314541 +85611,3314546 +85611,3319886 +85611,3321061 +85611,3321066 +85611,3323151 +85611,3347396 +85616,81 +85616,3314541 +85616,3314546 +85616,3317521 +85616,3321111 +85636,81 +85636,3317531 +85636,3320541 +85636,3321111 +85641,761 +85641,771 +85641,1106 +85641,3371396 +85641,3378216 +85641,3378226 +85641,3383171 +85641,3383176 +85641,3387511 +85641,3387516 +85641,3387676 +85651,3321226 +85691,706 +85691,1711 +85691,2216 +85691,3314441 +85691,3323701 +85691,3387596 +85691,3388456 +85696,3321226 +85741,576 +85741,1231 +85741,3320636 +85741,3386296 +85766,26 +85766,1306 +85766,1406 +85766,2176 +85766,3320636 +85766,3386771 +85781,641 +85781,3315301 +85781,3315306 +85781,3323881 +85786,846 +85786,1781 +85826,846 +85826,1781 +85831,961 +85861,1076 +85861,3314521 +85861,3321246 +85866,1076 +85866,3314521 +85866,3321246 +85901,961 +85901,971 +85901,3314906 +85901,3323646 +85901,3387106 +85901,3387356 +85911,846 +85911,1781 +85926,846 +85926,1781 +85936,1156 +85936,1551 +85936,2131 +85936,3323666 +85936,3387886 +85961,846 +85961,1781 +85971,846 +85971,1781 +85976,846 +85976,1781 +86031,3321226 +86066,1626 +86066,1741 +86066,3374296 +86146,606 +86146,1076 +86171,606 +86171,1076 +86201,606 +86201,1076 +86216,606 +86216,1076 +86296,81 +86296,661 +86296,3314546 +86296,3341006 +86301,366 +86301,1801 +86306,81 +86306,3314541 +86306,3319886 +86306,3321061 +86306,3321066 +86306,3323151 +86306,3347396 +86321,3316071 +86321,3317776 +86351,1231 +86351,3318121 +86351,3386296 +86356,81 +86356,661 +86356,3341006 +86371,1021 +86371,1036 +86371,1281 +86406,81 +86406,3314546 +86406,3319886 +86406,3321061 +86406,3323151 +86406,3347396 +86501,1721 +86501,3319006 +86501,3359356 +86676,996 +86676,1176 +86676,3316691 +86676,3323866 +86701,3316071 +86706,761 +86706,771 +86706,3378216 +86706,3378226 +86706,3378356 +86706,3387236 +86706,3387511 +86706,3388691 +86706,3388696 +86886,606 +86961,761 +86961,771 +86961,3387126 +86961,3387236 +86961,3387511 +86961,3387751 +86971,721 +86971,3317431 +86971,3358751 +87026,721 +87026,3358751 +87041,2296 +87041,3316436 +87041,3348396 +87081,606 +87081,3314521 +87096,1246 +87096,1251 +87096,3319866 +87096,3319871 +87096,3357796 +87096,3388251 +87121,81 +87121,3314541 +87121,3314546 +87121,3319886 +87121,3321061 +87121,3321066 +87121,3323151 +87121,3347396 +87141,2296 +87141,3316436 +87141,3337426 +87371,366 +87411,606 +87411,3314521 +87516,3315971 +87531,996 +87531,1176 +87531,3323866 +87531,3388126 +87586,3315971 +87596,1056 +87616,1056 +87676,1156 +87676,1166 +87676,1551 +87676,3323666 +87701,606 +87701,3314521 +87736,2296 +87736,3316436 +87751,1076 +87751,3323731 +87751,3381146 +87751,3381191 +87751,3387456 +87751,3388031 +87786,606 +87786,3314521 +87796,491 +87796,871 +87796,1456 +87806,3316071 +87806,3317776 +87821,1306 +87826,81 +87826,3319886 +87826,3321061 +87826,3321071 +87826,3347396 +87831,606 +87831,3314521 +87851,81 +87851,3319886 +87851,3321061 +87851,3321066 +87851,3347396 +87861,3316071 +87871,606 +87871,3314521 +87881,1021 +87881,1036 +87886,3315971 +87896,606 +87896,3314521 +87916,3316071 +87946,2296 +87946,3316436 +87946,3337426 +87966,471 +87966,1306 +87966,1406 +87966,1596 +87966,2176 +88011,81 +88011,3314541 +88011,3319886 +88011,3321061 +88011,3323151 +88011,3347396 +88031,3321226 +88031,3381811 +88051,1246 +88051,1251 +88051,3319861 +88051,3357796 +88056,331 +88056,3321226 +88056,3381811 +88081,491 +88081,1066 +88091,1166 +88091,1551 +88091,3387886 +88106,491 +88126,3316071 +88126,3317776 +88151,861 +88151,976 +88186,761 +88186,771 +88186,1106 +88186,3371396 +88186,3378226 +88186,3383176 +88186,3387511 +88216,1156 +88216,1551 +88216,2131 +88216,3323666 +88236,641 +88236,3315301 +88236,3315306 +88236,3320751 +88271,26 +88271,861 +88271,976 +88271,3320636 +88386,366 +88456,26 +88456,1331 +88456,3321321 +88481,26 +88481,1406 +88511,466 +88511,676 +88511,3346556 +88511,3374881 +88656,1156 +88656,1166 +88661,1166 +88671,606 +88671,3316071 +88676,1156 +88676,1166 +88681,606 +88681,3316071 +88686,606 +88686,3316071 +88696,861 +88696,976 +88696,3387536 +88701,606 +88701,3316071 +88741,3316071 +88741,3324066 +88746,606 +88746,3316071 +88751,606 +88751,3316071 +88786,606 +88786,3316071 +88801,606 +88801,3316071 +88821,3316071 +88821,3317776 +88836,1156 +88836,1166 +88836,1551 +88836,2131 +88836,3323666 +88851,761 +88851,771 +88851,1106 +88851,3371396 +88851,3378216 +88851,3383176 +88856,641 +88856,3315306 +88901,656 +88901,3324991 +88901,3387366 +88911,1626 +88911,1741 +88911,3374296 +88916,2131 +88946,1626 +88946,1741 +88946,3374296 +89036,466 +89036,676 +89036,3346556 +89036,3374881 +89051,761 +89051,771 +89051,1106 +89051,3371396 +89051,3378216 +89051,3378226 +89051,3383176 +89056,966 +89056,1176 +89056,1501 +89056,2131 +89056,3323866 +89096,1056 +89151,641 +89151,3315301 +89151,3315306 +89151,3320751 +89166,466 +89166,676 +89166,3346556 +89181,1846 +89191,3315971 +89201,1846 +89201,3347346 +89226,366 +89226,3323711 +89226,3338486 +89301,1846 +89326,1306 +89326,1406 +89326,2176 +89331,1186 +89331,1216 +89331,1506 +89331,3321536 +89331,3323881 +89366,1076 +89366,3314521 +89366,3321246 +89366,3388226 +89426,641 +89426,1066 +89426,1456 +89426,3315306 +89471,2131 +89576,3315971 +89586,1156 +89586,1166 +89586,1551 +89586,1846 +89586,2131 +89586,3323666 +89586,3387411 +89586,3387886 +89631,81 +89631,661 +89631,3314546 +89631,3341006 +89631,3388296 +89836,1846 +89866,366 +89866,3316051 +89866,3323711 +90016,2296 +90016,3316436 +90016,3337426 +90031,506 +90031,756 +90031,881 +90031,3316726 +90351,3314521 +90411,81 +90411,3317536 +90411,3319886 +90411,3321061 +90411,3321066 +90411,3388336 +90421,81 +90421,3317536 +90421,3321061 +90811,656 +90811,3320636 +90811,3324991 +90811,3387366 +90861,656 +90861,3324991 +90861,3387366 +90876,656 +90876,3387366 +90881,1166 +90881,1846 +90896,26 +90896,656 +90911,1846 +90916,1166 +90916,1846 +90976,1076 +90976,3381191 +91021,1781 +91021,3387211 +91031,336 +91031,761 +91031,771 +91031,3387511 +91051,3316071 +91071,606 +91071,3316071 +91086,3316071 +91116,3316071 +91131,606 +91131,3316071 +91146,3316071 +91156,606 +91156,1076 +91156,3321246 +91156,3323656 +91156,3339276 +91156,3381191 +91156,3387456 +91166,3316071 +91171,511 +91171,1076 +91171,1156 +91171,3316421 +91171,3321246 +91171,3323731 +91171,3339276 +91171,3381191 +91181,3316071 +91191,3316071 +91196,3316071 +91196,3317776 +91196,3324061 +91206,606 +91206,3325561 +91221,1076 +91221,3339276 +91231,1076 +91231,3323731 +91231,3339276 +91231,3387411 +91251,1076 +91251,3387411 +91261,1076 +91261,3323731 +91271,1076 +91271,3321246 +91271,3381191 +91281,3316071 +91311,1036 +91386,3316071 +91421,711 +91421,3336366 +91426,761 +91426,771 +91426,3371396 +91441,3316071 +91446,3316071 +91451,3316071 +91456,3316071 +91466,3316071 +91471,3316071 +91491,3316071 +91496,3316071 +91501,3316071 +91506,606 +91506,3325561 +91511,3316071 +91516,3316071 +91526,3316071 +91531,3316071 +91536,3316071 +91546,1281 +91546,3316211 +91546,3316436 +91556,511 +91556,606 +91556,1076 +91556,3321246 +91556,3322161 +91556,3323731 +91581,3316211 +91581,3316436 +91586,1036 +91601,81 +91601,3314546 +91606,1156 +91606,2131 +91606,3323666 +91611,81 +91611,3314541 +91611,3323866 +91621,1076 +91621,3339276 +91631,3316071 +91631,3317776 +91651,1351 +91651,1356 +91686,506 +91686,756 +91686,881 +91711,3316071 +91716,3316071 +91756,3332741 +91836,966 +91836,996 +91836,1176 +91836,3323866 +91836,3361286 +91836,3387836 +91836,3387981 +91911,26 +91911,1306 +91911,1406 +91911,2176 +91961,606 +91961,3316071 +91971,606 +91971,3316071 +91981,606 +91981,3316071 +91986,606 +91986,3316071 +91991,1036 +92001,706 +92001,2216 +92001,3314441 +92001,3388456 +92016,576 +92016,721 +92016,3358751 +92026,641 +92026,1066 +92026,3315301 +92026,3315306 +92026,3320751 +92051,706 +92051,2216 +92051,2291 +92051,3388456 +92106,446 +92106,806 +92111,1626 +92111,1741 +92111,3323671 +92111,3374296 +92136,1781 +92146,1781 +92146,3387211 +92161,1406 +92176,706 +92176,2216 +92176,3314441 +92176,3323696 +92176,3323701 +92181,951 +92181,3323866 +92181,3387701 +92201,491 +92201,1066 +92201,3317191 +92211,491 +92211,1066 +92211,3317191 +92221,711 +92221,1566 +92221,3336366 +92221,3358266 +92236,491 +92236,3317191 +92306,81 +92306,2161 +92306,3314541 +92306,3387301 +92316,1781 +92316,3387211 +92321,491 +92326,81 +92326,2161 +92326,3314541 +92326,3387301 +92341,3316071 +92381,336 +92381,761 +92381,771 +92381,1081 +92381,3321246 +92381,3387521 +92381,3388241 +92396,3316071 +92396,3317776 +92396,3324071 +92401,81 +92401,2161 +92401,3314541 +92401,3387301 +92411,3316971 +92411,3387176 +92416,3316071 +92416,3324071 +92421,81 +92421,2161 +92421,3314541 +92421,3387301 +92426,3316071 +92426,3324071 +92436,81 +92436,2161 +92436,3314541 +92436,3387301 +92446,3316071 +92446,3324071 +92451,3322161 +92456,3316071 +92456,3317776 +92456,3324071 +92486,606 +92486,3325561 +92496,996 +92496,1176 +92496,1501 +92496,3323866 +92501,81 +92501,2161 +92501,3314541 +92501,3387301 +92551,606 +92576,711 +92576,1566 +92576,3336366 +92581,711 +92581,3336366 +92616,861 +92616,976 +92636,81 +92636,2161 +92636,3314541 +92636,3387301 +92666,1146 +92666,3386296 +92671,1021 +92671,1036 +92671,1686 +92671,3348396 +92701,1521 +92736,1626 +92736,1631 +92736,3323636 +92736,3323671 +92736,3342641 +92736,3374296 +92781,606 +92786,2071 +92786,2131 +92796,81 +92796,2161 +92796,3314546 +92796,3317861 +92821,1626 +92821,1741 +92821,3374296 +92831,846 +92831,1781 +92836,846 +92836,1781 +92841,846 +92841,1781 +92846,846 +92846,1781 +92856,846 +92856,1781 +92861,846 +92861,1781 +92866,846 +92866,1781 +92881,846 +92881,1781 +92891,846 +92891,1781 +92901,846 +92901,1781 +92906,846 +92906,1781 +92946,846 +92946,1781 +92951,846 +92951,1781 +92951,3387211 +92961,846 +92961,1781 +92971,846 +92971,1781 +92976,846 +92976,1781 +92981,846 +92981,1781 +92986,846 +92986,1781 +92991,846 +92991,1781 +92996,846 +92996,1781 +93001,846 +93001,1781 +93011,846 +93011,1781 +93021,846 +93021,1781 +93031,846 +93031,1781 +93036,846 +93036,1781 +93141,1781 +93146,1781 +93146,3387211 +93151,491 +93151,1781 +93156,1781 +93161,1781 +93171,1781 +93186,1781 +93206,1036 +93206,1281 +93211,1781 +93211,3387211 +93216,1781 +93221,1781 +93221,3387211 +93226,576 +93226,1066 +93226,1231 +93231,641 +93231,1066 +93231,3315306 +93231,3387306 +93246,641 +93246,3315306 +93246,3323881 +93261,81 +93261,3317536 +93261,3321061 +93261,3321066 +93266,81 +93266,3317536 +93266,3319886 +93266,3321061 +93266,3347396 +93281,81 +93281,3317536 +93281,3319886 +93281,3321061 +93281,3321066 +93281,3347396 +93286,641 +93286,3315306 +93291,81 +93291,3317536 +93291,3319886 +93291,3321061 +93291,3347396 +93311,81 +93311,3317536 +93311,3319886 +93311,3321061 +93311,3321066 +93321,81 +93321,3317536 +93321,3319886 +93321,3321061 +93321,3347396 +93341,1801 +93391,1521 +93431,81 +93431,3317536 +93431,3319886 +93431,3321061 +93431,3321066 +93556,81 +93556,3317536 +93556,3319886 +93556,3321061 +93576,81 +93576,3317536 +93576,3319886 +93576,3321061 +93576,3321066 +93576,3347396 +93581,81 +93581,3317536 +93581,3319886 +93581,3321061 +93581,3347396 +93601,3320456 +93616,26 +93616,481 +93616,571 +93616,1321 +93616,1786 +93616,3315476 +93616,3324201 +93616,3375106 +93631,1776 +93631,3323181 +93646,641 +93646,3315306 +93651,81 +93651,3314546 +93651,3317536 +93651,3319886 +93651,3321061 +93651,3321066 +93651,3347396 +93656,81 +93656,3317536 +93656,3319886 +93656,3321061 +93661,1521 +93666,491 +93666,1066 +93666,3317191 +93681,3317431 +93681,3386296 +93711,506 +93711,756 +93711,881 +93721,26 +93721,1306 +93761,81 +93761,3314546 +93761,3317536 +93761,3319886 +93761,3321061 +93761,3321066 +93761,3322621 +93761,3347396 +93766,506 +93766,756 +93766,881 +93771,506 +93771,756 +93771,881 +93776,81 +93776,3317536 +93776,3319886 +93776,3321061 +93776,3347396 +93786,756 +93841,861 +93841,976 +93846,711 +93846,1566 +93846,3336366 +93876,1166 +93881,446 +93881,806 +93881,3315596 +93936,1166 +93951,1781 +93956,1781 +93961,1231 +93961,3386296 +94086,1231 +94086,1236 +94086,3386296 +94096,1176 +94096,3323866 +94106,366 +94106,1136 +94106,1141 +94131,491 +94131,1681 +94131,3324681 +94141,491 +94141,1066 +94141,3317191 +94146,1486 +94146,3315476 +94146,3317871 +94151,1041 +94151,1051 +94151,1066 +94151,3321211 +94151,3388386 +94161,491 +94161,1066 +94161,3317191 +94191,721 +94191,3358751 +94276,1306 +94306,761 +94306,771 +94306,1106 +94306,3371396 +94306,3378216 +94306,3378226 +94306,3383226 +94306,3387511 +94306,3387906 +94326,476 +94326,3386296 +94341,1306 +94366,446 +94366,806 +94371,1306 +94411,446 +94411,806 +94411,3315596 +94426,1526 +94446,446 +94446,806 +94586,346 +94586,3316726 +94586,3347731 +94621,3317871 +94621,3373276 +94621,3386261 +94681,1006 +94681,1216 +94681,1506 +94681,3387856 +94686,1781 +94691,1781 +94691,3387211 +94696,1781 +94696,3387211 +94811,1156 +94811,1166 +94811,1551 +94811,3323666 +94811,3387886 +94826,1486 +94826,3317871 +94826,3373276 +94856,2131 +94856,3323666 +94896,1156 +94896,1551 +94896,3323666 +94926,1156 +94926,1551 +94926,3323666 +94926,3387886 +94931,1551 +94931,2131 +94931,3323666 +94936,1486 +94936,3317871 +94936,3373276 +94936,3386261 +94976,446 +94976,806 +94991,2281 +94991,3323866 +94991,3325561 +95006,1166 +95021,1156 +95021,2131 +95021,3323666 +95036,446 +95036,806 +95081,1 +95081,446 +95081,806 +95101,1781 +95101,3387211 +95121,1166 +95126,26 +95126,691 +95126,821 +95126,2111 +95126,3366391 +95141,1781 +95141,3387211 +95166,446 +95166,806 +95236,446 +95236,806 +95251,1156 +95251,1551 +95251,3323666 +95251,3387886 +95261,1306 +95261,1406 +95291,1156 +95291,1166 +95291,1551 +95291,3323666 +95291,3387886 +95316,446 +95316,806 +95331,871 +95396,671 +95431,1661 +95446,1156 +95446,1551 +95446,1846 +95446,2131 +95446,3323666 +95446,3387886 +95466,656 +95466,1156 +95466,1166 +95466,1551 +95466,3323666 +95466,3387886 +95476,2171 +95476,3323866 +95486,1156 +95486,1466 +95486,3354291 +95516,491 +95516,1066 +95516,1456 +95516,1681 +95516,3322656 +95516,3324116 +95516,3369671 +95621,2171 +95656,2171 +95656,3323866 +95691,1156 +95691,1551 +95691,2131 +95691,3323666 +95721,656 +95721,1166 +95721,1551 +95721,1846 +95721,3323666 +95721,3387886 +95766,2216 +95766,3323701 +95781,1156 +95781,1551 +95781,3323666 +95781,3387886 +95801,1156 +95801,1166 +95801,1551 +95801,3387886 +95821,1111 +95821,1161 +95821,1326 +95826,1551 +95826,2131 +95826,3323666 +95851,2071 +95891,636 +95891,936 +95891,1626 +95891,3323671 +95891,3374296 +95896,2071 +95911,576 +95911,1231 +95911,3314741 +95911,3386296 +95936,2131 +95936,3323666 +95951,671 +95961,1156 +95961,1551 +95961,3323666 +95986,1156 +95986,1166 +95986,1551 +95986,3323666 +95986,3387886 +96026,671 +96041,1 +96041,836 +96041,3325561 +96041,3328721 +96316,81 +96316,3317531 +96316,3322621 +96326,1781 +96341,1781 +96496,576 +96496,3317431 +96496,3319861 +96496,3386296 +96511,1166 +96521,1066 +96531,1081 +96536,1066 +96536,1456 +96536,3387411 +96551,491 +96551,1066 +96551,1766 +96551,3317191 +96551,3322656 +96591,81 +96591,3317521 +96591,3321111 +96636,656 +96636,1166 +96636,1551 +96636,2131 +96636,3323666 +96651,1166 +96651,2131 +96651,3323666 +96671,26 +96671,1306 +96671,1596 +96671,2176 +96681,2281 +96681,3323866 +96831,3316071 +96831,3316966 +96846,1161 +96846,1326 +96856,636 +96856,936 +96856,1741 +96866,1161 +96866,1326 +96891,1161 +96891,1326 +96896,1161 +96896,1326 +96901,1161 +96901,1326 +96906,1406 +96906,1596 +96906,2176 +96991,1161 +96991,1326 +97001,446 +97001,806 +97001,3315596 +97006,81 +97006,3314541 +97006,3314546 +97006,3317521 +97006,3321111 +97011,1161 +97011,1326 +97051,1161 +97051,1326 +97071,1161 +97071,1326 +97081,1161 +97081,1326 +97101,1161 +97101,1326 +97111,1161 +97111,1326 +97176,1161 +97176,1326 +97181,1161 +97181,1326 +97191,1161 +97191,1326 +97196,1161 +97196,1326 +97201,1161 +97201,1326 +97286,26 +97286,1306 +97286,1596 +97286,2176 +97286,2201 +97286,3386296 +97291,26 +97291,861 +97291,976 +97296,491 +97296,496 +97296,1066 +97296,1456 +97311,446 +97311,806 +97321,3320456 +97346,1021 +97346,1036 +97371,476 +97371,3386296 +97376,1021 +97376,1036 +97421,1021 +97421,1036 +97451,476 +97451,3386296 +97451,3388476 +97466,81 +97466,3314541 +97466,3314546 +97491,1351 +97491,1356 +97491,3315156 +97516,1066 +97541,366 +97541,1136 +97556,366 +97556,1136 +97581,871 +97581,1066 +97601,1066 +97601,2101 +97621,2131 +97621,3316116 +97621,3323666 +97626,671 +97801,846 +97801,1781 +97816,861 +97816,976 +97821,846 +97821,1781 +97836,536 +97836,846 +97836,1781 +97851,846 +97851,1781 +97866,846 +97866,1781 +97916,846 +97916,1781 +97946,1486 +97946,3317871 +97946,3373276 +97956,81 +97956,3314541 +97956,3314546 +97971,861 +97971,976 +97976,81 +97976,3314541 +97976,3314546 +97976,3317521 +98051,1356 +98051,3320636 +98166,1006 +98166,1066 +98166,3316421 +98166,3323676 +98166,3323881 +98221,446 +98221,806 +98246,1261 +98246,2061 +98246,3339241 +98356,26 +98356,1306 +98356,1406 +98356,1596 +98356,2176 +98406,871 +98431,476 +98431,3386296 +98446,671 +98446,3323706 +98456,1746 +98496,3320826 +98511,871 +98521,81 +98521,3314546 +98601,1111 +98601,3315476 +98701,491 +98731,3314521 +98746,2131 +98861,1261 +98861,2061 +98861,3320921 +98861,3321006 +98861,3323866 +98861,3338951 +98861,3339241 +98901,1521 +98946,3314521 +98966,81 +98966,3314546 +98991,3320826 +99006,1111 +99006,3315476 +99011,1521 +99026,1521 +99061,3320826 +99066,636 +99066,936 +99066,1741 +99066,3374296 +99091,1521 +99106,3320826 +99106,3387716 +99136,491 +99211,1281 +99211,3316436 +99211,3337426 +99241,636 +99241,936 +99241,1741 +99241,2096 +99246,3314521 +99261,491 +99281,3316366 +99306,871 +99321,2171 +99321,3316366 +99321,3323866 +99376,1781 +99376,3387211 +99381,656 +99381,1156 +99381,1166 +99381,1551 +99381,1846 +99381,2131 +99381,3323666 +99381,3387411 +99381,3387886 +99446,1781 +99446,3387211 +99481,81 +99481,3314541 +99481,3314546 +99481,3317531 +99481,3322621 +99501,81 +99501,3314546 +99501,3317531 +99786,3316071 +99806,1156 +99806,1166 +99806,1551 +99831,3316436 +99831,3337426 +99836,1521 +99841,1521 +99851,1521 +99871,1521 +99881,3320826 +99936,1076 +99936,3314521 +99936,3321246 +99936,3323656 +99951,3320826 +99951,3387716 +99966,1781 +99966,3387211 +99996,1521 +100001,1521 +100026,3320826 +100026,3387716 +100036,1351 +100036,1356 +100036,3315156 +100041,1521 +100066,1521 +100086,1521 +100096,1521 +100101,26 +100101,1156 +100101,3315476 +100101,3320826 +100101,3387201 +100101,3387716 +100116,1521 +100141,2176 +100156,961 +100156,2251 +100156,3314906 +100156,3323646 +100156,3387106 +100206,606 +100241,1596 +100261,446 +100261,806 +100266,3317531 +100266,3322621 +100326,446 +100326,806 +100446,1521 +100471,1521 +100481,81 +100481,3314546 +100481,3317531 +100481,3388296 +100491,1066 +100491,1341 +100491,3321861 +100491,3368586 +100496,1521 +100541,1521 +100626,81 +100626,3314541 +100676,1116 +100766,1626 +100766,1631 +100766,3323626 +100766,3323671 +100766,3357641 +100786,1626 +100786,1631 +100786,3323626 +100786,3323641 +100786,3323671 +100786,3357606 +100786,3357641 +100786,3374296 +100786,3387121 +100786,3387441 +100916,3318136 +101121,81 +101121,3314546 +101121,3317531 +101121,3388296 +101136,81 +101136,3317531 +101136,3322621 +101401,1076 +101401,3321696 +101401,3381191 +101406,1076 +101406,3321696 +101421,1076 +101421,3321696 +101431,1076 +101431,3321696 +101436,1076 +101436,3321696 +101441,1076 +101441,3321696 +101446,1076 +101446,3321696 +101456,1076 +101456,3321696 +101476,1076 +101476,3321696 +101481,1076 +101481,3321246 +101481,3381191 +101486,511 +101486,1076 +101491,1076 +101491,3321246 +101496,1076 +101496,3381191 +101501,511 +101501,526 +101501,1076 +101501,3321246 +101501,3381191 +101501,3387671 +101506,1076 +101506,3321246 +101506,3381191 +101511,1076 +101511,3321246 +101511,3381191 +101526,1076 +101526,3381146 +101526,3381191 +101526,3388226 +101576,1231 +101581,1066 +101581,1231 +101676,761 +101676,771 +101676,3378216 +101676,3383176 +101806,1066 +101846,656 +101846,1156 +101846,1166 +101846,1551 +101846,1846 +101846,2131 +101846,3316116 +101846,3323666 +101871,3320826 +101871,3387716 +101926,1801 +101926,2026 +101931,1231 +101931,3314766 +101941,26 +101941,3320826 +101941,3387716 +101946,1801 +101946,2026 +101951,641 +101951,3315306 +101966,1066 +101966,3353871 +101966,3353891 +101966,3355866 +101971,641 +101971,3315301 +101971,3315306 +101971,3323881 +101976,1066 +101976,3353871 +101976,3353891 +101976,3388041 +101986,641 +101986,3315306 +101991,3320826 +102021,1801 +102021,2026 +102021,3324166 +102031,3320826 +102036,366 +102036,1801 +102036,2026 +102041,3317531 +102041,3320541 +102051,67 +102051,3316836 +102076,641 +102076,3315306 +102086,761 +102086,771 +102086,1106 +102086,3378356 +102086,3387511 +102096,366 +102096,1801 +102096,2026 +102101,491 +102121,1801 +102121,2026 +102146,1801 +102146,2026 +102246,871 +102246,1066 +102316,641 +102316,3315306 +102461,446 +102461,806 +102481,1231 +102481,3314766 +102736,491 +102736,1066 +102736,3317191 +102896,491 +102896,1066 +102896,3317191 +102916,1 +102916,836 +102916,3323651 +102916,3325561 +102916,3328711 +102916,3328721 +102926,1066 +102926,1231 +102926,3314766 +102986,446 +102986,806 +103001,491 +103001,3317191 +103046,1076 +103046,3321246 +103071,491 +103071,1066 +103071,3317191 +103071,3324116 +103071,3369671 +103241,1056 +103256,1296 +103256,1976 +103541,1231 +103541,3314766 +103631,1231 +103631,3314766 +103686,1231 +103686,3314766 +103736,1066 +103736,1231 +103736,3314766 +103991,1231 +104051,1466 +104051,3354291 +104131,491 +104131,1066 +104131,3317191 +104131,3324116 +104131,3369671 +104136,491 +104136,1066 +104136,1681 +104136,3317191 +104136,3324116 +104161,491 +104181,491 +104181,1206 +104221,491 +104226,656 +104226,1156 +104226,2131 +104226,3323666 +104241,491 +104316,1231 +104316,3386296 +104331,491 +104331,1066 +104331,3317191 +104341,1056 +104366,1626 +104366,1631 +104366,1741 +104366,3322276 +104366,3328841 +104366,3374296 +104371,491 +104371,2101 +104411,1231 +104411,3314766 +104426,756 +104426,881 +104466,756 +104466,881 +104486,761 +104486,771 +104486,3378216 +104486,3378226 +104486,3378356 +104486,3387196 +104486,3387236 +104486,3387511 +104501,1626 +104501,1631 +104501,1741 +104551,486 +104551,3387701 +104581,26 +104581,471 +104581,1306 +104581,1406 +104581,2176 +104581,3320636 +104601,481 +104601,1321 +104621,1306 +104621,1406 +104621,1596 +104621,2176 +104621,3320636 +104751,1056 +104751,3332001 +104796,81 +104796,3314541 +104796,3314546 +104796,3317531 +104796,3320541 +104796,3388296 +104806,761 +104806,771 +104841,491 +104916,331 +104926,1 +104926,1781 +105011,1781 +105011,3387211 +105056,331 +105056,1781 +105076,1781 +105076,3387211 +105096,591 +105096,1281 +105096,3321016 +105096,3345376 +105101,1056 +105121,846 +105121,1781 +105121,3387211 +105126,1781 +105126,3387211 +105166,846 +105166,1781 +105166,3387211 +105171,846 +105171,1781 +105171,3387211 +105176,846 +105176,1781 +105186,761 +105186,771 +105186,3371396 +105186,3378216 +105186,3378226 +105186,3378356 +105186,3387196 +105186,3387511 +105206,1006 +105206,1506 +105206,1766 +105211,771 +105211,3323651 +105211,3387511 +105241,1076 +105241,3321246 +105241,3381191 +105241,3388226 +105266,1076 +105266,3381191 +105266,3388226 +105316,656 +105316,1156 +105316,2131 +105316,3316116 +105316,3323666 +105361,446 +105361,806 +105396,446 +105396,806 +105396,3315596 +105406,761 +105406,771 +105446,446 +105446,806 +105466,761 +105466,771 +105486,3315306 +105501,761 +105501,771 +105501,1106 +105501,3387201 +105501,3387511 +105521,771 +105521,3387511 +105541,771 +105546,771 +105561,331 +105561,2271 +105606,761 +105606,771 +105606,3387511 +105656,761 +105656,771 +105656,3387511 +105671,761 +105671,771 +105671,3387511 +105706,761 +105706,771 +105706,3387511 +105731,761 +105731,771 +105731,3387511 +105771,1631 +105771,1741 +105771,3322276 +105771,3323671 +105811,1626 +105811,1631 +105811,1741 +105811,3322276 +105816,1626 +105816,1741 +105816,3357606 +105836,771 +105846,26 +105846,1306 +105846,1406 +105846,2176 +105846,2201 +106076,761 +106076,771 +106076,1106 +106076,3371396 +106076,3378216 +106076,3387196 +106111,1006 +106111,1216 +106111,1506 +106216,1166 +106216,1466 +106216,3321131 +106356,466 +106356,676 +106356,3374881 +106421,761 +106421,771 +106421,1106 +106421,3378216 +106421,3387196 +106421,3387511 +106421,3387951 +106436,961 +106436,2251 +106436,3387106 +106451,671 +106471,1776 +106591,591 +106591,1281 +106591,3321016 +106781,81 +106781,661 +106781,3314546 +106781,3341006 +106801,711 +106801,1566 +106801,3336366 +106821,481 +106821,571 +106821,1321 +106821,3324201 +107031,26 +107031,1161 +107031,1376 +107031,1831 +107031,3316206 +107126,761 +107126,771 +107146,761 +107146,771 +107146,3371396 +107146,3387511 +107161,1076 +107161,3388226 +107181,1076 +107181,3321246 +107181,3381191 +107181,3387456 +107181,3388226 +107206,1076 +107206,3321246 +107206,3381191 +107216,446 +107216,806 +107221,446 +107221,806 +107381,1076 +107381,2111 +107381,3321246 +107411,366 +107411,3316051 +107411,3323711 +107416,576 +107416,3317431 +107481,671 +107491,336 +107491,771 +107491,3321611 +107506,336 +107506,3321611 +107546,366 +107546,3316051 +107546,3323711 +107551,1231 +107551,3352861 +107551,3386296 +107556,366 +107556,3316051 +107556,3323711 +107586,1626 +107586,1631 +107586,1741 +107586,3322276 +107606,671 +107616,591 +107616,1281 +107616,3321016 +107666,821 +107671,491 +107671,871 +107671,1066 +107671,1456 +107681,2281 +107681,3323866 +107696,446 +107696,806 +107696,3315596 +107996,1306 +107996,1406 +107996,1596 +107996,2176 +107996,3320636 +108046,3316211 +108046,3316436 +108081,81 +108081,3314541 +108081,3314546 +108116,1306 +108116,1406 +108116,1596 +108116,2176 +108126,446 +108126,806 +108181,591 +108181,1281 +108181,1286 +108181,3321016 +108221,1156 +108221,1166 +108221,1551 +108221,1846 +108221,3387886 +108231,466 +108231,676 +108231,3346556 +108231,3374881 +108241,446 +108241,806 +108271,2026 +108291,671 +108331,3316071 +108336,446 +108336,806 +108336,3315596 +108361,26 +108361,366 +108361,821 +108361,3323706 +108361,3324166 +108361,3366391 +108361,3387706 +108376,446 +108376,806 +108411,446 +108411,806 +108436,1066 +108446,446 +108446,806 +108466,26 +108466,366 +108466,821 +108466,1801 +108481,81 +108481,3314541 +108481,3314546 +108491,366 +108491,991 +108516,81 +108516,3314541 +108516,3314546 +108541,1156 +108541,1551 +108541,1846 +108541,2131 +108541,3323666 +108546,821 +108566,26 +108566,366 +108566,821 +108566,1801 +108566,3366391 +108606,26 +108606,366 +108606,821 +108606,1801 +108606,3366391 +108666,81 +108666,3314546 +108691,81 +108761,961 +108761,2251 +108771,671 +108856,1051 +108856,3321211 +108856,3388386 +108886,1831 +109046,1166 +109046,1846 +109061,1166 +109061,1551 +109071,1166 +109076,1166 +109086,26 +109086,341 +109086,3315476 +109086,3388311 +109116,1076 +109116,3321246 +109116,3381191 +109116,3387411 +109226,446 +109226,806 +109241,1166 +109266,1166 +109266,1831 +109281,446 +109281,806 +109291,446 +109291,806 +109306,446 +109306,806 +109321,1066 +109321,1351 +109321,1356 +109321,3315121 +109321,3315156 +109321,3387341 +109396,26 +109396,1306 +109396,1406 +109396,1596 +109396,2176 +109431,446 +109431,806 +109436,756 +109436,881 +109441,756 +109441,881 +109456,446 +109456,806 +109551,81 +109551,3317531 +109551,3317536 +109551,3321061 +109551,3321066 +109556,761 +109556,771 +109556,3378216 +109566,81 +109566,3314541 +109566,3317536 +109566,3321061 +109586,81 +109586,661 +109586,3341006 +109631,81 +109631,3317536 +109631,3319886 +109631,3321061 +109631,3321066 +109676,1366 +109676,2071 +109676,2131 +109676,3316116 +109676,3323666 +109686,81 +109686,3317536 +109686,3321061 +109696,2131 +109696,3316116 +109696,3323666 +109706,2131 +109706,3316116 +109706,3323666 +109736,81 +109736,3317536 +109736,3319886 +109736,3321061 +109736,3321066 +109776,26 +109776,1306 +109776,1406 +109776,1596 +109776,2176 +109781,2071 +109781,2131 +109781,3316116 +109801,1231 +109801,3320021 +109801,3386296 +109806,1781 +109806,3387211 +109811,2131 +109811,3316116 +109811,3323666 +109831,491 +109831,1066 +109831,1381 +109831,3387786 +109846,1781 +109961,1781 +109961,3387211 +109986,636 +109986,856 +109986,936 +109986,1626 +109986,1741 +109986,2096 +109986,3374296 +110086,1781 +110121,1321 +110121,3324201 +110156,2251 +110176,446 +110176,806 +110201,446 +110201,806 +110231,671 +110261,446 +110261,806 +110376,446 +110376,806 +110401,366 +110401,991 +110401,3323706 +110406,446 +110406,806 +110426,671 +110426,3323706 +110471,446 +110471,806 +110496,1746 +110526,1066 +110526,1341 +110526,3321861 +110526,3368586 +110546,1156 +110546,1466 +110546,3320836 +110546,3354291 +110591,81 +110591,3317536 +110591,3319886 +110591,3321061 +110591,3347396 +110611,446 +110611,806 +110626,636 +110626,936 +110626,1626 +110626,1741 +110626,3328841 +110626,3357606 +110641,1466 +110641,3354291 +110661,1466 +110661,3354291 +110681,1066 +110681,1116 +110701,1466 +110701,3320836 +110701,3354291 +110706,1466 +110706,3320836 +110706,3354291 +110711,1466 +110711,3354291 +110741,26 +110741,1306 +110741,1406 +110741,2176 +110751,446 +110751,806 +110776,1066 +110801,821 +110831,446 +110831,806 +110831,1066 +110841,641 +110841,3317936 +110881,81 +110881,3314546 +110881,3321061 +110881,3323151 +110881,3347396 +110881,3388296 +110941,446 +110941,806 +110941,1066 +110961,761 +110961,771 +110991,491 +110991,3324681 +110991,3369671 +111001,446 +111001,806 +111001,1066 +111006,1306 +111026,961 +111026,2086 +111031,446 +111031,806 +111221,1781 +111221,3387211 +111321,1076 +111321,3381191 +111321,3388226 +111341,1076 +111341,3321246 +111341,3381191 +111341,3387411 +111366,446 +111366,806 +111376,446 +111376,806 +111386,26 +111386,366 +111386,1801 +111386,2026 +111406,761 +111406,771 +111406,1106 +111406,3371396 +111406,3378216 +111406,3378226 +111406,3383171 +111406,3387511 +111406,3387516 +111406,3388161 +111421,446 +111421,806 +111461,1466 +111461,3354291 +111466,26 +111466,1306 +111466,1596 +111466,2176 +111471,1466 +111471,3354291 +111476,446 +111476,806 +111486,446 +111486,806 +111501,3317431 +111516,636 +111516,936 +111516,1626 +111516,1741 +111516,3374296 +111541,1551 +111541,2131 +111541,3323666 +111736,636 +111736,936 +111736,1626 +111736,1631 +111736,3321111 +111736,3357606 +111736,3374296 +111776,3320456 +111941,81 +111941,3317536 +111941,3321061 +111961,366 +111976,26 +111976,366 +111976,1801 +111976,2026 +112036,81 +112036,3314541 +112036,3314546 +112036,3321061 +112036,3323151 +112036,3347396 +112151,366 +112301,711 +112301,3336366 +112341,26 +112341,1776 +112341,3323186 +112341,3387681 +112346,1306 +112346,1406 +112346,1596 +112346,2176 +112346,3320636 +112361,26 +112361,1306 +112381,3316366 +112381,3323061 +112381,3323866 +112386,706 +112386,2216 +112396,576 +112396,1231 +112396,3358751 +112396,3383711 +112396,3386296 +112431,656 +112431,1156 +112431,1166 +112431,1551 +112431,1846 +112431,2131 +112431,3316116 +112431,3323666 +112431,3387886 +112496,2216 +112566,636 +112566,936 +112566,3323671 +112566,3374296 +112596,1781 +112616,1626 +112616,1741 +112616,3322276 +112616,3357606 +112621,961 +112621,3314906 +112691,706 +112691,2216 +112691,3314441 +112761,1056 +112761,1156 +112776,26 +112776,1306 +112876,1466 +112876,3354291 +112901,1166 +112901,1466 +112901,3321131 +112901,3354291 +112921,1466 +112921,3321131 +112921,3354291 +112971,3321061 +112981,1466 +112981,3354291 +113006,1156 +113006,1166 +113006,1466 +113006,1551 +113006,3321131 +113006,3354291 +113006,3387886 +113041,706 +113041,2216 +113041,3314441 +113321,1351 +113321,1356 +113321,3315156 +113356,331 +113356,3321226 +113431,656 +113431,1156 +113431,1551 +113431,2131 +113431,3387886 +113496,26 +113496,1306 +113496,1596 +113496,2176 +113501,366 +113511,366 +113541,1076 +113541,3388226 +113556,1021 +113561,1021 +113576,1166 +113586,1166 +113591,1166 +113616,3316071 +113636,81 +113636,3321061 +113636,3347396 +113641,3316071 +113646,3316071 +113686,3316071 +113706,3316071 +113716,1156 +113716,1466 +113716,3354291 +113736,1971 +113736,3315256 +113781,446 +113781,806 +113821,1231 +113821,3352861 +113821,3386296 +113861,26 +113861,1306 +113861,1406 +113861,1596 +113861,2176 +113916,3316071 +113936,636 +113936,936 +113936,1626 +113946,3316071 +113956,3316071 +113971,3316071 +113991,3316071 +114001,1111 +114001,3315476 +114006,3316071 +114011,1056 +114011,1156 +114016,491 +114026,3316071 +114031,3316071 +114046,1231 +114046,3383711 +114046,3386296 +114056,3316071 +114081,1801 +114081,2026 +114091,3316071 +114126,3316071 +114156,3316071 +114171,3316071 +114181,3316071 +114186,3316071 +114241,1776 +114241,3387681 +114411,3316071 +114646,1196 +114646,1351 +114646,1356 +114646,3315121 +114646,3333881 +114856,3314541 +114856,3321066 +115086,1066 +115086,1341 +115086,3321861 +115086,3368586 +115186,961 +115331,366 +115331,3316051 +115331,3323711 +115421,81 +115421,596 +115421,3314546 +115496,81 +115496,3321061 +115496,3321066 +115606,711 +115606,1566 +115606,3336366 +115611,446 +115611,806 +115611,1066 +115611,3315596 +115631,81 +115631,3319886 +115631,3321061 +115631,3321066 +115636,81 +115636,3319886 +115636,3321061 +115636,3321066 +115641,81 +115641,3321061 +115641,3321066 +115651,81 +115651,3314541 +115651,3321061 +115651,3321066 +115661,81 +115661,3314541 +115661,3321061 +115661,3321066 +115666,81 +115666,3314541 +115666,3321061 +115666,3321066 +115676,81 +115676,3321061 +115676,3321066 +115676,3347396 +115676,3388336 +115681,81 +115681,3321061 +115681,3321066 +115691,81 +115691,3319886 +115691,3321061 +115691,3321066 +115696,81 +115696,3321061 +115696,3321066 +115696,3347396 +115696,3388336 +115701,81 +115701,3314541 +115701,3321061 +115701,3321066 +115706,81 +115706,3317536 +115706,3321061 +115706,3321066 +115736,756 +115736,881 +115831,1616 +115831,1621 +115901,1781 +115901,3387211 +116001,1781 +116031,1076 +116031,3388226 +116051,466 +116051,676 +116051,3346556 +116051,3374881 +116131,446 +116131,806 +116171,446 +116171,806 +116196,446 +116196,806 +116216,446 +116216,806 +116221,1626 +116221,1741 +116221,3374296 +116236,881 +116301,446 +116301,806 +116341,656 +116341,2131 +116341,3316116 +116341,3323666 +116361,2026 +116396,3317431 +116401,3320456 +116416,2026 +116426,1801 +116426,2026 +116426,3330381 +116431,706 +116431,2216 +116431,3314441 +116431,3322716 +116531,366 +116531,1801 +116531,2026 +116571,1056 +116571,1156 +116571,3387201 +116581,366 +116581,2026 +116591,2026 +116611,1801 +116611,2026 +116611,3386361 +116636,656 +116636,1156 +116636,1166 +116636,1551 +116636,1846 +116636,2131 +116636,3316116 +116636,3323666 +116636,3387411 +116636,3387886 +116646,656 +116646,1156 +116646,1551 +116646,2131 +116646,3323666 +116646,3387886 +116656,366 +116656,1801 +116656,2026 +116711,1801 +116711,2026 +116761,2131 +116761,3323666 +116771,26 +116771,1306 +116771,1406 +116776,1776 +116781,1156 +116781,1166 +116781,1551 +116781,2131 +116781,3323666 +116796,1776 +116806,2026 +116816,2026 +116821,366 +116821,2026 +116831,446 +116831,806 +116876,1776 +116936,446 +116936,806 +116936,3315596 +117001,576 +117001,3317431 +117001,3386296 +117151,366 +117151,2026 +117181,81 +117181,3317531 +117181,3322621 +117201,2026 +117211,366 +117211,2026 +117216,366 +117216,1801 +117216,2026 +117266,2026 +117376,1746 +117386,3314556 +117386,3317531 +117416,1616 +117416,1621 +117426,2171 +117426,3323866 +117426,3361646 +117431,1746 +117461,821 +117466,1616 +117471,821 +117471,3320416 +117481,821 +117481,3320416 +117491,26 +117491,1306 +117491,1406 +117491,1596 +117491,2176 +117491,2201 +117496,821 +117496,3320416 +117546,1156 +117546,1166 +117546,1466 +117546,3354291 +117551,1156 +117551,1466 +117551,3354291 +117556,1156 +117556,1466 +117556,3354291 +117561,1156 +117561,1466 +117561,3354291 +117566,1166 +117566,1466 +117566,3354291 +117606,1156 +117606,1166 +117606,1466 +117606,3314721 +117606,3354291 +117606,3387886 +117616,1466 +117616,3354291 +117781,446 +117781,806 +117966,26 +117966,1306 +117966,1406 +117966,1596 +117966,2176 +118091,81 +118091,3314541 +118091,3314546 +118091,3321061 +118091,3321071 +118141,3321061 +118186,1551 +118186,2131 +118186,3323666 +118186,3387886 +118196,1741 +118196,2096 +118196,3323671 +118196,3374296 +118236,656 +118236,1166 +118236,1551 +118236,2131 +118236,3323666 +118246,2101 +118306,2101 +118321,1741 +118321,2096 +118321,3374296 +118336,2216 +118341,656 +118341,1156 +118341,1166 +118341,1551 +118341,2131 +118341,3323666 +118341,3387886 +118376,1631 +118376,2096 +118376,3322276 +118376,3374296 +118381,81 +118381,3314546 +118381,3321061 +118381,3321071 +118381,3347396 +118381,3388291 +118381,3388296 +118381,3388336 +118401,1166 +118401,1551 +118401,2131 +118401,3323666 +118431,3321061 +118431,3321066 +118461,656 +118461,1551 +118461,2131 +118461,3323666 +118461,3387886 +118466,1626 +118466,1741 +118466,2096 +118466,3374296 +118506,1551 +118506,2131 +118506,3323666 +118506,3387886 +118561,446 +118561,806 +118566,1741 +118566,2096 +118581,2216 +118896,851 +118896,1781 +118901,1746 +118981,366 +119056,1746 +119121,1486 +119121,3317871 +119121,3323171 +119121,3344136 +119121,3373276 +119121,3379831 +119121,3387126 +119131,446 +119131,806 +119171,861 +119171,976 +119231,1076 +119231,3381191 +119231,3388226 +119251,446 +119251,806 +119251,3316421 +119266,366 +119266,3316051 +119266,3323711 +119266,3387391 +119326,851 +119326,1781 +119381,446 +119381,806 +119561,1626 +119561,1631 +119561,1741 +119561,3357606 +119561,3374296 +119561,3387716 +119741,446 +119741,806 +120161,3320741 +120251,3320741 +120336,3320741 +120371,3314521 +120371,3321246 +120371,3381191 +120371,3388226 +120431,2026 +120571,3320741 +120651,1076 +120651,3321246 +120651,3388226 +120711,446 +120711,806 +120716,761 +120716,771 +120731,446 +120731,806 +120766,491 +120766,1381 +120766,3369671 +120781,446 +120781,806 +120821,3314521 +120821,3321246 +120821,3381191 +120821,3387411 +120901,3314521 +120901,3321246 +120901,3381191 +120901,3387411 +120946,2101 +121001,2101 +121031,446 +121031,806 +121051,2101 +121101,446 +121101,806 +121121,2131 +121121,3316116 +121126,3314521 +121126,3321246 +121126,3381191 +121126,3387411 +121151,466 +121176,3314521 +121176,3321246 +121176,3381191 +121176,3387456 +121176,3388226 +121186,3320741 +121266,576 +121266,3317431 +121266,3386296 +121286,446 +121286,806 +121301,761 +121301,771 +121301,3378216 +121301,3383176 +121301,3387511 +121341,26 +121341,481 +121341,571 +121341,1786 +121341,3324201 +121366,3314521 +121366,3321246 +121366,3381191 +121366,3388226 +121411,576 +121411,3317431 +121411,3386296 +121446,1041 +121446,1051 +121446,1066 +121446,2101 +121446,3321211 +121451,1041 +121451,1051 +121451,1066 +121451,2101 +121451,3321211 +121451,3388386 +121461,1041 +121461,1051 +121461,1066 +121461,2101 +121461,3321211 +121471,1041 +121471,1051 +121471,1066 +121471,2101 +121536,3314521 +121536,3321246 +121536,3381191 +121536,3387411 +121586,3316366 +121586,3323866 +121606,491 +121606,1381 +121706,1231 +121706,3386296 +121856,3321146 +121856,3321151 +122021,2281 +122021,3323866 +122026,1781 +122161,3316071 +122161,3317776 +122166,3316071 +122201,3316071 +122211,366 +122211,2026 +122231,366 +122231,2026 +122256,366 +122256,2026 +122261,446 +122261,806 +122261,3315596 +122271,366 +122271,2026 +122286,861 +122286,976 +122286,3320636 +122286,3387536 +122331,81 +122331,2111 +122331,3314546 +122331,3319886 +122331,3321061 +122331,3321066 +122331,3323151 +122331,3347396 +122386,1231 +122386,3318121 +122386,3386296 +122416,366 +122416,2026 +122426,366 +122426,2026 +122436,366 +122436,2026 +122441,881 +122451,366 +122451,2026 +122531,3316071 +122531,3324071 +122546,656 +122546,1551 +122546,2131 +122546,3323666 +122546,3387886 +122626,1261 +122626,2061 +122626,3323866 +122626,3339241 +122746,3314521 +122746,3321246 +122746,3388226 +122776,976 +122781,1901 +122781,3320636 +122781,3326261 +122786,976 +122821,446 +122821,806 +122821,3315596 +122831,26 +122831,1901 +122831,3326261 +122866,26 +122866,1901 +122866,3326261 +122896,26 +122896,1306 +122896,1406 +122896,2176 +122936,446 +122936,806 +122936,3316726 +123006,81 +123006,3321061 +123006,3347396 +123006,3388336 +123036,81 +123036,3321061 +123036,3347396 +123036,3388336 +123041,81 +123041,3319886 +123041,3321061 +123056,81 +123056,3319886 +123056,3321061 +123061,81 +123061,3321061 +123066,81 +123066,3319886 +123066,3321061 +123076,81 +123076,3317536 +123076,3319886 +123076,3321061 +123081,81 +123081,3319886 +123081,3321061 +123086,81 +123086,3321061 +123111,81 +123111,3321061 +123116,81 +123116,3319886 +123116,3321061 +123126,81 +123126,3321061 +123126,3347396 +123151,1081 +123151,3322031 +123151,3323306 +123151,3323401 +123151,3340896 +123156,26 +123156,1306 +123156,2176 +123156,2201 +123191,1466 +123191,3322076 +123191,3354291 +123191,3387131 +123196,3321226 +123196,3321236 +123206,26 +123206,1306 +123206,1596 +123206,2176 +123206,3386771 +123221,1156 +123221,2131 +123221,3316116 +123221,3323666 +123351,711 +123351,1566 +123351,3336366 +123391,3321226 +123391,3321236 +123421,861 +123421,976 +123441,3314521 +123441,3321246 +123441,3381191 +123441,3387411 +123486,336 +123486,3321611 +123486,3387366 +123486,3387991 +123561,571 +123561,3324201 +123566,2171 +123591,366 +123591,2026 +123591,3323706 +123601,336 +123601,771 +123601,3321611 +123616,3314521 +123616,3321246 +123616,3381191 +123616,3388226 +123621,366 +123621,1801 +123621,2026 +123711,491 +123711,1381 +124051,446 +124051,806 +124066,446 +124066,806 +124076,446 +124076,806 +124106,446 +124106,806 +124131,446 +124131,806 +124136,81 +124136,661 +124136,3314546 +124286,656 +124286,1551 +124286,2131 +124356,2171 +124421,446 +124421,806 +124451,446 +124451,806 +124456,446 +124456,806 +124461,446 +124461,806 +124466,446 +124466,806 +124471,446 +124471,806 +124476,446 +124476,806 +124491,446 +124491,806 +124496,446 +124496,806 +124501,446 +124501,806 +124511,446 +124511,806 +124516,1081 +124516,3323311 +124516,3323361 +124516,3323401 +124516,3387866 +124521,1781 +124521,3387211 +124531,3321061 +124531,3321071 +124636,1076 +124636,3381191 +124636,3387456 +124636,3388226 +124656,1156 +124656,1166 +124666,711 +124666,3323051 +124666,3336366 +124671,3316071 +124676,366 +124676,1801 +124681,761 +124681,771 +124681,3378216 +124681,3387511 +124691,761 +124691,771 +124691,1106 +124691,3371396 +124691,3378226 +124691,3383171 +124691,3387511 +124691,3387516 +124711,761 +124711,771 +124711,3387511 +124726,26 +124726,1306 +124726,1406 +124726,1596 +124726,2176 +124726,3386771 +124766,761 +124766,771 +124826,1156 +124826,1166 +124826,1551 +124826,3316421 +124826,3324741 +124826,3387886 +124861,3316071 +124886,641 +124886,3315306 +125021,811 +125056,606 +125056,3316071 +125056,3324066 +125091,3316071 +125106,606 +125106,3316071 +125181,81 +125181,661 +125181,3314541 +125181,3314546 +125181,3341006 +125181,3388296 +125186,3316071 +125216,606 +125216,3316071 +125226,606 +125226,3316071 +125251,81 +125251,3317531 +125251,3320541 +125251,3321111 +125251,3322621 +125261,606 +125261,3316071 +125266,481 +125266,571 +125266,3324201 +125271,491 +125281,606 +125281,3316071 +125291,606 +125291,3316071 +125301,606 +125301,3316071 +125381,1156 +125381,1166 +125381,1466 +125381,3354291 +125436,3321226 +125436,3321236 +125446,1156 +125446,1466 +125446,3335636 +125446,3354291 +125506,81 +125506,3317531 +125506,3320541 +125506,3388296 +125516,3314521 +125516,3321246 +125516,3388226 +125546,871 +125546,1066 +125586,606 +125586,3316071 +125601,606 +125601,3316071 +125606,606 +125606,3316071 +125621,606 +125621,3316071 +125626,606 +125626,3316071 +125636,606 +125636,3316071 +125641,606 +125641,3316071 +125646,366 +125646,1801 +125646,2026 +125651,606 +125651,3316071 +125656,3314521 +125656,3321246 +125656,3381191 +125661,1066 +125661,1456 +125661,2101 +125666,606 +125666,3316071 +125671,481 +125671,571 +125671,1321 +125671,1406 +125671,3324201 +125676,606 +125676,3316071 +125681,606 +125681,3316071 +125691,1066 +125691,2101 +125751,2131 +125751,3316116 +125751,3323666 +125761,3316071 +125786,366 +125786,2026 +125796,2131 +125796,3316116 +125796,3323666 +125836,3316071 +125881,1156 +125881,2131 +125881,3316116 +125881,3323666 +125901,491 +125906,366 +125906,1801 +125906,2026 +125921,2101 +125961,3321226 +125961,3321236 +125971,3316071 +125971,3324066 +125991,366 +125991,2026 +126001,491 +126001,1381 +126006,1431 +126006,3343176 +126011,3314521 +126011,3321246 +126011,3381191 +126011,3388226 +126031,1431 +126031,3343176 +126061,3314521 +126061,3321246 +126061,3381191 +126061,3388226 +126071,1081 +126086,3321226 +126086,3321236 +126096,3316071 +126096,3324066 +126136,2026 +126146,3316071 +126146,3317776 +126146,3324066 +126156,26 +126156,1306 +126156,1406 +126156,2176 +126156,2201 +126161,491 +126176,1746 +126186,3321226 +126186,3321231 +126186,3321236 +126216,656 +126216,1156 +126216,1551 +126216,1846 +126216,2131 +126216,3316116 +126216,3323666 +126216,3387886 +126241,3321226 +126241,3321231 +126241,3321236 +126261,491 +126271,1466 +126271,1671 +126271,3334046 +126271,3387621 +126301,976 +126311,81 +126311,3319886 +126311,3321061 +126311,3321071 +126336,3321226 +126336,3321231 +126336,3321236 +126336,3381811 +126391,81 +126391,3319886 +126391,3321061 +126391,3321071 +126391,3347396 +126421,491 +126426,3320456 +126426,3322421 +126426,3345431 +126466,1466 +126466,1671 +126466,3353266 +126466,3387621 +126516,1801 +126521,1801 +126526,1801 +126531,1801 +126536,1801 +126541,1801 +126551,1801 +126561,1801 +126576,1376 +126576,3314721 +126576,3316451 +126576,3349956 +126586,1801 +126601,1801 +126606,1801 +126616,1801 +126646,1801 +126651,481 +126651,571 +126651,1321 +126651,3324201 +126666,1801 +126676,1801 +126676,2026 +126686,1801 +126691,3320741 +126696,3320741 +126706,3320741 +126721,1801 +126736,81 +126736,3319886 +126736,3321061 +126736,3321071 +126736,3347396 +126741,3320741 +126746,81 +126746,3319886 +126746,3321061 +126746,3321071 +126756,81 +126756,3319886 +126756,3321061 +126756,3321071 +126786,1596 +126786,2176 +126806,1486 +126806,3317871 +126831,1801 +126866,491 +126916,3321226 +126916,3321236 +127006,3321226 +127021,3321226 +127031,3321226 +127031,3321236 +127036,3321226 +127161,1781 +127161,3336366 +127161,3387211 +127196,81 +127196,3319886 +127196,3321061 +127196,3321071 +127196,3347396 +127206,81 +127206,3319886 +127206,3321061 +127206,3321071 +127211,2281 +127211,3320636 +127211,3323866 +127221,81 +127221,3314541 +127221,3321061 +127221,3321071 +127231,81 +127231,3319886 +127231,3321061 +127231,3321071 +127246,81 +127246,661 +127246,3314546 +127256,81 +127256,3314541 +127256,3321061 +127256,3321071 +127286,3320741 +127321,1156 +127321,3314521 +127321,3321246 +127321,3381191 +127321,3387411 +127326,3320456 +127336,3314521 +127336,3321246 +127336,3381191 +127336,3388226 +127396,1431 +127396,1436 +127396,3343176 +127426,1801 +127436,1376 +127436,3349956 +127441,1801 +127471,1801 +127481,1281 +127491,1801 +127511,1801 +127541,1801 +127556,1801 +127591,3321131 +127606,1801 +127681,1156 +127681,3321131 +127686,3314521 +127686,3321246 +127686,3381191 +127686,3387456 +127686,3388226 +127696,1376 +127831,26 +127831,1306 +127831,1596 +127831,2176 +127856,1781 +127891,756 +127931,711 +127931,3336366 +128041,3321131 +128076,3320741 +128096,3321131 +128136,711 +128136,3336366 +128141,3344691 +128151,3321131 +128176,606 +128176,3314521 +128176,3387411 +128206,3320741 +128216,1166 +128216,1466 +128216,3321131 +128241,811 +128251,3321131 +128271,1056 +128271,1156 +128281,3321131 +128291,3321226 +128291,3321236 +128346,3321226 +128346,3321231 +128346,3321236 +128361,3321131 +128371,1376 +128391,1751 +128391,1761 +128391,3322456 +128391,3344691 +128396,3321131 +128416,3321131 +128421,3323866 +128436,1376 +128436,3349956 +128446,511 +128446,1076 +128446,3321246 +128446,3381191 +128446,3388226 +128486,636 +128486,936 +128486,3374296 +128551,1801 +128561,446 +128561,806 +128576,606 +128576,3316071 +128676,446 +128676,806 +128691,491 +128726,26 +128726,1261 +128726,2061 +128726,3320896 +128726,3322001 +128726,3323866 +128726,3339241 +128756,3320741 +128801,1596 +128801,2176 +128816,3320741 +128826,446 +128826,806 +128836,26 +128836,1596 +128836,2176 +128856,26 +128856,1596 +128856,2176 +128871,3320741 +128946,446 +128946,806 +128971,2131 +128971,3316116 +128971,3323666 +128971,3387411 +128986,26 +128986,1596 +128986,2176 +129031,1261 +129031,2061 +129031,3320921 +129031,3320931 +129031,3323866 +129031,3339241 +129031,3388626 +129086,506 +129086,756 +129186,1406 +129186,1596 +129186,2176 +129196,606 +129196,3314521 +129196,3388226 +129241,26 +129241,1596 +129241,2176 +129281,506 +129281,756 +129281,881 +129331,506 +129331,756 +129331,881 +129346,606 +129346,3316071 +129351,3318136 +129371,446 +129371,806 +129376,606 +129376,3316071 +129406,1626 +129406,1741 +129406,2096 +129406,3374296 +129411,3316071 +129411,3324066 +129426,641 +129426,3315306 +129441,3316071 +129486,1341 +129486,3321861 +129486,3368586 +129671,3316071 +129681,3316071 +129706,446 +129706,806 +129716,3316071 +129746,3316071 +129771,3316071 +129786,3316071 +129801,3316071 +129831,761 +129831,771 +129991,3321226 +130021,3321226 +130021,3321231 +130061,1596 +130061,2176 +130086,606 +130086,3314521 +130086,3321246 +130096,1626 +130096,1741 +130096,2096 +130201,791 +130326,606 +130326,3314521 +130326,3387411 +130401,366 +130411,1261 +130411,2061 +130411,3320921 +130411,3321006 +130411,3321041 +130411,3323866 +130411,3339241 +130631,1081 +130646,2131 +130701,3317871 +130756,1036 +130756,1281 +130796,1356 +130796,3317036 +130966,1351 +130966,1356 +131016,1406 +131016,1596 +131016,2176 +131091,3316071 +131241,506 +131241,756 +131241,881 +131296,506 +131296,756 +131296,881 +131311,506 +131311,756 +131311,881 +131326,506 +131326,756 +131326,881 +131436,506 +131436,756 +131436,881 +131481,506 +131481,756 +131481,881 +131491,506 +131491,756 +131491,881 +131511,506 +131511,756 +131511,881 +131516,506 +131516,756 +131516,881 +131526,506 +131526,756 +131526,881 +131536,506 +131536,756 +131536,881 +131541,506 +131541,756 +131541,881 +131551,506 +131551,756 +131551,881 +131561,506 +131561,756 +131561,881 +131571,506 +131571,756 +131571,881 +131586,506 +131586,756 +131586,881 +131596,506 +131596,756 +131596,881 +131671,1196 +131671,1356 +131686,506 +131686,756 +131686,881 +131741,656 +131741,2131 +131756,506 +131756,756 +131756,881 +131771,491 +131976,606 +131976,3316071 +131991,3316071 +131996,471 +132006,81 +132006,3321061 +132051,3314546 +132051,3321061 +132071,26 +132071,481 +132071,571 +132071,1786 +132071,3324201 +132071,3375106 +132086,1166 +132086,2131 +132111,3316071 +132126,641 +132126,3317936 +132261,606 +132261,3314521 +132261,3388226 +132276,606 +132276,3316071 +132356,606 +132356,3314521 +132356,3387411 +132361,1 +132361,791 +132361,1376 +132361,3335636 +132361,3349956 +132421,1466 +132421,3354291 +132491,1466 +132491,3354291 +132511,491 +132526,1156 +132526,2131 +132581,1596 +132581,2176 +132596,756 +132596,881 +132746,1186 +132746,1216 +132746,3321536 +132796,641 +132796,3317936 +132826,641 +132826,3317936 +132826,3387366 +132846,1746 +132951,506 +132951,756 +132951,881 +132956,1156 +132956,2131 +132956,3323666 +132956,3387886 +132976,506 +132976,756 +132976,881 +132986,506 +132986,756 +132986,881 +132996,1406 +132996,1596 +132996,2176 +132996,2201 +133001,711 +133001,1566 +133001,3336366 +133011,641 +133011,3315306 +133011,3317936 +133051,1596 +133051,2176 +133096,491 +133096,3317191 +133096,3320636 +133136,1746 +133171,491 +133171,871 +133171,1066 +133211,1356 +133211,3317036 +133391,871 +133391,1066 +133396,656 +133396,2131 +133396,3323666 +133421,656 +133421,2131 +133421,3323666 +133441,1306 +133441,1406 +133441,2176 +133476,1166 +133491,366 +133491,1801 +133491,3323706 +133541,506 +133541,756 +133541,881 +133546,506 +133546,756 +133546,881 +133556,506 +133556,756 +133556,881 +133571,506 +133571,756 +133571,881 +133581,506 +133581,756 +133581,881 +133586,506 +133586,756 +133586,881 +133591,506 +133591,756 +133591,881 +133601,506 +133601,756 +133601,881 +133606,506 +133606,756 +133606,881 +133626,506 +133626,756 +133626,881 +133636,506 +133636,756 +133636,881 +133666,81 +133666,3314541 +133666,3321061 +133666,3321071 +133666,3321111 +133676,81 +133676,3321061 +133676,3321071 +133681,81 +133681,3314541 +133681,3321061 +133681,3321071 +133696,81 +133696,3321061 +133696,3321071 +133701,1231 +133701,3386296 +133706,81 +133706,3319886 +133706,3321061 +133706,3321071 +133721,81 +133721,3319886 +133721,3321061 +133721,3321071 +133731,81 +133731,3314541 +133731,3321061 +133731,3321071 +133741,506 +133741,756 +133741,881 +133746,81 +133746,3314541 +133746,3321061 +133746,3321071 +133761,81 +133761,3321061 +133761,3321071 +133771,81 +133771,3321061 +133771,3321071 +133791,81 +133791,3319886 +133791,3321061 +133791,3321071 +133841,506 +133841,756 +133841,881 +133951,1261 +133951,2061 +133951,3320931 +133951,3320991 +133951,3323866 +133951,3339241 +133986,1261 +133986,2061 +133986,3320986 +133986,3323866 +133986,3339241 +134026,506 +134026,756 +134026,881 +134041,506 +134041,756 +134041,881 +134071,506 +134071,756 +134071,881 +134101,506 +134101,756 +134101,881 +134111,506 +134111,756 +134111,881 +134131,1356 +134131,3315186 +134151,1166 +134166,506 +134166,756 +134166,881 +134246,506 +134246,756 +134246,881 +134261,506 +134261,756 +134261,881 +134276,506 +134276,756 +134276,881 +134306,506 +134306,756 +134306,881 +134321,506 +134321,756 +134321,881 +134336,671 +134386,1166 +134411,1166 +134461,2131 +134526,3321061 +134526,3321071 +134531,81 +134531,3319886 +134531,3321061 +134531,3321071 +134541,2131 +134541,3323666 +134661,761 +134661,771 +134661,1106 +134661,3378226 +134661,3383176 +134666,1406 +134666,1596 +134666,2176 +134671,1006 +134671,1506 +134671,3387856 +134746,446 +134746,806 +134746,1116 +134751,506 +134751,756 +134751,881 +134756,446 +134756,806 +134756,1116 +134761,756 +134761,881 +134766,26 +134766,471 +134766,1306 +134766,1406 +134766,3386771 +134776,756 +134776,881 +134781,446 +134781,806 +134791,756 +134791,881 +134801,756 +134801,881 +134821,756 +134821,881 +134826,1186 +134826,1216 +134826,1506 +134826,3323881 +134846,756 +134846,881 +134866,756 +134866,881 +134891,756 +134891,881 +134986,756 +134986,881 +135046,3321151 +135071,1746 +135126,1261 +135126,2061 +135126,3320986 +135126,3321041 +135126,3322001 +135126,3339241 +135156,706 +135156,2216 +135156,3314441 +135156,3323701 +135166,3315476 +135166,3316451 +135166,3335636 +135246,2131 +135246,3316116 +135376,576 +135376,1231 +135471,1746 +135471,3361341 +135511,1261 +135511,2061 +135511,3315636 +135511,3323866 +135511,3339241 +135521,701 +135521,1741 +135526,1156 +135526,2131 +135526,3323666 +135581,711 +135581,3336366 +135636,771 +135641,761 +135641,771 +135651,761 +135651,771 +135656,761 +135656,771 +135656,3383226 +135661,761 +135661,771 +135686,3316071 +135686,3324061 +135696,756 +135696,881 +135701,1166 +135701,1466 +135701,1551 +135706,506 +135706,756 +135706,881 +135711,506 +135711,756 +135711,881 +135721,506 +135721,756 +135721,881 +135726,756 +135726,881 +135756,3316071 +135766,1596 +135766,2176 +135776,1596 +135776,2176 +135781,1596 +135781,2176 +135796,791 +135796,3335636 +135796,3349956 +135841,701 +135841,1741 +135916,26 +135916,1306 +135916,1596 +135916,2176 +135916,3386771 +135926,1066 +135926,2101 +135966,506 +135966,756 +135966,881 +135981,506 +135981,756 +135981,881 +136001,756 +136001,881 +136016,506 +136016,756 +136016,881 +136026,331 +136036,1671 +136036,3353266 +136036,3387621 +136051,711 +136051,3336366 +136066,756 +136066,881 +136076,506 +136076,756 +136076,881 +136136,1156 +136136,1166 +136136,1466 +136136,1551 +136156,1156 +136156,1166 +136156,1466 +136156,1551 +136156,1846 +136201,761 +136201,771 +136201,3387511 +136221,1066 +136221,2101 +136236,26 +136236,1596 +136236,2176 +136236,2201 +136261,366 +136276,26 +136276,1596 +136276,2176 +136336,881 +136361,1066 +136361,2101 +136381,1626 +136381,1741 +136386,1066 +136386,2101 +136406,1066 +136406,2101 +136471,871 +136471,1066 +136516,1626 +136516,1631 +136516,3357606 +136516,3374296 +136546,1076 +136546,3381191 +136551,491 +136551,1381 +136551,3387786 +136566,1156 +136566,2131 +136566,3316116 +136566,3323666 +136596,2131 +136606,756 +136606,881 +136621,756 +136621,881 +136661,756 +136661,881 +136706,1626 +136706,1631 +136706,3357606 +136706,3374296 +136716,756 +136716,881 +136726,1166 +136726,1466 +136741,756 +136741,881 +136861,1626 +136861,1631 +136861,3357606 +136861,3374296 +136976,1486 +136976,3317871 +136976,3387126 +137001,331 +137036,331 +137061,331 +137076,81 +137076,3314546 +137076,3317531 +137076,3321111 +137076,3388296 +137226,26 +137226,1306 +137226,1406 +137226,1596 +137226,2176 +137436,446 +137436,806 +137466,656 +137466,1156 +137466,1166 +137466,1466 +137466,1551 +137476,3316451 +137491,1166 +137491,1466 +137501,1166 +137501,1466 +137501,1551 +137501,1846 +137506,1166 +137506,1466 +137591,81 +137591,661 +137591,3314541 +137591,3314546 +137606,756 +137606,881 +137616,756 +137616,881 +137661,26 +137661,1306 +137661,1406 +137661,2176 +137661,2201 +137676,366 +137751,1376 +137751,3349956 +137771,756 +137771,881 +137776,506 +137776,756 +137776,881 +137831,756 +137831,881 +137836,1376 +137836,3349956 +137841,1376 +137841,3349956 +137871,506 +137871,756 +137871,881 +137881,446 +137881,806 +137896,756 +137896,881 +137901,446 +137901,806 +137921,756 +137921,881 +137936,756 +137936,881 +137941,2131 +137941,3323666 +137946,1376 +137946,3349956 +137951,1376 +137951,3349956 +137956,756 +137956,881 +137961,1376 +137961,3349956 +137976,756 +137976,881 +137986,756 +137986,881 +137991,756 +137991,881 +138006,366 +138061,756 +138061,881 +138071,756 +138071,881 +138081,756 +138081,881 +138086,1231 +138086,3386296 +138096,2216 +138096,3314441 +138096,3388456 +138116,366 +138156,2216 +138156,3314441 +138161,1231 +138161,3352861 +138161,3386296 +138196,2216 +138196,3314441 +138221,2131 +138226,2216 +138226,3314441 +138321,656 +138321,2131 +138321,3323666 +138326,706 +138326,2216 +138326,3314441 +138326,3388456 +138381,756 +138381,881 +138391,806 +138396,756 +138396,881 +138401,756 +138401,881 +138406,756 +138406,881 +138421,756 +138421,881 +138426,756 +138426,881 +138441,756 +138441,881 +138476,2216 +138476,3314441 +138481,756 +138481,881 +138491,756 +138491,881 +138526,756 +138526,881 +138536,756 +138536,881 +138546,756 +138546,881 +138591,506 +138591,756 +138591,881 +138646,761 +138646,771 +138646,3383176 +138646,3387511 +138661,746 +138661,1526 +138661,3339461 +138661,3349666 +138666,656 +138666,2131 +138666,3323666 +138666,3387411 +138721,446 +138721,806 +138761,446 +138761,806 +138766,706 +138766,2216 +138766,3314441 +138766,3388456 +138786,491 +138796,706 +138796,2216 +138796,3314441 +138796,3388456 +138821,2216 +138821,3314441 +138826,1486 +138826,3317871 +138836,2216 +138836,3314441 +138926,1376 +138926,1831 +138926,3316451 +138971,366 +139041,791 +139041,1376 +139041,3349956 +139476,1231 +139476,3315511 +139476,3386296 +139486,446 +139486,806 +139646,446 +139646,806 +139666,701 +139666,1626 +139666,1741 +139666,3316421 +139721,701 +139721,1626 +139721,1741 +139721,3374296 +139751,1056 +139806,446 +139806,806 +139806,3321111 +139811,761 +139811,771 +139811,3383226 +139841,1066 +139841,2101 +139891,761 +139891,771 +139896,881 +139971,446 +139971,806 +140021,26 +140021,1306 +140021,1596 +140021,2176 +140061,1596 +140061,2176 +140171,3316226 +140181,1596 +140181,2176 +140216,1166 +140226,3316226 +140321,3316226 +140331,3316226 +140346,3316451 +140376,3335636 +140401,791 +140401,1831 +140401,3316226 +140436,791 +140436,1831 +140436,3335636 +140436,3349956 +140436,3368201 +140436,3388661 +140466,446 +140466,806 +140491,1376 +140491,3316451 +140526,791 +140526,1831 +140546,1066 +140546,2101 +140551,2131 +140551,3323666 +140591,446 +140591,806 +140671,656 +140671,2131 +140671,3323666 +140671,3387886 +140856,446 +140856,806 +140856,3315596 +140941,3320636 +140941,3320826 +140946,446 +140946,806 +140976,3320826 +141016,1831 +141016,3340531 +141131,771 +141131,3387511 +141186,81 +141186,3314546 +141186,3321111 +141216,761 +141216,771 +141326,2131 +141326,3323666 +141456,791 +141486,491 +141581,1066 +141581,2101 +141666,656 +141666,1466 +141676,506 +141676,756 +141726,656 +141726,1156 +141726,1166 +141726,1466 +141741,81 +141741,3314546 +141746,656 +141746,1156 +141746,1466 +141751,1066 +141751,2101 +141761,1156 +141761,1166 +141761,1466 +141761,3354291 +141776,1781 +141776,3387211 +141956,1156 +141956,1466 +141956,3354291 +141976,1156 +141976,1466 +141976,3354291 +142006,1156 +142006,1466 +142006,3354291 +142021,1156 +142021,1466 +142021,3354291 +142061,1631 +142061,1741 +142061,3322276 +142061,3374296 +142066,1156 +142066,1466 +142066,3354291 +142076,491 +142076,1066 +142076,3330006 +142211,1156 +142211,1466 +142211,3354291 +142271,1156 +142271,1466 +142271,3354291 +142286,1156 +142286,1466 +142286,3354291 +142291,976 +142291,3387201 +142641,446 +142641,806 +142696,446 +142696,806 +142706,446 +142706,806 +142716,446 +142716,806 +142746,446 +142746,806 +142746,3315596 +142751,1376 +142751,3335636 +142761,81 +142761,3314541 +142761,3314546 +142761,3317531 +142761,3321111 +142761,3387301 +142771,446 +142771,806 +142801,3335636 +142841,1376 +142846,761 +142846,771 +142886,446 +142886,806 +142896,446 +142896,806 +142916,446 +142916,806 +142976,1156 +143026,446 +143026,806 +143061,446 +143061,806 +143071,1011 +143071,1161 +143071,1831 +143071,3314701 +143071,3314726 +143071,3335636 +143071,3349956 +143071,3368201 +143071,3388661 +143086,3314701 +143261,446 +143261,806 +143316,1156 +143316,1776 +143316,3376776 +143411,1506 +143411,3315256 +143431,1156 +143486,606 +143486,1081 +143486,3314521 +143586,1156 +143611,1156 +143621,1156 +143656,1156 +143666,1166 +143666,2071 +143666,2131 +143666,3316116 +143686,1156 +143711,1156 +143731,1156 +143756,3321131 +143766,3320401 +143766,3323666 +143791,1156 +143851,1166 +143851,1846 +143891,1156 +143901,1166 +143901,1846 +143926,491 +143926,1381 +143986,1156 +144011,761 +144011,771 +144016,1156 +144031,446 +144031,806 +144036,1156 +144091,761 +144091,771 +144116,1156 +144126,81 +144126,3314541 +144126,3317531 +144126,3321111 +144126,3387301 +144141,1156 +144151,1156 +144161,446 +144161,806 +144191,446 +144191,806 +144206,761 +144206,771 +144206,3383226 +144246,1156 +144261,446 +144261,806 +144261,3315596 +144286,1156 +144316,446 +144316,806 +144331,1156 +144336,446 +144336,806 +144351,1156 +144351,2131 +144351,3323666 +144356,1081 +144356,3320681 +144421,491 +144421,1381 +144496,1156 +144496,2131 +144496,3323666 +144496,3387411 +144506,871 +144506,1066 +144526,876 +144526,1991 +144526,3321211 +144616,506 +144616,881 +144641,491 +144641,1066 +144641,1681 +144666,2131 +144666,3323666 +144696,1486 +144696,3317871 +144696,3323171 +144721,761 +144721,771 +144761,761 +144761,771 +144761,3378216 +144761,3387511 +144771,1781 +144776,761 +144776,771 +144776,3387511 +144786,761 +144786,771 +144786,3371396 +144786,3383176 +144786,3387511 +144796,1166 +144796,2131 +144851,771 +144851,3387511 +144871,1341 +144871,3321861 +144871,3368586 +144976,446 +144976,806 +144981,446 +144981,806 +144986,446 +144986,806 +144991,446 +144991,806 +144996,1486 +144996,3317871 +145006,81 +145006,3319886 +145006,3321061 +145011,81 +145011,3321061 +145016,81 +145016,3321061 +145026,81 +145026,3321061 +145031,81 +145031,3321061 +145031,3347396 +145031,3388336 +145111,1206 +145111,1216 +145111,1766 +145116,1206 +145116,1216 +145116,1506 +145116,1766 +145326,506 +145326,756 +145326,881 +145341,506 +145431,81 +145431,2161 +145431,3314541 +145431,3387301 +145446,446 +145446,806 +145451,1156 +145456,1156 +145461,1376 +145461,3349956 +145466,1156 +145471,446 +145471,806 +145476,1156 +145481,446 +145481,806 +145486,446 +145486,806 +145496,446 +145496,806 +145506,446 +145506,806 +145541,446 +145541,806 +145546,446 +145546,806 +145556,1066 +145556,1341 +145556,3321861 +145556,3368586 +145561,1156 +145591,446 +145591,806 +145626,446 +145626,806 +145686,446 +145686,806 +145756,446 +145756,806 +145816,446 +145816,806 +145851,1076 +145851,3321246 +145851,3339276 +145851,3381191 +145851,3388226 +145876,506 +145876,756 +145876,881 +145891,1076 +145901,1231 +145901,3316421 +145901,3317431 +145901,3320636 +145901,3386296 +145911,506 +145911,881 +145946,26 +145946,1156 +145946,1166 +145946,1846 +145956,26 +145956,1156 +145956,1166 +145956,1846 +145996,3320456 +145996,3322421 +145996,3345431 +145996,3381611 +146016,506 +146016,756 +146016,881 +146036,506 +146041,506 +146131,3320456 +146131,3345431 +146131,3381611 +146241,506 +146266,2216 +146266,3314441 +146336,506 +146336,881 +146476,506 +146546,506 +146596,506 +146596,756 +146596,881 +146651,3320456 +146651,3331611 +146651,3345431 +146651,3381611 +146656,506 +146656,881 +146686,506 +146686,756 +146686,881 +146706,506 +146706,756 +146706,881 +146731,506 +146731,881 +146741,791 +146741,3316226 +146751,506 +146751,881 +146826,761 +146826,771 +146826,3371396 +146826,3378226 +146826,3383226 +146826,3387906 +146881,1721 +146881,3319006 +146881,3321111 +146881,3359356 +146956,491 +146956,1066 +147006,446 +147006,806 +147006,3315596 +147076,2131 +147076,3323666 +147126,1746 +147161,761 +147161,771 +147161,3387511 +147201,446 +147201,806 +147231,446 +147231,806 +147251,446 +147251,806 +147271,446 +147271,806 +147526,1156 +147541,761 +147541,771 +147541,3383226 +147541,3387511 +147546,1156 +147556,1156 +147566,446 +147566,806 +147571,1231 +147571,3352861 +147571,3386296 +147586,1081 +147586,3322031 +147626,761 +147626,771 +147631,1376 +147631,3349956 +147656,1156 +147696,2131 +147696,3323666 +147746,506 +147746,881 +147751,1156 +147786,506 +147786,881 +147791,1066 +147791,1351 +147791,3315106 +147791,3315156 +147831,1156 +147941,2131 +147976,1 +147976,331 +148266,1746 +148286,651 +148286,1946 +148286,3387126 +148296,26 +148296,481 +148296,571 +148296,1786 +148296,3324201 +148426,1206 +148426,1216 +148426,1506 +148481,1076 +148481,3381191 +148481,3388226 +148626,756 +148751,881 +148806,81 +148806,3314541 +148806,3317531 +148806,3321111 +148806,3387301 +148821,881 +148831,3314541 +148831,3317531 +148831,3321111 +148831,3387301 +148856,3314541 +148856,3317531 +148856,3321111 +148856,3387301 +148891,656 +148891,1156 +148906,1076 +148906,3321246 +148936,1486 +148936,3317871 +148946,366 +148981,1066 +148981,2101 +149026,81 +149026,3314541 +149026,3317531 +149026,3321111 +149026,3387301 +149066,81 +149066,3314541 +149066,3317531 +149066,3321111 +149066,3387301 +149086,81 +149086,3314541 +149086,3317531 +149086,3321111 +149086,3387301 +149101,81 +149101,3314541 +149101,3317531 +149101,3321111 +149101,3387301 +149111,81 +149111,3314541 +149111,3317531 +149111,3321111 +149111,3387301 +149116,81 +149116,3314541 +149116,3317531 +149116,3321111 +149116,3387301 +149186,81 +149186,3314541 +149186,3314546 +149186,3317531 +149186,3321111 +149186,3387301 +149201,81 +149201,3314541 +149201,3317531 +149201,3321111 +149201,3387301 +149221,81 +149221,3314541 +149221,3317531 +149221,3321111 +149221,3387301 +149246,81 +149246,3314541 +149246,3317531 +149246,3321111 +149246,3387301 +149281,81 +149281,3314541 +149281,3317531 +149281,3321111 +149281,3387301 +149311,3314541 +149311,3317531 +149311,3321111 +149311,3387301 +149346,851 +149346,1781 +149346,3387211 +149361,81 +149361,3314541 +149361,3317531 +149361,3321111 +149361,3387301 +149391,81 +149391,3314541 +149391,3317531 +149391,3321111 +149391,3387301 +149401,81 +149401,3314541 +149401,3317531 +149401,3321111 +149401,3387301 +149411,3321246 +149431,1066 +149431,2101 +149466,1486 +149466,3317871 +149471,1261 +149471,2061 +149471,3323866 +149476,1781 +149496,1376 +149566,761 +149566,771 +149566,3383226 +149566,3387511 +149566,3387906 +149611,1066 +149611,2101 +149626,761 +149626,771 +149651,3316116 +149651,3323666 +149656,1066 +149656,1341 +149656,3321861 +149671,791 +149671,1376 +149671,3349956 +149681,761 +149681,771 +149721,821 +149721,1801 +149741,366 +149746,1156 +149756,1006 +149756,1506 +149756,3387856 +149756,3388171 +149761,761 +149761,771 +149771,1156 +149776,1156 +149776,2131 +149776,3323666 +149781,1156 +149786,3314541 +149786,3317531 +149786,3321111 +149786,3387301 +149811,1066 +149811,1341 +149811,3321861 +149811,3368586 +149866,851 +149866,1781 +149881,1156 +149931,641 +149931,3317936 +149931,3323881 +149946,81 +149946,3314541 +149946,3314546 +149946,3317531 +149946,3321111 +149946,3322621 +149946,3387301 +149961,81 +149961,3314541 +149961,3317531 +149961,3321111 +149961,3322621 +149961,3387301 +149966,81 +149966,3314541 +149966,3317531 +149966,3321111 +149966,3322621 +149966,3387301 +149966,3388296 +149971,1261 +149971,2061 +149981,1156 +149996,3316116 +149996,3323666 +150001,656 +150001,1156 +150001,2131 +150001,3316116 +150001,3323666 +150001,3380451 +150021,1156 +150021,2131 +150021,3316116 +150021,3323666 +150021,3380451 +150026,1156 +150026,2131 +150026,3323666 +150036,3314541 +150036,3317531 +150036,3321111 +150036,3387301 +150046,656 +150046,1156 +150046,2131 +150046,3316116 +150046,3323666 +150046,3380451 +150176,1506 +150176,1766 +150221,656 +150221,1156 +150221,2131 +150221,3316116 +150221,3323666 +150221,3387411 +150271,1066 +150271,2101 +150281,1341 +150281,3321861 +150321,1781 +150331,466 +150331,676 +150331,3316421 +150331,3346556 +150331,3374881 +150391,1306 +150431,2171 +150431,3316366 +150431,3323061 +150431,3323866 +150521,2131 +150521,3323666 +150546,366 +150546,3323711 +150551,1156 +150551,2131 +150551,3316116 +150551,3323666 +150561,1156 +150571,1066 +150571,2101 +150576,1156 +150586,861 +150586,976 +150586,3387536 +150596,1156 +150596,2131 +150596,3316116 +150596,3323666 +150601,1156 +150621,1156 +150621,2131 +150621,3316116 +150621,3323666 +150656,656 +150656,1156 +150656,2131 +150656,3316116 +150656,3323666 +150686,1066 +150686,2101 +150756,1746 +150761,366 +150881,1626 +150881,3374296 +150906,366 +150986,1156 +150986,2131 +150986,3323666 +151051,1066 +151051,2101 +151066,711 +151066,3336366 +151071,81 +151071,3314541 +151071,3317531 +151096,656 +151096,1156 +151096,2131 +151096,3323666 +151171,1066 +151171,2101 +151221,651 +151221,1946 +151221,3387126 +151276,81 +151276,3314541 +151276,3317531 +151281,81 +151281,3314541 +151281,3317531 +151391,1156 +151396,26 +151396,446 +151396,806 +151401,446 +151401,806 +151456,446 +151456,806 +151491,606 +151566,3321246 +151611,761 +151611,771 +151726,1051 +151726,1066 +151726,3321211 +151796,1076 +151796,3321246 +151801,761 +151831,446 +151831,806 +151861,491 +151896,761 +151906,446 +151906,806 +151926,761 +151926,771 +152046,821 +152086,446 +152086,806 +152216,2171 +152216,3316366 +152231,506 +152231,756 +152231,881 +152236,756 +152281,2216 +152281,3314441 +152281,3388456 +152286,706 +152286,2216 +152286,3314441 +152286,3388456 +152291,2216 +152291,3314441 +152291,3388456 +152301,706 +152301,2216 +152301,3314441 +152301,3388456 +152306,2216 +152306,3314441 +152306,3388456 +152361,706 +152361,2216 +152361,3314441 +152361,3388456 +152386,1631 +152386,1741 +152386,3374296 +152401,851 +152401,1781 +152556,26 +152556,1006 +152556,1506 +152596,1056 +152596,1156 +152621,771 +152621,3321246 +152636,961 +152636,3314906 +152636,3320636 +152716,26 +152716,1306 +152716,1406 +152716,2176 +152831,1486 +152831,3317871 +152846,1631 +152846,1741 +152846,2096 +152846,3374296 +152996,1156 +153171,1066 +153171,2101 +153256,761 +153256,771 +153256,3383226 +153256,3387511 +153426,761 +153426,771 +153426,3383226 +153426,3387511 +153431,3316071 +153446,3316071 +153451,1066 +153451,2101 +153466,3316071 +153466,3324066 +153511,3316071 +153536,3316071 +153566,3316071 +153581,3316071 +153611,81 +153611,661 +153611,3314546 +153611,3341006 +153616,3316071 +153636,3316071 +153641,3316071 +153656,3316071 +153671,3316071 +153691,1066 +153691,2101 +153711,3316071 +153716,3316071 +153731,3316071 +153771,336 +153771,761 +153771,771 +153771,3387366 +153771,3387511 +153781,3316071 +153796,3316071 +153806,3316071 +153811,1066 +153811,2101 +153821,3316071 +153831,3316071 +153836,3316071 +153841,3316071 +153846,3316071 +153851,3316071 +153861,3316071 +153866,791 +153866,1831 +153866,3315476 +153866,3316451 +153866,3335636 +153871,3316071 +153906,3316071 +153926,3316071 +153956,3316071 +153961,3316071 +153971,3316071 +153981,3316071 +153991,3316071 +154001,3316071 +154011,3316071 +154026,3316071 +154051,3316071 +154106,1616 +154126,3316071 +154166,1626 +154166,1631 +154166,3357606 +154166,3374296 +154166,3387441 +154196,1306 +154196,1406 +154196,2176 +154196,2201 +154201,1626 +154201,1631 +154201,3357606 +154201,3374296 +154221,791 +154221,3335636 +154221,3349956 +154241,416 +154241,3386296 +154266,86 +154266,3315476 +154286,1066 +154296,2171 +154296,3323866 +154311,81 +154311,3314546 +154311,3314556 +154336,1066 +154401,606 +154401,3316071 +154406,606 +154406,3316071 +154411,606 +154411,3316071 +154416,606 +154416,3316071 +154421,3316071 +154421,3324066 +154506,606 +154506,3316071 +154586,1066 +154586,2101 +154601,81 +154601,3314541 +154601,3314546 +154601,3317531 +154601,3321111 +154601,3322621 +154601,3387301 +154611,606 +154611,3316071 +154656,1066 +154656,2101 +154666,3314541 +154666,3317531 +154666,3321111 +154666,3387301 +154701,1831 +154701,3315476 +154701,3316451 +154701,3335636 +154701,3349956 +154711,3316116 +154721,3314541 +154721,3317531 +154721,3321111 +154721,3387301 +154746,3314541 +154746,3317531 +154746,3321111 +154746,3387301 +154771,606 +154771,3316071 +154806,1066 +154806,2101 +154821,606 +154821,3316071 +154856,1846 +154856,2131 +154856,3323666 +154866,3315476 +154866,3316451 +154866,3335636 +154866,3349956 +154956,1066 +154956,2101 +154961,491 +154961,1381 +154961,3369671 +154966,81 +154966,3314541 +154966,3317531 +154966,3321111 +154966,3322621 +154966,3387301 +154981,81 +154981,3314541 +154981,3314546 +154981,3317516 +154981,3317531 +154981,3321111 +154981,3387301 +154991,3314541 +154991,3317531 +154991,3321111 +154991,3387301 +155006,2131 +155006,3316116 +155006,3323666 +155011,3315476 +155011,3316451 +155011,3335636 +155021,1156 +155021,2131 +155021,3316116 +155021,3323666 +155026,2131 +155026,3316116 +155026,3323666 +155031,1366 +155031,2131 +155031,3316116 +155031,3323666 +155061,81 +155061,3317531 +155111,2131 +155121,2071 +155121,3316116 +155126,81 +155126,3314541 +155126,3387301 +155136,976 +155136,1526 +155136,3375586 +155151,2071 +155151,3316116 +155156,81 +155156,3314546 +155156,3321111 +155161,1156 +155161,2131 +155161,3316116 +155161,3323666 +155166,2131 +155166,3316116 +155166,3323666 +155171,1156 +155171,2131 +155171,3316116 +155171,3323666 +155176,81 +155176,3314546 +155176,3321111 +155191,2131 +155191,3316116 +155191,3323666 +155221,2131 +155221,3316116 +155221,3323666 +155241,1526 +155241,3342931 +155241,3375586 +155241,3387086 +155301,3316071 +155311,3316071 +155311,3317776 +155316,446 +155316,806 +155316,3315596 +155351,3316071 +155361,3316071 +155361,3317776 +155366,1156 +155366,2131 +155386,3316071 +155396,2131 +155406,3316071 +155411,1156 +155411,2131 +155416,3316071 +155421,1781 +155421,3387211 +155426,446 +155426,806 +155436,3316071 +155441,446 +155441,806 +155446,3316071 +155451,446 +155451,806 +155456,446 +155456,806 +155461,3316071 +155466,446 +155466,806 +155466,3315596 +155471,446 +155471,806 +155476,446 +155476,806 +155476,3315596 +155481,446 +155481,806 +155486,3316071 +155491,1066 +155491,2101 +155496,3316071 +155506,446 +155506,491 +155506,806 +155506,956 +155506,3315596 +155511,3316071 +155521,446 +155521,806 +155526,3316071 +155536,3316071 +155541,446 +155541,806 +155551,446 +155551,806 +155556,446 +155556,806 +155556,3315596 +155566,446 +155566,806 +155566,1066 +155571,2131 +155601,1066 +155601,2101 +155616,446 +155616,806 +155616,3315596 +155621,446 +155621,806 +155626,81 +155626,3314546 +155626,3321111 +155651,446 +155651,806 +155651,3315596 +155671,446 +155671,806 +155671,3315596 +155681,446 +155681,806 +155701,336 +155701,3321246 +155746,1066 +155746,2101 +155756,26 +155756,471 +155756,1306 +155756,1406 +155756,2176 +155761,446 +155761,806 +155766,446 +155766,806 +155766,3315596 +155776,446 +155776,806 +155781,446 +155781,806 +155791,446 +155791,806 +155806,446 +155806,806 +155806,3315596 +155826,606 +155826,3316071 +155841,606 +155841,3316071 +155846,606 +155846,3316071 +155856,131 +155856,1376 +155856,1831 +155856,3349956 +155881,81 +155881,3314546 +155881,3321111 +155911,1066 +155911,2101 +155951,641 +155951,1726 +155951,3315301 +155951,3315306 +155991,81 +156011,1551 +156011,2131 +156011,3323666 +156026,1066 +156026,2101 +156056,1 +156056,606 +156061,1066 +156061,2101 +156071,1551 +156071,2131 +156071,3323666 +156116,1746 +156116,3361341 +156146,656 +156146,1156 +156146,1166 +156146,2131 +156191,1746 +156206,26 +156206,2176 +156226,606 +156226,3316071 +156236,81 +156236,596 +156401,656 +156401,2131 +156401,3316421 +156401,3323666 +156451,1551 +156451,2131 +156451,3323666 +156471,1406 +156471,1596 +156471,2176 +156506,446 +156506,806 +156541,3318136 +156546,446 +156546,491 +156546,806 +156551,3318136 +156551,3321246 +156556,446 +156556,806 +156566,806 +156581,446 +156581,806 +156591,446 +156591,806 +156591,3315596 +156596,2131 +156601,446 +156601,806 +156606,446 +156606,806 +156606,3315596 +156611,446 +156611,806 +156611,3315596 +156616,446 +156616,806 +156616,3315596 +156621,446 +156621,806 +156621,3315596 +156631,1626 +156631,1631 +156646,446 +156646,806 +156646,3315596 +156656,446 +156656,806 +156656,3315596 +156661,446 +156661,806 +156666,446 +156666,806 +156671,446 +156671,806 +156676,446 +156676,806 +156676,1216 +156676,3315596 +156681,446 +156681,806 +156691,1066 +156696,446 +156696,806 +156696,3315596 +156706,446 +156706,806 +156711,446 +156711,806 +156711,3315596 +156721,446 +156721,806 +156721,3315596 +156821,26 +156821,471 +156821,1306 +156821,1406 +156821,2176 +156821,3386771 +156861,491 +157021,331 +157031,3318136 +157041,2131 +157041,3323666 +157056,26 +157056,656 +157081,3317521 +157096,3317521 +157151,1231 +157241,656 +157241,2131 +157241,3323666 +157256,1156 +157256,1466 +157256,3354291 +157286,3317521 +157321,16 +157321,86 +157321,3320636 +157361,26 +157361,86 +157361,3334381 +157381,3321246 +157571,3349956 +157581,3349956 +157591,3314521 +157591,3321246 +157591,3323731 +157646,961 +157646,3314906 +157676,3321246 +157746,961 +157746,3314906 +157771,856 +157771,1626 +157771,1631 +157771,3374296 +157801,961 +157801,3314906 +157806,2131 +157806,3323666 +157856,2131 +157856,3323666 +157911,1066 +157911,3320636 +157916,1751 +157916,1761 +157916,3321676 +157916,3322456 +157916,3327491 +157916,3344691 +157956,656 +157956,1166 +157956,3387201 +157956,3387366 +157966,3387366 +157976,1186 +157976,1216 +157976,1506 +158031,1261 +158031,2061 +158031,3320901 +158031,3339241 +158086,1771 +158146,3316071 +158156,881 +158161,446 +158161,806 +158171,3316071 +158181,1166 +158181,3387201 +158181,3387366 +158186,2131 +158186,3323666 +158186,3387886 +158196,3387366 +158231,3387366 +158266,606 +158266,3316071 +158271,606 +158271,3316071 +158276,3349956 +158281,3349956 +158296,606 +158296,3316071 +158316,2131 +158316,3316116 +158316,3323666 +158351,2131 +158351,3323666 +158351,3387886 +158391,3318136 +158401,1251 +158406,3318136 +158441,3318136 +158451,606 +158451,3316071 +158476,1066 +158491,446 +158491,806 +158491,3315596 +158496,1066 +158496,2101 +158501,606 +158501,3316071 +158631,336 +158631,3321246 +158631,3323651 +158631,3387521 +158666,1066 +158666,1456 +158666,3321306 +158666,3388311 +158691,606 +158691,3316071 +158726,606 +158726,3316071 +158751,606 +158751,3316071 +158811,1376 +158811,1831 +158811,3321966 +158816,606 +158816,3316071 +158831,606 +158831,3316071 +158836,1066 +158836,2101 +158856,3381191 +158891,3316421 +158891,3321246 +158891,3381191 +158896,606 +158896,3316071 +158921,606 +158921,3316071 +158931,606 +158931,3316071 +158946,1066 +158946,2101 +158951,3316421 +158951,3321246 +158951,3381191 +158976,1776 +158976,3387681 +158991,2131 +158991,3316116 +158991,3323666 +159066,26 +159066,1156 +159066,1776 +159096,791 +159096,1831 +159096,3314726 +159096,3321966 +159096,3349956 +159101,1376 +159101,3314721 +159101,3335636 +159101,3349956 +159111,1156 +159111,1166 +159111,2131 +159111,3316116 +159111,3323666 +159121,1156 +159121,1166 +159121,2131 +159121,3316116 +159121,3323666 +159126,366 +159126,3323711 +159141,1156 +159141,1166 +159141,2131 +159141,3316116 +159141,3323666 +159151,1156 +159151,1166 +159151,1551 +159151,2131 +159151,3316116 +159151,3323666 +159161,1776 +159161,3387681 +159166,3316071 +159171,1166 +159171,1846 +159171,2131 +159171,3316116 +159171,3323666 +159191,606 +159191,3316071 +159206,791 +159206,1831 +159216,1356 +159216,3315121 +159261,3316071 +159281,321 +159281,1761 +159281,3321676 +159361,26 +159361,1306 +159361,1406 +159361,2176 +159366,1066 +159366,2101 +159376,3316071 +159521,1066 +159521,2101 +159556,1156 +159556,1166 +159556,1551 +159556,2131 +159556,3316116 +159556,3323666 +159571,761 +159571,771 +159571,3387511 +159581,606 +159721,1156 +159721,1166 +159721,2131 +159721,3316116 +159721,3323666 +159726,1356 +159726,3315121 +159806,1066 +159806,2101 +159846,1341 +159846,3321861 +159861,3381191 +159861,3387456 +159921,3381191 +159926,1066 +159926,2101 +159936,336 +159936,3321246 +159966,1626 +159966,1631 +159966,3323636 +159966,3357646 +159966,3374296 +159966,3385766 +159991,1066 +159991,2101 +160011,3318136 +160016,606 +160386,1156 +160386,1166 +160386,1466 +160386,1551 +160541,1376 +160541,3349956 +160546,3349956 +160556,3349956 +160561,3349956 +160566,1376 +160566,3349956 +160576,861 +160576,976 +160576,3387536 +160616,3318136 +160621,81 +160621,3317861 +160721,3318136 +160721,3321246 +160746,3318136 +160751,1186 +160751,3321536 +160856,1356 +160856,3315121 +160956,1156 +160956,2131 +160971,336 +160971,771 +160971,3321246 +160971,3387521 +160981,1156 +160981,2131 +160981,3316116 +161001,446 +161001,806 +161001,3316421 +161021,1156 +161021,2131 +161021,3387886 +161056,1166 +161081,1156 +161081,2131 +161081,3323666 +161086,1066 +161086,1341 +161086,3321861 +161141,1186 +161141,3321536 +161201,1341 +161201,3321861 +161216,1156 +161216,2131 +161236,1156 +161236,2131 +161336,1066 +161336,1216 +161336,1506 +161381,636 +161381,936 +161381,3323671 +161381,3374296 +161461,491 +161461,1381 +161461,3369671 +161466,3318136 +161466,3321246 +161486,26 +161486,1306 +161486,1406 +161516,1356 +161516,3315121 +161666,821 +161666,3320416 +161706,26 +161706,1306 +161706,1406 +161721,3318136 +161731,471 +161781,3316071 +161781,3317776 +161781,3321246 +161781,3324066 +162006,3316071 +162011,756 +162011,881 +162026,3316071 +162046,3316071 +162061,1831 +162061,3349956 +162101,506 +162101,756 +162101,881 +162141,821 +162141,3320416 +162286,821 +162286,3320416 +162306,1196 +162306,1351 +162306,1356 +162306,3315156 +162386,3316071 +162386,3324066 +162441,3316071 +162461,3316071 +162496,3316071 +162511,3316071 +162521,821 +162521,3320416 +162556,821 +162556,3320416 +162586,3316071 +162586,3324066 +162611,1306 +162656,821 +162656,3320416 +162661,3316071 +162671,3317871 +162691,26 +162691,1801 +162701,3316071 +162716,821 +162716,3320416 +162756,3316071 +162791,821 +162791,3320416 +162821,3316071 +162836,821 +162836,3320416 +162841,3317871 +162866,3316071 +162876,1376 +162911,636 +162911,936 +162911,3323671 +162911,3374296 +162916,3317871 +162946,3316071 +162946,3324066 +162971,3316071 +162971,3317776 +162971,3324066 +162976,3317871 +163036,3316071 +163061,3317871 +163076,3316071 +163081,3317871 +163381,3316071 +163471,641 +163471,1066 +163471,3315306 +163511,366 +163511,2026 +163511,3330381 +163521,1776 +163551,366 +163551,2026 +163586,366 +163586,1801 +163586,2026 +163616,1156 +163616,3335636 +163706,606 +163706,3316071 +163721,821 +163721,3320416 +163726,606 +163726,3316071 +163746,26 +163746,86 +163746,3315476 +163751,606 +163751,3316071 +163766,1 +163766,446 +163766,806 +163816,606 +163816,3316071 +163836,606 +163836,3316071 +163846,1801 +163846,2026 +163856,821 +163856,3320416 +163866,606 +163866,3316071 +163886,821 +163886,3320416 +163901,366 +163901,2026 +163911,366 +163911,2026 +163936,821 +163936,3320416 +163961,366 +163961,2026 +163976,81 +163976,3314541 +163976,3317531 +163976,3321111 +163976,3322621 +163976,3387301 +163981,821 +163981,3320416 +163991,366 +163991,2026 +163991,3330381 +163996,366 +163996,2026 +164006,821 +164006,3320416 +164011,366 +164011,2026 +164021,366 +164021,2026 +164026,821 +164026,3320416 +164036,2026 +164041,366 +164041,2026 +164051,366 +164051,2026 +164056,821 +164056,3320416 +164086,821 +164086,3320416 +164101,3316071 +164111,26 +164111,1306 +164111,2176 +164111,3321251 +164121,1306 +164156,1351 +164156,3315096 +164156,3315156 +164176,3349956 +164181,3316071 +164181,3321246 +164191,656 +164191,1156 +164191,2131 +164191,3323666 +164211,3349956 +164226,3349956 +164231,3349956 +164236,791 +164371,966 +164371,3316691 +164371,3323866 +164391,1066 +164391,1746 +164391,3361341 +164456,1596 +164456,2176 +164501,856 +164501,1626 +164501,1631 +164501,1741 +164501,3322276 +164501,3323626 +164501,3323636 +164501,3323641 +164501,3323671 +164501,3342636 +164501,3342646 +164501,3357606 +164501,3357641 +164501,3374296 +164501,3385766 +164501,3387876 +164541,511 +164541,1076 +164541,3321246 +164561,606 +164561,3316071 +164566,3316071 +164571,636 +164571,3374296 +164606,3316071 +164606,3317776 +164616,3316071 +164626,806 +164626,1116 +164636,3316071 +164636,3317776 +164641,1 +164641,836 +164641,3325561 +164641,3328721 +164651,3316071 +164656,3316071 +164681,3316071 +164681,3317776 +164701,1626 +164701,1631 +164701,3374296 +164726,781 +164726,1066 +164726,2101 +164821,3316071 +164826,1111 +164826,1326 +164826,2131 +164826,3314726 +164826,3315476 +164826,3321081 +164831,1251 +164846,3316071 +164851,3316071 +164856,3316071 +164856,3317776 +164861,3316071 +164876,3315476 +164876,3316071 +164876,3321246 +164886,3316071 +164886,3317776 +164891,3316071 +164891,3317776 +164901,446 +164901,806 +164901,3315596 +164911,3316071 +164911,3317776 +164916,26 +164916,471 +164916,1306 +164916,1406 +164916,3386771 +164921,3316071 +164921,3317776 +164931,446 +164931,806 +164931,3315596 +164936,3316071 +164936,3317776 +164941,3316071 +164941,3317776 +164956,446 +164956,806 +164956,3315596 +164971,3316071 +164971,3317776 +164991,446 +164991,806 +165001,2131 +165011,3316071 +165011,3317776 +165021,3316071 +165021,3317776 +165056,1166 +165101,1066 +165101,2101 +165151,3317956 +165166,331 +165166,3317956 +165276,3317956 +165286,1066 +165286,2101 +165301,1486 +165301,3317871 +165311,3317956 +165326,711 +165326,3336366 +165381,1006 +165381,1506 +165381,3387856 +165381,3388171 +165431,1166 +165441,821 +165441,3320416 +165446,1066 +165446,2101 +165491,821 +165491,3320416 +165496,791 +165501,2131 +165501,3323666 +165506,821 +165506,3320416 +165516,2131 +165546,821 +165546,3320416 +165551,1156 +165551,2131 +165551,3323666 +165581,366 +165581,1066 +165581,2101 +165591,1616 +165601,1616 +165606,1066 +165606,2101 +165621,1156 +165621,1551 +165621,2131 +165621,3323666 +165716,81 +165716,3314541 +165716,3317531 +165731,1741 +165731,2096 +165731,3323671 +165831,656 +165831,1156 +165831,3323666 +165831,3347081 +166006,821 +166006,3320416 +166006,3320421 +166016,821 +166016,3320416 +166016,3320421 +166021,3316071 +166026,3316071 +166031,3316071 +166036,3316071 +166041,821 +166041,3320416 +166041,3320421 +166046,3316071 +166056,3316071 +166061,3316071 +166066,3316071 +166071,3316071 +166076,3316071 +166081,3316071 +166086,821 +166086,3320416 +166086,3320421 +166091,3316071 +166096,3316071 +166126,821 +166126,3320416 +166126,3320421 +166151,3316071 +166161,3316071 +166171,3321211 +166186,821 +166186,3320416 +166186,3320421 +166201,821 +166201,3320416 +166201,3320421 +166236,821 +166236,3320416 +166236,3320421 +166246,1801 +166271,1076 +166276,656 +166276,1156 +166276,2131 +166276,3347081 +166281,471 +166291,656 +166291,1156 +166291,3347081 +166296,656 +166296,1156 +166296,3323666 +166296,3347081 +166301,471 +166306,471 +166311,656 +166311,1156 +166311,3323666 +166311,3347081 +166316,471 +166326,471 +166331,656 +166331,1156 +166331,2131 +166331,3323666 +166331,3347081 +166336,471 +166341,656 +166341,1156 +166341,3323666 +166341,3347081 +166346,471 +166351,821 +166351,3320416 +166351,3320421 +166356,656 +166356,1156 +166356,3347081 +166361,471 +166366,656 +166366,1156 +166366,3323666 +166366,3347081 +166371,711 +166371,3336366 +166376,471 +166381,471 +166401,656 +166401,1156 +166401,3347081 +166406,656 +166406,1156 +166406,3323666 +166406,3347081 +166411,471 +166416,656 +166416,1156 +166416,3323666 +166416,3347081 +166421,471 +166426,656 +166426,1156 +166426,3323666 +166426,3347081 +166431,471 +166436,656 +166436,1156 +166436,3323666 +166436,3347081 +166441,471 +166446,2161 +166446,3314541 +166446,3387301 +166456,656 +166456,1156 +166456,3323666 +166456,3347081 +166461,471 +166466,656 +166466,1156 +166466,3347081 +166471,3316071 +166481,656 +166481,1156 +166481,3323666 +166481,3347081 +166486,656 +166486,1156 +166486,3347081 +166491,471 +166491,2176 +166501,656 +166501,1156 +166501,3323666 +166501,3347081 +166511,656 +166511,1156 +166511,3323666 +166511,3347081 +166531,656 +166531,1156 +166531,3323666 +166531,3347081 +166536,656 +166536,1156 +166536,3323666 +166536,3347081 +166541,656 +166541,1156 +166541,3323666 +166541,3347081 +166551,656 +166551,1156 +166551,3347081 +166561,3316071 +166581,3316071 +166586,3316071 +166591,3316071 +166611,3316071 +166621,3316071 +166631,1771 +166641,3316071 +166651,3316071 +166681,3316071 +166691,2161 +166691,3314541 +166691,3387301 +166706,3316071 +166836,26 +166836,1306 +166836,1406 +166836,2176 +166841,1156 +166841,2131 +166841,3323666 +166911,366 +166911,821 +166911,3320416 +166926,366 +166926,821 +166926,3320416 +166936,821 +166936,3320416 +166966,821 +167031,1081 +167031,3322161 +167076,471 +167166,1156 +167166,2131 +167236,3316071 +167261,1156 +167261,2131 +167261,3323666 +167321,3316071 +167361,3316071 +167366,3316071 +167396,821 +167396,3320416 +167396,3320421 +167416,791 +167416,1376 +167416,3316201 +167416,3349956 +167476,1156 +167476,2131 +167516,821 +167516,3320421 +167546,881 +167561,821 +167561,3320421 +167586,1671 +167646,966 +167646,1176 +167646,3316691 +167646,3323866 +167651,821 +167651,3320416 +167706,506 +167706,756 +167706,881 +167706,1801 +167716,1671 +167716,3353266 +167716,3387621 +167836,1006 +167836,1506 +167866,1671 +167891,1431 +167891,1436 +167891,3343176 +167891,3387591 +167896,2131 +167916,1156 +167916,2131 +167961,331 +167961,1171 +167996,26 +167996,2176 +167996,2201 +168026,331 +168051,711 +168051,3336366 +168286,1186 +168286,1506 +168286,3321536 +168336,821 +168336,3320416 +168336,3320421 +168351,821 +168351,3320416 +168351,3320421 +168356,3321146 +168356,3321151 +168361,821 +168361,3320416 +168361,3320421 +168366,821 +168366,3320416 +168366,3320421 +168371,821 +168371,3320416 +168371,3320421 +168376,821 +168376,3320416 +168376,3320421 +168381,821 +168381,3320416 +168381,3320421 +168391,821 +168391,3320416 +168391,3320421 +168396,821 +168396,3320416 +168396,3320421 +168406,821 +168406,3320416 +168406,3320421 +168411,821 +168411,3320416 +168411,3320421 +168491,1166 +168496,721 +168526,1166 +168551,1166 +168581,656 +168581,1156 +168581,2131 +168581,3316421 +168581,3323666 +168611,1166 +168676,1376 +168676,3321966 +168676,3335636 +168676,3349956 +168721,1306 +168721,1406 +168721,3318196 +168766,1801 +168791,81 +168791,3314541 +168791,3314546 +168791,3317531 +168791,3321111 +168791,3387301 +168801,2161 +168801,3314541 +168801,3387301 +168811,636 +168811,1626 +168811,1631 +168811,1741 +168811,2096 +168811,3323671 +168811,3374296 +168811,3388231 +168961,1801 +168976,1296 +168976,1976 +168976,3344756 +169061,2131 +169141,1801 +169181,2161 +169181,3314541 +169181,3387301 +169246,1776 +169276,1526 +169296,1526 +169331,2161 +169331,3314541 +169331,3387301 +169346,366 +169346,821 +169421,1186 +169421,1216 +169421,3316421 +169421,3321536 +169421,3323881 +169421,3324741 +169741,871 +169841,1186 +169841,3321536 +170141,881 +170176,1776 +170176,3387681 +170221,1776 +170221,3387681 +170226,1376 +170226,3315476 +170226,3349956 +170261,1776 +170301,1506 +170301,3315256 +170326,1661 +170336,1661 +170441,1066 +170466,1526 +170471,1661 +170506,1526 +170521,3316071 +170536,3316071 +170596,1156 +170596,1661 +170806,366 +170826,1831 +170826,3315476 +170826,3340531 +170826,3349956 +170836,3316206 +170851,3349956 +170856,1376 +170861,791 +170861,1831 +170861,3315476 +170861,3349956 +170946,1156 +170946,1661 +170946,3388311 +170966,366 +170966,3323706 +170971,1186 +170971,1216 +170971,3321536 +170976,1746 +171001,366 +171021,1746 +171036,1746 +171091,366 +171091,1801 +171091,2026 +171101,366 +171101,1801 +171206,506 +171206,756 +171311,366 +171311,1801 +171361,1801 +171366,366 +171366,3323706 +171536,366 +171536,1801 +171601,1831 +171626,1746 +171631,366 +171631,1801 +171641,26 +171641,1306 +171641,1406 +171641,2176 +171681,1376 +171681,3315476 +171701,26 +171701,1306 +171701,1406 +171701,3386771 +171711,3315476 +171711,3316451 +171711,3349956 +171726,3315476 +171726,3349956 +171796,3349956 +171851,1631 +171886,1631 +171961,1631 +171996,1631 +172016,1631 +172091,1186 +172091,3321536 +172241,1631 +172261,1631 +172511,1781 +172561,26 +172561,1306 +172561,1406 +172561,2176 +172561,3321251 +172671,3349956 +172746,2176 +172891,26 +172891,1306 +172891,2176 +172891,3321251 +173096,3320836 +173446,1076 +173446,3321696 +173446,3381191 +173451,961 +173451,3314906 +173451,3387106 +173451,3387356 +173491,656 +173491,1156 +173491,1166 +173491,1551 +173491,3316116 +173491,3323666 +173516,3315476 +173516,3349956 +173676,1186 +173676,2176 +173676,3321536 +173691,366 +173806,1186 +173806,1216 +173806,3321536 +173856,366 +173856,1801 +173861,366 +173861,1801 +173886,1006 +173886,1506 +173886,1766 +173886,3333256 +173886,3387856 +173891,446 +173891,806 +173896,446 +173896,806 +173921,366 +173921,1801 +173966,446 +173966,806 +174011,366 +174011,1801 +174031,446 +174031,806 +174041,1006 +174041,1506 +174056,446 +174056,806 +174081,1406 +174106,446 +174106,806 +174146,1231 +174151,3318136 +174176,1066 +174176,3323881 +174186,791 +174186,1376 +174186,3349956 +174186,3368201 +174281,666 +174281,741 +174296,366 +174296,1801 +174356,666 +174356,741 +174401,1801 +174456,366 +174456,1801 +174556,366 +174556,1801 +174666,1801 +174741,1066 +174741,1456 +174791,1231 +174791,1236 +174791,3386296 +175081,1231 +175081,3383711 +175081,3386296 +175116,1231 +175116,3386296 +175186,1831 +175186,3315476 +175186,3349956 +175371,1186 +175371,3321536 +175411,366 +175411,1801 +175531,1431 +175531,1436 +175531,3343176 +175531,3387591 +175671,1431 +175671,3343176 +175686,366 +175701,881 +175706,366 +175706,3323706 +175706,3324166 +175721,26 +175721,1406 +175841,366 +175841,3367836 +175871,366 +175871,3367836 +175891,961 +175891,2251 +175891,3323646 +175891,3387106 +175926,1011 +175926,1161 +175926,3315476 +175926,3349956 +175931,1161 +175941,656 +175941,1156 +175941,2131 +175941,3323666 +175956,2131 +175961,1431 +175961,1436 +175961,3343176 +175961,3387591 +176021,366 +176021,3367836 +176051,366 +176076,3317871 +176296,1231 +176296,3386296 +176356,3321226 +176431,791 +176431,1011 +176431,1376 +176431,3316451 +176431,3321966 +176431,3335636 +176431,3349956 +176476,1776 +176476,3387681 +176596,1776 +176626,1066 +176626,2101 +176641,1776 +176671,1066 +176671,2101 +176691,1066 +176691,2101 +176701,1066 +176701,2101 +176791,1066 +176791,1456 +176791,2101 +176826,881 +176886,1066 +176886,2101 +177071,26 +177071,1406 +177071,2176 +177071,2201 +177141,1186 +177141,1216 +177141,3321536 +177266,1486 +177266,3317871 +177266,3344136 +177266,3373276 +177266,3379831 +177266,3386261 +177266,3387126 +177296,366 +177296,3367836 +177326,366 +177326,3367836 +177346,1751 +177346,1761 +177346,3321676 +177346,3322456 +177346,3327491 +177346,3344691 +177436,1751 +177436,1761 +177436,3316421 +177436,3321676 +177436,3344691 +177446,1066 +177446,2101 +177566,1281 +177566,3321016 +177611,1156 +177761,1066 +177761,2101 +177761,3388041 +177916,3314521 +177916,3322161 +177946,1066 +177946,1766 +177946,2101 +177946,3388406 +178216,1066 +178216,1766 +178216,2101 +178316,26 +178316,1306 +178316,1406 +178316,1596 +178316,2176 +178316,2201 +178321,1066 +178321,2101 +178346,961 +178346,2251 +178346,3323646 +178346,3387106 +178416,961 +178416,3314906 +178416,3323646 +178631,961 +178631,2251 +178631,3323646 +178741,1066 +178741,2101 +178751,481 +178751,571 +178751,1786 +178751,3324201 +178786,791 +178786,1011 +178786,1111 +178786,1831 +178786,3314726 +178786,3315476 +178786,3321081 +178786,3321966 +178786,3335636 +178786,3349956 +178786,3368201 +178786,3388661 +178826,1186 +178826,3321536 +178841,26 +178841,481 +178841,571 +178841,1786 +178841,3324201 +178841,3375106 +178846,1066 +178856,571 +178856,1156 +178856,1786 +178856,3324201 +178866,1186 +178866,1216 +178866,1766 +178866,3321536 +178876,26 +178876,481 +178876,571 +178876,1786 +178876,3323881 +178876,3324201 +178876,3387046 +178876,3387696 +178886,1076 +178891,1076 +178901,3321151 +178926,3349956 +179031,3321226 +179041,1501 +179041,3323866 +179096,1176 +179096,1501 +179096,3323866 +179116,1176 +179116,1501 +179116,3323866 +179136,1376 +179141,3315476 +179141,3335636 +179146,1176 +179146,1501 +179146,3323866 +179166,366 +179166,3367836 +179191,366 +179191,3367836 +179206,366 +179206,3367836 +179266,3349956 +179271,3349956 +179286,1376 +179286,3349956 +179296,1406 +179296,2201 +179301,366 +179301,3367836 +179326,366 +179326,3367836 +179336,366 +179336,3367836 +179376,1376 +179396,1376 +179411,1466 +179411,3354291 +179426,1161 +179426,1376 +179426,3349956 +179436,366 +179436,3367836 +179441,791 +179441,1161 +179441,3349956 +179451,366 +179451,3367836 +179456,1186 +179456,1216 +179456,3321536 +179581,1111 +179581,1326 +179581,3314721 +179581,3314726 +179581,3315476 +179581,3321081 +179736,481 +179736,1351 +179736,1356 +179736,3315101 +179736,3315156 +179736,3323676 +179736,3323881 +179876,366 +179876,3323711 +179876,3367836 +179911,366 +179911,3367836 +179921,366 +179921,3367836 +179926,366 +179926,3367836 +179931,1376 +179976,366 +179976,3367836 +180046,366 +180046,3367836 +180071,366 +180071,3367836 +180076,576 +180076,1066 +180076,1231 +180096,366 +180096,3367836 +180111,366 +180111,3367836 +180141,26 +180141,1331 +180141,1466 +180141,3354291 +180151,366 +180151,3367836 +180171,366 +180171,3367836 +180291,1186 +180291,3321536 +180331,366 +180331,3367836 +180371,366 +180371,3367836 +180376,366 +180376,3367836 +180391,366 +180391,3367836 +180401,366 +180401,3367836 +180421,366 +180421,3367836 +180426,26 +180426,861 +180426,976 +180471,861 +180471,976 +180481,26 +180481,571 +180481,1786 +180481,3324201 +180496,3315476 +180601,1156 +180601,1776 +180601,3323181 +180601,3323186 +180601,3376776 +180726,26 +180726,1306 +180726,2176 +180781,721 +180801,366 +180801,3367836 +180821,366 +180821,3367836 +180871,1776 +181051,366 +181051,3367836 +181056,26 +181056,1776 +181056,3387681 +181221,806 +181251,3318136 +181281,1186 +181281,1216 +181281,3321536 +181301,1066 +181531,1196 +181531,1351 +181531,1356 +181596,821 +181596,3320416 +181666,366 +181666,821 +181666,3320416 +181686,821 +181686,3320416 +181756,1186 +181756,3321536 +181781,606 +181781,3314521 +182046,366 +182096,1231 +182281,366 +182281,3367836 +182296,1376 +182296,3315476 +182296,3349956 +182311,366 +182311,3367836 +182366,366 +182366,3330011 +182366,3367836 +182376,1376 +182426,366 +182426,3367836 +182436,366 +182436,3367836 +182446,366 +182446,3367836 +182466,791 +182466,1376 +182466,3349956 +182521,366 +182521,3367836 +182551,366 +182551,3367836 +182626,366 +182626,3367836 +182656,26 +182656,1306 +182656,1406 +182656,2176 +182796,1186 +182796,3321536 +182826,366 +182826,3367836 +182941,1186 +182941,1216 +182941,3321536 +183141,1186 +183141,1216 +183141,3321536 +183326,26 +183326,1331 +183371,661 +183411,1186 +183411,1216 +183411,3321536 +183411,3323881 +183476,861 +183476,976 +183521,821 +183521,3320416 +183531,821 +183531,3320416 +183551,446 +183551,806 +183551,3315596 +183566,821 +183566,3320416 +183581,821 +183581,3320416 +183606,1011 +183606,1376 +183606,3349956 +183611,821 +183611,3320416 +183641,821 +183641,3320416 +183641,3320421 +183701,1376 +183741,821 +183741,3320416 +183741,3320421 +183806,366 +183806,1801 +183816,821 +183816,3320416 +183816,3320421 +183846,1801 +183871,791 +183871,1161 +183871,1376 +183871,3315476 +183871,3335636 +183871,3349956 +183946,366 +183946,3329156 +183946,3366391 +183946,3367836 +183946,3387391 +184206,656 +184206,2131 +184206,3323666 +184216,656 +184216,2131 +184216,3323666 +184266,1186 +184266,1206 +184266,1216 +184266,1506 +184266,1766 +184266,3321536 +184286,1006 +184286,1506 +184286,3387856 +184351,26 +184351,366 +184351,691 +184351,821 +184351,3366391 +184361,3321246 +184441,1186 +184441,3321536 +184516,2131 +184561,366 +184566,1186 +184566,1216 +184566,3321536 +184571,1751 +184571,1761 +184571,3321676 +184571,3327491 +184571,3344691 +184586,1506 +184586,3320636 +184611,1186 +184611,1216 +184611,3321536 +184621,606 +184636,521 +184661,366 +184681,1186 +184681,1216 +184681,3321536 +184681,3323881 +184686,1186 +184686,1216 +184686,3321536 +184701,2161 +184701,3314541 +184701,3387301 +184741,821 +184741,3320416 +184741,3320421 +184751,821 +184751,3320416 +184751,3320421 +184776,491 +184776,1381 +184791,791 +184791,3321171 +184796,511 +184796,526 +184796,1076 +184796,3321246 +184796,3323731 +184796,3381146 +184796,3387671 +184811,821 +184811,3320416 +184811,3320421 +184826,491 +184826,1381 +184836,821 +184836,3320416 +184836,3320421 +184841,821 +184841,3320416 +184841,3320421 +184906,821 +184906,3320416 +184906,3320421 +184916,1231 +184916,3386296 +184981,821 +184981,3320421 +185006,821 +185006,3320416 +185006,3320421 +185056,821 +185056,3320416 +185056,3320421 +185096,821 +185096,3320416 +185096,3320421 +185111,1231 +185186,821 +185186,3320416 +185196,821 +185196,3320416 +185216,821 +185216,3320416 +185236,821 +185236,3320416 +185236,3320421 +185246,821 +185246,3320416 +185306,1186 +185306,3321536 +185316,821 +185316,3320416 +185351,26 +185351,1306 +185351,1406 +185351,1486 +185351,3386771 +185361,821 +185361,3320416 +185401,821 +185401,3320416 +185411,821 +185411,3320416 +185451,821 +185451,3320416 +185466,3317871 +185466,3344136 +185466,3373276 +185466,3379831 +185466,3387126 +185466,3387141 +185466,3387991 +185491,3321131 +185496,821 +185496,3320416 +185541,26 +185541,1306 +185541,1406 +185541,2176 +185576,821 +185576,3320416 +185651,1231 +185651,3386296 +185691,1156 +185691,2131 +185691,3323666 +185726,491 +185726,1381 +185736,576 +185736,1231 +185736,3386296 +185796,711 +185796,3336366 +185951,3321131 +185976,821 +185976,3320416 +185976,3320421 +186051,821 +186051,3320416 +186051,3320421 +186056,1306 +186086,821 +186086,3320416 +186086,3320421 +186131,3321131 +186156,711 +186156,3336366 +186186,366 +186196,366 +186221,366 +186226,366 +186271,366 +186316,366 +186341,366 +186356,671 +186366,366 +186406,3315156 +186411,366 +186411,3323711 +186441,366 +186451,366 +186476,366 +186496,366 +186501,1066 +186501,3323881 +186501,3348061 +186511,671 +186516,781 +186516,3315156 +186521,366 +186541,366 +186556,366 +186556,3320636 +186591,1376 +186591,3314721 +186601,3321131 +186606,671 +186671,366 +186671,3320636 +186671,3338486 +186706,1261 +186706,2061 +186706,3323866 +186726,671 +186791,821 +186791,3320416 +186796,821 +186816,1186 +186816,3321536 +186871,1186 +186871,3321536 +186951,1801 +186951,2026 +186961,821 +186961,3320416 +186961,3320421 +186966,821 +186966,3320416 +186966,3320421 +186971,821 +186971,3320421 +186976,821 +186976,3320421 +186981,821 +186981,3320421 +186986,821 +186986,3320421 +186996,821 +186996,3320416 +186996,3320421 +187006,821 +187006,3320416 +187006,3320421 +187011,821 +187011,3320416 +187011,3320421 +187016,821 +187016,3320416 +187016,3320421 +187021,821 +187021,3320416 +187021,3320421 +187041,821 +187041,3320416 +187041,3320421 +187066,821 +187066,3320421 +187091,821 +187126,821 +187126,3320416 +187126,3320421 +187171,821 +187171,3320416 +187201,821 +187201,3320416 +187201,3320421 +187211,821 +187211,3320416 +187221,2131 +187221,3323666 +187226,821 +187226,3320416 +187226,3320421 +187241,821 +187261,821 +187261,3320416 +187261,3320421 +187286,821 +187286,3320416 +187296,821 +187311,1351 +187311,1356 +187311,3315156 +187316,1486 +187316,3317871 +187316,3344136 +187316,3373276 +187316,3387126 +187326,821 +187366,821 +187366,3320416 +187381,821 +187381,3320416 +187401,671 +187406,1066 +187406,2101 +187406,3323881 +187591,881 +187651,821 +187696,656 +187771,656 +187811,1066 +187811,2101 +187876,511 +187876,3321246 +187876,3381191 +187891,3321131 +187906,1066 +187906,2101 +187936,3321131 +187971,3321131 +187981,3321131 +188026,3317871 +188026,3344136 +188026,3387126 +188081,1486 +188081,3317871 +188081,3379831 +188081,3387126 +188086,1526 +188091,1466 +188091,3354291 +188111,1526 +188131,1486 +188131,3317871 +188181,656 +188196,336 +188196,1081 +188196,3321246 +188196,3323656 +188361,2101 +188366,3321676 +188391,1186 +188391,3321536 +188416,1066 +188416,2101 +188421,2296 +188421,3316436 +188476,26 +188476,1466 +188476,3347346 +188476,3354291 +188476,3387406 +188476,3387871 +188486,1351 +188486,1356 +188491,1351 +188491,1356 +188491,3315106 +188506,1466 +188506,3347346 +188506,3353266 +188506,3354291 +188506,3376566 +188506,3387406 +188506,3387871 +188516,821 +188516,3320416 +188521,1351 +188521,1356 +188536,1551 +188536,2131 +188536,3323666 +188536,3387411 +188556,656 +188556,1156 +188556,1166 +188556,1551 +188556,2131 +188556,3323666 +188576,1066 +188576,2101 +188596,656 +188596,1156 +188596,1166 +188596,1366 +188596,1551 +188596,1846 +188596,2131 +188596,3316116 +188596,3323666 +188596,3387886 +188611,336 +188611,491 +188611,1066 +188611,1381 +188616,791 +188616,1376 +188616,3349956 +188626,2131 +188626,3316116 +188626,3323666 +188661,2131 +188661,3316116 +188661,3323666 +188691,656 +188691,1551 +188691,2131 +188696,1526 +188706,2101 +188736,81 +188736,3314541 +188736,3314546 +188736,3317531 +188736,3387301 +189026,1781 +189051,1526 +189171,1551 +189171,2131 +189171,3323666 +189181,2131 +189191,1486 +189191,3317871 +189191,3344136 +189191,3387126 +189221,2131 +189226,81 +189226,3314541 +189226,3314546 +189331,821 +189331,3320416 +189361,1801 +189421,446 +189421,806 +189446,3315156 +189471,821 +189481,1351 +189481,1356 +189481,3315156 +189516,1351 +189516,1356 +189516,3315156 +189646,3316451 +189646,3335636 +189706,446 +189706,806 +189721,446 +189721,806 +189756,1526 +189766,446 +189766,806 +189786,1526 +189801,1526 +189821,1551 +189821,2131 +189821,3323666 +189821,3387411 +189826,81 +189826,3314541 +189826,3314546 +189876,3320416 +189886,3320416 +189931,3320416 +189936,81 +189936,3314541 +189936,3314546 +189936,3387301 +189961,3320416 +189986,81 +189986,3314541 +189986,3314546 +189986,3387301 +189986,3388296 +190016,3316451 +190016,3349956 +190036,81 +190036,3314541 +190036,3314546 +190036,3387301 +190106,446 +190106,806 +190156,446 +190156,806 +190206,446 +190206,806 +190256,446 +190256,806 +190306,3320416 +190341,3320416 +190371,3320416 +190391,3320416 +190411,26 +190411,1776 +190411,3323186 +190426,3320416 +190436,81 +190436,3314541 +190436,3314546 +190471,3320416 +190476,1551 +190476,2131 +190476,3323666 +190601,721 +190611,1776 +190761,1351 +190761,1356 +190781,3320416 +190856,3320416 +190891,1066 +190891,1356 +190891,3315151 +190891,3333881 +190906,3320416 +190911,1801 +190916,1801 +190926,1801 +190931,1801 +190936,3320416 +190946,1801 +190956,1526 +190966,1801 +191001,1526 +191016,1056 +191046,1526 +191051,1076 +191051,3321246 +191051,3339276 +191071,1526 +191101,671 +191111,1076 +191121,336 +191151,1076 +191156,671 +191176,1076 +191201,1076 +191231,511 +191231,1076 +191231,3321246 +191231,3339276 +191231,3381191 +191241,1076 +191241,3381191 +191256,1076 +191256,3381191 +191471,3320416 +191476,3320416 +191486,3320416 +191496,511 +191496,1076 +191496,3316421 +191496,3321246 +191496,3323731 +191496,3339276 +191496,3381191 +191506,3314726 +191506,3315476 +191506,3316451 +191506,3335636 +191506,3349956 +191601,3321676 +191606,881 +191656,671 +191676,3321146 +191686,671 +191691,1066 +191691,2101 +191706,1076 +191706,3321246 +191711,671 +191721,1801 +191756,1066 +191756,2101 +191761,671 +191776,671 +191826,671 +191836,1066 +191836,2101 +191906,1156 +191906,1166 +191906,1551 +191906,2131 +191906,3323666 +191916,1076 +191941,1551 +191941,2131 +191941,3323666 +191981,3320456 +191981,3322421 +191981,3345431 +191981,3381611 +191986,1166 +191986,1551 +191986,2131 +191986,3323666 +192061,366 +192061,1801 +192066,656 +192066,1551 +192066,2131 +192066,3323666 +192066,3387411 +192141,1551 +192141,2131 +192141,3323666 +192186,366 +192186,1801 +192186,2026 +192201,2131 +192201,3323666 +192211,1801 +192211,2026 +192266,366 +192266,1801 +192266,2026 +192316,1156 +192316,1551 +192316,2131 +192316,3323666 +192356,641 +192356,3315306 +192356,3320751 +192381,1156 +192381,2131 +192381,3323666 +192416,1801 +192426,1551 +192426,2131 +192426,3323666 +192466,2026 +192476,2026 +192481,2026 +192541,1351 +192541,1356 +192541,3315156 +192541,3315186 +192551,1076 +192551,3381191 +192551,3388226 +192586,1076 +192586,3321246 +192601,1366 +192601,1551 +192601,2131 +192601,3323666 +192601,3387411 +192616,26 +192616,1306 +192616,2176 +192616,3321251 +192641,1351 +192641,3315156 +192641,3321911 +192641,3388166 +192681,3320416 +192696,1376 +192696,3321081 +192696,3349956 +192706,1526 +192771,3320416 +193276,1751 +193276,3321676 +193276,3344691 +193321,1751 +193321,1761 +193321,3321676 +193321,3327491 +193321,3344691 +193351,366 +193351,1801 +193351,3338486 +193406,881 +193456,641 +193456,3315306 +193461,656 +193461,2131 +193461,3323666 +193586,1066 +193586,2101 +193586,3321936 +193611,1066 +193611,2101 +193641,506 +193641,756 +193646,3320416 +193656,656 +193656,2131 +193656,3323666 +193666,3320416 +193671,1156 +193671,2131 +193671,3316116 +193671,3323666 +193671,3387411 +193671,3387886 +193686,1156 +193686,1166 +193686,2131 +193686,3316116 +193686,3323666 +193711,491 +193766,3320416 +193776,2101 +193786,2101 +193801,1066 +193801,2101 +193801,3321936 +193806,3320416 +193816,2101 +193826,1156 +193826,1366 +193826,1551 +193826,2131 +193826,3323666 +193826,3387411 +193831,1156 +193831,1551 +193831,2131 +193831,3323666 +193851,81 +193851,3314541 +193851,3314546 +193851,3314556 +193851,3321111 +193851,3387301 +193856,1551 +193856,2131 +193856,3323666 +193861,81 +193861,3314541 +193861,3314556 +193861,3321111 +193861,3387301 +193876,81 +193876,3314541 +193876,3314556 +193876,3321111 +193876,3387301 +193886,81 +193886,3314541 +193886,3314546 +193886,3321111 +193886,3387301 +193886,3388296 +193891,836 +193891,1156 +193891,1551 +193891,2131 +193891,3323666 +193896,1166 +193896,1846 +193896,2131 +193896,3316116 +193896,3323666 +193901,81 +193901,3314541 +193901,3314556 +193901,3321111 +193901,3387301 +193906,81 +193906,3314541 +193906,3321111 +193906,3387301 +193926,1331 +193926,3316686 +193926,3387191 +193966,3320416 +194001,1751 +194001,1761 +194001,3321676 +194056,1356 +194056,3315156 +194121,3315156 +194126,1351 +194126,1356 +194141,1351 +194141,1356 +194146,1751 +194146,1761 +194146,3321676 +194146,3322456 +194216,3315156 +194251,2131 +194311,1351 +194396,1036 +194396,1281 +194431,1166 +194431,2131 +194431,3316116 +194431,3323666 +194441,2131 +194441,3323666 +194471,2281 +194471,3323866 +194471,3387911 +194751,861 +194751,976 +194781,491 +195206,1551 +195206,2131 +195206,3323666 +195206,3387411 +195216,2131 +195216,3323666 +195226,1551 +195226,2131 +195226,3323666 +195236,1551 +195236,2131 +195236,3323666 +195256,1166 +195256,1551 +195256,2131 +195256,3323666 +195266,656 +195266,1551 +195266,2131 +195266,3323666 +195276,3315121 +195281,1156 +195281,1551 +195281,2131 +195286,656 +195286,2131 +195286,3323666 +195291,2131 +195291,3323666 +195306,2131 +195306,3323666 +195311,3316071 +195331,656 +195331,2131 +195331,3323666 +195341,1551 +195341,2131 +195341,3323666 +195341,3387411 +195356,1156 +195356,1551 +195356,2131 +195366,656 +195366,1551 +195366,2131 +195396,491 +195401,656 +195401,1156 +195401,1551 +195401,2131 +195431,1156 +195431,1551 +195431,1846 +195431,2131 +195431,3316116 +195431,3323666 +195431,3387411 +195436,641 +195436,3315306 +195441,1156 +195441,1551 +195441,2131 +195456,1551 +195456,2131 +195456,3323666 +195456,3387411 +195461,2131 +195461,3323666 +195486,491 +195491,2131 +195491,3323666 +195501,1156 +195501,1551 +195501,2131 +195506,491 +195521,656 +195521,1156 +195521,1366 +195521,2131 +195531,1166 +195531,1551 +195531,2131 +195531,3323666 +195581,2131 +195581,3323666 +195606,1156 +195606,1166 +195606,1551 +195606,2131 +195606,3323666 +195666,656 +195666,1156 +195666,2131 +195666,3323666 +195726,656 +195726,1166 +195726,3321131 +195736,491 +195756,331 +195801,491 +195851,491 +195881,331 +195886,491 +195986,961 +195986,3314906 +196066,3321246 +196091,3321226 +196091,3381811 +196111,3321226 +196111,3381811 +196151,491 +196276,3321226 +196276,3381811 +196291,3321226 +196346,3321226 +196366,3321226 +196386,331 +196386,3321226 +196386,3381811 +196421,1066 +196421,3315306 +196421,3315366 +196421,3321306 +196421,3373356 +196421,3387361 +196421,3388146 +196441,3321226 +196471,3321226 +196476,3321036 +196496,3321226 +196521,3321226 +196571,1356 +196571,3315151 +196586,3321036 +196586,3354161 +196586,3387871 +196626,3321226 +196626,3381811 +196646,3321226 +196686,1231 +196686,3386296 +196736,1231 +196736,1236 +196766,661 +197081,1066 +197081,1351 +197081,1356 +197236,491 +197266,1066 +197266,1351 +197266,1356 +197266,3315156 +197266,3321911 +197266,3388166 +197281,491 +197351,1231 +197351,3386296 +197401,346 +197401,3316726 +197401,3347731 +197411,1056 +197451,491 +197656,3316071 +197786,656 +197786,1156 +197786,1166 +197786,3321131 +197821,491 +197846,491 +197856,606 +197856,3316071 +197866,3316071 +197881,606 +197881,3316071 +198021,656 +198021,1166 +198021,2131 +198021,3323666 +198161,656 +198161,1156 +198161,2131 +198161,3323666 +198216,656 +198216,2131 +198216,3323666 +198331,656 +198331,1166 +198331,1551 +198331,2131 +198331,3323666 +198436,656 +198436,2131 +198436,3323666 +198536,1356 +198536,3315121 +198551,1161 +198551,1831 +198571,656 +198571,2131 +198571,3387411 +198736,656 +198736,2131 +198736,3323666 +198796,26 +198796,481 +198796,571 +198796,1786 +198796,3324201 +198796,3375106 +198976,656 +198976,1156 +198976,2131 +198976,3323666 +199091,1846 +199166,491 +199186,656 +199186,1846 +199186,2131 +199186,3323666 +199216,656 +199216,1156 +199216,1166 +199216,1551 +199216,1846 +199216,2131 +199216,3316116 +199216,3323666 +199271,1066 +199271,1341 +199271,3321861 +199271,3368586 +199301,491 +199326,961 +199326,3314906 +199326,3387106 +199416,1356 +199416,3315151 +199416,3333881 +199421,491 +199431,656 +199431,1551 +199431,2131 +199431,3323666 +199456,491 +199461,1066 +199461,1341 +199461,3321861 +199461,3368586 +199476,1176 +199476,1501 +199476,3323866 +199501,491 +199526,26 +199526,691 +199526,821 +199591,656 +199591,1551 +199591,2131 +199591,3323666 +199626,1846 +199626,2131 +199626,3323666 +199626,3387411 +199641,1 +199641,331 +199641,3317956 +199716,331 +199756,656 +199756,1156 +199756,1366 +199756,1551 +199756,2131 +199756,3323666 +199801,961 +199801,3320636 +199911,656 +199911,1156 +199911,1366 +199911,1551 +199911,1846 +199911,2131 +200266,1156 +200266,1166 +200266,2131 +200266,3316116 +200266,3323666 +200416,346 +200516,3321246 +200591,3321226 +200601,3321226 +200611,3321226 +200651,1751 +200651,1761 +200651,3321676 +200651,3322456 +200651,3344691 +200701,3321246 +200701,3323656 +200726,1161 +200726,1831 +200736,2131 +200736,3323666 +200966,1751 +200966,1761 +200966,3321676 +200966,3344691 +201031,3316071 +201046,346 +201046,3316716 +201046,3316726 +201046,3347731 +201051,346 +201051,3316716 +201051,3316726 +201051,3347731 +201056,346 +201056,3316716 +201056,3316726 +201056,3347731 +201061,346 +201061,3316716 +201061,3316726 +201061,3347731 +201066,346 +201066,3316716 +201066,3316726 +201066,3347731 +201071,346 +201071,3316716 +201071,3316726 +201071,3347731 +201076,346 +201076,3316716 +201076,3316726 +201076,3347731 +201081,346 +201081,3316716 +201081,3316726 +201081,3347731 +201086,346 +201086,3316716 +201086,3316726 +201086,3347731 +201091,346 +201091,3316716 +201091,3316726 +201091,3347731 +201096,346 +201096,3316716 +201096,3316726 +201096,3347731 +201101,346 +201101,3316716 +201101,3316726 +201101,3347731 +201106,346 +201106,3316716 +201106,3316726 +201106,3322496 +201106,3347731 +201111,346 +201111,3316716 +201111,3316726 +201111,3347731 +201116,346 +201116,3316716 +201116,3316726 +201116,3347731 +201121,346 +201121,3316716 +201121,3316726 +201121,3347731 +201126,346 +201126,3316716 +201126,3316726 +201126,3347731 +201131,346 +201131,3316716 +201131,3316726 +201131,3347731 +201136,346 +201136,3316716 +201136,3316726 +201136,3347731 +201211,641 +201211,3315306 +201211,3320621 +201221,641 +201221,3315306 +201236,641 +201236,3315306 +201236,3323881 +201256,641 +201256,3315306 +201346,641 +201346,3315306 +201371,1066 +201391,641 +201391,3315306 +201471,641 +201471,3315306 +201471,3323881 +201571,1166 +201571,1366 +201571,1551 +201571,2131 +201571,3323666 +201681,1166 +201681,3321131 +201736,2216 +201736,3314441 +201736,3323701 +201761,1261 +201761,2061 +201761,3315636 +201761,3322001 +201761,3339241 +201911,1261 +201911,2061 +201911,3320896 +201911,3322001 +201911,3323866 +201911,3339241 +201946,761 +201946,771 +201946,3383226 +201946,3387511 +201971,1331 +201971,3321111 +202026,3317871 +202026,3373276 +202031,3317956 +202076,1081 +202076,3320681 +202101,3317956 +202111,771 +202241,761 +202241,771 +202261,761 +202261,771 +202281,641 +202281,3315306 +202326,506 +202326,756 +202336,771 +202336,3387511 +202371,1356 +202371,3315151 +202371,3333881 +202381,761 +202381,771 +202381,3383226 +202381,3387511 +202401,446 +202401,806 +202401,1116 +202421,706 +202421,2216 +202421,3314441 +202421,3315476 +202421,3388456 +202426,761 +202426,771 +202426,3387511 +202431,641 +202431,3315306 +202486,641 +202486,1066 +202486,3315306 +202486,3320621 +202531,446 +202531,806 +202531,1116 +202531,3323656 +202626,3317956 +202641,3317956 +202666,3317956 +202711,3317956 +202731,3317956 +202756,3317956 +202776,3317956 +202786,3317956 +202806,3317956 +202811,761 +202811,771 +202831,3317956 +202846,3317956 +202866,3317956 +202896,3317956 +202911,2216 +202911,3314441 +202911,3323701 +202966,1186 +202966,1206 +202966,1216 +202966,3316421 +202966,3321536 +203066,81 +203066,3314541 +203066,3314546 +203066,3317521 +203066,3321111 +203076,1186 +203076,1506 +203076,3321536 +203106,961 +203131,81 +203131,3314541 +203131,3314546 +203131,3321111 +203151,2131 +203166,1186 +203166,1216 +203166,3321536 +203181,366 +203216,656 +203216,1156 +203216,1166 +203216,2131 +203216,3323666 +203231,1186 +203231,1216 +203231,1506 +203231,3316421 +203231,3321536 +203231,3324741 +203276,506 +203281,641 +203281,1066 +203281,3315306 +203281,3316421 +203281,3320621 +203281,3387306 +203291,1626 +203291,1631 +203291,1741 +203291,3322276 +203291,3323671 +203296,641 +203296,3315306 +203296,3320621 +203296,3323881 +203306,506 +203306,756 +203321,641 +203321,3315306 +203321,3323881 +203336,641 +203336,3315306 +203361,641 +203361,3315306 +203396,641 +203396,3315306 +203411,81 +203411,3314541 +203411,3314546 +203411,3317521 +203411,3321111 +203466,346 +203466,3347731 +203471,81 +203471,3314546 +203471,3317521 +203471,3321111 +203486,346 +203526,346 +203531,1776 +203536,1751 +203536,1761 +203536,3321676 +203536,3344691 +203546,346 +203571,2026 +203591,1376 +203591,1776 +203591,3323186 +203611,81 +203611,3314541 +203611,3314546 +203611,3387301 +203651,81 +203651,3314541 +203651,3314546 +203651,3314556 +203651,3387301 +203711,81 +203711,3321111 +203736,3321246 +203751,81 +203751,3314546 +203751,3321111 +203766,506 +203766,756 +203766,881 +203796,1526 +203851,81 +203851,3314546 +203851,3321111 +203881,81 +203881,3314546 +203881,3321111 +203911,961 +203911,2086 +203911,3314906 +203911,3387106 +203926,3314521 +203926,3323731 +203976,491 +203976,3324681 +203986,3316226 +203996,1751 +203996,1761 +203996,3321676 +203996,3322456 +203996,3327491 +203996,3344691 +204026,3316226 +204041,3316226 +204046,81 +204046,3314541 +204046,3314546 +204046,3317521 +204066,3316226 +204076,791 +204076,3316226 +204076,3316421 +204086,1166 +204086,3321131 +204091,641 +204091,1066 +204091,3315306 +204116,1166 +204116,3321131 +204126,81 +204126,3314541 +204126,3314546 +204126,3317521 +204131,871 +204131,1066 +204146,366 +204146,1801 +204146,2026 +204161,336 +204161,3321246 +204161,3323656 +204236,791 +204236,3316226 +204241,81 +204241,3314541 +204241,3314546 +204241,3317521 +204251,1156 +204251,3321771 +204281,976 +204281,3321771 +204281,3382561 +204286,81 +204286,3314541 +204286,3314546 +204286,3317521 +204306,961 +204306,3314906 +204306,3387106 +204316,791 +204316,3316226 +204316,3321966 +204321,81 +204321,3314541 +204321,3314546 +204321,3387301 +204326,1506 +204326,3315256 +204351,81 +204351,3314541 +204351,3314546 +204351,3387301 +204366,1321 +204366,3324201 +204371,81 +204371,3314541 +204371,3314546 +204371,3317521 +204381,3315156 +204381,3321981 +204391,1351 +204391,1356 +204391,2131 +204391,3315121 +204391,3321981 +204391,3323666 +204391,3387341 +204416,2071 +204426,131 +204426,1356 +204426,3315151 +204426,3333881 +204441,3320416 +204481,81 +204481,3314541 +204481,3314546 +204481,3317521 +204481,3321111 +204516,81 +204516,3314541 +204516,3314546 +204516,3317521 +204516,3321111 +204551,81 +204551,3314546 +204551,3321111 +204591,26 +204591,1776 +204636,26 +204636,1776 +204656,26 +204656,1776 +204661,1776 +204666,26 +204666,1776 +204671,3316071 +204696,506 +204701,506 +204706,506 +204721,1006 +204721,1506 +204756,791 +204756,3316226 +204771,3316071 +204811,81 +204811,3314541 +204811,3314546 +204811,3321111 +204831,3316071 +204831,3317776 +204831,3324066 +204836,3316071 +204836,3317776 +204841,81 +204841,3314546 +204841,3314556 +204841,3317521 +204841,3321111 +204866,791 +204866,1376 +204866,3316226 +204931,3321891 +204936,81 +204936,3314541 +204936,3314546 +204936,3388296 +204976,81 +204976,3314541 +204976,3314546 +204986,81 +204986,3314541 +204986,3314546 +204986,3387301 +205001,81 +205001,3314541 +205001,3314546 +205006,1781 +205026,81 +205026,3314541 +205026,3314546 +205041,3316071 +205066,81 +205066,3314541 +205066,3314546 +205066,3314556 +205066,3321111 +205066,3387301 +205086,3316071 +205101,3316071 +205106,3316071 +205116,3316071 +205121,3316071 +205126,26 +205126,571 +205126,1321 +205126,3324201 +205136,3316071 +205146,3316071 +205151,1166 +205151,3321131 +205161,3316071 +205171,3316071 +205186,3316071 +205191,3316071 +205196,3316071 +205236,506 +205236,756 +205236,881 +205246,1351 +205246,1356 +205246,3315151 +205246,3315186 +205246,3320636 +205306,1776 +205306,3376776 +205306,3387201 +205306,3387681 +205376,506 +205411,1166 +205411,3321131 +205426,81 +205426,3314541 +205426,3314556 +205426,3387301 +205451,3314541 +205451,3321111 +205451,3387301 +205536,3321131 +205556,3320416 +205591,3320416 +205611,791 +205611,3316226 +205686,1781 +205711,791 +205711,3316206 +205711,3316226 +205756,3316071 +205776,81 +205776,3314541 +205776,3321111 +205776,3387301 +205796,1831 +205886,3316071 +205901,3316071 +205911,1066 +205911,3315156 +205916,3316071 +205931,3316071 +205941,3316071 +205976,3316071 +205986,3316071 +205991,3316071 +206001,1186 +206001,1216 +206001,3321536 +206011,3316071 +206026,3316071 +206041,3321246 +206061,1186 +206061,3321536 +206071,486 +206071,3387701 +206091,1186 +206091,3321536 +206101,1156 +206101,1776 +206166,491 +206166,956 +206176,571 +206176,1321 +206176,3324201 +206186,3316071 +206196,3316071 +206241,606 +206241,3316071 +206256,1011 +206256,3349956 +206271,3314556 +206341,1746 +206366,1831 +206366,3315476 +206371,3315476 +206371,3349956 +206451,1156 +206451,1776 +206491,3316071 +206496,606 +206496,3316071 +206511,606 +206511,3316071 +206516,3316071 +206531,606 +206531,3316071 +206576,3316071 +206611,606 +206611,3316071 +206636,3316071 +206656,3316071 +206711,1166 +206711,3321131 +206721,1831 +206736,3316071 +206751,3316071 +206761,3316071 +206766,366 +206766,3318136 +206771,606 +206771,3316071 +206781,3316071 +206791,606 +206791,3316071 +206796,3316071 +206801,336 +206801,3316191 +206801,3321246 +206856,1331 +206871,1331 +206891,1166 +206891,3321131 +206916,1166 +206916,3321131 +207011,3316071 +207016,3316071 +207021,3316071 +207026,1801 +207031,3316071 +207036,3316071 +207041,3316071 +207046,3316071 +207051,3316071 +207056,3316071 +207066,3316071 +207071,3316071 +207086,3316071 +207111,506 +207111,756 +207116,1776 +207126,446 +207126,806 +207126,3315596 +207261,1176 +207261,3323866 +207351,791 +207401,446 +207401,806 +207401,3315596 +207506,1306 +207546,81 +207546,3317536 +207546,3319886 +207611,791 +207646,81 +207646,3314546 +207681,881 +207701,346 +207701,3316726 +207701,3347731 +207706,346 +207706,3316726 +207706,3347731 +207716,346 +207716,3316726 +207716,3347731 +207741,1076 +207741,3321696 +207741,3381191 +207751,346 +207751,3316726 +207751,3322496 +207751,3347731 +207806,346 +207806,3316726 +207806,3347731 +207826,346 +207826,3316726 +207826,3347731 +207851,346 +207851,3316726 +207851,3347731 +207861,791 +207861,3315476 +207861,3316201 +207876,346 +207876,3316726 +207876,3347731 +207896,346 +207896,3316726 +207896,3347731 +207911,491 +207916,2216 +207921,331 +207926,346 +207926,3316726 +207936,346 +207936,3316726 +207936,3347731 +207951,331 +207971,1331 +207981,491 +208016,491 +208026,81 +208026,3314546 +208026,3314556 +208026,3317516 +208026,3321111 +208056,81 +208056,3314546 +208056,3314556 +208056,3317516 +208056,3321111 +208066,491 +208091,491 +208146,491 +208166,331 +208171,331 +208176,331 +208186,331 +208191,791 +208216,491 +208236,2216 +208246,491 +208251,331 +208266,491 +208276,491 +208286,3315156 +208296,446 +208296,806 +208296,3315596 +208301,851 +208301,1781 +208306,331 +208331,331 +208356,331 +208441,791 +208481,331 +208496,446 +208496,806 +208496,3315596 +208616,1066 +208616,3315366 +208616,3342871 +208616,3373356 +208616,3374286 +208616,3387361 +208711,2216 +208746,3321251 +208766,3316071 +208786,3315156 +208811,2216 +208811,3314441 +208826,331 +208866,3316071 +208906,3316071 +208991,3316071 +208996,81 +208996,3314541 +208996,3387301 +209001,3318136 +209141,491 +209241,491 +209401,1356 +209401,3315151 +209401,3333881 +209566,1781 +209716,481 +209716,571 +209716,1321 +209716,3324201 +209716,3375106 +209761,3321226 +209781,3321226 +209836,1066 +209836,1206 +209841,1646 +209896,3321226 +210031,81 +210031,3314541 +210031,3314546 +210031,3387301 +210331,3316071 +210336,3316071 +210341,3316071 +210361,851 +210361,1781 +210361,3320636 +210386,851 +210386,1781 +210386,3320636 +210396,366 +210396,1801 +210456,1351 +210486,1306 +210486,1406 +210591,1351 +210621,1801 +210816,1156 +210816,3316116 +210816,3323666 +210821,1776 +210826,366 +210826,1801 +210876,366 +210876,1801 +210916,1076 +210916,3381191 +210916,3388226 +210971,3316071 +210976,3316071 +210986,1776 +211006,881 +211011,3316071 +211021,3316071 +211046,3317871 +211046,3321111 +211061,3316071 +211196,3316071 +211311,1486 +211311,3317871 +211486,1141 +211531,3316071 +211551,1156 +211551,3316116 +211551,3387886 +211601,1161 +211661,3317871 +211776,1801 +211776,2026 +211801,1351 +211801,1356 +211801,3315156 +211871,3316116 +211886,1356 +211886,3315156 +211936,491 +211936,1381 +211936,1681 +211956,656 +211956,2131 +211971,1161 +211971,3315476 +211971,3349956 +212196,3315151 +212196,3333881 +212236,366 +212236,1801 +212241,2131 +212241,3316116 +212241,3323666 +212436,2201 +212551,3315476 +212586,711 +212586,3336366 +212616,1036 +212616,1281 +212616,2111 +212676,26 +212676,1306 +212676,1406 +212756,1356 +212756,3315186 +212756,3333881 +212946,1356 +212946,3315151 +212946,3333881 +213141,1356 +213141,3315186 +213141,3333881 +213201,1356 +213201,3315151 +213201,3333881 +213451,491 +213451,1381 +213451,1681 +213681,3321131 +213901,1751 +213901,1761 +213901,3322456 +213901,3327491 +213901,3344691 +213941,3321131 +214306,446 +214306,806 +214306,3315596 +214316,961 +214316,3314906 +214316,3387106 +214321,791 +214321,3349956 +214351,81 +214351,3314546 +214366,851 +214366,1781 +214366,3320636 +214421,1 +214421,836 +214421,3325561 +214421,3328721 +214436,791 +214436,3335636 +214436,3349956 +214486,491 +214486,956 +214581,1066 +214581,2101 +214596,2101 +214606,2216 +214606,3314441 +214626,81 +214626,3314546 +214641,1746 +214686,1761 +214691,706 +214691,1856 +214691,2216 +214691,3314441 +214691,3322716 +214691,3388456 +214696,881 +214721,3321131 +214761,3315306 +214821,706 +214821,1856 +214821,2216 +214821,3314441 +214821,3322716 +214821,3388456 +214851,3316421 +214851,3366391 +214861,791 +214861,1376 +214861,3314721 +214861,3315476 +214861,3349956 +214881,131 +214881,3386296 +214886,2101 +214936,1166 +214966,671 +214981,671 +215051,2101 +215071,696 +215071,1801 +215071,3323706 +215071,3324166 +215071,3329156 +215071,3386361 +215081,3316421 +215101,491 +215101,956 +215101,3323581 +215116,1166 +215141,1066 +215141,2101 +215341,2101 +215391,2101 +215401,26 +215401,481 +215401,571 +215401,1321 +215401,3324201 +215586,671 +215606,671 +215611,491 +215611,956 +215611,3320636 +215611,3323581 +215631,491 +215631,956 +215631,3323581 +215636,491 +215636,956 +215636,3320636 +215636,3323581 +215641,3321131 +215646,491 +215646,956 +215646,3320636 +215646,3323581 +215651,491 +215651,956 +215651,3320636 +215696,576 +215696,1231 +215766,671 +215851,1056 +215871,1376 +215901,1801 +215901,2026 +215921,711 +215921,3336366 +215936,26 +215936,571 +215936,1321 +215936,3324201 +216256,711 +216256,3336366 +216291,491 +216291,956 +216291,3387091 +216306,2101 +216316,3321131 +216321,3321771 +216321,3382561 +216321,3387201 +216341,26 +216341,3321771 +216341,3382561 +216341,3387201 +216361,3321131 +216381,671 +216461,671 +216501,491 +216501,956 +216501,3323581 +216501,3387091 +216536,3321981 +216626,671 +216671,491 +216671,956 +216706,2101 +216781,671 +216806,2101 +217076,1066 +217076,2101 +217246,1066 +217246,2101 +217281,671 +217336,2101 +217381,3315256 +217421,1376 +217431,1376 +217431,3349956 +217486,1776 +217611,1776 +217786,3316206 +217961,1831 +217961,3340531 +217961,3349956 +217976,1011 +217976,1831 +217976,3315476 +217976,3340531 +217976,3349956 +217996,3315476 +218016,1776 +218016,3323186 +218026,1776 +218026,3376776 +218026,3387681 +218031,1776 +218031,3323186 +218051,3316071 +218056,3316071 +218061,3316071 +218066,3316071 +218071,3316071 +218076,3316071 +218081,3316071 +218091,3316071 +218096,3314726 +218096,3335636 +218101,1801 +218101,2026 +218106,1801 +218106,2026 +218111,1376 +218116,3316071 +218121,3316071 +218126,3314721 +218131,1626 +218131,1631 +218131,1741 +218131,3322276 +218131,3328841 +218141,1801 +218141,2026 +218146,1801 +218146,2026 +218151,3316071 +218156,1801 +218156,2026 +218161,3316071 +218166,1801 +218166,2026 +218171,1801 +218171,2026 +218176,1801 +218176,2026 +218191,3316071 +218201,3316071 +218206,1376 +218206,3316206 +218211,3316071 +218216,3316071 +218226,1801 +218226,2026 +218231,3316071 +218241,3316071 +218246,3316071 +218251,3316071 +218256,1801 +218256,2026 +218261,1801 +218261,2026 +218266,1801 +218266,2026 +218271,1801 +218271,2026 +218281,1376 +218286,3316071 +218291,1801 +218291,2026 +218296,1801 +218296,2026 +218301,3316071 +218306,1801 +218306,2026 +218311,1801 +218311,2026 +218346,1801 +218346,2026 +218356,3316071 +218376,1801 +218376,2026 +218391,3316071 +218441,3316071 +218466,1376 +218476,3316071 +218526,3316071 +218556,3316071 +218601,656 +218601,1166 +218601,3321131 +218601,3387886 +218626,1376 +218671,671 +218686,1376 +218701,1376 +218706,1306 +218706,1406 +218711,366 +218711,2026 +218716,366 +218716,1801 +218716,2026 +218721,366 +218721,2026 +218726,366 +218726,2026 +218731,366 +218731,2026 +218736,3316071 +218741,3316071 +218746,1376 +218751,3316071 +218761,3316071 +218771,3316071 +218786,3316071 +218791,3316071 +218801,1801 +218801,2026 +218806,3316071 +218816,3316071 +218816,3324061 +218821,3316071 +218831,3316071 +218846,3316071 +218851,1376 +218861,3316071 +218896,366 +218896,2026 +218911,3316071 +218921,2026 +218936,1831 +218936,3315476 +218936,3316206 +218936,3316421 +218936,3335636 +218936,3349956 +218941,3316071 +218956,1166 +218956,3321081 +218961,3316071 +218966,366 +218966,2026 +218971,1166 +218986,3316071 +218991,3316071 +218996,3316071 +219006,3316071 +219016,1166 +219026,1166 +219046,3316071 +219056,3316071 +219061,3316071 +219066,3316071 +219071,3316071 +219081,1156 +219081,1166 +219081,3354291 +219086,3316071 +219091,1166 +219101,3316071 +219106,3316071 +219111,3316071 +219116,3316071 +219121,1166 +219201,1296 +219201,1976 +219206,1296 +219236,3316071 +219236,3324066 +219241,3316071 +219246,3316071 +219251,3316071 +219261,3316071 +219271,3316071 +219286,1376 +219286,3316451 +219536,26 +219536,1306 +219536,1406 +219536,2176 +219536,3320636 +219546,446 +219546,806 +219546,3315596 +219656,1376 +219656,3349956 +219691,1376 +219691,3349956 +219791,3316206 +219811,3316206 +219841,3316206 +219866,3314721 +219916,2101 +219941,3316206 +219961,2101 +220051,1066 +220051,2101 +220081,3314721 +220081,3349956 +220146,2101 +220156,1671 +220156,3353266 +220201,1831 +220261,756 +220261,881 +220301,1751 +220301,1761 +220301,3322456 +220301,3344691 +220336,1376 +220336,1831 +220486,1781 +220486,3387211 +220491,881 +220521,1081 +220521,3387691 +220601,881 +220671,881 +220676,1376 +220716,506 +220716,881 +220761,1376 +220836,881 +220846,1376 +220901,1376 +220946,26 +220946,1306 +220946,1406 +221006,1376 +221051,1376 +221111,81 +221111,3314556 +221111,3321666 +221121,791 +221121,1376 +221121,3321966 +221121,3335636 +221121,3349956 +221201,1081 +221236,1081 +221256,791 +221256,1376 +221266,1081 +221411,1761 +221411,3321676 +221411,3322456 +221436,1376 +221586,756 +221646,1156 +221646,2131 +221646,3323666 +221646,3324346 +221646,3347081 +221686,851 +221686,1781 +221811,3316071 +221866,3316071 +221886,3316071 +221901,3316071 +221926,3316071 +221961,3349956 +221991,3316071 +221996,3316071 +222006,3316071 +222011,3316071 +222016,3316071 +222021,3316071 +222026,3316071 +222031,3316071 +222036,3316071 +222041,3316071 +222046,3316071 +222061,3316071 +222066,3316071 +222071,3316071 +222076,3316071 +222081,3316071 +222091,3316071 +222096,3316071 +222101,3316071 +222101,3324066 +222106,3316071 +222111,3316071 +222116,3316071 +222121,3316071 +222126,3316071 +222131,3316071 +222136,3316071 +222141,3316071 +222146,3316071 +222151,3316071 +222156,3316071 +222166,3316071 +222171,3316071 +222176,3316071 +222181,3316071 +222186,3316071 +222191,3316071 +222196,3316071 +222201,3316071 +222206,3316071 +222211,3316071 +222216,3316071 +222221,3316071 +222226,3316071 +222231,3316071 +222251,3316071 +222256,3316071 +222271,3316071 +222276,3316071 +222281,3316071 +222286,3316071 +222296,1376 +222296,3335636 +222296,3349956 +222311,1376 +222311,3349956 +222321,3316071 +222326,791 +222326,1831 +222326,3349956 +222336,3316071 +222341,3316071 +222371,3316071 +222411,1281 +222411,1286 +222411,3321016 +222411,3335251 +222416,1801 +222436,881 +222456,1281 +222456,1286 +222456,3321016 +222576,1376 +222576,3349956 +222736,3316071 +222746,3316071 +222821,3316071 +222831,3316071 +222846,3316071 +222851,3316071 +222866,3316071 +222871,3316071 +222926,3316071 +222941,3316071 +222961,3316071 +222976,3316071 +223046,1231 +223046,3352861 +223046,3386296 +223266,851 +223266,1781 +223266,3387211 +223271,1356 +223291,336 +223291,3321246 +223316,3317776 +223346,26 +223346,3316451 +223346,3320826 +223361,1671 +223361,3387621 +223371,1231 +223371,3386296 +223406,656 +223406,1156 +223406,2131 +223406,3323666 +223406,3324346 +223406,3347081 +223406,3387886 +223461,656 +223461,1156 +223461,2131 +223461,3316116 +223461,3323666 +223461,3387411 +223476,26 +223476,1466 +223476,3321771 +223476,3323211 +223476,3354291 +223476,3382561 +223476,3387201 +223476,3388311 +223476,3388341 +223486,1156 +223486,2131 +223486,3323666 +223486,3324346 +223486,3347081 +223491,1376 +223506,1831 +223506,3314726 +223506,3315476 +223506,3316206 +223506,3321081 +223506,3335636 +223506,3368201 +223526,1156 +223526,1671 +223526,3353266 +223526,3387621 +223766,1376 +223816,3321246 +223826,1801 +223931,1801 +224021,1801 +224041,3316691 +224041,3323866 +224066,1166 +224066,1846 +224081,1156 +224081,3320636 +224081,3321771 +224081,3323211 +224081,3382561 +224081,3387201 +224081,3387366 +224091,1801 +224101,1156 +224101,3321771 +224131,791 +224146,1376 +224171,3316071 +224176,1506 +224176,3315256 +224176,3351266 +224231,966 +224231,3316691 +224231,3323866 +224276,1351 +224276,1356 +224341,1351 +224341,1356 +224356,1356 +224386,3316226 +224386,3321081 +224386,3349956 +224771,3321771 +224771,3382561 +224771,3387366 +224831,26 +224831,3321771 +225301,26 +225301,3321771 +225301,3323211 +225301,3324991 +225301,3382561 +225326,26 +225326,3321771 +225326,3382561 +225326,3387366 +225351,1156 +225351,2131 +225351,3323666 +225376,1341 +225391,3321246 +225396,1081 +225461,3321771 +225461,3354291 +225461,3382561 +225476,1156 +225476,3321771 +225476,3387201 +225486,1156 +225486,3321771 +225486,3382561 +225486,3387201 +225486,3387366 +225501,671 +225526,26 +225526,1406 +225531,1166 +225531,1671 +225531,3353266 +225531,3387621 +225546,671 +225551,1021 +225551,1036 +225556,1186 +225556,1766 +225556,3321536 +225566,1186 +225566,3321536 +225581,1801 +225586,1801 +225591,366 +225591,1801 +225601,366 +225601,1801 +225606,1376 +225606,3321966 +225606,3349956 +225626,1801 +225656,1801 +225681,1801 +225726,1801 +225736,366 +225736,1801 +225741,1801 +225746,1801 +225796,1801 +225836,1801 +225871,1801 +225891,1231 +225891,3383711 +225891,3386296 +225916,1231 +225916,3386296 +226121,366 +226121,1801 +226396,366 +226396,1801 +226431,1671 +226431,3334046 +226431,3387621 +226436,366 +226436,1801 +226486,966 +226486,2131 +226486,3323866 +226501,366 +226501,1801 +226581,366 +226581,1801 +226636,1671 +226636,3387621 +226656,366 +226656,1801 +226681,366 +226681,1801 +226691,366 +226691,1801 +226721,791 +226721,1376 +226751,1801 +226861,1156 +226861,1551 +226861,1846 +226861,2131 +226861,3323666 +226891,1156 +226891,1776 +226891,3323186 +226906,1551 +226906,2131 +226906,3323666 +226911,491 +226911,1066 +226911,1381 +226911,1681 +226911,3387786 +226956,671 +226961,3316691 +226961,3323866 +227016,366 +227016,1801 +227021,3316191 +227021,3321246 +227041,366 +227041,1801 +227041,2026 +227046,1801 +227046,2026 +227051,756 +227076,366 +227076,1801 +227151,1776 +227376,966 +227376,3316366 +227376,3323866 +227411,1781 +227411,3387211 +227431,671 +227481,1186 +227481,1216 +227481,3321536 +227491,1186 +227491,3321536 +227511,1186 +227511,3321536 +227981,1801 +228236,1466 +228236,3354291 +228256,1156 +228256,1466 +228256,3354291 +228321,1156 +228321,1466 +228321,3354291 +228356,2131 +228356,3316116 +228356,3323666 +228456,26 +228456,1156 +228456,1591 +228456,1776 +228456,3320826 +228561,1801 +228586,1186 +228586,3321536 +228631,1846 +228631,2101 +228631,2131 +228631,3323666 +228846,1186 +228846,1216 +228846,3321536 +228851,1021 +228851,1036 +228851,1281 +228851,1291 +228851,3348396 +229051,1156 +229051,2101 +229051,2131 +229051,3323666 +229111,2101 +229111,2131 +229111,3323666 +229111,3387411 +229391,3321211 +229491,3318136 +229546,3318136 +229806,3316071 +229821,3316071 +229831,3316071 +229866,3316071 +229891,3316071 +229906,3316071 +229916,3316071 +229936,3316071 +229951,3316071 +229971,3316071 +229986,3316071 +230006,3316071 +230371,1156 +230371,1166 +230371,2131 +230371,3316116 +230371,3323666 +230476,1186 +230476,3321536 +230496,1186 +230496,1216 +230496,3321536 +230556,2071 +230556,2131 +230556,3316116 +230691,1186 +230691,1216 +230691,1506 +230691,1766 +230691,3321536 +230691,3387666 +230741,1781 +230766,1156 +230766,2131 +230766,3316116 +230766,3323666 +230841,2131 +230841,3323666 +230841,3387886 +230846,1261 +230846,3320951 +230846,3321041 +230846,3339241 +230896,1186 +230896,1216 +230961,1776 +231101,1781 +231286,1351 +231286,3323881 +231561,3318136 +232211,3321246 +232211,3323656 +232221,3318136 +232391,1626 +232391,1631 +232416,1021 +232506,3316071 +232566,1801 +232581,511 +232581,3321246 +232581,3322161 +232581,3323731 +232581,3339276 +232581,3366976 +232606,1156 +232606,1671 +232606,3353266 +232641,1801 +232696,1801 +232751,1801 +232806,1801 +232871,1801 +232966,1801 +232976,496 +232976,1186 +232976,1206 +232976,1216 +232976,1506 +232976,1766 +232976,3321536 +232976,3363156 +232976,3387666 +233021,1801 +233026,491 +233036,1376 +233036,3349956 +233071,491 +233126,491 +233181,1801 +233201,1801 +233336,366 +233336,1801 +233406,1801 +233431,1801 +233456,1801 +233476,1801 +233496,1801 +233531,1801 +233566,1801 +233591,1801 +233601,1801 +233611,506 +233611,756 +233611,881 +233616,1801 +233641,1801 +233951,506 +233951,881 +234056,331 +234061,1486 +234061,3317871 +234171,506 +234216,506 +234466,2131 +234656,1186 +234656,3321536 +234656,3387666 +234681,656 +234681,2131 +234681,3323666 +234691,656 +234691,1156 +234691,2131 +234691,3323666 +234711,331 +234751,2131 +234751,3323666 +234951,2111 +234971,1751 +234971,1761 +234971,3344691 +235171,446 +235171,806 +235191,446 +235191,806 +235196,1 +235196,446 +235196,806 +235241,481 +235241,571 +235241,1156 +235241,1846 +235241,3324201 +235276,1006 +235291,641 +235291,3315306 +235321,1006 +235371,1216 +235406,1331 +235426,1186 +235426,3321536 +235441,1331 +235446,491 +235616,3318136 +235646,1626 +235646,1631 +235646,3374296 +235746,1216 +235746,1766 +235746,3387666 +235756,656 +235756,1156 +235756,1551 +235756,2101 +235756,2131 +235756,3323666 +235881,1331 +235901,3318136 +235946,656 +235946,1551 +235946,2101 +235946,2131 +235946,3323666 +235976,491 +236011,656 +236011,1156 +236011,1166 +236011,1551 +236011,1846 +236011,2101 +236011,2131 +236011,3323666 +236026,331 +236061,3317871 +236071,1486 +236071,3317871 +236071,3344136 +236071,3379831 +236071,3386261 +236071,3387126 +236076,491 +236096,656 +236096,1551 +236096,1846 +236096,2101 +236096,2131 +236096,3323666 +236106,491 +236126,656 +236126,2131 +236126,3323666 +236151,1186 +236151,3321536 +236161,2101 +236161,2131 +236166,331 +236181,331 +236186,1186 +236186,3321536 +236221,656 +236221,1066 +236221,1156 +236221,1551 +236221,2101 +236221,2131 +236221,3323666 +236261,1156 +236261,2131 +236261,3323666 +236331,1036 +236341,1186 +236341,3321536 +236356,1186 +236356,1216 +236356,3321536 +236411,3316071 +236416,3316071 +236451,3316071 +236476,3316071 +236511,3316071 +236526,1761 +236526,3344691 +236576,3316071 +236586,701 +236586,1626 +236586,1741 +236591,3316071 +236616,3316071 +236696,3316071 +236696,3317776 +236726,3316071 +236756,3316071 +236776,3316071 +236776,3317776 +236816,3316071 +236841,3316071 +236851,3316071 +236856,3316071 +236876,3316071 +236896,3316071 +236921,331 +236926,3316071 +236936,331 +236946,656 +236946,1156 +236946,1166 +236946,2131 +236946,3323666 +236956,1351 +236956,1356 +236961,3316071 +236961,3317776 +237026,1186 +237026,3321536 +237041,491 +237066,366 +237076,366 +237136,491 +237151,1831 +237151,3349956 +237191,491 +237241,1116 +237271,491 +237286,491 +237321,1186 +237321,1216 +237321,3321536 +237406,1781 +237411,491 +237456,1156 +237456,2131 +237456,3316116 +237456,3323666 +237461,1156 +237461,2131 +237461,3316116 +237461,3323666 +237466,491 +237476,1156 +237476,2131 +237476,3316116 +237476,3323666 +237516,2131 +237516,3316116 +237516,3323666 +237546,2131 +237546,3316116 +237546,3323666 +237551,2131 +237551,3316116 +237551,3323666 +237561,2131 +237561,3316116 +237561,3323666 +237571,2131 +237571,3316116 +237571,3323666 +237591,2131 +237591,3316116 +237591,3323666 +237636,491 +237666,1156 +237666,2131 +237666,3316116 +237666,3323666 +237691,491 +237696,491 +237696,956 +237696,3324116 +237721,366 +237721,1801 +237896,81 +237896,661 +237896,3314556 +237896,3341006 +237906,656 +237906,1156 +237906,1166 +237906,2131 +237906,3323666 +237936,2131 +237936,3323666 +237966,656 +237966,1156 +237966,2131 +237966,3323666 +238056,1056 +238226,1186 +238226,1216 +238226,3321536 +238316,2131 +238316,3323666 +238316,3324346 +238316,3347081 +238426,491 +238496,491 +238546,1206 +238546,1766 +238546,3315256 +238546,3388176 +238561,446 +238561,806 +238601,3317871 +238616,1156 +238616,1166 +238616,1551 +238616,2131 +238616,3323666 +238616,3387886 +238631,491 +238686,3317871 +238686,3354311 +238701,491 +238736,491 +238746,491 +238751,1506 +238751,3315256 +238756,571 +238756,1551 +238756,1846 +238756,3324201 +238861,1156 +238861,2131 +238861,3323666 +239131,1186 +239131,1216 +239131,3321536 +239146,2131 +239146,3323666 +239156,2131 +239156,3323666 +239196,656 +239196,1156 +239196,1166 +239196,1551 +239196,1846 +239196,3321131 +239236,1486 +239236,3315476 +239236,3317871 +239236,3323401 +239236,3344136 +239261,656 +239261,1156 +239261,2131 +239261,3323666 +239296,1156 +239296,2131 +239296,3323666 +239356,2131 +239356,3323666 +239366,1156 +239366,2131 +239366,3323666 +239381,1156 +239381,2131 +239381,3323666 +239381,3387886 +239476,1506 +239476,3315256 +239526,1156 +239526,2131 +239526,3323666 +239546,1066 +239676,1506 +239676,3315256 +239741,2086 +239741,3339461 +239741,3339606 +239741,3349666 +239811,2131 +239811,3323666 +239866,1186 +239866,1216 +239866,3321536 +239886,2131 +239886,3323666 +239906,346 +239906,3322496 +239906,3347731 +239921,1766 +239921,3315256 +240041,1066 +240041,3388311 +240201,1066 +240236,3317871 +240261,1231 +240261,3386296 +240266,1066 +240276,3317871 +240281,511 +240281,3321246 +240281,3381191 +240286,1156 +240286,2131 +240286,3323666 +240306,3317871 +240346,1231 +240346,3386296 +240351,2131 +240351,3323666 +240361,2131 +240361,3323666 +240366,3317871 +240376,2131 +240376,3323666 +240461,1186 +240461,3321536 +240466,1831 +240466,3315476 +240476,2071 +240476,2131 +240491,1186 +240491,3321536 +240496,366 +240496,2026 +240511,346 +240526,346 +240531,346 +240551,1261 +240551,2061 +240551,3320896 +240551,3320986 +240551,3322001 +240551,3323866 +240551,3339241 +240636,336 +240636,771 +240636,3321246 +240636,3387366 +240666,346 +240666,3347731 +240691,346 +240691,3347731 +240706,346 +240706,3347731 +240721,346 +240726,346 +240736,346 +240766,1066 +240766,3321306 +240811,1006 +240811,1506 +240826,336 +240826,3374881 +240826,3387366 +240866,346 +240866,3347731 +240871,346 +240876,346 +240881,346 +240896,346 +240916,346 +240916,3347731 +240956,346 +240961,346 +240961,3347731 +240966,346 +240966,3347731 +240971,346 +240971,3347731 +240976,346 +241016,346 +241016,3347731 +241106,656 +241106,1066 +241106,1156 +241106,2101 +241106,2131 +241106,3323666 +241136,2131 +241136,3323666 +241241,1156 +241241,2131 +241241,3323666 +241271,491 +241281,656 +241281,1156 +241281,1551 +241281,2101 +241281,2131 +241281,3323666 +241311,1801 +241331,1776 +241361,2131 +241361,3323666 +241376,1771 +241376,3320891 +241516,2071 +241521,2176 +241541,1186 +241541,1766 +241541,3321536 +241671,3335636 +241936,781 +241936,1756 +242031,491 +242226,2131 +242336,656 +242336,1156 +242336,2131 +242336,3323666 +242431,1196 +242431,1351 +242431,1356 +242436,1196 +242436,1351 +242436,1356 +242641,366 +242646,26 +242646,1331 +242646,1531 +242646,3387191 +242671,1196 +242671,1351 +242671,1356 +242821,1196 +242821,1351 +242821,1356 +243046,1466 +243046,3354291 +243056,3322456 +243056,3344691 +243096,3321151 +243101,3316071 +243676,3321246 +244106,961 +244201,3315306 +244256,961 +244256,3314906 +244256,3386686 +244256,3387106 +244256,3387356 +244421,3315306 +244696,3316071 +244931,3318136 +246926,1066 +246926,1351 +246926,1356 +246946,446 +246946,806 +247051,1036 +247051,1281 +247051,1286 +247051,3316211 +247051,3316421 +247051,3316436 +247051,3337426 +247056,806 +247071,491 +247096,491 +247116,491 +247156,656 +247156,1156 +247156,1166 +247156,1551 +247156,2131 +247156,3323666 +247231,491 +247296,3317871 +247331,2201 +247351,1781 +247356,1671 +247356,3387621 +247381,1306 +247381,2176 +247461,2171 +247461,3316366 +247461,3323866 +247461,3325561 +247471,3315256 +247501,756 +247686,1056 +247696,1056 +247981,81 +247981,3314546 +247981,3347396 +248021,3321151 +248181,81 +248181,3317516 +248181,3317531 +248181,3322621 +248236,3314541 +248236,3317516 +248251,81 +248251,3317516 +248251,3317531 +248251,3322621 +248266,1156 +248266,1166 +248266,2131 +248266,3323666 +248366,656 +248366,1156 +248366,2131 +248366,3323666 +248556,1261 +248556,3339241 +248566,1156 +248566,2131 +248566,3323666 +248571,2131 +248571,3323666 +248616,471 +248621,471 +248626,471 +248636,471 +248641,81 +248641,3314546 +248641,3317531 +248641,3322621 +248656,81 +248656,3317516 +248656,3317531 +248656,3322621 +248766,1156 +248766,1166 +248766,2131 +248766,3323666 +248766,3387886 +248776,3321246 +248776,3323656 +248776,3381191 +248826,1156 +248826,2131 +248826,3323666 +248841,1156 +248841,2131 +248841,3323666 +248846,1156 +248846,2131 +248846,3323666 +248851,26 +248851,861 +248851,976 +248886,1156 +248886,1166 +248886,2131 +248886,3323666 +248906,81 +248906,3317531 +248906,3322621 +248941,511 +248941,3321246 +248941,3323656 +248941,3381191 +248941,3387411 +249061,1006 +249061,1506 +249156,26 +249156,366 +249156,1801 +249156,2026 +249186,3317871 +249236,81 +249236,3314546 +249241,2131 +249241,3323666 +249256,2176 +249351,366 +249351,1801 +249696,1781 +249696,3387211 +249716,1156 +249716,1661 +249731,1661 +249961,1781 +250116,656 +250116,1156 +250116,1166 +250116,1551 +250116,1846 +250116,2131 +250116,3316421 +250116,3323666 +250246,1186 +250246,1216 +250246,1506 +250246,1766 +250246,3321536 +250246,3387666 +250256,2131 +250256,3323666 +250331,491 +250346,81 +250346,3314546 +250346,3317531 +250346,3322621 +250456,1776 +250476,1261 +250476,2061 +250476,3323866 +250476,3339241 +250546,1156 +250546,1776 +250596,81 +250596,3314546 +250596,3314556 +250596,3317531 +250611,641 +250611,3315306 +250811,1036 +250811,3316436 +250871,1116 +250871,3315406 +250936,1 +250936,756 +250936,881 +250996,756 +251126,706 +251126,3314441 +251126,3387601 +251176,1506 +251326,2131 +251326,3323666 +251426,1261 +251426,2061 +251426,3320931 +251426,3323866 +251426,3339241 +251436,1551 +251436,2131 +251436,3323666 +251536,756 +251576,756 +251626,1186 +251626,1216 +251626,3321536 +251651,2131 +251651,3323666 +251666,671 +251676,26 +251676,1306 +251676,1406 +251681,86 +251681,1756 +251681,3315476 +251716,26 +251716,86 +251716,3315476 +251731,756 +251731,881 +251746,3315651 +251746,3322551 +251761,1186 +251761,1216 +251761,1506 +251761,3321536 +251846,81 +251846,3314546 +251846,3317531 +251846,3388296 +251861,86 +251861,3386296 +252026,2131 +252026,3323666 +252081,26 +252081,1306 +252081,1406 +252131,1186 +252131,1216 +252131,3321536 +252141,26 +252141,1901 +252141,3322571 +252141,3326261 +252141,3374666 +252141,3387046 +252161,26 +252161,1901 +252161,3326261 +252171,26 +252171,1901 +252171,3326261 +252171,3386296 +252206,26 +252206,1901 +252206,3326261 +252206,3386296 +252211,1901 +252211,3326261 +252216,1901 +252216,3326261 +252231,881 +252236,756 +252236,881 +252241,756 +252241,881 +252251,881 +252356,511 +252356,3323731 +252356,3339276 +252356,3381191 +252376,2131 +252376,3323666 +252396,1056 +252416,2131 +252416,3323666 +252436,2131 +252436,3323666 +252511,881 +252626,721 +252801,511 +252801,3321246 +252886,81 +252886,3317531 +252886,3322621 +252891,511 +252891,3321246 +252891,3381191 +252941,511 +252941,3321246 +252961,81 +252961,3317516 +252961,3317531 +252976,511 +252976,3321246 +253081,1216 +253081,1506 +253236,3321146 +253246,1801 +253271,1801 +253296,1801 +253391,366 +253391,1801 +253506,1056 +253656,1056 +253666,1506 +253666,1766 +253666,3315256 +253666,3320636 +253691,1056 +253701,1056 +253706,1231 +253706,3386296 +253711,1056 +253726,1056 +253731,3321246 +253736,3321246 +253831,491 +253831,1381 +253861,491 +253861,1381 +253876,3318136 +253886,3321246 +253886,3381191 +253886,3387411 +253896,491 +253896,1381 +253926,1036 +253926,3316436 +253956,511 +253956,3321246 +253956,3323731 +254051,26 +254051,1901 +254051,3326261 +254166,756 +254291,3321246 +254291,3381191 +254356,1036 +254916,511 +254916,3321246 +254916,3381191 +254916,3387411 +255246,511 +255246,3321246 +255246,3381191 +255246,3387411 +255366,656 +255366,1156 +255366,1551 +255366,2131 +255366,3323666 +255366,3387411 +255366,3387886 +255526,3321151 +255581,3321246 +255581,3381191 +255581,3387411 +255621,3321151 +255741,3321246 +255741,3381191 +255741,3387411 +255826,1281 +255826,3321016 +255836,3315256 +255876,3315306 +256576,976 +256626,1886 +256626,3323866 +256626,3341691 +256691,3321146 +257206,806 +257326,806 +257331,81 +257331,3314546 +257331,3321111 +257401,806 +257456,806 +257511,1781 +257511,3387211 +257526,81 +257526,3314546 +257526,3317531 +257541,1156 +257541,1466 +257541,3354291 +257606,2171 +257606,3316366 +257606,3323866 +257606,3325561 +257611,2131 +257621,2131 +257626,2171 +257626,3316366 +257626,3323866 +257631,2171 +257631,3316366 +257631,3323866 +257671,1436 +257706,636 +257706,1626 +257706,1631 +257706,1741 +257706,3322276 +257706,3374296 +257806,806 +257871,1436 +257881,1436 +258021,1006 +258021,1506 +258021,3316421 +258046,511 +258046,3321246 +258066,3322456 +258326,1781 +258366,1781 +258376,1781 +258381,81 +258381,3317531 +258381,3321111 +258381,3322621 +258476,1626 +258476,1631 +258476,1741 +258476,3322276 +258476,3374296 +258481,3317871 +258486,1626 +258486,1631 +258486,1741 +258486,3322276 +258486,3374296 +258486,3387441 +258491,1746 +258501,331 +258501,961 +258616,1006 +258636,1281 +258636,1286 +258656,3321246 +258706,806 +258886,721 +258886,3358751 +258946,3320036 +258946,3350011 +259061,511 +259061,526 +259061,3321246 +259061,3339276 +259061,3381191 +259071,961 +259071,971 +259071,3314461 +259071,3314906 +259071,3387106 +259071,3387356 +259081,961 +259081,2086 +259081,2251 +259081,3314906 +259231,976 +259231,1526 +259231,3342931 +259236,721 +259241,1306 +259291,976 +259291,1526 +259296,3316071 +259351,806 +259366,961 +259376,1261 +259376,2061 +259376,3323866 +259376,3339241 +259381,1741 +259381,3322276 +259391,1741 +259391,3322276 +259391,3323671 +259396,961 +259411,961 +259596,2131 +259596,3316116 +259596,3323666 +259641,511 +259641,3321246 +259641,3381191 +259641,3387456 +259646,2131 +259666,1231 +259721,1901 +259721,3320636 +259721,3326261 +259756,1551 +259756,2131 +259756,3316116 +259756,3323666 +259766,2131 +259766,3323666 +259766,3324401 +259786,2176 +259786,2201 +259851,3322161 +259851,3332741 +259881,26 +259881,1901 +259881,3326261 +259881,3386296 +259921,26 +259921,1901 +259921,3326261 +259921,3386296 +259931,81 +259931,3314546 +259931,3317531 +259931,3322621 +259951,26 +259951,1901 +259951,3326261 +259951,3386296 +260086,806 +260111,1056 +260116,806 +260141,3316421 +260141,3321246 +260141,3381191 +260486,341 +260486,2196 +260521,341 +260521,2196 +260591,3316071 +260626,341 +260626,2196 +260716,3315636 +260721,3316206 +260741,511 +260741,3321246 +260741,3381191 +260746,81 +260746,3314541 +260746,3314546 +260746,3314556 +260746,3387301 +260751,446 +260751,806 +260751,1066 +260761,746 +260761,976 +260761,3339606 +260806,81 +260806,3314541 +260806,3314546 +260886,81 +260886,3314541 +260886,3314546 +260886,3387301 +260946,1186 +260946,1216 +260946,3321536 +260976,1901 +260976,3320636 +260976,3326261 +261096,3316071 +261096,3324061 +261121,346 +261121,3322496 +261121,3347731 +261171,1036 +261186,1626 +261226,1011 +261226,3314701 +261306,1351 +261306,3315156 +261401,1751 +261401,1761 +261401,3322456 +261401,3327491 +261401,3344691 +261416,1751 +261416,1761 +261416,3322456 +261416,3344691 +261501,1781 +261596,1781 +261666,811 +261716,341 +261716,2196 +261731,341 +261731,2196 +261756,341 +261756,2196 +261861,1351 +261861,1356 +261921,26 +261921,1331 +261921,3387191 +261956,1186 +261956,1216 +261956,3321536 +261961,706 +261961,3314441 +261961,3322716 +261961,3388456 +261981,961 +261981,971 +261981,2086 +261981,3314906 +261981,3386681 +261981,3386686 +261981,3387106 +261981,3387356 +261986,1351 +261986,3315106 +262011,511 +262011,3321246 +262036,3321246 +262036,3381191 +262041,961 +262041,971 +262041,3314906 +262041,3386681 +262041,3386686 +262041,3387106 +262041,3387356 +262046,961 +262046,3314906 +262056,81 +262056,3388296 +262076,961 +262076,3314461 +262076,3314906 +262076,3386686 +262076,3387106 +262076,3387356 +262101,961 +262101,971 +262101,3314906 +262101,3386686 +262101,3387106 +262121,1186 +262121,1216 +262121,3321536 +262156,26 +262156,961 +262156,971 +262156,3314906 +262156,3387106 +262156,3387356 +262196,961 +262196,971 +262196,3314906 +262196,3386681 +262196,3386686 +262196,3387106 +262196,3387356 +262281,961 +262281,971 +262281,3314906 +262281,3386681 +262281,3386686 +262281,3387106 +262281,3387356 +262311,961 +262311,3314906 +262311,3386681 +262311,3386686 +262311,3387106 +262316,1006 +262331,961 +262331,971 +262331,3314906 +262331,3386681 +262331,3386686 +262331,3387106 +262331,3387356 +262371,961 +262371,971 +262371,3314461 +262371,3314906 +262371,3386681 +262371,3387106 +262371,3387356 +262391,961 +262441,1186 +262441,1216 +262441,3321536 +262461,961 +262461,971 +262461,3314906 +262461,3386681 +262461,3386686 +262461,3387106 +262461,3387356 +262486,961 +262486,3314906 +262486,3386686 +262486,3387106 +262506,961 +262506,971 +262506,3314906 +262506,3386681 +262506,3386686 +262506,3387106 +262506,3387356 +262576,656 +262576,1156 +262576,2131 +262576,3323666 +262586,656 +262586,1156 +262586,2131 +262586,3323666 +263016,1626 +263141,2131 +263141,3316116 +263141,3323666 +263141,3387886 +263146,656 +263146,2131 +263146,3316116 +263146,3323666 +263151,1166 +263151,2131 +263151,3316116 +263151,3323666 +263151,3387886 +263446,3321146 +263496,3321246 +263496,3381191 +263496,3387411 +263611,3321246 +263611,3323656 +263611,3387411 +263641,1006 +263671,1156 +263671,3316116 +263671,3323666 +263696,1156 +263696,2131 +263696,3316116 +263696,3323666 +263701,1156 +263701,2131 +263701,3316116 +263706,1156 +263706,3316116 +263716,1156 +263716,2131 +263716,3316116 +263716,3323666 +263736,1036 +263746,511 +263746,3321246 +263756,756 +263771,2201 +263841,26 +263841,1306 +263841,1406 +263841,1596 +263841,2176 +263841,2201 +263866,1186 +263866,3321536 +263876,756 +263881,1156 +263881,2131 +263881,3316116 +263881,3316421 +263881,3323666 +263891,756 +263921,1156 +263921,2131 +263921,3316116 +263921,3323666 +263926,2131 +263926,3316116 +263926,3323666 +263996,1356 +264276,1206 +264276,1216 +264276,1506 +264276,1766 +264291,491 +264291,1066 +264311,756 +264421,1156 +264421,2131 +264421,3323666 +264436,756 +264456,3321246 +264531,3321246 +264551,366 +264551,3323711 +264561,3322276 +264601,1486 +264601,3317871 +264601,3373276 +264621,2131 +264621,3323666 +264756,1231 +264756,3386296 +264831,3315311 +265041,2131 +265041,3323666 +265056,1156 +265056,2131 +265056,3323666 +265111,1751 +265111,1761 +265111,3322456 +265111,3327491 +265111,3344691 +265131,1006 +265191,1261 +265191,2061 +265191,3320901 +265191,3320931 +265191,3339241 +265271,671 +265311,1261 +265311,2061 +265311,3320901 +265311,3323866 +265311,3339241 +265491,1261 +265491,2061 +265491,3320901 +265491,3323866 +265501,2061 +265501,3320901 +265501,3320931 +265586,1006 +265586,1066 +265586,1506 +265586,1766 +265586,3323881 +265616,3322276 +265621,756 +265621,881 +265621,2111 +265631,756 +265641,2201 +265756,756 +265756,881 +265811,881 +265811,2111 +265836,976 +265836,1526 +265836,3320636 +265841,506 +265841,756 +265841,881 +265871,756 +265871,881 +265921,756 +265921,881 +265926,756 +265926,881 +265931,756 +265931,881 +265936,756 +265936,881 +265941,791 +265941,1011 +265941,1426 +265941,3321081 +265941,3349956 +265951,756 +265951,881 +265961,3317871 +265961,3387126 +265971,881 +265976,706 +265976,3314441 +265976,3388456 +265986,881 +265996,881 +266001,881 +266006,881 +266011,881 +266016,756 +266016,881 +266021,861 +266021,976 +266026,756 +266026,881 +266031,756 +266031,881 +266036,3321246 +266076,2131 +266076,3323666 +266081,3321246 +266081,3381191 +266276,1156 +266506,706 +266506,2291 +266506,3323706 +266506,3375656 +266531,1741 +266546,851 +266546,3320636 +266676,1231 +266676,3386296 +266691,346 +266691,3322496 +266806,2131 +266806,3323666 +266831,2131 +266831,3323666 +266836,1156 +266836,2131 +266836,3316116 +266836,3323666 +266846,656 +266846,1156 +266846,2131 +266846,3323666 +266881,1166 +266881,2071 +266881,2131 +266881,3323666 +266901,656 +266901,1156 +266901,1166 +266901,2131 +266901,3323666 +266901,3387886 +266921,1626 +266921,1631 +266921,1741 +266921,3322276 +266921,3323626 +266921,3323671 +266921,3357641 +266921,3374296 +267146,1376 +267146,3349956 +267231,1626 +267231,1631 +267231,3323626 +267231,3342646 +267231,3357606 +267231,3374296 +267231,3387876 +267231,3387881 +267246,1156 +267246,1551 +267246,2131 +267246,3323666 +267261,656 +267261,1156 +267261,1551 +267261,2131 +267261,3323666 +267281,1156 +267281,2131 +267281,3323666 +267296,1626 +267296,3323626 +267296,3357606 +267306,1626 +267306,3323671 +267311,1626 +267311,3323626 +267311,3323671 +267311,3357606 +267311,3357641 +267311,3374296 +267311,3387121 +267311,3387876 +267316,1626 +267316,1631 +267316,3323626 +267316,3323671 +267316,3357606 +267316,3357641 +267316,3387121 +267316,3387441 +267316,3387876 +267331,1626 +267331,1631 +267331,3323636 +267331,3323671 +267331,3374296 +267336,1626 +267336,1631 +267336,3323636 +267336,3323671 +267336,3374296 +267341,1626 +267341,3323671 +267341,3342641 +267346,1626 +267346,1631 +267346,3323626 +267346,3323641 +267346,3323671 +267346,3342636 +267346,3357606 +267346,3357641 +267346,3374296 +267346,3387876 +267356,1626 +267356,3323671 +267356,3357641 +267356,3387876 +267361,1626 +267361,1631 +267361,3323636 +267361,3323671 +267361,3357641 +267361,3357646 +267361,3374296 +267361,3385766 +267361,3387876 +267376,1351 +267386,1626 +267386,1631 +267386,3323636 +267386,3323671 +267386,3374296 +267461,1551 +267461,3316116 +267471,811 +267521,1156 +267521,2131 +267521,3316116 +267521,3323666 +267526,1156 +267526,2131 +267526,3316116 +267526,3323666 +267546,1156 +267546,2131 +267546,3316116 +267546,3323666 +267561,1156 +267561,2131 +267561,3316116 +267561,3323666 +267566,491 +267566,1381 +267606,3316116 +267616,3316116 +267621,3316116 +267626,3316116 +267636,3316116 +267641,3316116 +267681,3316116 +267706,1356 +267721,1356 +267876,3321246 +267876,3381191 +267941,1751 +267941,1761 +267971,1306 +268156,1761 +268156,3344691 +268161,706 +268161,3314441 +268161,3388456 +268226,1761 +268241,81 +268241,2111 +268241,3314546 +268241,3314556 +268241,3316421 +268241,3324741 +268416,1066 +268431,1156 +268431,2131 +268431,3316116 +268431,3323666 +268496,2131 +268496,3316116 +268496,3323666 +268731,1066 +268731,1456 +268741,26 +268741,1306 +268741,1406 +268766,1066 +268901,1066 +268901,1456 +269386,1186 +269386,3321536 +269656,1066 +269656,1356 +270181,341 +270216,26 +270216,366 +270216,1801 +270266,1626 +270341,2131 +270341,3316116 +270341,3323666 +270371,2131 +270371,3316116 +270371,3323666 +270391,1156 +270391,2131 +270391,3316116 +270391,3323666 +270406,81 +270406,3314546 +270406,3317531 +270406,3320541 +270406,3322621 +270416,3316116 +270476,331 +270476,961 +270516,2131 +270516,3316116 +270516,3323666 +270531,2131 +270531,3316116 +270531,3323666 +270536,1156 +270536,2131 +270536,3316116 +270536,3323666 +270541,331 +270541,961 +270551,1156 +270551,2131 +270551,3316116 +270551,3323666 +270586,2131 +270586,3316116 +270586,3323666 +270711,1156 +270711,1166 +270711,3316116 +270711,3323666 +270821,1156 +270821,1166 +270821,2131 +270821,3316116 +270821,3323666 +270866,1751 +270866,3322456 +270896,3321246 +270896,3323731 +270896,3339276 +270896,3381191 +270966,3321246 +270966,3381191 +270981,1066 +270991,3316116 +271021,1156 +271021,1166 +271021,2131 +271021,3316116 +271021,3323666 +271041,3322456 +271061,3321246 +271081,1166 +271081,2131 +271081,3316116 +271081,3323666 +271271,2131 +271271,3323666 +271331,2131 +271331,3316116 +271331,3323666 +271346,331 +271346,961 +271416,81 +271416,661 +271416,3341006 +271606,1116 +271621,3321211 +271646,1846 +271646,2131 +271651,1156 +271651,2131 +271666,2131 +271666,3323666 +271671,1626 +271671,1631 +271671,1741 +271671,3323671 +271671,3374296 +271746,491 +271761,3320456 +271846,3320456 +271896,3321246 +271896,3323731 +271931,3321246 +271931,3323656 +271931,3323731 +271931,3339276 +271931,3387411 +272001,1171 +272071,656 +272126,656 +272131,1186 +272131,1216 +272131,1506 +272131,1766 +272131,3321536 +272141,656 +272141,1166 +272141,2131 +272141,3323666 +272181,1186 +272181,1216 +272181,1766 +272181,3321536 +272336,576 +272336,1246 +272336,1251 +272336,3319861 +272336,3319866 +272336,3357796 +272336,3388251 +272356,1626 +272356,1631 +272356,1741 +272356,3357606 +272356,3374301 +272431,2131 +272431,3323666 +272466,656 +272466,1551 +272466,2131 +272466,3323666 +272491,2131 +272491,3323666 +272576,3316421 +272576,3320456 +272586,131 +272586,1626 +272586,1631 +272661,366 +272661,1801 +272666,3316071 +272671,1801 +272706,366 +272706,1801 +272751,1261 +272751,2061 +272751,3315636 +272751,3323866 +272751,3339241 +272756,511 +272756,1156 +272756,3321246 +272756,3339276 +272756,3381191 +272756,3387411 +272761,446 +272761,806 +272776,3321246 +272776,3387411 +272786,3321246 +272786,3381191 +272786,3387411 +272881,3321246 +272891,1626 +272891,1631 +272891,1741 +272891,3374296 +272901,3321246 +272926,1626 +272926,1631 +272926,3374296 +272941,3317871 +273496,1351 +273496,1356 +273496,3315156 +273546,491 +273546,1066 +273806,756 +273806,881 +273806,2111 +273836,3321226 +273961,3321246 +273961,3381191 +273961,3388226 +274286,21 +274286,26 +274311,21 +274311,331 +274311,1996 +274311,3316421 +274346,1261 +274346,2061 +274346,3323866 +274346,3339241 +274371,706 +274371,3314441 +274371,3388456 +274446,416 +274446,3386296 +274531,331 +274531,961 +274576,331 +274576,961 +274596,331 +274596,961 +274646,1281 +274646,3321016 +274731,3321246 +274731,3323731 +274731,3339276 +274731,3381191 +274746,331 +274746,961 +274761,3321246 +274761,3381191 +274791,1066 +274796,1066 +274801,491 +275236,386 +275236,3316421 +275236,3386296 +275241,3321246 +275266,386 +275266,3316421 +275266,3386296 +275316,331 +275316,961 +275331,961 +275456,1186 +275456,1216 +275456,3321536 +275456,3323881 +275461,1186 +275461,1216 +275461,1506 +275461,3321536 +275466,756 +275466,881 +275476,756 +275476,881 +275491,756 +275491,881 +275496,386 +275496,3316421 +275496,3386296 +275501,756 +275501,881 +275511,386 +275511,3316421 +275511,3386296 +275516,386 +275516,3316421 +275516,3386296 +275596,756 +275596,881 +275621,756 +275621,881 +275631,756 +275631,881 +275656,756 +275656,881 +275666,3321246 +275706,756 +275706,881 +275721,3321246 +275731,1631 +275731,1741 +275731,3322276 +275731,3374296 +275751,3321246 +275766,3321246 +275811,3321246 +275816,1761 +275816,3322456 +275816,3344691 +275841,1626 +275841,1631 +275841,1741 +275841,3322276 +275861,756 +275861,881 +275876,3322456 +275876,3344691 +275891,756 +275891,881 +275936,656 +275936,1156 +275936,1551 +275936,2131 +275936,3323666 +275936,3387886 +275941,1066 +275951,2071 +275951,2131 +275986,3321246 +276071,2071 +276071,2131 +276091,3316071 +276091,3317776 +276171,1426 +276171,1831 +276171,3316451 +276171,3335636 +276171,3349956 +276331,1781 +276401,1056 +276406,3321211 +276476,26 +276476,861 +276476,976 +276481,1166 +276481,2131 +276481,3323666 +276541,3321246 +276561,3321246 +276601,3321246 +276606,3321246 +276626,3321246 +276641,3321246 +276641,3339276 +276651,3321246 +276666,3321246 +276676,3321246 +276676,3323656 +276676,3339276 +276686,3321246 +276711,491 +276711,1066 +276711,3317191 +276741,3321246 +276751,3320741 +276766,3321246 +276766,3323731 +276781,3321246 +276781,3323656 +276791,3321246 +276796,3321246 +276796,3339276 +276801,3321246 +276811,3321246 +276831,3317531 +276861,3321246 +276871,3317531 +276876,336 +276876,3321246 +276881,1006 +276896,1156 +276896,1166 +276896,1551 +276896,2131 +276896,3323666 +276901,3321246 +276911,3321246 +276916,1166 +276916,2131 +276916,3316116 +276916,3323666 +276921,3321246 +276921,3323731 +276926,2131 +276926,3323666 +276941,3321246 +276946,656 +276946,1156 +276946,1166 +276946,1551 +276946,2131 +276946,3323666 +276951,3321246 +276961,3321246 +276976,3321246 +276981,3321246 +276981,3323731 +276986,3321246 +276986,3323651 +276986,3323731 +276991,3321246 +277006,3321246 +277016,3321246 +277041,3321246 +277061,3321246 +277066,3321246 +277071,3321246 +277081,2131 +277081,3316116 +277101,3321246 +277116,1156 +277116,2131 +277116,3316116 +277121,756 +277196,1156 +277196,2131 +277196,3316116 +277241,1156 +277241,2131 +277241,3323666 +277251,1781 +277281,3321246 +277291,81 +277291,661 +277291,3314546 +277291,3341006 +277311,2071 +277311,2131 +277311,3316116 +277451,3321246 +277496,3321246 +277506,3321246 +277506,3323651 +277511,3321246 +277516,3321246 +277531,3321246 +277551,3321246 +277556,1156 +277556,2131 +277556,3316116 +277556,3323666 +277561,3321246 +277561,3323651 +277561,3388226 +277581,3321246 +277586,1006 +277586,1506 +277596,3321246 +277601,3321246 +277616,3321246 +277621,1741 +277621,3322276 +277621,3374296 +277651,491 +277651,1066 +277651,1116 +277661,3321246 +277671,1066 +277686,3321246 +277696,3322276 +277721,3321246 +277731,3321246 +277746,3321246 +277761,3321246 +277856,3321246 +277866,3317531 +277876,3321246 +277901,3321246 +277901,3323651 +277906,3320741 +277916,3321246 +277916,3323656 +277931,3321246 +277936,3321246 +277941,3321246 +277946,3321246 +277951,3320741 +277971,3321246 +277976,3321246 +277991,3321246 +277996,3321246 +278001,3321246 +278006,1156 +278006,2131 +278056,756 +278066,3321246 +278071,3321246 +278086,3321246 +278091,1156 +278091,2131 +278126,3321246 +278186,3321246 +278261,3321246 +278356,3321246 +278386,3321246 +278486,3321246 +278506,3321246 +278536,3321246 +278546,721 +278611,3321246 +278621,3317871 +278716,21 +278716,2171 +278796,756 +278796,881 +278831,1231 +278831,3317431 +278846,3321246 +278856,3321246 +278861,3317871 +278866,1156 +278866,1776 +278871,21 +278871,366 +278886,3321246 +278896,3321246 +278946,21 +278946,366 +278951,3321246 +278986,21 +278986,366 +278996,3321246 +279031,1006 +279071,1261 +279071,2061 +279071,3320931 +279071,3320951 +279071,3339241 +279071,3361646 +279081,26 +279081,781 +279086,1776 +279086,3323186 +279096,26 +279096,656 +279096,1156 +279096,2131 +279096,3316116 +279096,3323666 +279096,3387411 +279116,21 +279116,1626 +279116,1631 +279116,1996 +279126,21 +279126,1156 +279126,1466 +279126,1996 +279126,3316421 +279126,3354291 +279141,331 +279141,1996 +279141,3316421 +279261,21 +279261,1156 +279261,1466 +279261,3316421 +279261,3354291 +279276,21 +279276,1156 +279276,1466 +279276,3354291 +279411,331 +279411,1996 +279411,3316421 +279461,1166 +279461,2131 +279461,3316116 +279461,3323666 +279466,1231 +279466,3317431 +279471,3317431 +279511,21 +279511,1996 +279511,3316421 +279511,3321246 +279521,2171 +279521,3316421 +279571,21 +279571,1626 +279571,1631 +279571,1996 +279576,1156 +279576,2131 +279576,3316116 +279576,3323666 +279576,3387411 +279601,21 +279601,1626 +279601,1631 +279601,1996 +279641,1006 +279641,1506 +279641,3388171 +279641,3388176 +279656,2171 +279656,3316421 +279661,1661 +279666,1661 +279671,1661 +279676,1661 +279796,511 +279796,3321246 +279816,1631 +279816,1741 +279816,3321916 +279816,3322276 +279816,3374296 +279861,3318136 +279941,1996 +279941,3316421 +279941,3321246 +280011,656 +280011,1156 +280011,2131 +280011,3323666 +280011,3387411 +280041,3317871 +280051,1156 +280051,2131 +280051,3323666 +280056,2131 +280056,3323666 +280061,976 +280066,3317871 +280071,1741 +280071,3322276 +280096,21 +280096,1066 +280096,1996 +280096,3316421 +280106,656 +280106,1156 +280106,1846 +280106,2131 +280106,3323666 +280116,1156 +280116,2131 +280116,3323666 +280116,3387411 +280121,1486 +280121,3317871 +280126,1486 +280126,3315476 +280126,3317871 +280131,3316451 +280131,3335636 +280131,3349956 +280131,3388661 +280141,1996 +280141,3316421 +280141,3321246 +280151,1156 +280151,2131 +280151,3323666 +280171,21 +280171,1066 +280171,1996 +280171,3316421 +280211,1486 +280211,3317871 +280271,1801 +280271,2026 +280271,3323706 +280306,1486 +280306,3315476 +280306,3317871 +280306,3324186 +280386,3322696 +280406,26 +280406,366 +280406,691 +280406,821 +280406,1801 +280406,3366391 +280476,1996 +280476,3316421 +280511,1486 +280511,3317871 +280621,1661 +280626,1801 +280626,2026 +280661,1776 +280661,3323186 +280756,2131 +280756,3316116 +280756,3323666 +280796,3321246 +280811,26 +280811,386 +280811,691 +280811,821 +280811,1996 +280811,3322571 +280811,3366391 +280846,1166 +280846,3321131 +280861,2131 +280861,3316116 +280861,3323666 +280876,1156 +280876,1166 +280876,1551 +280876,2131 +280876,3316116 +280876,3323666 +280876,3387411 +281091,1006 +281091,1506 +281196,3321246 +281211,21 +281211,706 +281211,1996 +281211,2291 +281211,3316421 +281216,3322456 +281296,1551 +281296,3316116 +281296,3323666 +281341,1551 +281341,2131 +281341,3316116 +281341,3323666 +281351,1156 +281351,2131 +281351,3316116 +281351,3323666 +281351,3387411 +281621,3321246 +281621,3323651 +281681,446 +281681,806 +281681,1066 +281706,881 +281716,2131 +281716,3316116 +281716,3323666 +281806,881 +281841,881 +281871,1366 +281871,2131 +281871,3323666 +282231,1661 +282496,961 +282496,3314906 +282496,3387106 +282726,1996 +282726,3323241 +282726,3326261 +282941,21 +282941,26 +282941,1996 +282956,26 +282956,706 +282956,1996 +282956,3316421 +283041,636 +283046,881 +283051,881 +283056,881 +283061,881 +283066,881 +283076,881 +283081,881 +283096,3320636 +283096,3321336 +283116,3317871 +283121,506 +283126,656 +283126,1156 +283126,2131 +283126,3387411 +283131,3320636 +283131,3321336 +283136,881 +283141,506 +283141,881 +283161,506 +283166,506 +283171,506 +283176,506 +283176,756 +283176,881 +283181,506 +283186,881 +283191,881 +283196,1231 +283201,881 +283206,2071 +283211,881 +283221,506 +283221,881 +283226,506 +283226,756 +283231,506 +283231,881 +283236,506 +283236,881 +283241,506 +283241,756 +283246,506 +283251,506 +283256,881 +283266,881 +283271,1156 +283271,2071 +283276,881 +283281,506 +283281,881 +283286,506 +283286,881 +283291,506 +283291,881 +283296,506 +283296,881 +283301,506 +283306,506 +283311,506 +283316,656 +283316,2131 +283316,3323666 +283316,3387411 +283321,506 +283326,506 +283331,506 +283336,506 +283341,506 +283346,506 +283351,506 +283351,756 +283351,881 +283361,656 +283361,2131 +283361,3323666 +283376,881 +283396,656 +283396,2131 +283396,3323666 +283396,3387411 +283406,506 +283411,506 +283411,881 +283416,506 +283416,881 +283421,506 +283426,506 +283426,881 +283431,506 +283431,881 +283436,506 +283436,881 +283446,2201 +283511,506 +283511,881 +283516,506 +283521,506 +283526,506 +283536,506 +283536,881 +283541,506 +283546,506 +283551,656 +283551,2131 +283551,3323666 +283551,3387411 +283556,506 +283561,506 +283566,506 +283566,881 +283571,506 +283571,881 +283606,506 +283611,506 +283611,881 +283616,506 +283616,881 +283621,506 +283626,506 +283626,881 +283631,506 +283691,506 +283696,506 +283696,881 +283701,506 +283701,881 +283706,506 +283706,881 +283711,506 +283711,881 +283721,506 +283721,881 +283726,506 +283726,881 +283731,506 +283731,881 +283736,506 +283811,881 +283816,576 +283816,3317431 +283816,3386296 +283821,881 +283826,881 +283827,881 +283836,881 +283841,506 +283841,881 +283846,506 +283846,881 +283851,506 +283851,881 +283856,506 +283856,881 +283861,506 +283866,506 +283871,506 +283871,881 +283876,881 +283881,506 +283886,506 +283886,881 +283906,881 +283916,881 +283926,506 +283926,881 +283931,506 +283931,881 +283936,506 +283941,506 +283946,506 +283946,881 +283951,506 +283961,881 +283966,1066 +283971,881 +283991,756 +283991,881 +284016,506 +284016,881 +284021,506 +284026,506 +284031,506 +284031,881 +284036,506 +284036,881 +284041,506 +284041,756 +284041,881 +284046,506 +284071,3339606 +284071,3342931 +284071,3349666 +284101,881 +284121,881 +284161,506 +284161,756 +284161,881 +284166,506 +284166,881 +284171,506 +284176,506 +284176,881 +284181,506 +284186,506 +284191,506 +284206,881 +284216,1156 +284216,1166 +284216,1551 +284216,1846 +284221,881 +284231,881 +284246,881 +284256,3321246 +284281,506 +284286,506 +284286,881 +284291,506 +284296,506 +284301,506 +284306,506 +284351,881 +284356,881 +284371,881 +284381,881 +284396,881 +284411,881 +284421,881 +284431,881 +284456,506 +284461,506 +284466,506 +284471,506 +284471,881 +284476,506 +284476,881 +284481,506 +284481,881 +284566,3321246 +284566,3323651 +284611,711 +284611,1566 +284611,3336366 +284761,711 +284761,3336366 +284866,656 +284866,2131 +284866,3323666 +284926,1781 +284926,3387211 +285061,881 +285066,881 +285071,881 +285076,881 +285081,881 +285086,881 +285091,881 +285101,881 +285111,1506 +285111,3315256 +285116,881 +285131,881 +285136,881 +285156,3318136 +285251,2071 +285271,881 +285281,881 +285306,881 +285321,881 +285336,881 +285351,881 +285381,756 +285381,881 +285386,881 +285401,881 +285416,881 +285426,881 +285431,756 +285431,881 +285441,881 +285446,881 +285451,881 +285456,881 +285466,881 +285471,881 +285481,881 +285486,881 +285536,511 +285536,3321246 +285536,3339276 +285536,3387411 +285596,636 +285596,936 +285716,2071 +285731,636 +285731,936 +285806,2071 +285821,636 +285821,936 +285831,636 +285831,936 +285846,2071 +285851,636 +285851,936 +285856,2071 +285861,1616 +285876,606 +285876,3321111 +285876,3321246 +285876,3322161 +285911,636 +285911,936 +285911,1626 +285911,1741 +285911,3323671 +285911,3374296 +285946,3322276 +285971,2071 +285981,3321246 +285991,2131 +285991,3320456 +286006,3321246 +286056,3321246 +286091,1506 +286126,2171 +286126,3316366 +286126,3323866 +286156,3321246 +286156,3323731 +286156,3339276 +286156,3381191 +286156,3388226 +286176,636 +286176,936 +286421,1626 +286421,1631 +286421,3322276 +286421,3374296 +286426,2071 +286461,2071 +286561,81 +286561,3314541 +286561,3317531 +286586,3316071 +286586,3324071 +286671,1156 +286671,2131 +286671,3316116 +286671,3323666 +286676,2071 +286676,3316116 +286681,2131 +286681,3316116 +286681,3323666 +286696,2131 +286696,3323666 +286701,756 +286706,2131 +286706,3323666 +286711,756 +286716,756 +286721,756 +286736,756 +286781,2131 +286781,3323666 +286781,3387411 +286806,526 +286806,3321246 +286806,3322161 +286806,3339276 +286806,3381191 +286836,526 +286836,3321246 +286836,3322161 +286836,3339276 +286836,3381191 +286856,526 +286856,3321246 +286856,3322161 +286856,3381191 +286881,3321246 +286881,3322161 +286881,3381191 +287031,1156 +287031,2131 +287031,3323666 +287101,526 +287101,3321246 +287101,3322161 +287101,3323731 +287101,3339276 +287101,3381191 +287321,1156 +287321,2131 +287321,3323666 +287351,1156 +287351,2131 +287351,3323666 +287571,2131 +287571,3323666 +287586,2131 +287586,3323666 +287691,1366 +287691,2071 +287691,2131 +287691,3323666 +287716,1186 +287716,1216 +287716,3321536 +287766,506 +287776,506 +287781,506 +287786,506 +287791,506 +287796,506 +287801,506 +287806,506 +287816,506 +287821,506 +287826,506 +287831,506 +287836,506 +287846,506 +287851,506 +287856,506 +287861,506 +287866,506 +287881,506 +287886,506 +287891,506 +287896,506 +287901,506 +287906,506 +287911,506 +287916,506 +287921,506 +287926,506 +287931,1006 +287936,506 +287941,506 +287946,506 +287951,506 +287956,506 +287961,506 +287966,506 +287971,506 +287976,506 +287981,506 +287996,506 +288001,506 +288006,506 +288011,506 +288016,506 +288021,506 +288026,506 +288036,506 +288041,506 +288041,881 +288046,506 +288051,506 +288056,506 +288056,881 +288061,506 +288066,1376 +288066,3349956 +288071,506 +288076,506 +288081,506 +288086,506 +288161,511 +288161,3321246 +288161,3323881 +288161,3381191 +288161,3388031 +288161,3388226 +288186,1006 +288191,466 +288191,676 +288196,1156 +288196,2131 +288196,3316116 +288196,3323666 +288256,511 +288256,526 +288256,3321246 +288256,3322161 +288256,3323731 +288256,3332741 +288256,3339276 +288256,3374936 +288256,3381191 +288261,1626 +288261,1631 +288261,1741 +288261,3323671 +288261,3374296 +288516,1376 +288516,1426 +288516,3314721 +288516,3316451 +289071,1261 +289071,2131 +289071,3323666 +289721,2131 +289721,3323666 +290116,2131 +290116,3323666 +290171,636 +290171,936 +290176,636 +290176,936 +290191,636 +290191,936 +290556,1 +290556,331 +290561,331 +290971,1156 +290971,2131 +290971,3323666 +291041,386 +291041,3386296 +291071,2131 +291071,3323666 +291141,386 +291141,3386296 +291201,386 +291201,3386296 +291256,386 +291256,3386296 +291321,386 +291321,3386296 +291336,1156 +291336,2131 +291336,3323666 +291671,636 +291671,936 +291806,636 +291806,936 +291816,636 +291816,936 +291826,636 +291826,936 +291841,636 +291841,936 +291846,636 +291846,936 +291851,3321246 +291851,3381191 +291861,1 +291861,331 +291866,331 +291866,3388286 +291906,1626 +291906,1741 +291906,3357606 +291906,3374296 +291931,2131 +291931,3387886 +291956,636 +291956,936 +291986,3321246 +291986,3323651 +291986,3381191 +291986,3387411 +292081,636 +292081,936 +292121,636 +292121,936 +292161,636 +292161,936 +292166,2171 +292166,3316366 +292166,3323866 +292166,3325561 +292206,2131 +292231,2131 +292231,3387886 +292236,1156 +292236,2131 +292236,3323666 +292236,3387886 +292266,606 +292266,3322161 +292416,386 +292416,3386296 +292431,386 +292431,3386296 +292436,706 +292436,3314441 +292436,3388456 +292441,386 +292441,3386296 +292451,386 +292451,3386296 +292486,131 +292486,1671 +292486,3387621 +292571,386 +292571,3386296 +292576,386 +292576,3386296 +292581,386 +292581,3386296 +292781,81 +292791,756 +292791,881 +292796,756 +292796,881 +292801,506 +292801,756 +292806,506 +292806,756 +292811,506 +292811,756 +292821,81 +292821,3314546 +292821,3314556 +292821,3321111 +292911,26 +292911,366 +292911,1801 +292911,2026 +292931,3317521 +292996,1486 +292996,3317871 +293111,1156 +293111,2131 +293111,3323666 +293161,506 +293166,506 +293171,506 +293176,506 +293181,506 +293186,506 +293196,506 +293261,1066 +293321,366 +293321,2026 +293341,576 +293341,1066 +293341,1231 +293341,3317431 +293341,3321306 +293341,3386296 +293366,3321246 +293381,3321246 +293386,3321246 +293401,3321246 +293436,3321246 +293446,3321246 +293451,3321246 +293456,3321246 +293471,3321246 +293481,3321246 +293491,3321246 +293561,1486 +293561,3316421 +293561,3317871 +293561,3344136 +293561,3371306 +293561,3373276 +293561,3383186 +293561,3386261 +293561,3387126 +293836,3321246 +293836,3381191 +293836,3387411 +293841,81 +294066,1781 +294066,3387211 +294076,1781 +294121,1486 +294121,3317871 +294176,656 +294176,1156 +294176,2131 +294191,976 +294221,26 +294221,1306 +294386,2176 +294391,756 +294481,491 +294481,1381 +294596,3321246 +294596,3381191 +294611,1376 +294611,3335636 +294641,3317871 +294701,1156 +294701,2131 +294701,3323666 +294726,1156 +294726,2131 +294781,1156 +294781,2131 +295091,3321246 +295091,3323731 +295091,3388226 +295136,1156 +295136,2131 +295361,3321246 +295361,3381191 +295586,3321246 +295586,3322161 +295586,3339276 +295586,3381191 +295586,3387456 +295621,526 +295621,3321246 +295621,3322161 +295621,3339276 +295621,3381191 +295621,3387456 +295646,656 +295646,1156 +295646,1551 +295646,2131 +295646,3323666 +295706,706 +295706,3314441 +295706,3388456 +295721,3321246 +295721,3322161 +295721,3339276 +295721,3381191 +295721,3387456 +295766,1616 +295786,526 +295786,3321246 +295786,3322161 +295786,3339276 +295786,3381191 +295786,3387456 +295821,3321246 +295821,3322161 +295821,3339276 +295821,3381191 +295821,3387456 +295856,526 +295856,3321246 +295856,3322161 +295856,3339276 +295856,3381191 +295856,3387456 +295876,1156 +295876,1551 +295876,2131 +295876,3323666 +296231,3314541 +296231,3387301 +296261,1551 +296261,1846 +296261,2131 +296261,3323666 +296266,491 +296266,3386296 +296271,2131 +296271,3323666 +296276,3321246 +296276,3322161 +296276,3339276 +296276,3381191 +296276,3387456 +296281,3321246 +296281,3322161 +296281,3339276 +296281,3381191 +296281,3387456 +296286,526 +296286,3321246 +296286,3322161 +296286,3339276 +296286,3381191 +296286,3387456 +296306,2071 +296306,2131 +296321,486 +296321,2171 +296461,3321246 +296461,3322161 +296461,3339276 +296461,3381191 +296461,3387456 +296471,3321246 +296471,3322161 +296471,3339276 +296471,3381191 +296471,3387456 +296661,116 +296661,1066 +296661,1231 +296661,3383711 +296666,706 +296666,3314441 +296671,576 +296671,721 +296671,3358751 +296676,26 +296676,1306 +296676,1406 +296681,526 +296681,3322161 +296681,3339276 +296681,3381191 +296681,3387456 +296681,3388226 +296686,1066 +296686,1231 +296686,3386296 +296696,791 +296711,791 +296711,3349956 +296746,3322161 +296746,3381191 +296846,791 +296846,3349956 +297011,1156 +297011,2131 +297011,3323666 +297046,1156 +297046,2131 +297046,3323666 +297051,706 +297051,3314441 +297051,3388456 +297056,1156 +297056,2131 +297056,3323666 +297151,3318136 +297161,576 +297161,1066 +297161,3321306 +297171,1 +297171,1066 +297171,3321306 +297206,3317521 +297696,1156 +297696,2131 +297696,3323666 +297701,2131 +297701,3323666 +297706,671 +297711,1751 +297711,3322456 +297711,3327491 +297711,3344691 +297731,1156 +297731,2131 +297731,3323666 +297756,1751 +297756,1761 +297756,3322456 +297756,3344691 +297821,1751 +297821,1761 +297821,3316421 +297821,3322456 +297821,3344691 +297971,1306 +298266,1006 +298296,1006 +298296,1506 +299141,671 +299211,671 +299261,671 +299326,671 +299371,671 +299701,706 +299701,3314441 +299701,3322711 +299701,3388456 +299706,1261 +299706,2061 +299706,3323866 +299706,3339241 +299831,1156 +299831,2131 +299831,3316116 +299831,3323666 +299841,656 +299841,1156 +299841,2131 +299841,3316116 +299841,3323666 +299926,1156 +299926,2131 +299926,3316116 +299926,3323666 +300021,2131 +300021,3323666 +300251,1156 +300251,2131 +300251,3323666 +300261,1166 +300261,2131 +300261,3323666 +300771,1006 +300836,1156 +300836,2131 +300836,3323666 +300901,3321226 +300916,671 +300946,671 +300956,3321226 +300976,3321226 +301366,2131 +301366,3323666 +301376,676 +301376,3346556 +301376,3374881 +301491,2171 +301491,3316366 +301491,3323866 +301741,3321246 +301741,3387366 +301771,701 +303241,3321226 +303376,1776 +303376,3323186 +303456,1781 +303701,1626 +303706,3321246 +303706,3387366 +303716,1156 +303716,2131 +303716,3316116 +303716,3323666 +303721,1156 +303721,2131 +303721,3323666 +303721,3387411 +303726,1156 +303726,1166 +303726,1846 +303726,2131 +303726,3316116 +303726,3323666 +303751,871 +303751,1066 +303751,3320636 +303761,1306 +303761,1406 +303761,2176 +303771,871 +303771,1066 +303771,3320636 +303841,1156 +303841,2131 +303841,3316116 +303841,3323666 +303846,1156 +303846,2131 +303846,3316116 +303846,3323666 +303871,1156 +303871,2131 +303871,3316116 +303871,3323666 +303886,1156 +303886,2131 +303886,3316116 +303886,3323666 +303896,1156 +303896,2131 +303896,3316116 +303896,3323666 +303896,3354291 +303946,2071 +303946,2131 +303946,3316116 +303976,1156 +303976,2131 +303976,3323666 +304006,871 +304006,1066 +304011,1156 +304011,1551 +304011,2131 +304011,3323666 +304036,1551 +304036,2131 +304036,3323666 +304256,1156 +304256,2131 +304336,1036 +304336,1281 +304336,1686 +304336,3348396 +304336,3387201 +304416,331 +304416,521 +304446,3316116 +304446,3387411 +304461,1166 +304461,2131 +304461,3316116 +304461,3323666 +304501,2071 +304836,1216 +304881,706 +304881,3314441 +304881,3322711 +304881,3388456 +305021,2131 +305021,3323666 +305121,1351 +305121,1356 +305141,1781 +305156,3316071 +305191,1351 +305656,1006 +305736,446 +305736,806 +305791,1156 +305791,1551 +305791,2131 +305791,3323666 +305861,1156 +305861,1551 +305861,2131 +305861,3323666 +305916,1551 +305916,2131 +305916,3323666 +305941,2131 +305941,3323666 +306021,2131 +306021,3323666 +306071,606 +306071,3316071 +306081,3316071 +306416,3321131 +306451,711 +306451,3336366 +306526,1231 +306526,3386296 +306561,3320456 +306561,3345431 +306916,3321151 +306946,366 +306946,1801 +307041,366 +307041,1801 +307041,3323706 +307041,3323711 +307041,3324166 +307146,3315651 +307146,3322551 +307386,491 +307411,481 +307411,571 +307411,1321 +307411,3324201 +307791,3315651 +307791,3322551 +307791,3334561 +307791,3352371 +307791,3387226 +307791,3387531 +307826,3315651 +307826,3322551 +307826,3334561 +307826,3352371 +307826,3387226 +307826,3387531 +307866,3315651 +307866,3322551 +307866,3334561 +307866,3352371 +307866,3387226 +307866,3387531 +307876,3315651 +307876,3322551 +307876,3334561 +307876,3352371 +307876,3387226 +307876,3387531 +307886,3315651 +307886,3322551 +307886,3334561 +307886,3352371 +307886,3387226 +307886,3387531 +307901,3315651 +307901,3322551 +307901,3334561 +307901,3352371 +307901,3387226 +307901,3387531 +307921,3315651 +307921,3322551 +307921,3334561 +307921,3352371 +307921,3387226 +307921,3387531 +307946,3315651 +307946,3322551 +307946,3334561 +307946,3352371 +307946,3387226 +307946,3387531 +307956,3315651 +307956,3322551 +307956,3334561 +307956,3352371 +307956,3387226 +307956,3387531 +307966,3315651 +307966,3322551 +307966,3334561 +307966,3352371 +307966,3387226 +307966,3387531 +307981,3315651 +307981,3322551 +307981,3334561 +307981,3352371 +307981,3387226 +308041,2131 +308041,3316116 +308041,3323666 +308061,861 +308061,976 +308136,3321251 +308161,2131 +308161,3316116 +308181,2131 +308181,3323666 +308241,1321 +308241,3324201 +308541,1156 +308541,2131 +308541,3323666 +308546,2131 +308546,3323666 +308551,1156 +308551,2131 +308551,3323666 +308711,656 +308711,1156 +308711,2131 +308711,3323666 +308891,1751 +308891,3322456 +308891,3344691 +308906,491 +308931,1506 +308931,1766 +308931,3387666 +308941,1751 +308941,1761 +308941,3322456 +308941,3327491 +308941,3344691 +308986,1751 +308986,1761 +308986,3322456 +308986,3327491 +308986,3344691 +309021,1066 +309021,1231 +309036,1751 +309036,1761 +309036,3322456 +309036,3327491 +309036,3344691 +309176,3317871 +309221,1766 +309581,2131 +309581,3316116 +309596,1216 +309596,1506 +309596,1766 +309631,2131 +309631,3316116 +309641,2131 +309641,3316116 +309656,1626 +309696,2071 +309696,2131 +309696,3316116 +309701,2131 +309701,3316116 +309706,1156 +309706,2071 +309706,2131 +309706,3316116 +309711,366 +309711,1801 +309711,2026 +309716,2131 +309716,3316116 +309721,2131 +309721,3316116 +309731,2131 +309731,3316116 +309736,2131 +309736,3316116 +309746,2131 +309746,3316116 +309756,2131 +309756,3316116 +309771,2071 +309771,2131 +309771,3316116 +309776,2071 +309776,2131 +309776,3316116 +309801,1801 +309801,2026 +310131,1801 +310186,1801 +310261,1801 +310291,366 +310291,1801 +310291,3323711 +310301,1801 +310306,1801 +310311,366 +310311,1801 +310331,856 +310331,1626 +310331,1741 +310331,3323671 +310331,3366316 +310371,2071 +310371,3316116 +310391,2071 +310391,3316116 +310406,2071 +310406,2131 +310406,3316116 +310431,2071 +310431,3316116 +310456,1066 +310461,511 +310461,3321246 +310746,861 +310746,976 +310746,1526 +310746,3320636 +310746,3387536 +311146,3321151 +311161,3321246 +311166,3321246 +311236,1231 +311236,3386296 +311561,1846 +311611,511 +311671,861 +311671,976 +311671,3320636 +311671,3387536 +311701,3321246 +311701,3381191 +311786,706 +311786,3314441 +311786,3323696 +311826,3317871 +311946,3321246 +311956,3321246 +311961,1406 +311961,2176 +311961,3316421 +312006,656 +312006,2131 +312006,3323666 +312086,861 +312086,976 +312386,1186 +312386,3321536 +312406,1186 +312406,1216 +312406,3321536 +312431,3316071 +312456,1376 +312456,3349956 +312521,966 +312521,1176 +312521,3323866 +312686,1781 +312816,26 +312816,976 +312816,3387536 +312861,26 +312861,976 +312861,3387536 +313031,2131 +313076,641 +313076,1066 +313076,3315306 +313241,1156 +313241,2131 +313241,3323666 +313306,3322496 +313306,3347731 +313531,966 +313531,3323866 +313556,1156 +313556,2131 +313631,26 +313631,1306 +313631,1406 +313631,3386771 +313646,446 +313646,806 +313671,81 +313671,661 +313671,3314546 +313671,3341006 +314286,1166 +314286,1551 +314286,1846 +314286,2131 +314286,3323666 +314346,1801 +314691,2131 +314851,3321246 +314856,1901 +314856,3326261 +314856,3354146 +315181,26 +315181,1406 +315271,861 +315271,976 +315276,26 +315276,861 +315276,976 +315341,1466 +315341,3354291 +315466,3317531 +315466,3322621 +315891,2131 +315891,3323666 +316131,3321246 +316381,1156 +316381,2131 +316381,3323666 +316476,3322621 +316691,2171 +316901,366 +316901,1801 +317006,1671 +317006,3387621 +317021,1671 +317021,3353266 +317091,3322621 +317511,1751 +317511,1761 +317511,3322456 +317511,3327491 +317511,3344691 +317781,706 +317781,3314441 +317781,3322716 +317781,3388456 +317811,2131 +317811,3323666 +317886,1976 +317886,3321186 +317891,1976 +317891,3321186 +317901,1976 +317901,3321186 +317911,1296 +317911,1976 +317911,3321186 +317991,1351 +317991,1356 +319411,1066 +319411,1231 +319411,3383711 +319411,3386296 +319451,656 +319451,1156 +319451,2131 +319451,3316116 +319456,1006 +319456,1506 +319466,1486 +319466,3317871 +319471,656 +319471,1156 +319471,2131 +319471,3316116 +319471,3323666 +319476,1156 +319476,3316116 +319591,1971 +319591,3315256 +319641,1156 +319641,2131 +319641,3316116 +319641,3323666 +319651,1156 +319651,3316116 +319651,3323666 +319676,701 +319676,1626 +319676,1741 +319676,3357606 +319686,446 +319686,806 +320031,1186 +320031,3321536 +320181,1006 +320181,1506 +320241,1066 +320241,3315366 +320241,3321306 +320241,3342871 +320241,3373356 +320241,3374286 +320241,3377231 +320241,3387361 +320311,3316071 +320311,3324061 +320331,1156 +320331,2131 +320331,3323666 +320381,1251 +320571,2131 +320571,3323666 +320601,3321246 +320601,3381191 +320601,3387411 +320616,656 +320616,1156 +320616,1551 +320616,2131 +320616,3323666 +320821,1801 +320961,3320456 +320966,1526 +321091,3320036 +321126,1486 +321126,3317871 +321136,656 +321136,1156 +321136,3316116 +321141,1156 +321141,2131 +321141,3316116 +321141,3323666 +321236,1436 +321236,3343176 +321236,3387591 +321351,1436 +321351,3343176 +321521,1486 +321521,3317871 +321521,3344136 +321726,3322456 +321726,3344691 +321836,1486 +321836,3315476 +321836,3317871 +321866,1261 +321866,2061 +321866,3320921 +321866,3323866 +321866,3339241 +321906,1486 +321906,3317871 +322046,331 +322211,3321246 +322221,1366 +322221,1551 +322221,2131 +322221,3323666 +322391,1166 +322391,1551 +322391,2131 +322391,3323666 +322491,1156 +322491,2131 +322491,3323666 +322521,2131 +322521,3323666 +322531,2131 +322531,3323666 +322536,3321246 +322536,3323651 +322561,26 +322561,976 +322591,2131 +322591,3323666 +322606,1166 +322606,1551 +322606,2131 +322606,3323666 +322636,1486 +322636,3317871 +322681,1196 +322681,1356 +322706,1351 +322706,1356 +322746,1626 +322761,1351 +322761,1356 +322796,711 +322806,1351 +322806,1356 +322806,3333881 +322841,1351 +322841,1356 +322841,3323881 +322886,3321246 +322921,1356 +322921,3323676 +322991,3317871 +322991,3323171 +323011,701 +323011,1741 +323091,1356 +323091,3317036 +323116,3321211 +323136,1156 +323136,1551 +323136,2131 +323136,3323666 +323151,3317871 +323181,511 +323181,3321246 +323181,3323731 +323181,3339276 +323181,3381191 +323181,3387456 +323181,3388226 +323256,3317871 +323256,3387126 +323361,641 +323361,3315306 +323456,2176 +323506,3321246 +323506,3339276 +323506,3381191 +323506,3388226 +323526,1466 +323526,3320836 +323526,3354291 +323551,3321246 +323551,3381191 +323551,3387411 +323621,1156 +323621,2131 +323621,3323666 +323651,1156 +323651,2131 +323651,3323666 +323661,2071 +323876,1166 +323876,1551 +323876,3321131 +324001,1766 +324206,2131 +324206,3387411 +324226,1166 +324226,2131 +324226,3323666 +324226,3387411 +324231,1166 +324231,1846 +324231,2131 +324231,3323666 +324236,1166 +324236,1846 +324236,2131 +324236,3323666 +324246,1166 +324246,1551 +324246,1846 +324246,2131 +324246,3323666 +324251,1486 +324251,3317871 +324251,3387126 +324251,3387141 +324261,1846 +324261,2131 +324296,1846 +324296,2131 +324296,3323666 +324366,1156 +324366,1166 +324366,2131 +324366,3323666 +324776,1261 +324776,2061 +324776,3323866 +324901,1261 +324901,2061 +324901,3320901 +324901,3320931 +324901,3323866 +324901,3339241 +325081,1261 +325081,2061 +325081,3320901 +325081,3322001 +325081,3323866 +325221,366 +325261,366 +325436,331 +325436,3320636 +325576,2061 +325576,3323866 +325601,871 +325601,1066 +325666,576 +325666,1211 +325666,3317431 +325666,3386296 +325971,756 +325996,2131 +325996,3323666 +326066,1751 +326066,1761 +326066,3322456 +326066,3327491 +326066,3344691 +326071,976 +326071,3387536 +326136,491 +326136,1381 +326146,491 +326146,1381 +326211,1356 +326261,1351 +326261,1356 +326261,3323676 +326261,3323881 +326486,1356 +326816,1781 +327161,1751 +327161,1761 +327511,1976 +327696,721 +327696,1066 +327696,3358751 +327831,1156 +327831,2131 +327831,3316116 +327831,3323666 +327846,656 +327846,1156 +327846,1166 +327846,2131 +327846,3316116 +327846,3323666 +327856,671 +327906,1156 +327906,1166 +327906,2131 +327906,3316116 +327906,3323666 +328026,661 +328036,2171 +328036,3323061 +328036,3323866 +328076,2171 +328076,3323061 +328076,3323866 +328096,2171 +328096,3323061 +328096,3323866 +328116,2171 +328116,3323061 +328116,3323866 +328201,1976 +328391,331 +328691,1661 +328696,1671 +328696,3387621 +328706,1661 +328806,446 +328806,806 +328826,2281 +328826,3323866 +328881,81 +328881,661 +328896,3321246 +328911,331 +329091,446 +329091,806 +329191,1156 +329191,1846 +329191,2131 +329191,3323666 +329211,3317871 +329231,881 +329341,606 +329341,1296 +329341,1976 +329341,3324376 +329351,3322456 +329361,1976 +329391,3322456 +329416,3322456 +329421,3322456 +329421,3344691 +329426,3322456 +329471,3322456 +329541,2131 +329541,3316116 +329541,3323666 +329601,1761 +329601,3322456 +329601,3344691 +329706,2131 +329706,3323666 +329726,3321246 +329736,3321246 +329751,3321246 +329761,1761 +329761,3322456 +329761,3327491 +329761,3344691 +329776,2131 +329776,3323666 +329821,2131 +329821,3323666 +329826,1156 +329826,2131 +329826,3323666 +329861,1036 +329861,1281 +329861,1291 +329861,3316436 +329861,3337426 +329926,2131 +329926,3323666 +329931,331 +329956,2131 +329976,1761 +329976,3322456 +329976,3344691 +329996,331 +330031,1761 +330031,3322456 +330031,3344691 +330081,331 +330136,331 +330146,331 +330176,2131 +330176,3323666 +330186,1156 +330186,2131 +330186,3323666 +330286,3321246 +330441,606 +330441,3321246 +330441,3322161 +330541,3315256 +330606,1066 +330621,3321246 +330656,1526 +330726,3316071 +330726,3324061 +330841,1141 +330841,3320796 +330841,3322356 +330841,3323706 +330931,1066 +330931,2131 +330931,3323666 +330936,2131 +330936,3323666 +330981,1056 +330991,1056 +331001,1056 +331011,1056 +331041,1056 +331056,2131 +331056,3323666 +331071,3321246 +331181,366 +331181,3329156 +331226,2131 +331226,3323666 +331236,3320456 +331236,3345431 +331236,3345436 +331236,3349956 +331271,2131 +331271,3316116 +331271,3323666 +331276,1661 +331331,1376 +331331,3349956 +331531,1231 +331886,1331 +331886,3316686 +331901,1156 +331901,2131 +331901,3316116 +331916,1156 +331916,2131 +331916,3316116 +331916,3323666 +331926,1156 +331926,3316116 +331931,1261 +331931,2131 +331931,3316116 +331931,3323666 +331946,2131 +331946,3316116 +331946,3323666 +331961,1156 +331961,2131 +331961,3316116 +331961,3323666 +331986,1156 +331986,2131 +331986,3323666 +332001,1156 +332001,2131 +332001,3323666 +332026,656 +332026,1156 +332026,1166 +332026,2131 +332026,3323666 +332061,3317871 +332066,3317871 +332221,1156 +332221,1661 +332226,1156 +332226,1661 +332231,1661 +332271,446 +332271,806 +332281,446 +332281,806 +332296,3316071 +332296,3324066 +332346,1156 +332346,1166 +332346,2131 +332346,3323666 +332416,2131 +332416,3323666 +332431,1066 +332431,1231 +332431,3386296 +332436,26 +332436,1066 +332436,1231 +332436,3386296 +332451,1066 +332451,1231 +332466,1066 +332466,1231 +332466,3383711 +332466,3386296 +332471,1231 +332471,3386296 +332476,1156 +332476,2131 +332476,3323666 +332496,656 +332496,1156 +332496,2131 +332496,3323666 +332501,346 +332511,346 +332511,3322496 +332571,3317431 +332611,1626 +332611,1631 +332611,3374296 +332796,3316071 +332836,3321246 +332906,1631 +332906,1741 +332921,1156 +332921,2131 +332921,3316116 +332921,3323666 +332976,2131 +332976,3316116 +332976,3323666 +333126,1631 +333236,346 +333236,3322496 +333236,3347731 +333316,3321846 +333351,666 +333351,741 +333356,2131 +333506,346 +333506,3347731 +333541,2131 +333546,346 +333546,3347731 +333576,2131 +333671,1066 +333671,3320636 +333936,366 +333936,1801 +333936,3323706 +333936,3323711 +333936,3324166 +333961,481 +333961,571 +333961,1156 +333961,1786 +333961,3324201 +334011,446 +334011,806 +334051,346 +334051,3347731 +334071,756 +334171,2131 +334821,756 +334841,3322456 +334841,3344691 +334851,3322456 +334861,1141 +334861,3322356 +334881,1186 +334996,1081 +335416,976 +335606,81 +335606,3314541 +336006,1776 +336006,3323186 +336171,1761 +336171,3322456 +336171,3344691 +336226,1066 +336226,1766 +336341,1216 +336341,3387666 +336446,1156 +336446,1551 +336446,2131 +336446,3323666 +336466,656 +336466,1156 +336466,1551 +336466,2131 +336466,3323666 +336771,1801 +336771,3316421 +336771,3366316 +337331,511 +337331,3321246 +337331,3323731 +337371,1066 +337371,1506 +337371,1766 +337371,3345801 +337406,1261 +337406,2061 +337406,3320896 +337406,3322001 +337406,3323866 +337406,3339241 +337951,846 +337951,1781 +337961,1781 +338021,1156 +338021,2131 +338021,3323666 +338131,1116 +338261,1801 +338261,2026 +338546,3316071 +338551,606 +338591,1056 +338591,1156 +338601,3316071 +338626,1056 +338626,1156 +338641,1056 +338641,1156 +338656,1056 +338656,1156 +338666,1056 +338666,1156 +338751,656 +338751,1166 +338751,1551 +338751,2131 +338766,1781 +338771,1781 +338791,511 +338791,3321246 +338791,3381191 +338791,3387456 +339266,861 +339266,976 +339266,1526 +339266,3387536 +339296,861 +339296,976 +339336,1161 +339336,1376 +339336,3349956 +339586,1356 +339586,3323881 +339596,1751 +339596,3322456 +339631,1356 +339731,1356 +339731,3323676 +339731,3333881 +339871,1356 +339891,1351 +339891,1356 +339931,1356 +340016,1356 +340021,1781 +340036,1356 +340051,1356 +340106,1216 +340106,1356 +340141,1356 +340166,1356 +340176,1351 +340176,1356 +340186,1351 +340186,1356 +340191,3316071 +340206,1351 +340206,1356 +340241,606 +340241,3322161 +340246,1351 +340246,1356 +340276,1351 +340276,1356 +340276,3315151 +340276,3333881 +340341,1356 +340406,1356 +340416,1066 +340416,1356 +340836,1196 +340836,1351 +340836,1356 +341461,1216 +341511,3322456 +341521,976 +341521,3323646 +341536,511 +341536,3381191 +341551,511 +341581,511 +341581,3323656 +341836,3316071 +342081,961 +342081,3314906 +342291,366 +342291,1801 +342396,416 +342396,3386296 +342421,511 +342431,511 +342466,1626 +342501,1296 +342501,1976 +342511,3315151 +342521,1431 +342521,3343176 +342551,416 +342646,3349956 +342651,3349956 +342666,511 +342666,3321246 +342666,3323731 +342666,3339276 +342666,3381191 +342671,1156 +342671,2131 +342671,3323666 +342671,3324346 +342671,3347081 +342681,1056 +342781,3349956 +342786,606 +342786,3316071 +342796,511 +342796,3316421 +342796,3321246 +342796,3323651 +342796,3323731 +342796,3339276 +342796,3381191 +342811,606 +342811,3316071 +342851,606 +342851,3316071 +342861,606 +342861,3316071 +342876,606 +342876,3316071 +342891,606 +342891,3316071 +342961,1751 +342961,1761 +342961,3322456 +343071,1156 +343071,1166 +343071,3321131 +343381,3321131 +343546,3321131 +343576,3321131 +343666,1166 +343666,3321131 +343766,3321131 +343846,606 +343846,3316071 +343941,3316071 +343956,511 +343956,3381191 +344001,511 +344001,3381191 +344016,26 +344016,2176 +344021,26 +344021,2176 +344141,511 +344141,3381191 +344276,721 +344276,1066 +344276,3358751 +344291,511 +344301,511 +344306,606 +344306,3322161 +344311,511 +344311,3321246 +344311,3381191 +344326,511 +344356,3316071 +344491,511 +344491,3321246 +344491,3323731 +344491,3388031 +344646,606 +344646,3316071 +344706,511 +344706,3339276 +344706,3381191 +344711,706 +344711,3314441 +344711,3322711 +344711,3388456 +344776,1281 +344776,3321016 +344816,1006 +344816,1506 +344816,1766 +344901,1281 +344901,3321016 +344901,3335251 +345091,3321246 +345091,3387366 +345241,1231 +345241,3352861 +345486,1751 +345486,3322456 +345496,3322456 +345516,3322456 +345521,3322456 +345596,3322456 +345596,3344691 +345601,336 +345601,761 +345601,3321246 +345606,3322456 +345621,3322456 +345761,701 +345761,1626 +345761,1741 +345901,701 +345901,1741 +346096,81 +346096,3314546 +346096,3317531 +346096,3322621 +346196,3314441 +346196,3322711 +346231,366 +346231,1801 +346236,3315256 +346241,366 +346241,1801 +346246,366 +346246,1801 +346251,366 +346251,1801 +346256,366 +346256,1801 +346261,366 +346261,1801 +346266,366 +346266,1801 +346271,366 +346271,1801 +346276,366 +346276,1801 +346281,366 +346281,1801 +346281,3323706 +346286,366 +346286,1801 +346291,366 +346291,1801 +346296,366 +346296,1801 +346301,366 +346301,1801 +346306,366 +346306,1801 +346311,366 +346311,1801 +346386,3321246 +346506,1741 +346506,3322276 +346511,3314541 +346511,3317531 +346556,706 +346556,3314441 +346651,366 +346651,1801 +346651,3323706 +346811,366 +346811,1801 +346811,3323706 +346856,366 +346856,1801 +346896,366 +346896,1801 +346901,366 +346901,1801 +346906,366 +346906,1801 +346921,366 +346921,1801 +346926,366 +346926,1801 +346931,366 +346931,1801 +346941,366 +346941,1801 +346946,366 +346946,1801 +346951,366 +346951,1801 +346966,366 +346966,1801 +346971,366 +346971,1801 +346976,366 +346976,1801 +346981,366 +346981,1801 +346991,366 +346991,1801 +346996,366 +346996,1801 +347001,366 +347001,1801 +347011,366 +347011,1801 +347016,366 +347016,1801 +347021,366 +347021,1801 +347031,366 +347031,1801 +347036,366 +347036,1801 +347081,1351 +347091,1066 +347091,1351 +347091,1356 +347091,3323881 +347271,1356 +347381,366 +347406,1356 +347481,606 +347481,3322161 +347516,3321246 +347516,3381191 +347591,1486 +347591,3317871 +347646,1066 +347646,1351 +347646,1356 +347646,3317036 +347646,3387411 +347776,1156 +347881,511 +347881,3321246 +347881,3381146 +347881,3381191 +347881,3388141 +347956,1156 +347956,2131 +347956,3323666 +348011,1351 +348011,1356 +348026,3316071 +348051,3316071 +348056,511 +348066,1356 +348066,3315151 +348066,3333881 +348126,1351 +348126,1356 +348126,3333881 +348131,1156 +348131,2131 +348131,3323666 +348236,1356 +348286,1351 +348286,1356 +348286,3315151 +348286,3333881 +348321,656 +348321,2131 +348321,3323666 +348551,656 +348551,2131 +348551,3323666 +348576,366 +348576,1141 +348621,1141 +348646,366 +348646,1141 +348671,1141 +348671,3327656 +348696,806 +348896,1141 +348991,861 +348991,976 +349006,1631 +349006,1741 +349096,511 +349096,3381191 +349131,3316071 +349186,511 +349186,3321246 +349186,3381191 +349206,1281 +349206,3316436 +349206,3337426 +349221,511 +349221,3381191 +349296,1066 +349401,3321246 +349401,3323731 +349401,3339276 +349401,3381191 +349401,3387456 +349401,3388226 +349651,606 +349651,3316071 +349751,3316071 +350061,1356 +350141,791 +350141,1011 +350141,3314726 +350141,3335636 +350141,3349956 +350226,3322456 +350346,1351 +350346,1356 +350346,3315156 +350366,3317871 +350441,3321246 +350461,3321246 +350471,3321246 +350471,3381191 +350471,3388226 +350526,1351 +350526,1356 +350566,511 +350566,3381191 +350571,1351 +350571,1356 +350606,511 +350621,511 +350631,511 +350636,511 +350646,511 +350651,511 +350651,3381191 +350691,26 +350691,976 +350806,1801 +350876,1066 +350896,1376 +350936,1801 +350941,1801 +350946,1801 +350951,1801 +350961,2171 +350966,1801 +350971,1801 +350976,1801 +350991,1801 +351006,1801 +351011,1801 +351016,1801 +351076,3321246 +351076,3323731 +351076,3381191 +351076,3388226 +351151,1631 +351151,1741 +351151,3322276 +351151,3374296 +351171,1631 +351171,1741 +351171,3374296 +351291,3321246 +351291,3381191 +351291,3388226 +351566,606 +351566,3316071 +351616,1231 +351831,3316071 +351841,1801 +351851,1801 +351876,1801 +351891,1801 +351901,1801 +351926,1801 +351946,1801 +351961,1801 +351971,1801 +352001,606 +352001,3316071 +352006,1801 +352011,1801 +352091,1751 +352091,1761 +352091,3322456 +352091,3344691 +352116,1631 +352116,1741 +352116,3357606 +352116,3374296 +352406,791 +352406,1376 +352406,3335636 +352416,806 +352461,656 +352461,1156 +352461,1166 +352461,2131 +352701,976 +352751,1376 +352986,511 +353011,511 +353046,511 +353076,511 +353096,511 +353106,511 +353116,511 +353166,1436 +353166,3343176 +353301,1156 +353301,2131 +353301,3323666 +353476,756 +353536,2131 +353606,1781 +353686,881 +353716,1351 +353716,1356 +353766,1351 +353766,1356 +353766,3315121 +353781,3321246 +353781,3387366 +353781,3388241 +353821,331 +353826,1351 +353826,1356 +353826,3323676 +353826,3323881 +353906,331 +353916,1 +353916,331 +353926,331 +353961,331 +353966,1761 +353966,3322456 +353966,3327491 +354011,1351 +354011,1356 +354021,1 +354021,331 +354046,771 +354046,3321246 +354046,3387366 +354061,1761 +354061,3322456 +354061,3327491 +354066,1156 +354066,1551 +354066,2131 +354066,3316116 +354066,3323666 +354066,3380451 +354081,1761 +354081,3322456 +354081,3327491 +354091,1781 +354096,3321246 +354116,1 +354116,331 +354116,3317956 +354171,511 +354191,511 +354211,511 +354226,771 +354226,3321246 +354226,3387366 +354231,511 +354246,511 +354261,511 +354271,511 +354281,511 +354286,511 +354296,3321246 +354296,3387511 +354306,511 +354311,3318136 +354361,511 +354361,3323656 +354391,511 +354416,511 +354421,3316116 +354441,871 +354441,1066 +354456,1156 +354456,2131 +354456,3316116 +354456,3323666 +354466,1156 +354466,2131 +354466,3316116 +354466,3323666 +354516,1156 +354516,2131 +354516,3323666 +354516,3387886 +354526,3317871 +354611,511 +354621,511 +354636,511 +354646,511 +354651,511 +354656,511 +354666,511 +354671,511 +354681,511 +354696,511 +354701,511 +354706,511 +354716,511 +354721,511 +354731,3318136 +354741,511 +354756,511 +354766,511 +354851,511 +354856,511 +354861,511 +354866,511 +354871,511 +354886,511 +354891,511 +354996,1156 +354996,2131 +354996,3323666 +355016,936 +355016,3374296 +355021,966 +355021,1176 +355021,3323866 +355021,3388126 +355081,341 +355091,3316071 +355096,3316071 +355096,3381191 +355101,3316071 +355111,1761 +355111,3322456 +355111,3327491 +355121,1761 +355121,3322456 +355121,3327491 +355186,3317871 +355201,1761 +355201,3322456 +355321,1356 +355321,3315186 +355321,3333881 +355336,2131 +355336,3323666 +355366,1801 +355381,1356 +355381,3315151 +355381,3315186 +355601,3316451 +355631,1231 +355631,3386296 +355686,511 +355701,511 +355816,576 +355816,1231 +356006,806 +356186,3316116 +356221,1631 +356221,1741 +356221,3374296 +356221,3388231 +356231,3316116 +356246,3316116 +356366,1351 +356366,3323881 +356366,3388166 +356376,636 +356376,936 +356376,1626 +356516,2171 +356516,3323866 +356561,3316071 +356621,1156 +356621,2131 +356621,3316116 +356621,3323666 +357326,3315476 +357326,3323696 +357471,366 +357471,3323711 +357501,2131 +357501,3323666 +357516,366 +357516,3323711 +357551,366 +357551,3323711 +357581,1351 +357581,3323881 +357601,366 +357601,3323711 +357671,3323881 +357906,1156 +357906,3316116 +357926,1156 +357926,3316116 +358266,1351 +358266,3323881 +358291,671 +358291,3323706 +358326,366 +358326,3323706 +358336,2131 +358336,3323666 +358356,2131 +358521,1626 +358521,1631 +358521,1741 +358521,3357606 +358521,3374296 +358536,2131 +358536,3316116 +358536,3323666 +358551,1351 +358551,3315156 +358551,3323676 +358566,3320636 +358566,3323676 +358631,26 +358631,1351 +358631,3323676 +358646,1626 +358646,1631 +358646,1741 +358656,1351 +358656,3323676 +358671,26 +358671,1351 +358671,3323676 +358691,1351 +358691,3315476 +358691,3323676 +358741,1216 +358741,1506 +358756,1351 +358756,3323676 +358991,1351 +358991,1356 +358991,3315156 +358991,3323881 +359261,3323881 +359341,3323881 +359356,481 +359356,571 +359356,3324201 +359611,701 +359611,1741 +359846,3316116 +360081,2131 +360081,3316116 +360081,3323666 +360456,2171 +360456,3323866 +360591,2171 +360591,3323866 +360596,2281 +360596,3323866 +360596,3325561 +360616,511 +360616,3321246 +360616,3339276 +360616,3381191 +360641,1351 +360641,3315476 +360641,3323881 +360696,3321016 +360776,1351 +360776,3323881 +360876,1156 +360876,2131 +360876,3323666 +361511,511 +361511,3321246 +361511,3339276 +361511,3381191 +361766,1351 +361766,1356 +361766,3323881 +361766,3388311 +361876,1626 +361876,1631 +361876,1741 +361876,3323671 +361876,3357606 +361906,2131 +361906,3323666 +362006,2291 +362006,3323701 +362006,3375656 +362091,861 +362091,976 +362106,366 +362106,3322356 +362156,3322076 +362156,3323766 +362176,1626 +362281,3322076 +362281,3323766 +362306,3322076 +362306,3323766 +362311,706 +362311,3323696 +362311,3323701 +362311,3388456 +362501,26 +362501,1591 +362501,3322076 +362501,3323756 +362581,2131 +362766,1156 +362766,2131 +362766,3323666 +362851,3323756 +362866,1946 +362866,2131 +362866,3323666 +363016,976 +363166,3316226 +363271,3322076 +363271,3323766 +363371,2131 +363371,3316116 +363371,3323666 +363491,2131 +363491,3316116 +363491,3323666 +363521,861 +363521,976 +363521,3320636 +363541,2131 +363541,3316116 +363541,3323666 +363546,1351 +363546,1356 +363566,2131 +363566,3316116 +363566,3323666 +363601,1156 +363601,2131 +363601,3316116 +363601,3323666 +363721,386 +363721,3323801 +363746,2131 +363746,3316116 +363746,3323666 +363766,3322076 +363766,3323766 +363871,706 +363871,3314441 +363871,3323696 +363871,3323701 +363871,3388456 +364281,3323701 +364451,1631 +364451,1741 +364486,1626 +364486,1631 +364486,1741 +364486,3323671 +364556,1631 +364556,1741 +364556,3322276 +364556,3374296 +364581,3317871 +364801,331 +364871,331 +364896,331 +364901,3320636 +364901,3323881 +364936,3320921 +364936,3320931 +364936,3321041 +364936,3323866 +364936,3330181 +364936,3388626 +364946,331 +364956,331 +364981,331 +365131,1631 +365316,1156 +365316,2131 +365316,3316116 +365316,3323666 +365316,3380451 +365471,1356 +365706,1156 +365706,2131 +365706,3323666 +365706,3387411 +365721,331 +365736,81 +365736,661 +365736,3314546 +365741,331 +365766,2131 +365766,3323666 +365776,656 +365776,2131 +365776,3323666 +365776,3387886 +365786,331 +365796,331 +365821,331 +365831,331 +365836,331 +365841,331 +365846,331 +365876,331 +365886,1356 +365886,3333881 +365896,1356 +365976,1631 +365976,1741 +365976,3323671 +365976,3374296 +366061,1351 +366061,1356 +366061,3315121 +366176,2131 +366176,3323666 +366196,706 +366196,3314441 +366196,3323326 +366216,756 +366231,756 +366246,756 +366251,756 +366256,756 +366266,756 +366271,756 +366321,346 +366321,3347731 +366361,346 +366366,506 +366366,756 +366366,2111 +366371,506 +366371,756 +366376,331 +366406,346 +366406,3322496 +366421,331 +366426,331 +366431,26 +366431,691 +366431,821 +366431,3321606 +366431,3366391 +366476,3323866 +366541,331 +366561,331 +366566,346 +366626,331 +366636,331 +366676,331 +366701,1356 +366711,1356 +366736,2071 +366736,2131 +366991,641 +366991,1066 +366991,3315306 +366991,3387306 +366996,491 +366996,3323676 +367026,3321246 +367026,3381191 +367036,1056 +367061,2131 +367076,1506 +367076,1766 +367076,3388171 +367076,3388176 +367081,26 +367081,1306 +367081,1406 +367091,861 +367091,976 +367091,3387536 +367126,861 +367126,976 +367126,3387536 +367146,861 +367146,976 +367146,3387536 +367156,1351 +367156,1356 +367156,3315151 +367156,3333881 +367296,3318136 +368111,1066 +368111,1351 +368111,1356 +368111,3323676 +368131,1351 +368131,1356 +368131,3323676 +368236,1351 +368236,1356 +368236,3323676 +368271,1066 +368271,1351 +368271,1356 +368271,3323676 +368531,26 +368531,341 +368531,3315476 +368536,26 +368536,341 +368551,1626 +368551,1631 +368551,1741 +368551,3323671 +368551,3374296 +368891,331 +368916,331 +368926,331 +368931,331 +369306,3323871 +369311,2171 +369311,3323866 +369321,26 +369321,1406 +369601,26 +369601,1306 +369601,1406 +369601,3321251 +370301,1801 +370306,366 +370306,1801 +370371,1801 +370376,2131 +370376,3323666 +370406,366 +370406,1801 +370406,3320636 +370426,656 +370426,2131 +370426,3323666 +370526,3318136 +370596,1366 +370596,2131 +370596,3323666 +371416,471 +371416,2201 +371451,471 +371451,2201 +371496,2201 +371511,3318136 +371536,471 +371536,2201 +371566,2201 +371661,446 +371661,806 +371661,3323676 +372096,446 +372096,806 +372096,3323881 +372116,1186 +372116,1216 +372116,3321536 +372316,446 +372316,806 +372316,3323881 +372336,3316451 +372441,26 +372441,1406 +372506,2086 +372556,806 +372556,3323881 +372581,806 +372581,3323881 +373026,806 +373026,1066 +373026,3323676 +373071,806 +373071,1066 +373071,3323676 +373151,806 +373151,3323676 +373261,1781 +373261,3387211 +373271,3316071 +373306,491 +373306,3323581 +373356,706 +373356,3314441 +373356,3322711 +373356,3323701 +373356,3388456 +373386,3321246 +373386,3381191 +373436,3321246 +373436,3381191 +373441,2131 +373441,3323666 +373461,1351 +373461,1356 +373471,1156 +373471,1466 +373471,3354291 +373481,1801 +373491,1801 +373501,3316836 +373506,3321286 +373516,1066 +373516,1231 +373536,1626 +373536,1631 +373536,1741 +373536,3374296 +373591,1066 +373766,3321246 +373766,3323731 +373766,3381191 +373781,3321246 +373781,3381191 +373796,3321246 +373796,3381191 +373806,636 +373806,936 +373806,1626 +373806,1631 +374091,506 +374091,756 +374181,26 +374181,641 +374181,3315306 +374631,3320456 +374631,3381611 +374661,1631 +374661,1741 +374661,3323661 +374661,3374296 +374676,1056 +375006,711 +375006,1566 +375006,3336366 +375556,806 +375821,81 +375821,3314541 +375821,3314546 +375821,3387301 +375826,1156 +375826,1551 +375826,2131 +375831,1156 +375831,2131 +375831,3323666 +375836,656 +375836,1156 +375836,1551 +375836,2131 +375836,3323666 +375851,1156 +375851,2131 +375851,3323666 +375871,656 +376101,1741 +376101,3323671 +376121,1741 +376121,3322276 +376121,3323671 +376121,3374296 +376261,26 +376261,691 +376261,821 +376261,3366391 +376331,346 +376331,3322496 +376331,3347731 +376446,3316071 +376446,3317776 +376461,3316071 +376461,3317776 +376601,3316071 +376606,3316071 +376611,3316071 +376616,3316071 +376626,3316071 +376631,3316071 +376641,3316071 +376656,3316071 +376661,3316071 +376666,3316071 +376676,3316071 +376706,3316071 +376711,3316071 +376716,3316071 +376721,3316071 +376776,3316071 +376781,3316071 +376786,3316071 +376796,3316071 +376831,1626 +376831,1741 +376831,3323671 +376841,3316071 +376861,3316071 +376906,3316071 +376911,3316071 +376916,3316071 +376926,3316071 +377056,3316071 +377111,3316071 +377126,3316071 +377136,3316071 +377166,3316071 +377176,3316071 +377196,3316071 +377201,3316071 +377206,3316071 +377216,3316071 +377221,3316071 +377231,706 +377231,2291 +377231,3323701 +377231,3375656 +377256,2291 +377256,3323701 +377261,3321246 +377261,3381191 +377371,26 +377371,366 +377371,821 +377371,3366391 +377491,336 +377491,706 +377491,2291 +377491,3315476 +377491,3323696 +377491,3323701 +377491,3375656 +377501,1626 +377501,1741 +377501,3323671 +377501,3374296 +377506,706 +377506,2291 +377506,3315476 +377506,3323696 +377506,3323701 +377596,1231 +377646,26 +377646,336 +377646,706 +377646,2291 +377646,3315476 +377646,3323696 +377646,3323701 +377776,26 +377776,821 +377891,3323766 +378061,1626 +378061,1741 +378061,3323671 +378061,3374296 +378161,2131 +378161,3323666 +378226,1156 +378226,2131 +378226,3323666 +378271,2131 +378271,3323666 +378386,856 +378386,1631 +378386,1741 +378386,3323671 +378386,3374296 +378396,856 +378396,1626 +378396,1631 +378396,1741 +378396,3323671 +378481,3320826 +378496,1506 +378496,3323676 +378496,3323881 +378506,3321246 +378506,3339276 +378506,3381191 +378506,3388226 +379536,721 +379616,1486 +379616,3315476 +379616,3324186 +379626,3324186 +379631,3324186 +379636,26 +379636,1406 +379651,1631 +379651,1741 +379921,366 +379946,976 +379946,1526 +379946,3324121 +379946,3375586 +379946,3387086 +380126,26 +380126,1406 +380126,3320636 +380211,3323766 +380456,2086 +380461,2086 +380466,366 +380466,3320636 +380466,3323711 +380581,1486 +380581,3324186 +380686,1281 +380686,3316436 +380841,3323656 +380911,1156 +380911,2131 +380911,3323666 +380916,2131 +380916,3323666 +380916,3387411 +380921,1156 +380921,1166 +380921,1551 +380921,2131 +380921,3323666 +380921,3387886 +380926,26 +380926,341 +380926,3315476 +380926,3321846 +380956,1156 +380956,2131 +380956,3323666 +380956,3387886 +381221,636 +381221,936 +381226,976 +381251,3323756 +381381,636 +381381,936 +381381,1626 +381381,3374296 +381441,856 +381441,1626 +381441,1631 +381441,1741 +381441,3357606 +381441,3374296 +381441,3387441 +381456,1626 +381456,1741 +381456,3315476 +381456,3374296 +381476,26 +381476,416 +381476,1156 +381476,3316421 +381476,3323756 +381476,3323766 +381481,26 +381481,1156 +381481,3323756 +381481,3323766 +381561,3321246 +381586,3321246 +381606,3321246 +381616,3321246 +381616,3381191 +381926,341 +381926,1626 +381926,1631 +381946,1776 +381946,3323181 +382086,3349956 +382191,3323756 +382236,1776 +382236,3323181 +382236,3387681 +382311,636 +382311,936 +382311,1626 +382311,1741 +382361,1741 +382361,3323671 +382381,346 +382546,346 +382546,3347731 +382596,2291 +382596,3323701 +382646,3316451 +382681,3316451 +382726,656 +382726,2131 +382901,331 +382936,3368201 +382981,1156 +383011,1011 +383011,3314701 +383011,3368201 +383031,26 +383031,3315501 +383031,3323866 +383031,3326261 +383146,2131 +383146,3323666 +383196,1486 +383196,3324186 +383286,2131 +383286,3323666 +383296,3316421 +383296,3324166 +383316,3324166 +383321,3324166 +383331,3324166 +383336,26 +383336,3324166 +383341,3324166 +383346,3324166 +383351,3324166 +383356,3324166 +383366,366 +383366,3324166 +383376,3324166 +383566,3316071 +383566,3317776 +383606,81 +383606,3314546 +383606,3317521 +383711,1486 +383711,3324186 +383726,1486 +383726,1946 +383726,3324186 +383741,721 +383741,3358751 +383786,1486 +383786,3317871 +383786,3324186 +383821,3324186 +383851,3324186 +383866,2131 +383866,3323666 +383911,3324186 +383926,3324186 +383941,1591 +383941,3323766 +383946,3317871 +383946,3373276 +383946,3387201 +383951,3324186 +383956,3324186 +383966,3317871 +383966,3324186 +383976,1486 +383976,3324186 +383986,656 +383991,3324186 +384001,3317871 +384036,3324186 +384051,3317871 +384061,1741 +384061,3323671 +384061,3374296 +384076,1331 +384181,26 +384181,1406 +384181,3320636 +384211,1631 +384211,1741 +384211,3322276 +384231,1626 +384231,1631 +384231,1741 +384231,3322276 +384286,1626 +384286,1741 +384286,3323671 +384286,3374296 +384431,6 +384431,26 +384431,56 +384431,131 +384431,3316151 +384431,3364706 +384456,976 +384466,3316451 +384516,1156 +384531,1011 +384531,3314701 +384531,3349956 +384561,1376 +384616,346 +384616,3322496 +384616,3347731 +384661,1281 +384661,1286 +384661,1291 +384661,3316436 +384661,3337426 +384661,3348396 +384721,706 +384721,3314441 +384721,3323696 +384721,3387596 +384721,3388311 +384721,3388456 +384726,856 +384726,1626 +384726,1631 +384726,1741 +384726,3323671 +384726,3357606 +384726,3374296 +384726,3374301 +384771,3324376 +384811,3323701 +384811,3388456 +385081,1741 +385081,3374296 +385231,706 +385231,2291 +385231,3323696 +385231,3323701 +385411,3321246 +385411,3323656 +385411,3387411 +385601,706 +385601,3314441 +385601,3323696 +385656,336 +385656,3321246 +385656,3387521 +385656,3388241 +385821,3323676 +385981,3323696 +386026,1631 +386026,1741 +386241,1006 +386361,3323656 +386526,3316071 +386676,1771 +386676,3320891 +386751,1771 +386876,1771 +386876,3320891 +386891,1771 +386891,3320891 +387011,3316451 +387031,3316451 +387061,1771 +387091,3317871 +387091,3387126 +387141,636 +387141,936 +387141,1626 +387141,3374296 +387166,1771 +387221,3317871 +387221,3387126 +387251,3317871 +387251,3387126 +387266,3317871 +387266,3344136 +387266,3387126 +387291,1631 +387291,1741 +387316,3317871 +387326,3317871 +387381,3317871 +387381,3344136 +387381,3387126 +387411,3321246 +387411,3323656 +387411,3339276 +387411,3381191 +387431,3317871 +387431,3387126 +387696,486 +387696,3387701 +387921,1166 +387921,1831 +387921,3349956 +387956,1631 +387956,1741 +387981,3317871 +387991,3323656 +387991,3388226 +388011,3323651 +388011,3323731 +388011,3381191 +388011,3388226 +388331,3318136 +388386,1741 +388386,3323671 +388386,3374296 +388651,2131 +388651,3316116 +388651,3323666 +388671,2131 +388671,3316116 +388671,3323666 +388686,656 +388686,2131 +388686,3316116 +388686,3323666 +388686,3387411 +388701,2131 +388701,3316116 +388701,3323666 +388711,2131 +388711,3316116 +388711,3323666 +388726,1156 +388726,2131 +388726,3316116 +388726,3323666 +388746,2131 +388801,3323651 +388841,1081 +388841,3324206 +388866,1626 +388866,1741 +388866,3323671 +388971,1626 +388971,1741 +388971,3323671 +388991,3317871 +389011,3317871 +389101,1661 +389106,1626 +389106,1741 +389106,3323671 +389106,3374296 +389126,856 +389126,1626 +389126,1631 +389126,3323626 +389126,3323641 +389126,3357606 +389126,3357641 +389126,3357651 +389136,1231 +389136,3317431 +389141,776 +389141,1156 +389141,3322076 +389141,3323766 +389141,3354291 +389141,3387131 +389141,3388311 +389206,1661 +389266,1661 +389316,1156 +389316,1661 +389441,1486 +389441,3323656 +389516,1156 +389516,1166 +389516,3323666 +389526,2281 +389536,1591 +389536,3322076 +389536,3323766 +389541,1591 +389541,3323766 +389541,3387131 +389566,656 +389666,3317871 +389666,3387126 +389806,1631 +389806,1741 +389941,1741 +389941,3322276 +389941,3323671 +389941,3357606 +390056,3321246 +390056,3323731 +390056,3339276 +390056,3381191 +390201,466 +390201,3320636 +390201,3346556 +390201,3374881 +390271,3321246 +390271,3339276 +390271,3381191 +390326,3321246 +390326,3339276 +390326,3381191 +390326,3387456 +390681,366 +390681,3323706 +390681,3323711 +390766,3323211 +390781,1741 +390781,3323671 +390781,3357606 +390781,3374296 +390791,1631 +390791,1741 +390836,3323676 +390991,1036 +390991,3348396 +390991,3387781 +391061,3323651 +391076,641 +391076,3315306 +391136,366 +391136,1801 +391136,3320636 +391136,3323706 +391276,1486 +391276,3317871 +391276,3387126 +392566,1486 +392566,3323656 +393776,3316071 +393776,3324061 +393776,3324066 +393856,3321246 +393856,3323656 +393856,3323731 +393856,3381191 +393951,1186 +393951,1216 +393951,1506 +393956,3323696 +394036,576 +394036,1231 +394366,721 +394366,3358751 +394426,1626 +394426,1631 +394426,1741 +394486,1626 +394486,1741 +394486,3323671 +394486,3374296 +394811,1591 +394811,3323766 +394811,3325641 +394986,3323651 +395001,3320636 +395001,3321246 +395001,3323651 +395001,3388226 +395051,1591 +395051,3323766 +395051,3325641 +395166,26 +395166,1406 +395361,2086 +395516,806 +395571,26 +395571,1406 +395586,81 +395586,3314546 +395586,3317521 +395591,3323756 +395636,3314441 +395636,3323696 +395636,3323701 +395636,3388456 +395691,1631 +395691,1741 +395781,3321246 +395781,3323656 +395826,3323651 +395881,3323626 +395891,2131 +395891,3323666 +395921,26 +395921,366 +395921,3323706 +395921,3387366 +395936,3323656 +396141,3314441 +396141,3323701 +396261,26 +396261,3321246 +396261,3323731 +396261,3339276 +396261,3381191 +396306,711 +396306,1566 +396306,3336366 +396356,711 +396356,3336366 +396366,3316451 +396371,711 +396371,3336366 +396381,3316451 +396736,3322716 +396751,706 +396751,3314441 +396751,3322716 +396751,3388456 +397206,3317531 +397206,3322621 +397531,26 +397531,471 +397531,1306 +397531,1406 +397531,3386771 +398021,1751 +398021,1761 +398021,3344691 +398026,1751 +398026,1761 +398026,3327491 +398036,1626 +398036,1631 +398081,1626 +398081,1631 +398116,976 +398116,2086 +398116,3387536 +398186,1646 +398456,1626 +398456,1631 +398456,1741 +398456,3357606 +398676,1646 +398821,2281 +398831,506 +398831,881 +398836,706 +398836,3323696 +398836,3323701 +398931,3316436 +398931,3337426 +398956,1631 +398956,1741 +399116,1261 +399116,3315636 +399121,3315636 +399466,491 +399466,956 +399651,3323656 +399661,481 +399661,3324201 +399896,1156 +399896,1166 +399896,2131 +399896,3323666 +400006,761 +400006,771 +400006,3387511 +400086,1156 +400086,1466 +400086,3354291 +400116,1156 +400116,1466 +400116,3354291 +400166,3323756 +400466,2281 +400546,511 +400546,3381191 +400571,3349956 +400586,3323656 +400591,3317871 +400591,3344136 +400806,1156 +400806,3325561 +400806,3328711 +400806,3328721 +400816,3316436 +400816,3337426 +400826,1486 +400841,1156 +400841,2131 +400891,636 +400891,936 +400891,1626 +400891,1631 +400891,1741 +400891,3322276 +400961,1626 +400961,1741 +400961,3322276 +400961,3374296 +401106,331 +401106,3346556 +401106,3374881 +401146,321 +401146,416 +401456,1626 +401456,1631 +401666,511 +401666,3321246 +401666,3323731 +401666,3339276 +401666,3381191 +401666,3387411 +401816,3316191 +401931,1631 +401931,1741 +401986,3323731 +402101,706 +402101,3322711 +402101,3322716 +402101,3388456 +402296,3320921 +402306,706 +402306,3314441 +402306,3322711 +402306,3322716 +402306,3388456 +402311,26 +402311,1406 +402311,1596 +402336,1486 +402336,3317871 +402411,1486 +402411,3317871 +402456,26 +402456,821 +402456,3366391 +402486,1631 +402486,1741 +402516,2131 +402521,1156 +402521,2131 +402521,3323666 +402626,1486 +402626,3317871 +402626,3323171 +402631,1486 +402631,3317871 +402641,1486 +402641,3317871 +402651,1486 +402651,3317871 +402696,81 +402696,3314541 +402696,3314546 +402696,3387301 +402766,1466 +402766,3324991 +402766,3387201 +402766,3387366 +402816,1466 +402816,3324991 +402816,3387366 +402846,3324991 +402861,1626 +402861,1631 +402861,1741 +402916,1156 +402916,1166 +402916,2131 +402916,3323666 +402946,3318136 +402951,1 +402951,1636 +402951,3315501 +402961,3316226 +402966,3316226 +402986,3316226 +403001,1351 +403001,1356 +403001,3315151 +403001,3333881 +403076,1626 +403076,1631 +403076,1741 +403081,3316226 +403086,3314721 +403086,3316226 +403091,3314721 +403091,3316226 +403096,1626 +403101,1751 +403101,1761 +403126,3317871 +403146,3317871 +403251,1486 +403251,3317871 +403296,1626 +403296,3374296 +403401,1631 +403401,1741 +403406,2131 +403431,466 +403456,466 +403536,26 +403536,1406 +403536,3320636 +403576,466 +403576,3346556 +403576,3374881 +403686,466 +403686,3346556 +403686,3374881 +403691,466 +403696,466 +403711,466 +403721,466 +403731,466 +403731,676 +403731,3346556 +403731,3374881 +403751,3316451 +403856,366 +403856,1801 +403856,3320636 +403871,3322001 +403956,1486 +403956,3315476 +403956,3317871 +403956,3324186 +403961,1486 +403961,3317871 +403961,3323171 +403961,3324186 +403966,1486 +403966,3324186 +403971,1486 +403971,3324186 +403981,1486 +403981,3324186 +403991,1486 +403991,3324186 +403996,1486 +403996,3324186 +404001,1486 +404001,3324186 +404006,1486 +404006,3324186 +404021,1486 +404021,3317871 +404021,3324186 +404026,1486 +404026,3317871 +404026,3324186 +404031,1486 +404031,3324186 +404036,1486 +404036,3317871 +404036,3324186 +404151,3321061 +404156,3321061 +404166,3321061 +404176,466 +404176,3346556 +404176,3374881 +404411,1116 +404416,1116 +404421,1116 +404481,1116 +404491,1116 +404726,711 +404726,3336366 +404891,2131 +405026,1631 +405026,1741 +405066,711 +405066,3336366 +405111,1466 +405111,3354291 +405111,3387411 +405116,3316071 +405121,1631 +405121,1741 +405151,1801 +405471,1486 +405471,3317871 +405531,1486 +405531,3317871 +405556,1486 +405561,1486 +405576,1486 +405581,1626 +405581,1631 +405581,3357606 +405586,1486 +405616,1486 +405626,1486 +405636,1486 +405686,1486 +405686,3387126 +405691,1486 +405701,1486 +405701,3387126 +405721,366 +405721,671 +405761,26 +405761,1486 +405761,3387201 +405766,26 +405766,1486 +405766,3317871 +405771,1486 +405776,26 +405776,1486 +405806,6 +405806,26 +405806,3386296 +405836,3321036 +405841,1486 +405841,3315476 +405841,3317871 +405841,3324186 +405841,3387126 +405886,1376 +405886,3335636 +405901,1376 +405901,3335636 +405901,3349956 +405911,1486 +405911,3324186 +405911,3344136 +405911,3379831 +405911,3387126 +405926,1486 +405926,3324186 +405956,1486 +405956,3324186 +405956,3354311 +406066,1486 +406066,3324186 +406101,1486 +406101,3317871 +406101,3324186 +406101,3344136 +406206,341 +406211,26 +406211,341 +406211,3354631 +406281,1626 +406281,1631 +406281,1741 +406281,3357606 +406281,3374296 +406476,1161 +406476,3349956 +406481,1231 +406521,771 +406601,3321061 +406611,3321246 +406611,3381191 +406691,856 +406691,1626 +406691,1741 +406691,3374296 +406696,636 +406696,936 +406711,3321246 +406711,3381191 +406986,3321226 +406986,3381811 +407151,3314701 +407371,446 +407371,806 +407486,3314701 +407486,3368201 +407686,606 +407686,3324376 +407846,366 +408156,81 +408156,3314541 +408156,3314546 +408156,3388296 +408176,656 +408176,1156 +408176,2131 +408176,3323666 +408276,3316071 +408281,3316071 +408396,761 +408396,771 +408441,1066 +408441,3315366 +408441,3316691 +408441,3321306 +408441,3388041 +408441,3388311 +408486,706 +408486,3314441 +408486,3388456 +408526,1156 +408526,2131 +408526,3323666 +408536,1056 +408536,3314446 +408616,2131 +408616,3323666 +408746,3316366 +408751,26 +408751,1406 +408761,1466 +408761,3354291 +408961,3316071 +409011,3318136 +409031,1006 +409031,1506 +409046,1 +409046,331 +409046,3317956 +409516,3316071 +409516,3317776 +409521,3316071 +409521,3317776 +409561,2131 +409561,3321151 +409656,2281 +409691,3316071 +409691,3317776 +409696,3316071 +409696,3317776 +409706,3316071 +409706,3317776 +409716,3321036 +409776,3321596 +409791,3321696 +409816,1231 +409921,721 +409921,3358751 +410121,3317871 +410161,3317871 +410256,3349956 +410286,3317531 +410341,1056 +410341,1466 +410371,1156 +410371,1466 +410371,3324201 +410371,3354291 +410396,81 +410396,3321061 +410451,3317431 +410766,1486 +410771,1486 +410776,1486 +410796,1486 +410806,1486 +410811,1486 +411191,961 +411191,3386686 +411196,1486 +411196,3317871 +411206,1486 +411206,3317871 +411426,2281 +411441,1646 +411541,511 +411551,511 +411561,511 +411586,856 +411586,1626 +411586,1631 +411586,1741 +411586,3357606 +411586,3374296 +411626,511 +411636,511 +411681,511 +411681,3321246 +411681,3323731 +411681,3381191 +411936,856 +411936,1631 +411936,1741 +411936,3374296 +412251,1216 +412261,511 +412311,131 +412311,1376 +412426,1646 +412456,641 +412456,3315306 +412536,511 +412536,3321246 +412546,511 +412546,3321246 +412556,806 +412586,511 +412586,3321246 +412586,3381191 +412621,3321251 +412736,3315256 +412926,1246 +412926,3319871 +412926,3357796 +412926,3388251 +412951,3321246 +412951,3323731 +412951,3381191 +412956,3315501 +413191,1626 +413191,1631 +413191,1741 +413191,3374296 +413201,1626 +413201,1631 +413201,1741 +413201,3374296 +413206,976 +413221,1761 +413236,2131 +413236,3323666 +413236,3331171 +413246,2131 +413246,3323666 +413246,3387411 +413261,2131 +413261,3323666 +413276,81 +413276,3317531 +413321,3316071 +413321,3317776 +413326,3316071 +413326,3317776 +413331,3316071 +413331,3317776 +413441,2131 +413441,3323666 +413491,721 +413491,3358751 +413521,2131 +413521,3323666 +413536,656 +413536,1156 +413536,2131 +413536,3323666 +413546,1156 +413546,2131 +413546,3323666 +413766,3317531 +413791,756 +413856,976 +413861,3316071 +413861,3317776 +413866,3316071 +413866,3317776 +413891,81 +413891,3314556 +413891,3322571 +413891,3387366 +414046,511 +414046,3321246 +414046,3381191 +414051,511 +414051,3339276 +414066,511 +414066,3321246 +414066,3339276 +414081,511 +414081,3339276 +414091,3315476 +414091,3317871 +414091,3387126 +414106,366 +414106,1801 +414116,366 +414116,1801 +414156,3314726 +414156,3316451 +414166,1486 +414166,3317871 +414166,3344136 +414166,3354311 +414201,511 +414201,3316421 +414201,3388226 +414226,511 +414226,3321246 +414231,511 +414346,781 +414386,721 +414411,661 +414421,761 +414421,771 +414451,1466 +414451,3354291 +414451,3387411 +414466,1776 +414481,661 +414581,661 +414586,661 +414646,511 +414646,3321246 +414961,1486 +414966,1486 +414971,756 +415336,1466 +415336,3354291 +415341,1466 +415341,3354291 +415416,1486 +415416,3317871 +415471,366 +415476,756 +415491,756 +415506,756 +415511,366 +415531,756 +415576,756 +415711,26 +415711,3324376 +415711,3381191 +415711,3388226 +415776,1776 +416236,26 +416236,1306 +416261,2131 +416261,3323666 +416296,656 +416296,1156 +416296,2131 +416296,3323666 +416536,3321246 +416536,3321696 +416536,3323731 +416536,3381191 +417566,1156 +417566,1846 +418026,1466 +418026,3354291 +418051,1466 +418051,3354291 +418056,1466 +418056,3354291 +418071,1066 +418191,1486 +418191,3317871 +418226,656 +418226,2131 +418226,3323666 +418241,721 +418241,3358751 +418356,511 +418356,3321246 +418401,3318136 +418696,1261 +418696,2061 +418696,3320901 +418696,3339241 +418716,3317871 +418716,3387126 +418731,3316451 +418816,711 +418816,1566 +418816,3336366 +419031,3321226 +419056,3321226 +419106,3321226 +419146,3321226 +419166,3317871 +419291,3317871 +419426,3317531 +419601,3320636 +419601,3321226 +419611,3321226 +419656,3321226 +419666,3321226 +419676,3321226 +419866,641 +419866,1066 +420131,2281 +420711,706 +420711,3314441 +420711,3322711 +420711,3388456 +420796,3316226 +420801,3316226 +420811,671 +420841,671 +421456,26 +421851,3318136 +421891,1261 +421891,2061 +421891,3320906 +421951,1466 +421951,3354291 +421956,1466 +421956,3354291 +421976,1466 +421976,3354291 +421976,3387366 +421981,1466 +421981,3354291 +421981,3387366 +421986,1466 +421986,3354291 +421986,3387366 +421991,1466 +421991,3354291 +421991,3387366 +421996,1466 +421996,3354291 +421996,3387366 +422001,1466 +422001,3354291 +422001,3387366 +422006,1466 +422006,3354291 +422006,3387366 +422306,976 +422596,1186 +422596,1216 +422596,3321536 +422781,1356 +422781,3320636 +423151,491 +424506,81 +424506,3314546 +424506,3314556 +424546,701 +424546,1741 +424551,976 +424581,1466 +424581,3354291 +424586,1466 +424586,3354291 +424716,806 +424781,1156 +424781,1776 +424781,3376776 +424781,3387681 +424836,1781 +424836,3387211 +424916,3317871 +425091,711 +425091,3336366 +425141,3314541 +425141,3317531 +425141,3321061 +425251,656 +425261,3324061 +425366,1356 +425366,3333881 +425391,1356 +425391,3333881 +425401,1356 +425411,1486 +425411,3315476 +425411,3317871 +425416,1356 +425416,3333881 +425556,571 +425576,81 +425576,3314541 +425576,3317531 +425666,1751 +425666,3327491 +425666,3344691 +425791,576 +425791,721 +425791,3358751 +425856,656 +425856,2131 +425856,3323666 +425976,656 +425976,2131 +425976,3323666 +425981,3349956 +425986,1486 +425986,3317871 +425991,1486 +425991,3317871 +426556,3327491 +426736,3316226 +426751,3316226 +426801,1156 +426801,3316226 +426816,3316226 +426866,3316226 +426966,2131 +426966,3323666 +427241,3321246 +427256,976 +427311,2131 +427391,706 +427391,3314441 +427391,3322716 +427391,3388456 +427426,1626 +427451,3316071 +427461,976 +427966,1466 +427966,3354291 +428131,3323656 +428226,1486 +428226,3317871 +428226,3387126 +428236,706 +428236,3314441 +428236,3322716 +428236,3388456 +428331,1306 +428381,3386296 +428506,131 +428651,711 +428651,3336366 +428671,656 +428671,2131 +428671,3323666 +428741,976 +428841,3321131 +428846,3321131 +428851,3321131 +428861,3321131 +428871,3321131 +428876,3321131 +428881,1166 +428881,3321131 +428906,3321131 +428916,3321131 +428921,3321131 +428966,3321131 +429036,1156 +429036,3321131 +429056,1156 +429056,3321131 +429061,3321131 +429066,1306 +429071,3321131 +429071,3387886 +429086,3321131 +429106,3321131 +429136,1156 +429136,3321131 +429151,3321131 +429161,2281 +429221,1306 +429226,1306 +429236,1306 +429896,1486 +429896,3344136 +429911,1486 +429926,1486 +429931,1486 +429936,1486 +429941,1486 +429946,1486 +429951,1486 +429976,1486 +429996,1486 +430081,1466 +430081,3354291 +430086,1466 +430086,3354291 +430111,1466 +430111,3354291 +430116,1466 +430116,3354291 +430131,1466 +430131,1891 +430131,3345436 +430131,3354291 +430131,3388541 +430161,1466 +430161,3345436 +430161,3354291 +430171,1156 +430171,2131 +430171,3323666 +430216,1466 +430216,3354291 +430216,3388541 +430256,1466 +430256,3345436 +430256,3354291 +430281,1466 +430281,3345436 +430281,3354291 +430286,1776 +430291,1466 +430291,3354291 +430321,1466 +430321,3345436 +430321,3349956 +430321,3354291 +430336,1761 +430516,331 +430646,1466 +430646,3354291 +430661,1466 +430661,3345436 +430661,3354291 +430666,1466 +430666,3354291 +430671,1466 +430671,3354291 +430686,1156 +430686,1466 +430686,3345436 +430686,3354291 +430691,1466 +430691,3354291 +430701,1466 +430701,3354291 +430706,1156 +430706,1466 +430706,3354291 +430711,1466 +430711,3354291 +430716,1466 +430716,3354291 +430721,1466 +430721,3354291 +430726,1466 +430726,3354291 +430731,1466 +430731,3354291 +430881,1156 +430881,1466 +430881,3345436 +430881,3354291 +430891,1466 +430891,3345436 +430891,3354291 +430896,1466 +430896,3345436 +430896,3354291 +430976,2131 +430976,3323666 +431026,1761 +431026,3327491 +431131,1751 +431131,1761 +431131,3327491 +431131,3344691 +431176,1751 +431186,1751 +431186,3327491 +431206,131 +431231,26 +431231,1306 +431231,1406 +431591,2131 +431601,711 +431601,1566 +431601,3336366 +431616,671 +431666,711 +431666,1566 +431666,3336366 +431676,1566 +431676,3336366 +431716,3317871 +431811,711 +431811,1566 +431811,3336366 +431831,3321146 +431831,3321151 +431866,481 +431866,571 +431866,1156 +431866,3324201 +431951,3315256 +431991,3321246 +432031,711 +432031,1566 +432031,3336366 +432046,711 +432046,1566 +432046,3336366 +432081,491 +432081,956 +432131,1351 +432131,1356 +432181,1801 +432231,1626 +432231,1741 +432231,3357606 +432246,1466 +432246,3354291 +432251,1466 +432251,3354291 +432371,3317871 +432371,3324181 +432371,3344136 +432401,976 +432421,881 +432426,881 +432466,1526 +432476,656 +432476,1156 +432476,1551 +432476,2131 +432476,3323666 +432546,3320456 +432546,3322421 +432546,3349121 +432561,3320456 +432561,3322421 +432561,3331611 +432596,721 +432596,3358751 +432616,721 +432616,3358751 +432641,3322421 +432641,3331611 +432661,3320456 +432661,3322421 +432661,3331611 +432666,3320456 +432666,3322421 +432666,3331611 +432716,3320836 +432746,976 +432816,3321246 +432816,3339276 +432816,3387411 +432971,1781 +432996,1801 +433026,1486 +433026,3323171 +433046,26 +433046,1156 +433046,3347346 +433216,3321246 +433221,1296 +433231,806 +433246,1296 +433246,1976 +433251,1296 +433306,1306 +433346,3321246 +433346,3339276 +433371,3321246 +433371,3387411 +433411,26 +433411,1776 +433426,26 +433426,1776 +433446,26 +433446,2111 +433446,3315476 +433446,3320636 +433466,3321246 +433501,706 +433501,3314441 +433501,3315476 +433506,1591 +433506,3322076 +433506,3323246 +433556,676 +433556,3346556 +433556,3374881 +433576,976 +433581,1801 +433586,2131 +433586,3323666 +433656,1801 +433681,636 +433681,936 +433691,3321246 +433691,3387411 +433921,3321246 +434011,1156 +434061,3349956 +434256,2281 +434366,366 +434366,1801 +434366,3386361 +434401,1486 +434401,3387126 +434446,836 +434446,3325561 +434446,3328711 +434446,3328721 +434446,3337921 +434531,1486 +434531,3316421 +434531,3317871 +434531,3324741 +434636,1486 +434636,3317871 +434741,1 +434741,331 +434926,336 +434926,1066 +434926,1506 +434926,3315256 +434926,3387511 +434936,1216 +434936,1506 +434936,3315256 +434951,1406 +434951,1506 +434951,3315256 +434956,1506 +434956,3315256 +434966,1506 +434966,3315256 +434981,1216 +434981,1506 +434981,3315256 +435001,1506 +435001,3315256 +435026,1406 +435026,1506 +435026,3315256 +435146,706 +435146,2291 +435221,706 +435236,706 +435241,3320636 +435241,3321246 +435306,3321246 +435751,3321246 +435751,3339276 +435756,3321246 +435956,1776 +436081,706 +436201,3321246 +436321,706 +436321,3314441 +436336,386 +436466,976 +436531,3321246 +436531,3339276 +436551,386 +436596,1781 +436596,3387211 +436851,1486 +436876,1801 +436971,81 +437046,26 +437046,3387366 +437071,26 +437071,3387366 +437111,336 +437111,3321246 +437211,1801 +437236,1156 +437236,1591 +437236,3322076 +437246,11 +437246,491 +437376,3321246 +437491,331 +437521,491 +437521,3324681 +437741,3321246 +437741,3339276 +437741,3381146 +437741,3381191 +437741,3387411 +437751,3321246 +437751,3339276 +437751,3387411 +437766,656 +437766,1551 +437766,2131 +437766,3323666 +437781,2176 +437781,3321251 +437811,1466 +437811,3349956 +437811,3354291 +437816,1466 +437816,3349956 +437816,3354291 +437866,2131 +437981,3317531 +437986,81 +437986,3314541 +437986,3317531 +437991,81 +437991,3314541 +437991,3317531 +438101,1156 +438101,1466 +438101,3354291 +438141,3321061 +438166,3321246 +438186,706 +438186,3314441 +438186,3388456 +438296,1231 +438361,446 +438361,806 +438366,446 +438366,806 +438371,446 +438371,806 +438371,3316421 +438381,446 +438381,806 +438396,446 +438396,806 +438456,1466 +438456,3349956 +438456,3354291 +438486,641 +438486,3315306 +438761,711 +438761,3336366 +438776,1626 +438776,1741 +438846,3321016 +438846,3335251 +438851,1626 +438851,1741 +438931,1486 +438931,3317871 +438996,1056 +439001,1056 +439041,526 +439041,3321246 +439041,3339276 +439041,3381191 +439261,526 +439261,3321246 +439261,3339276 +439261,3374936 +439261,3381191 +439276,1281 +439321,706 +439321,3314441 +439321,3322716 +439321,3388456 +439376,3321246 +439376,3339276 +439376,3381191 +439406,3321246 +439406,3323731 +439406,3339276 +439456,446 +439456,806 +439496,1281 +439496,3321016 +439496,3335251 +439506,656 +439506,1156 +439506,1166 +439506,1551 +439506,3321131 +439511,3349956 +439516,1166 +439516,2131 +439516,3323666 +439531,706 +439531,3375656 +439621,656 +439621,1156 +439621,3323666 +439636,1231 +439636,3315511 +439646,1186 +439646,1506 +439651,711 +439651,1566 +439651,3336366 +439661,3321246 +439666,3321246 +439666,3339276 +439666,3387411 +439681,3321246 +439681,3339276 +439681,3387411 +439706,1306 +439751,3321246 +439751,3323731 +439751,3339276 +439841,641 +439841,3315306 +439966,3321771 +439966,3382561 +440121,1066 +440121,3353871 +440121,3353891 +440121,3355866 +440121,3388041 +440186,3321246 +440186,3339276 +440196,3321246 +440196,3339276 +440196,3387411 +440206,3321246 +440206,3339276 +440206,3387411 +440256,2131 +440296,1781 +440326,1646 +440376,1741 +440421,3318136 +440466,3321246 +440466,3339276 +440476,331 +440746,1006 +440746,1261 +440746,2061 +440746,3320931 +440746,3339241 +440871,756 +440976,1801 +441026,1626 +441026,1631 +441026,3323641 +441026,3374296 +441041,706 +441041,3314441 +441041,3322716 +441041,3388456 +441221,711 +441221,1566 +441221,3336366 +441346,701 +441346,856 +441346,1626 +441346,1631 +441346,3357606 +441351,2131 +441361,2131 +441371,706 +441371,1856 +441371,3314441 +441371,3372261 +441371,3387601 +441371,3388456 +441506,366 +441506,1801 +441556,1741 +441636,3321246 +441636,3339276 +441791,3322496 +441791,3347731 +441961,3321596 +441971,706 +441971,3314441 +441971,3388456 +441986,706 +441986,3314441 +441986,3388456 +442001,711 +442001,1566 +442001,3336366 +442031,3322001 +442046,3315651 +442236,3316191 +442251,1466 +442251,3354291 +442256,1466 +442256,3354291 +442296,3321246 +442301,771 +442301,3378226 +442301,3387511 +442336,2176 +442416,1636 +442611,1156 +442661,746 +442661,1526 +442821,656 +442851,1231 +442851,3315511 +442906,81 +442906,3317531 +442906,3322621 +442936,1 +442936,491 +442936,1231 +442936,3314766 +442936,3315511 +442936,3386296 +442966,3327491 +442976,3327491 +442986,3327491 +443001,1156 +443001,1551 +443001,2131 +443041,3321246 +443041,3339276 +443081,1486 +443081,3386261 +443361,976 +443386,3316971 +443411,1466 +443411,3354291 +443426,706 +443471,471 +443491,3321246 +443491,3339276 +443496,1751 +443496,1761 +443506,3317531 +443516,3321246 +443516,3339276 +443596,2281 +443616,1801 +443811,806 +443811,1066 +443871,961 +443956,26 +443956,641 +443956,1066 +443956,3315306 +443956,3387306 +444026,671 +444436,3315156 +444446,1506 +444446,1766 +444446,3315256 +444481,711 +444481,3336366 +444541,1356 +444541,3333881 +444551,1356 +444551,3333881 +444666,976 +444676,976 +444681,976 +444686,976 +444706,706 +444706,3314441 +444706,3322716 +444706,3388456 +444726,2281 +444761,1161 +444761,3349956 +444791,976 +444791,3320636 +444791,3339606 +444821,3321246 +444821,3339276 +444921,1781 +444921,3387211 +444941,3321246 +444941,3339276 +444991,346 +444991,3322496 +444991,3347731 +445051,1486 +445061,1486 +445061,3344136 +445066,1486 +445066,3344136 +445086,706 +445086,3375656 +445111,481 +445111,571 +445111,3324201 +445151,1801 +445156,706 +445156,3314441 +445156,3322716 +445156,3388456 +445231,506 +445231,756 +445231,881 +445296,3321246 +445301,1216 +445301,1506 +445496,706 +445496,3375656 +445506,366 +445506,1801 +445556,26 +445556,321 +445806,2281 +445931,81 +445951,1231 +446021,81 +446021,3314541 +446021,3317531 +446061,2131 +446116,481 +446116,571 +446116,1156 +446116,3324201 +446116,3375106 +446136,976 +446261,706 +446576,1356 +446576,3333881 +446651,1356 +446651,3333881 +446746,711 +446746,3336366 +446861,1781 +446861,3387211 +446901,711 +446901,3336366 +447231,3386296 +447411,1351 +447411,1356 +447876,721 +447876,3358751 +447901,1296 +447901,1976 +448916,526 +448916,3321246 +448916,3381191 +448916,3387456 +449696,491 +449986,3321131 +450021,3321151 +450076,446 +450076,806 +450196,1056 +450491,1166 +450746,3321016 +450756,3321016 +450821,706 +450826,1156 +450826,1831 +450826,3349956 +450841,1831 +450841,3349956 +450851,1831 +450851,3349956 +450916,706 +450921,1831 +450926,706 +450956,1831 +450956,3349956 +450976,3349956 +451001,3321081 +451001,3349956 +451016,1161 +451026,3321966 +451026,3349956 +451156,1831 +451201,1 +451201,3317871 +451211,3315476 +451211,3321081 +451211,3349956 +451216,3321966 +451216,3349956 +451221,1831 +451221,3349956 +451226,3315476 +451226,3321081 +451226,3349956 +451236,3321081 +451236,3340531 +451236,3349956 +451266,1831 +451266,3349956 +451291,1831 +451291,3349956 +451296,1831 +451301,1831 +451301,3349956 +451306,1831 +451306,3349956 +451311,2176 +451341,1831 +451341,3340531 +451341,3349956 +451346,1831 +451346,3349956 +451366,1831 +451366,3349956 +451376,3321081 +451381,1831 +451381,3349956 +451391,1831 +451391,3349956 +451396,1831 +451396,3340531 +451396,3349956 +451416,1831 +451416,3349956 +451431,3321081 +451431,3340531 +451431,3349956 +451436,1831 +451456,3321081 +451456,3349956 +451481,1831 +451481,3349956 +451511,3321081 +451511,3349956 +451521,1831 +451521,3349956 +451526,3321081 +451526,3349956 +451536,1831 +451536,3349956 +451541,131 +451541,1996 +451541,3316421 +451541,3356386 +451571,706 +451576,3349956 +451581,706 +451736,1831 +451736,3349956 +451776,1831 +451786,3349956 +451826,3321966 +451841,1831 +451841,3349956 +451871,1831 +451871,3349956 +451986,3321966 +451986,3349956 +452231,706 +452261,3340531 +452261,3349956 +452271,3322496 +452271,3347731 +452281,3315476 +452281,3321966 +452281,3349956 +452286,3335636 +452291,1831 +452291,3349956 +452306,706 +452306,3314441 +452306,3322716 +452306,3388456 +452326,1891 +452326,3345436 +452361,1831 +452361,3349956 +452386,3321966 +452386,3349956 +452456,3320416 +452466,3320416 +452501,3320416 +452511,706 +452536,1751 +452536,3344691 +452751,706 +452756,3320416 +452761,706 +452766,1776 +452781,3320416 +452821,706 +453011,1296 +453011,1976 +453021,3320416 +453071,706 +453071,3314441 +453071,3322716 +453071,3388456 +453076,1156 +453096,1466 +453096,3354291 +453101,1466 +453101,3354291 +453106,1466 +453106,3354291 +453111,336 +453111,1156 +453111,1466 +453111,3354291 +453116,1156 +453171,706 +453196,1066 +453251,706 +453301,711 +453301,1566 +453301,3335116 +453301,3336366 +453311,366 +453311,3320636 +453421,1156 +453536,706 +453556,1156 +453566,3316071 +453566,3324071 +453581,1156 +453591,1156 +453611,806 +453611,1066 +453651,331 +453666,706 +453696,1891 +453736,1196 +453736,3335301 +453741,1891 +453821,1156 +453961,1156 +453971,331 +453976,3323241 +453976,3326261 +454071,1156 +454081,1781 +454236,2171 +454356,331 +454366,761 +454536,1196 +454536,3335301 +454576,3335301 +454621,3335301 +454791,1156 +454791,1466 +454791,3354291 +454926,1506 +454926,3315256 +454981,3349956 +455256,336 +455256,3321246 +455266,3317871 +455266,3344136 +455331,1156 +455626,3322496 +455626,3347731 +455676,711 +455676,3336366 +455711,756 +455721,756 +455736,756 +455971,1281 +455971,1286 +455971,1291 +455971,3348396 +456031,1626 +456036,976 +456041,1006 +456086,1801 +456091,1281 +456101,1281 +456141,3321016 +456141,3335251 +456166,1156 +456211,1781 +456241,706 +456251,706 +456271,706 +456291,706 +456306,706 +456311,706 +456321,1781 +456321,3387211 +456386,321 +456386,3386296 +456531,1176 +456531,3388126 +456546,1066 +456591,706 +456596,706 +456606,706 +456616,706 +456621,706 +456641,706 +456651,706 +456706,656 +456706,1156 +456706,1166 +456706,2131 +456706,3323666 +456706,3387886 +456726,1801 +456786,3316071 +456791,1156 +456791,3387886 +456806,1156 +456806,3387886 +456816,706 +456846,706 +456851,706 +456856,706 +456871,706 +456876,706 +456886,706 +456886,3314441 +456886,3322716 +456886,3388456 +457166,881 +457216,1751 +457231,1156 +457231,2131 +457236,1626 +457281,3316421 +457281,3386296 +457336,1626 +457336,1741 +457376,1781 +457376,3387211 +457416,756 +457421,1781 +457731,3316436 +457731,3337426 +457766,1626 +457851,1626 +457851,1631 +457871,1466 +457871,3353266 +457871,3354291 +457871,3387621 +458166,446 +458166,806 +458171,446 +458171,806 +458431,3321246 +458431,3323731 +458431,3339276 +458431,3381191 +458431,3387456 +458476,1261 +458476,2061 +458476,3320901 +458476,3339241 +458566,81 +458566,3314541 +458566,3317531 +458606,1551 +458711,636 +458711,936 +459001,1776 +459036,3322496 +459036,3347731 +459076,491 +459076,1066 +459371,976 +459371,3387536 +459386,1566 +459386,3336366 +459416,976 +459431,806 +459461,3321246 +459461,3387411 +459526,846 +459526,1781 +459566,1156 +459566,1776 +459576,3321151 +459576,3380451 +459591,3321151 +459591,3380451 +459601,1436 +459601,3328391 +459621,1436 +459621,3328391 +459621,3343176 +459621,3387591 +459751,1801 +459836,806 +459856,1 +459856,3317871 +459881,1801 +459991,1231 +459991,3383711 +459991,3386296 +460026,491 +460026,956 +460086,3322496 +460221,26 +460221,2111 +460221,3367526 +460261,481 +460261,571 +460261,1156 +460261,3324201 +460261,3375106 +460276,3349956 +460326,486 +460326,3387701 +460336,3321036 +460486,1156 +460486,2131 +460561,2281 +460676,761 +460676,771 +460676,1106 +460781,721 +460781,3358751 +460881,3336686 +460891,1626 +460941,3323731 +461061,1801 +461091,1281 +461091,1291 +461091,3348396 +461111,336 +461111,1081 +461111,3316191 +461116,506 +461116,881 +461121,506 +461121,881 +461131,506 +461131,881 +461136,506 +461136,881 +461146,641 +461146,3315301 +461146,3315306 +461146,3346536 +461151,3315306 +461156,1281 +461156,1291 +461156,3348396 +461206,706 +461206,3314441 +461206,3322716 +461206,3388456 +461491,3336686 +461681,3321246 +461731,1776 +461736,1776 +461741,1776 +461756,1801 +461801,3337031 +461861,1566 +461861,3336366 +461936,26 +461936,2111 +461936,3367526 +462141,3315476 +462141,3317871 +462161,1801 +462166,1801 +462216,2281 +462251,3336686 +462361,3316071 +462361,3324066 +462421,3323666 +462426,3321246 +462451,2171 +462586,1626 +462586,1631 +462586,1741 +462751,3322621 +462846,2131 +462866,2131 +462886,1156 +462886,2131 +462886,3387411 +462896,2131 +462916,3319886 +462916,3321061 +462916,3347396 +462936,1466 +462936,3354291 +462936,3387411 +462951,3321036 +462951,3351831 +463071,721 +463081,706 +463081,3314441 +463081,3322711 +463081,3388456 +463121,1231 +463146,671 +463196,1251 +463196,3319871 +463401,1626 +463401,1741 +463411,1626 +463411,1741 +463421,1066 +463421,3358751 +463471,3322496 +463496,706 +463696,3317531 +463696,3322621 +463786,706 +463786,3314441 +463786,3388456 +463886,386 +463911,706 +463911,3314441 +463911,3322716 +463911,3388456 +464001,1006 +464036,3321246 +464036,3339276 +464091,3317531 +464146,3317431 +464231,806 +464276,2111 +464281,3321251 +464366,756 +464476,1036 +464476,1281 +464476,1286 +464481,706 +464481,3314441 +464486,1 +464486,1526 +464486,3342931 +464541,2131 +464541,3387411 +464551,2131 +464551,3387411 +464776,1751 +464881,1081 +464881,3332741 +464881,3341401 +464906,1251 +465066,711 +465066,1566 +465306,1161 +465306,3349956 +465346,3321246 +465346,3387411 +465451,1781 +465451,3387211 +465456,1781 +465461,3317531 +465461,3322621 +465541,711 +465541,3336366 +465841,1626 +465841,1631 +465936,1781 +465936,3387211 +465996,1781 +465996,3387211 +466056,1781 +466056,3387211 +466071,1781 +466071,3387411 +466096,1781 +466096,3387211 +466171,1781 +466701,711 +466701,3336366 +466701,3387151 +466786,711 +466786,3336366 +466881,1166 +467001,1781 +467001,3387211 +467016,1781 +467016,3387211 +467076,1781 +467091,1781 +467116,1351 +467116,1356 +467116,3315121 +467156,1781 +467291,1781 +467291,3387211 +467336,1781 +467356,1261 +467356,2061 +467356,3339241 +467521,1781 +467541,1146 +467541,3383711 +467541,3386296 +467611,1781 +467801,3316071 +467801,3324066 +467821,656 +467876,1156 +467876,1466 +467876,3354291 +468241,961 +468241,3314906 +468331,721 +468386,3316451 +468476,1156 +468476,1466 +468476,3354291 +468551,706 +468551,3314441 +468551,3322716 +468551,3388456 +468621,3322496 +468681,3383711 +468681,3386296 +468736,1976 +468741,1976 +468771,3321596 +469051,1751 +469051,1761 +469051,3344691 +469076,1156 +469141,1156 +469171,3386296 +469681,446 +469681,806 +469751,3318136 +469851,1781 +469851,3387211 +469986,881 +469991,881 +469996,3383711 +469996,3386296 +470011,881 +470146,1741 +470186,706 +470186,3322711 +470186,3388456 +470231,1531 +470411,791 +470411,1161 +470411,3349956 +470421,3321246 +470526,656 +470691,1721 +470691,3359356 +470691,3385806 +470731,636 +470841,1801 +470981,1436 +470981,3343176 +471111,1626 +471111,1631 +471111,3323626 +471111,3342641 +471111,3374296 +471116,856 +471116,1626 +471116,1631 +471116,3323626 +471116,3357641 +471116,3374296 +471116,3387121 +471121,1626 +471121,1631 +471121,3323626 +471121,3357641 +471121,3357651 +471121,3374296 +471121,3387121 +471131,1771 +471156,1231 +471156,3386296 +471161,781 +471176,3321036 +471291,3321246 +471291,3387411 +471441,961 +471441,3320636 +471441,3387106 +471551,1626 +471556,1626 +471561,1626 +471581,1376 +471941,3337031 +472151,606 +472151,3316071 +472246,2131 +472311,1231 +472311,1236 +472311,3386296 +472351,871 +472411,711 +472411,1566 +472486,721 +472486,3358751 +472606,1156 +472766,2131 +472776,1771 +472776,3320891 +472946,331 +473016,1231 +473016,3386296 +473261,3334796 +473261,3374881 +473261,3387366 +473291,3321246 +473291,3339276 +473291,3381191 +473491,3321151 +473701,3316071 +473706,3316071 +473711,3316071 +473716,3316071 +473726,3316071 +473806,331 +473806,3339461 +473806,3349666 +473861,706 +474031,3314441 +474031,3322716 +474031,3388456 +474161,1231 +474271,806 +474271,3315596 +474281,806 +474286,3317531 +474306,856 +474306,1626 +474306,1631 +474306,3357606 +474306,3374296 +474471,2281 +474486,1161 +474486,3349956 +474526,2281 +474541,3321246 +474541,3381191 +474541,3387456 +474671,476 +474671,1146 +474671,1231 +474671,3386296 +474696,3322496 +474846,1231 +474846,3386296 +474911,706 +474911,3314441 +474911,3322711 +474911,3388456 +475261,3323651 +475266,3323651 +475281,81 +475281,3317531 +475441,3321246 +475626,3315156 +475751,3321251 +475766,1746 +475781,1231 +475851,3321246 +475851,3381191 +475881,3317531 +475886,1776 +476181,3315501 +476181,3323316 +476291,466 +476381,3324066 +476386,3324066 +476396,3321246 +476396,3381191 +476396,3388226 +476561,3316071 +476646,1776 +476646,3323186 +476741,1156 +476746,656 +476746,1156 +476751,1156 +476751,3387411 +476896,1506 +476951,1376 +476961,1376 +477136,3383711 +477151,1156 +477181,3315306 +477181,3320621 +477201,1751 +477201,1761 +477201,3344691 +477351,656 +477366,656 +477371,1006 +477371,1506 +477576,446 +477576,806 +477591,1761 +477641,3321251 +477671,746 +477671,3339456 +477671,3339461 +477671,3349666 +477711,331 +477711,746 +477711,3339456 +477711,3339461 +477711,3342931 +477711,3349666 +477721,746 +477721,3339456 +477721,3339461 +477721,3349666 +477766,746 +477766,3339456 +477766,3339461 +477766,3349666 +477771,331 +477771,746 +477771,3339456 +477771,3339461 +477771,3342931 +477771,3349666 +477781,331 +477781,746 +477781,3339456 +477781,3339461 +477781,3349666 +477786,331 +477786,746 +477786,3339456 +477786,3339461 +477786,3342931 +477786,3349666 +477791,746 +477791,3339456 +477791,3339461 +477791,3349666 +477816,331 +477816,746 +477816,3339456 +477816,3339461 +477816,3342931 +477816,3349666 +477991,331 +478091,1976 +478111,1351 +478111,1356 +478416,1801 +478486,806 +478501,1626 +478556,3324066 +478561,3324066 +478566,3324066 +478571,3316071 +478571,3324066 +478571,3325561 +478611,1231 +478646,486 +478646,3387701 +478786,1781 +478801,1281 +478801,3316436 +478801,3337426 +478801,3348396 +478806,491 +478806,3330006 +478836,3317531 +478846,746 +478846,3349666 +478921,1776 +478936,81 +478936,3321061 +478956,761 +478956,771 +478956,3371396 +478956,3378216 +478956,3383226 +478956,3387906 +479136,1156 +479136,1466 +479136,3345436 +479136,3388541 +479376,706 +479376,3322716 +479376,3388456 +479401,3339456 +479401,3339461 +479436,331 +479501,481 +479501,3324201 +479516,1646 +479546,3321246 +479546,3381191 +479546,3387411 +479556,3321246 +479556,3381191 +479591,706 +479591,3314441 +479821,481 +479821,571 +479821,3324201 +479946,1186 +479946,1216 +479946,3321536 +479971,1186 +479971,1216 +479971,3321536 +480021,3321246 +480021,3323731 +480021,3387456 +480021,3388226 +480026,3321246 +480026,3381191 +480026,3387456 +480026,3388226 +480041,3317871 +480091,1801 +480286,336 +480286,3316191 +480286,3321246 +480351,636 +480351,936 +480411,1976 +480606,1161 +480606,3349956 +480616,706 +480616,3388456 +480631,2281 +480896,3314541 +480896,3317531 +480896,3322621 +480966,486 +480966,3323446 +480966,3387701 +481091,606 +481091,3316071 +481146,1366 +481146,2131 +481206,331 +481206,746 +481206,3339456 +481206,3342931 +481206,3349666 +481246,26 +481246,3321246 +481271,3321246 +481271,3381191 +481301,481 +481301,571 +481301,3388341 +481306,606 +481306,3316071 +481326,606 +481336,606 +481341,1281 +481341,1286 +481341,3316436 +481366,3320836 +481391,1626 +481391,1741 +481406,26 +481406,3335131 +481406,3367526 +481411,606 +481481,606 +481531,711 +481531,1566 +481546,606 +481551,606 +481551,3316071 +481581,3314541 +481581,3387301 +481646,606 +481646,3316071 +481901,1781 +481916,1781 +481916,3387211 +481921,1781 +481921,3387211 +481996,1281 +481996,3316436 +481996,3337426 +481996,3348396 +482006,1281 +482006,1291 +482006,3337426 +482006,3348396 +482011,1281 +482011,3316436 +482011,3337426 +482026,366 +482031,366 +482161,1801 +482166,1801 +482171,1801 +482176,1801 +482181,1801 +482186,1801 +482596,3320416 +482601,3320416 +482641,3320826 +482656,1801 +482661,1801 +482666,1801 +482671,1801 +482701,1801 +482706,1801 +482711,1801 +482726,1801 +482751,1156 +482751,3320836 +482756,1801 +482761,1801 +482766,1801 +482771,1801 +482776,3320836 +482781,1801 +482786,1801 +482791,3320836 +482796,3320836 +482811,3320836 +482826,3320836 +482831,3320836 +482836,3320836 +482841,3320836 +482846,3320836 +482861,3320836 +482866,3320836 +482871,1801 +482926,1781 +483061,3320836 +483066,3320836 +483071,3320836 +483216,791 +483216,1831 +483256,1186 +483256,1216 +483256,1506 +483256,3321536 +483306,1166 +483306,1551 +483361,1331 +483381,711 +483381,1566 +483461,706 +483461,3314441 +483461,3388456 +483476,706 +483476,3314441 +483476,3388456 +483626,1156 +483626,1331 +483681,2061 +483761,331 +483986,3316191 +484046,3321246 +484046,3388226 +484296,3321246 +484296,3388226 +484471,666 +484471,741 +484701,636 +484701,936 +484701,1741 +484701,3374296 +484966,1391 +484966,3324451 +485221,806 +485236,1566 +485271,1566 +485291,1566 +485301,1566 +485301,3336366 +485316,331 +485356,1161 +485356,3349956 +485471,331 +485471,3339456 +485471,3342931 +485476,331 +485476,3339456 +485476,3339461 +485476,3342931 +485591,2171 +485636,3314541 +485636,3319886 +485636,3322621 +485811,81 +485811,3317531 +485811,3322621 +485861,3322496 +485871,491 +485871,3369671 +485906,331 +485906,3339456 +485906,3342931 +485951,3317871 +485951,3344136 +485951,3387126 +486071,1231 +486111,756 +486111,881 +486186,706 +486186,3314441 +486186,3322716 +486186,3388456 +486411,331 +486411,3339456 +486411,3342931 +486461,1066 +486706,1306 +486831,3317871 +486976,1466 +486976,3354291 +486986,1466 +486986,3354291 +487316,641 +487316,3315306 +487321,1156 +487321,3321246 +487321,3323731 +487321,3381191 +487321,3387411 +487471,3316691 +487611,976 +487716,331 +487716,3339456 +487716,3342931 +487721,1781 +487931,706 +487931,3388456 +488086,1626 +488086,1631 +488086,1741 +488086,3357606 +488091,1626 +488091,1741 +488091,3357606 +488131,3314541 +488131,3387301 +488141,3314541 +488141,3387301 +488146,1156 +488151,1801 +488156,1801 +488156,3316421 +488156,3366316 +488331,3322496 +488486,1781 +488486,3387211 +488531,791 +488531,1376 +488901,976 +488926,1781 +488941,1781 +488986,1066 +489031,1066 +489066,1066 +489076,1066 +489076,3353891 +489076,3388041 +489106,1161 +489106,3349956 +489171,1156 +489176,806 +489331,486 +489381,811 +489486,2131 +489496,761 +489496,771 +489496,3387511 +489496,3387516 +489536,1066 +489621,1466 +489621,3324991 +489621,3354291 +489621,3387366 +489636,3321246 +489691,756 +489696,756 +489706,756 +489706,881 +489711,756 +489721,756 +489791,3321251 +489836,81 +489846,491 +489931,1161 +489931,3349956 +490031,3343176 +490041,701 +490041,1741 +490061,606 +490101,3322621 +490111,81 +490116,1236 +490131,976 +490131,1526 +490201,26 +490201,3335131 +490201,3367526 +490236,3321246 +490236,3323731 +490236,3339276 +490236,3387411 +490281,2281 +490326,3321246 +490331,3321246 +490331,3339276 +490331,3381191 +490331,3388226 +490351,3321246 +490351,3381191 +490351,3388226 +490356,3321246 +490356,3381191 +490516,721 +490516,3358751 +490526,3321246 +490526,3323731 +490526,3339276 +490586,721 +490586,1066 +490586,3358751 +490756,1466 +490756,3354291 +490776,3321246 +490776,3388226 +491011,26 +491011,341 +491101,1801 +491171,881 +491271,3345436 +491276,3345436 +491551,3358751 +491766,706 +491766,3314441 +491826,3322496 +491861,3317531 +491861,3322621 +491881,1741 +491881,3374296 +492046,711 +492056,706 +492126,1626 +492126,1631 +492331,26 +492661,3321246 +492661,3323731 +492661,3339276 +492661,3366696 +492696,3322621 +492721,3321246 +492721,3323731 +492721,3339276 +492786,3317531 +492786,3322621 +492826,1166 +492826,1551 +492826,1846 +492831,1166 +492831,1551 +492831,1846 +492836,1166 +492836,1551 +492836,1846 +492901,3321246 +492901,3339276 +492901,3381191 +492901,3387456 +493011,806 +493056,3316116 +493146,81 +493146,3317531 +493156,1526 +493171,1466 +493171,3354291 +493206,1566 +493206,3336366 +493276,1741 +493481,1781 +493551,641 +493551,1066 +493786,1161 +493786,3349956 +493861,3317871 +493861,3344136 +493866,781 +493871,1781 +493921,476 +493921,1146 +493921,1231 +493956,1066 +494076,1801 +494156,2131 +494166,3317956 +494171,1631 +494176,1781 +494176,3387211 +494181,1781 +494241,3321016 +494241,3335251 +494241,3387381 +494256,1066 +494406,706 +494406,3314441 +494406,3388456 +494426,3344691 +494436,331 +494446,3387946 +494451,331 +494456,331 +494461,331 +494466,331 +494471,331 +494476,331 +494511,706 +494511,3387596 +494511,3388456 +494526,3321251 +494581,1761 +494581,3344691 +494586,1066 +494601,1801 +494681,1066 +494761,1566 +494771,1066 +494776,1066 +494781,1066 +494786,1066 +494791,1066 +494801,3316436 +494866,331 +494926,1781 +494931,3317871 +494931,3344136 +494966,331 +494976,331 +494991,331 +494996,331 +495001,331 +495011,331 +495011,1601 +495016,331 +495016,521 +495021,331 +495021,3359356 +495026,1781 +495046,1171 +495056,331 +495201,1781 +495251,1781 +495256,1781 +495311,3321246 +495311,3323731 +495311,3339276 +495311,3366976 +495311,3381191 +495346,1156 +495346,3337881 +495346,3343926 +495346,3372246 +495346,3380451 +495346,3387886 +495416,1281 +495416,3316436 +495606,366 +495666,1156 +495666,1166 +495666,1551 +495771,1801 +495786,3314541 +495786,3387301 +495791,366 +495791,1801 +495806,446 +495806,806 +495811,1801 +495831,446 +495831,806 +495871,1801 +495876,446 +495876,806 +495936,1751 +495936,3344691 +496081,1801 +496086,1506 +496086,3321016 +496086,3335251 +496086,3345376 +496086,3387381 +496151,671 +496181,1646 +496221,2171 +496226,3321246 +496226,3339276 +496226,3381191 +496226,3388226 +496256,366 +496256,1946 +496286,1566 +496286,3336366 +496366,1231 +496366,3386296 +496386,3321246 +496386,3323731 +496386,3339276 +496386,3387411 +496391,1781 +496511,2171 +496511,3387366 +496516,1776 +496536,1231 +496536,3386296 +496611,1776 +496616,706 +496636,366 +496636,706 +496861,806 +497026,1781 +497041,1776 +497171,1776 +497206,1066 +497316,3321246 +497316,3387411 +497336,1161 +497336,3349956 +497471,1081 +497491,761 +497491,3378216 +497491,3387196 +497661,3322621 +497671,606 +497676,606 +497721,1776 +497921,3322496 +497936,491 +498201,2171 +498636,606 +498766,606 +498821,711 +498876,331 +498881,331 +498886,331 +499031,3334796 +499046,1776 +499296,3321246 +499451,3314541 +499451,3387301 +499641,3314541 +499641,3387301 +499646,3314541 +499646,3387301 +499766,706 +499796,3334796 +499811,706 +499811,3388311 +499816,1801 +499896,706 +499896,3375656 +499946,506 +499946,756 +499946,881 +500091,711 +500091,1566 +500091,3336366 +500191,3321246 +500191,3323731 +500191,3339276 +500371,706 +500371,3375656 +500381,3321246 +500381,3323731 +500381,3339276 +500381,3366696 +500396,3321246 +500396,3323731 +500396,3339276 +500396,3387411 +500411,3321246 +500411,3323731 +500411,3339276 +500411,3387411 +500421,3321246 +500421,3323731 +500421,3339276 +500421,3387411 +500426,3321246 +500426,3323731 +500426,3339276 +500426,3366696 +500426,3387411 +500471,706 +500511,756 +500591,1801 +500601,1801 +500726,331 +500731,331 +500736,331 +500741,331 +500801,1801 +500816,3322621 +500821,3321696 +500821,3339276 +500821,3381191 +500831,446 +500831,806 +500861,756 +500866,1801 +501016,3344691 +501111,976 +501111,1526 +501116,1156 +501116,1551 +501121,526 +501121,3321246 +501121,3339276 +501121,3381191 +501161,526 +501161,3321246 +501161,3323731 +501161,3339276 +501161,3381191 +501251,491 +501251,956 +501251,3323581 +501251,3387091 +501286,3347731 +501311,3321246 +501311,3323731 +501311,3339276 +501311,3366696 +501321,1776 +501336,3342931 +501336,3364536 +501371,3320636 +501371,3342931 +501371,3364536 +501416,331 +501431,331 +501436,331 +501441,331 +501451,331 +501456,331 +501461,331 +501466,3387366 +501476,706 +501476,3314441 +501476,3316421 +501486,331 +501491,331 +501496,331 +501501,331 +501506,3321246 +501511,331 +501516,331 +501521,331 +501531,706 +501531,3314441 +501531,3388456 +501541,3321016 +501541,3335251 +501541,3345376 +501616,3321246 +501616,3323731 +501616,3339276 +501616,3381146 +501691,526 +501691,3321246 +501691,3323731 +501691,3339276 +501691,3366976 +501756,976 +501831,81 +501831,3317531 +501891,526 +501891,3321246 +501891,3339276 +501891,3381191 +501911,3321246 +501911,3323731 +501911,3339276 +501921,3314541 +501921,3347396 +501966,3335251 +502101,791 +502101,1376 +502101,3335636 +502101,3349956 +502111,1801 +502111,3386361 +502151,3316191 +502161,3321246 +502211,1166 +502211,1551 +502211,3321131 +502271,3321246 +502271,3323731 +502271,3339276 +502331,1056 +502376,3339241 +502386,3339241 +502526,1056 +502561,961 +502561,3387106 +502601,3321246 +502601,3323731 +502601,3339276 +502601,3387411 +502606,3320636 +502606,3342931 +502606,3364536 +502621,1376 +502621,3349956 +502631,1526 +502631,3320636 +502631,3342931 +502631,3364536 +502696,131 +502696,2171 +502696,3342456 +502706,3331171 +502711,131 +502711,2171 +502711,3342456 +502731,3331171 +502751,881 +502976,1351 +502976,3315121 +502981,1776 +503031,706 +503031,3375656 +503036,3322496 +503036,3347731 +503076,3322421 +503076,3381611 +503096,706 +503101,706 +503106,1186 +503106,1216 +503106,1506 +503106,3321536 +503131,3314441 +503131,3322711 +503131,3388456 +503156,3320636 +503156,3342931 +503211,81 +503211,3317531 +503211,3322621 +503231,3331171 +503236,3331171 +503266,3331171 +503306,3321246 +503306,3323731 +503306,3339276 +503316,3321246 +503316,3323731 +503316,3339276 +503316,3366696 +503326,3347731 +503381,366 +503386,366 +503391,366 +503396,366 +503401,3342931 +503541,606 +503546,606 +503566,606 +503576,636 +503576,936 +503576,3374296 +503581,526 +503581,3321246 +503581,3339276 +503581,3381191 +503581,3387456 +503656,3316071 +503681,3320636 +503681,3342931 +503681,3364536 +503751,3321016 +503751,3387381 +503776,3321246 +503776,3323731 +503776,3339276 +503811,3321246 +503816,3317871 +504146,3320416 +504156,3320416 +504176,606 +504196,3320416 +504211,606 +504211,3316071 +504396,486 +504396,3387701 +504476,3347731 +504571,1566 +504571,3336366 +504596,1156 +504596,1166 +504641,3317871 +504756,2171 +504756,3334856 +504811,2171 +504831,606 +504831,3316071 +504846,341 +504916,3317531 +504916,3322621 +504971,1801 +504971,3352171 +504976,366 +504976,1801 +504976,3352171 +505091,1801 +505331,2281 +505346,3321246 +505446,851 +505446,1781 +505446,3387211 +505481,3321246 +505481,3323731 +505481,3339276 +505511,1186 +505511,1216 +505511,1766 +505511,3321536 +505511,3387666 +505646,3339276 +505656,3316451 +505666,3316451 +506076,3317531 +506261,711 +506291,1781 +506301,1801 +506316,1006 +506316,1506 +506316,3387856 +506316,3388171 +506441,446 +506441,806 +506441,1066 +506471,3317871 +506506,3324991 +506506,3387366 +506591,706 +506591,3322716 +506591,3388456 +506726,1506 +506726,3315256 +506726,3351266 +506726,3388176 +506831,3321226 +506926,1976 +506926,3344756 +506936,3344756 +506941,3344756 +506946,3344756 +507016,1296 +507016,3344756 +507166,706 +507166,3388456 +507186,3322496 +507186,3347731 +507211,2131 +507216,3317871 +507216,3344136 +507316,1646 +507606,486 +507606,3387701 +507641,1436 +507641,3343176 +507771,881 +507791,1781 +507816,1306 +507876,1801 +507991,711 +507991,3336366 +508171,1146 +508171,1231 +508171,3386296 +508186,1056 +508221,3345431 +508341,26 +508341,3326261 +508371,1541 +508376,1541 +508671,761 +508686,1781 +508691,1781 +508786,491 +508786,3330006 +509191,1781 +509191,3387211 +509201,771 +509206,3316451 +509216,3316451 +509221,711 +509281,1351 +509301,706 +509301,3322716 +509301,3388456 +509326,2281 +509486,2171 +509511,2171 +509526,711 +509526,1566 +509526,3336366 +509531,711 +509531,1566 +509846,1356 +509991,1156 +510011,3343176 +510021,3343176 +510036,3343176 +510056,806 +510126,3323731 +510126,3339276 +510126,3381146 +510126,3387411 +510151,3386296 +510156,791 +510276,366 +510276,1801 +510276,3352171 +510401,2281 +510401,3387911 +510951,1156 +510956,881 +510966,881 +511131,711 +511131,1566 +511181,711 +511181,3336366 +511221,756 +511221,881 +511271,806 +511271,1066 +511331,1781 +511331,3387211 +511496,976 +511646,706 +511656,1801 +511661,1431 +511661,3343176 +511666,366 +511671,1066 +511681,2171 +511681,3342456 +511691,331 +511741,3339276 +511741,3381191 +511836,1231 +511936,666 +511936,741 +511941,2281 +511976,26 +511976,641 +511976,3315306 +512026,3324451 +512331,1781 +512416,3323731 +512416,3339276 +512421,3323731 +512421,3339276 +512421,3366696 +512491,706 +512491,3322716 +512491,3388456 +512561,3344756 +512746,1631 +512746,1741 +512751,1156 +512751,3324201 +512906,606 +512906,3316071 +512981,1801 +513141,3347731 +513146,3347731 +513236,706 +513236,3322711 +513236,3322716 +513236,3388456 +513241,1116 +513456,1156 +513536,131 +513536,3321226 +513536,3381811 +513561,706 +513561,3323326 +513561,3353881 +513561,3387601 +513571,1231 +513576,791 +513586,791 +513591,791 +513596,791 +513601,791 +513621,791 +513681,706 +513681,3353881 +513681,3387601 +513701,1231 +513701,3386296 +513751,3326806 +513886,3344691 +513936,1066 +513936,1456 +513951,3341691 +513956,3341691 +514081,3351831 +514231,1526 +514361,3342931 +514376,1531 +514411,366 +514411,1801 +514416,3334796 +514441,3317871 +514441,3344136 +514471,3317531 +514476,3324451 +514481,3314556 +514496,26 +514496,3333541 +514956,1056 +514981,1946 +514981,3317871 +514981,3323171 +514981,3344136 +514981,3371306 +514981,3373276 +515051,26 +515051,1166 +515051,3321131 +515051,3387886 +515051,3388311 +515146,1156 +515146,1776 +515146,3376776 +515166,331 +515211,331 +515216,711 +515216,3336366 +515216,3387151 +515281,331 +515281,961 +515296,706 +515296,3387601 +515586,3317871 +515586,3344136 +515596,3342931 +515596,3364536 +515741,1601 +515741,3345076 +515806,1946 +515806,3323171 +516051,331 +516211,331 +516216,3326806 +516336,1231 +516336,3383711 +516356,756 +516576,1056 +516576,1156 +516601,3317871 +516601,3344136 +516601,3379831 +516601,3387126 +516746,3349956 +516761,1891 +516761,3349956 +516846,446 +516846,806 +516876,3315256 +517086,3317871 +517086,3344136 +517246,3326806 +517261,3326806 +517281,3326806 +517281,3385806 +517286,3326806 +517311,3351831 +517341,3321131 +517361,3324201 +517361,3334801 +517496,1526 +517496,3339461 +517496,3342931 +517601,1006 +517621,1081 +517626,3326806 +517686,1506 +517686,3315256 +517701,3316436 +517701,3348396 +517761,366 +517761,1801 +517766,1156 +517766,1351 +517766,3315156 +517796,1801 +518136,1801 +518146,1801 +518156,976 +518181,3326806 +518181,3359356 +518186,3326806 +518196,26 +518196,366 +518201,366 +518251,81 +518396,1801 +518511,666 +518511,741 +518541,1801 +518736,1801 +518761,81 +519031,2171 +519076,3317871 +519076,3323171 +519076,3344136 +519136,3317871 +519141,1066 +519141,3353871 +519266,1156 +519266,1166 +519266,1366 +519266,1551 +519266,1846 +519276,1156 +519276,1166 +519276,1366 +519276,1551 +519281,3317871 +519281,3323171 +519281,3344136 +519316,1156 +519316,1166 +519316,1551 +519316,1846 +519351,1156 +519351,1166 +519351,1551 +519356,1156 +519356,1166 +519356,1551 +519366,1166 +519366,1551 +519371,1156 +519371,1166 +519371,1366 +519371,1551 +519371,3387411 +519371,3387886 +519381,1166 +519381,1551 +519386,1166 +519386,1551 +519396,1506 +519396,3315256 +519396,3381911 +519396,3388176 +519481,1156 +519481,1166 +519481,1366 +519481,1551 +519481,1846 +519481,3387886 +519551,3317871 +519551,3323171 +519551,3344136 +519581,81 +519581,3314541 +519581,3317531 +519581,3322621 +519621,1231 +519666,1801 +519716,481 +519726,1231 +519746,366 +519746,1801 +519776,1626 +519776,1631 +519776,1741 +519776,3374296 +519896,2171 +519921,3317531 +519961,3331171 +519981,751 +519981,3315501 +519981,3316421 +519981,3366316 +520091,3323171 +520096,781 +520146,3317871 +520156,701 +520156,1626 +520156,1741 +520176,521 +520336,3314541 +520336,3387301 +520361,976 +520416,3317531 +520416,3322621 +520431,3317531 +520431,3322621 +520436,651 +520436,1946 +520476,671 +520696,1741 +520731,671 +520881,81 +520881,3314541 +520881,3317531 +520881,3322621 +520936,1801 +520936,3386361 +521066,1801 +521081,446 +521081,806 +521081,3315596 +521106,3316071 +521106,3324071 +521131,3315306 +521136,3315306 +521241,1281 +521291,706 +521291,3322711 +521291,3388456 +521426,3319861 +521441,781 +521536,3324201 +521536,3354291 +521616,756 +521626,3317871 +521656,3347731 +521886,3366391 +521941,3317531 +521941,3322621 +522081,81 +522081,3317531 +522081,3322621 +522101,1801 +522106,1801 +522111,1801 +522116,1801 +522266,3355201 +522266,3355866 +522276,1801 +522281,26 +522281,3354291 +522281,3382561 +522281,3387201 +522281,3387366 +522551,366 +522551,1801 +522576,81 +522576,3317531 +522576,3322621 +522596,3317871 +522596,3344136 +522596,3387126 +522671,3317871 +522671,3344136 +522671,3387126 +522746,3317871 +522796,806 +522796,3315596 +522806,26 +522806,1946 +522806,3316421 +522806,3317871 +522806,3344136 +522806,3387126 +522826,1066 +522996,706 +522996,3322711 +522996,3388456 +523126,576 +523126,1246 +523131,1631 +523131,3374296 +523191,3317871 +523201,976 +523231,671 +523426,81 +523426,3314541 +523426,3317531 +523426,3322621 +523666,976 +523666,3387536 +523961,761 +524081,1626 +524081,1631 +524081,3357606 +524101,606 +524136,1231 +524361,706 +524361,3322716 +524371,3343176 +524386,26 +524386,1306 +524406,1801 +524446,3343176 +524566,3323731 +524566,3339276 +524566,3381146 +524566,3387411 +524596,26 +524596,1306 +524621,81 +524621,3314541 +524621,3317531 +524621,3322621 +524806,756 +524806,881 +524856,1246 +524856,3319861 +524856,3319866 +524856,3357796 +524901,3351951 +524901,3388316 +525071,1506 +525316,3317871 +525316,3344136 +525421,3314541 +525421,3314556 +525421,3317521 +525461,3317871 +525556,526 +525556,3339276 +525636,1231 +525636,3352861 +525696,336 +525696,366 +525696,1801 +525696,3320636 +525841,3317531 +525841,3322621 +525876,3322621 +525881,3322621 +525896,81 +525896,3314541 +525896,3317531 +525896,3322621 +525906,1156 +526006,1351 +526006,3315121 +526046,1781 +526071,3317871 +526206,3339276 +526286,1626 +526286,1631 +526436,1741 +526591,1631 +526591,3374296 +526616,1056 +526621,1056 +526656,3321226 +526656,3381811 +526771,1801 +526821,706 +526821,3322711 +526821,3388456 +526846,1156 +526936,81 +526936,3314541 +526936,3317531 +526936,3322621 +526946,1801 +526961,706 +526961,3322711 +526961,3388456 +527186,1626 +527186,1631 +527186,1741 +527186,3357606 +527296,806 +527296,3315596 +527361,3347731 +527421,491 +527421,3317191 +527446,481 +527491,3318136 +527641,641 +527641,3345116 +527646,3345116 +527651,641 +527651,3345116 +527656,641 +527656,3345116 +527751,3314541 +527751,3314556 +527751,3317521 +527821,81 +527821,3314541 +527821,3317531 +527821,3322621 +527916,1801 +527931,481 +527931,571 +527976,3321016 +527996,1066 +527996,1456 +528081,1801 +528101,1156 +528106,3321251 +528151,1231 +528261,81 +528261,3314541 +528261,3314556 +528261,3317521 +528261,3388296 +528266,1231 +528266,3386296 +528321,3351831 +528356,1351 +528531,1146 +528531,1231 +528531,3352861 +528531,3386296 +528541,1781 +528556,1231 +528556,3386296 +528691,81 +528691,3317531 +528691,3322621 +528736,446 +528736,806 +528736,3315596 +528746,806 +528751,1351 +528751,1356 +528801,3317871 +528801,3344136 +528801,3387126 +528886,656 +528886,1551 +528896,706 +528896,3322711 +528896,3388456 +528981,706 +528981,3322716 +528981,3388456 +529186,1631 +529271,1626 +529271,1631 +529271,1741 +529271,3357606 +529271,3374296 +529296,1946 +529296,3317871 +529296,3344136 +529296,3387126 +529481,706 +529481,3322716 +529481,3388456 +529596,3317521 +529626,976 +529671,1156 +529741,1156 +529761,81 +529761,3314541 +529761,3317531 +529761,3322621 +529776,1156 +529836,1156 +529861,1156 +529861,1846 +529881,3351831 +529886,3351831 +529916,1631 +529916,3374296 +529951,701 +529951,1741 +530021,1066 +530156,1156 +530206,1351 +530206,3315121 +530281,1156 +530316,1156 +530436,656 +530436,1166 +530436,1551 +530436,1846 +530506,1156 +530516,1156 +530521,1156 +530531,1156 +530641,1156 +530866,81 +530866,3314541 +530866,3317531 +530866,3322621 +530901,1156 +530921,1156 +530931,1156 +531091,1801 +531116,1066 +531166,636 +531296,1626 +531296,1741 +531296,3357606 +531336,1846 +531336,3347346 +531346,3322496 +531521,3336681 +531586,1006 +531586,1506 +531601,1741 +531636,1006 +531636,1506 +531681,491 +531681,806 +531766,806 +532016,81 +532016,3314541 +532016,3314556 +532016,3317521 +532036,81 +532036,3317531 +532036,3322621 +532131,1066 +532131,1356 +532196,3351831 +532331,3345116 +532476,961 +532476,971 +532476,3314906 +532476,3336366 +532476,3387106 +532506,3339276 +532571,701 +532571,1626 +532586,701 +532586,1626 +532591,701 +532591,1626 +532751,1066 +532821,1246 +532821,3319866 +532821,3357796 +532826,3319866 +532826,3357796 +532831,3319866 +532831,3357796 +532836,576 +532836,3319866 +532836,3357796 +532861,131 +532861,961 +532861,3320636 +532861,3387106 +532861,3388311 +532866,3347731 +532881,81 +532881,3317531 +532881,3322621 +532941,1626 +532941,1741 +532941,3357606 +533001,331 +533026,81 +533026,3314541 +533026,3317521 +533051,446 +533051,806 +533051,3315596 +533076,971 +533076,3320636 +533096,806 +533101,806 +533106,806 +533111,806 +533116,806 +533121,806 +533131,806 +533136,806 +533141,806 +533146,806 +533151,806 +533156,806 +533161,806 +533166,806 +533171,806 +533176,806 +533181,806 +533186,806 +533191,806 +533246,706 +533246,3322716 +533246,3388456 +533251,81 +533251,3314541 +533251,3314556 +533251,3317521 +533271,3316116 +533276,656 +533276,3316116 +533281,656 +533281,3316116 +533441,711 +533441,3336366 +533441,3387151 +533761,1626 +533761,1741 +533761,3357606 +533761,3374296 +533766,1231 +533801,3317531 +533811,3317531 +533861,81 +533861,3317531 +533861,3322621 +533926,761 +533926,3387511 +534046,491 +534046,3323581 +534096,1231 +534096,3383711 +534226,481 +534366,81 +534366,3314541 +534366,3314556 +534366,3317521 +534416,1231 +534706,81 +534706,3314541 +534706,3317531 +534706,3322621 +534756,1351 +534756,3387366 +534816,656 +534816,1156 +534816,3316116 +534816,3387411 +534821,1156 +534821,3316116 +534831,1156 +534831,3316116 +534831,3387886 +534856,1156 +534856,3316116 +534861,656 +534861,1156 +534861,3316116 +534866,3321251 +535061,481 +535061,571 +535061,3347346 +535061,3387406 +535176,3317531 +535176,3322621 +535416,3323401 +535421,3323401 +535426,3323401 +535436,81 +535436,3314541 +535436,3322621 +535441,3323401 +535451,3322621 +535506,3321251 +535701,491 +535701,3324686 +535701,3362756 +535701,3388441 +535741,3342931 +535791,641 +535791,3320621 +535791,3387306 +535796,3320621 +535811,81 +535816,81 +535891,1626 +535891,1631 +535891,3374296 +535931,3322621 +536011,656 +536011,1551 +536141,446 +536141,806 +536461,81 +536461,3314541 +536461,3322621 +536511,1281 +536511,3348396 +536511,3350011 +536511,3387781 +536536,3347731 +536541,3345431 +536541,3381611 +536586,3317531 +536586,3322621 +536616,491 +536621,491 +536626,1781 +536776,1801 +536841,1331 +536841,1531 +537081,706 +537081,1856 +537081,3353626 +537106,1356 +537106,3315121 +537171,1356 +537171,3315121 +537221,1776 +537271,1631 +537271,1741 +537301,3316116 +537336,331 +537346,81 +537346,3314541 +537346,3317531 +537346,3322621 +537451,1066 +537451,1456 +537451,3387041 +537566,1006 +537606,491 +537606,1381 +537631,706 +537666,3339276 +537666,3381191 +537666,3387456 +537676,3345436 +537676,3349956 +537901,1626 +537901,1631 +537901,3357606 +537901,3374296 +538261,81 +538261,3314556 +538261,3317521 +538266,81 +538266,3317521 +538326,641 +538326,3345116 +538421,1351 +538421,1356 +538441,81 +538441,3314541 +538441,3322621 +538556,1801 +538571,1646 +538781,1066 +538781,1231 +538781,3386296 +538826,366 +538901,3322621 +539041,81 +539041,3314556 +539041,3322621 +539086,3317871 +539366,641 +539366,3317936 +539376,641 +539376,3317936 +539381,641 +539381,3317936 +539391,641 +539391,3317936 +539396,641 +539396,3317936 +539401,641 +539401,3317936 +539406,641 +539406,3317936 +539426,491 +539426,1066 +539436,3347731 +539466,1166 +539671,3317871 +539681,3317871 +539726,1781 +539756,3359356 +539756,3385806 +539931,3383711 +539931,3386296 +539956,491 +539956,3323581 +539961,491 +539961,3323581 +540016,81 +540016,3322621 +540076,3317531 +540176,2131 +540176,3316116 +540181,641 +540181,1066 +540181,3315306 +540191,446 +540191,806 +540191,3315596 +540661,1776 +540661,3361496 +540661,3376776 +540691,3324201 +540751,1176 +540751,3316691 +541091,1801 +541096,1801 +541101,1801 +541106,1801 +541111,1801 +541116,1801 +541121,1801 +541126,1801 +541131,1801 +541136,1801 +541156,706 +541156,3375656 +541161,1801 +541191,1801 +541196,1801 +541201,1801 +541206,1801 +541211,1801 +541216,1801 +541221,1801 +541226,1801 +541316,81 +541316,3317531 +541316,3322621 +541456,1216 +541456,1506 +541466,1216 +541466,1506 +541471,1801 +541476,1631 +541491,1631 +541506,1631 +541511,1631 +541516,1631 +541521,1631 +541526,1631 +541531,1631 +541536,1631 +541541,1631 +541766,3321226 +542006,711 +542111,81 +542111,3322621 +542111,3387301 +542236,3316071 +542336,3344691 +542371,1231 +542371,3386296 +542601,3321251 +542736,3347731 +542831,3322496 +542951,26 +542951,3359061 +542951,3367526 +542996,3335636 +543056,1781 +543156,26 +543156,1231 +543161,26 +543161,1231 +543161,3386296 +543186,81 +543186,3322621 +543231,1186 +543231,3321536 +543296,3317531 +543391,1156 +543391,3320636 +543516,1601 +543516,3345076 +543546,1801 +543586,706 +543626,3317871 +543751,641 +543751,3315306 +543821,1801 +543861,366 +543861,671 +543911,26 +543911,341 +543936,756 +543961,3335636 +543961,3349956 +544046,3317531 +544046,3322621 +544111,1636 +544111,3315501 +544111,3323316 +544216,756 +544386,756 +544711,3353266 +545001,1066 +545001,3353891 +545066,1776 +545101,656 +545126,3344691 +545246,81 +545246,3322621 +545386,1761 +545386,3344691 +545406,856 +545406,1626 +545406,1631 +545406,1741 +545406,3357606 +545406,3374296 +545506,491 +545506,3317191 +545526,3345431 +545631,1231 +545631,3352861 +545631,3386296 +545691,2226 +545691,3386296 +545701,2226 +545701,3386296 +545726,671 +545916,3321016 +546081,366 +546081,1801 +546126,3316421 +546126,3334381 +546126,3367526 +546171,641 +546171,3315306 +546171,3345116 +546171,3387306 +546451,26 +546451,3334381 +546451,3367526 +546521,81 +546521,3314541 +546521,3322621 +546566,331 +546671,3344691 +547011,1591 +547216,1801 +547296,656 +547296,1551 +547321,976 +547391,3349956 +547401,3349956 +547411,3349956 +547416,976 +547441,3349956 +547456,3349956 +547466,3349956 +547506,3349956 +547521,81 +547521,3322621 +547526,3323731 +547526,3339276 +547531,3349956 +547541,3349956 +547551,3349956 +547556,3349956 +547561,3317531 +547561,3322621 +547566,3323731 +547566,3339276 +547566,3381146 +547571,3349956 +547576,3349956 +547581,3349956 +547591,3349956 +547596,3349956 +547616,3349956 +547616,3368201 +547666,1781 +547711,3349956 +547716,3349956 +547721,3349956 +547731,3349956 +547736,3349956 +547741,3349956 +547746,3349956 +547751,3349956 +547756,3349956 +547761,3349956 +547766,3349956 +547781,3349956 +547791,3349956 +547791,3368201 +547801,3317531 +547801,3322621 +547811,3317531 +547821,3349956 +547836,3349956 +547836,3368201 +547841,3349956 +547841,3368201 +547846,3349956 +547846,3368201 +547851,3349956 +547851,3368201 +547856,3349956 +547856,3368201 +547861,3349956 +547861,3368201 +547866,3349956 +547866,3368201 +547871,3349956 +547871,3368201 +547876,3349956 +547876,3368201 +547886,3349956 +547886,3368201 +547891,3349956 +547891,3368201 +547896,3349956 +548176,1156 +548181,1156 +548191,3316071 +548306,3347731 +548356,3349956 +548361,3349956 +548376,3349956 +548386,3349956 +548401,3349956 +548421,3349956 +548436,3349956 +548441,3349956 +548446,3349956 +548451,3349956 +548461,3349956 +548466,3349956 +548481,3349956 +548486,3349956 +548501,3349956 +548511,3349956 +548516,3349956 +548541,871 +548546,1351 +548546,1356 +548626,81 +548626,3317531 +548631,1801 +548651,446 +548651,806 +548686,81 +548686,3322621 +548711,3316691 +548796,3335636 +548796,3349956 +548921,3323731 +548966,1781 +548971,851 +548971,1781 +548971,3387211 +549036,1801 +549051,3315306 +549106,481 +549136,1156 +549136,1166 +549136,1551 +549316,1306 +549406,486 +549556,81 +549556,3322621 +549606,331 +549611,11 +549611,331 +549626,1281 +549786,711 +549801,1801 +549826,711 +549826,3325561 +549901,976 +549981,1066 +550031,1846 +550031,3387366 +550036,1846 +550036,3386296 +550036,3387366 +550181,706 +550181,3388456 +550306,3344691 +550626,26 +550626,1531 +550626,3354341 +550626,3387046 +550626,3387366 +550636,81 +550636,3314556 +550636,3322621 +550696,446 +550696,806 +550756,711 +550866,636 +550866,936 +550956,3345431 +550956,3375656 +551016,711 +551016,3336366 +551016,3387151 +551026,711 +551026,3387151 +551086,1231 +551086,3386296 +551111,656 +551111,1166 +551181,336 +551226,1846 +551246,1846 +551371,1541 +551406,3359356 +551406,3385806 +551421,81 +551421,3322621 +551491,3359356 +551491,3385806 +551526,331 +551531,331 +551531,3317956 +551571,756 +551756,1541 +551786,711 +551786,3336366 +551811,771 +551831,3321131 +551861,3364536 +551866,3364536 +551936,1066 +551936,1341 +551936,3368586 +551976,336 +551996,3343176 +552011,3343176 +552016,3343176 +552041,3364536 +552086,2281 +552346,3347731 +552631,1591 +552641,81 +552641,3317531 +552641,3322621 +552691,26 +552691,3316421 +552691,3334381 +552691,3367526 +552701,3317871 +552741,1281 +552741,3316436 +552776,331 +552776,3367571 +552776,3387941 +552781,446 +552781,806 +552811,331 +552846,3342931 +552851,3336366 +552881,3316071 +552931,711 +552931,3336366 +552946,711 +553016,3349956 +553021,3349956 +553026,3349956 +553031,3349956 +553211,81 +553211,3322621 +553226,1166 +553241,1156 +553241,1776 +553416,3317871 +553436,3344691 +553636,1781 +553651,3322496 +553656,2281 +553676,971 +553676,3320636 +553686,971 +553686,3320636 +553691,3345076 +553726,971 +553726,3320636 +553751,3316071 +554046,3344756 +554101,3345431 +554136,3345431 +554136,3381611 +554186,1801 +554196,1801 +554206,1801 +554416,81 +554416,3322621 +554476,671 +554606,3321251 +554816,711 +554916,1551 +554916,1846 +554981,1751 +554981,1761 +554981,3344691 +555146,26 +555146,3366316 +555146,3386296 +555151,701 +555151,1626 +555151,1741 +555151,3374296 +555216,3357796 +555636,701 +555636,1626 +555636,1741 +555636,3374296 +555661,711 +555676,711 +555676,3336366 +555706,81 +555706,3322621 +555726,756 +555751,756 +555821,1156 +555821,1776 +555841,506 +555841,756 +555841,881 +556046,1531 +556061,446 +556061,806 +556061,3315596 +556146,756 +556151,756 +556261,446 +556261,806 +556261,3315596 +556281,706 +556341,761 +556346,671 +556436,526 +556436,3381191 +556436,3387456 +556436,3388226 +556441,1771 +556461,701 +556461,1626 +556641,3323731 +556641,3366976 +556641,3381191 +556646,3323731 +556646,3381191 +556671,81 +556671,3317531 +556671,3322621 +556746,656 +556746,1166 +556746,2131 +556746,3316116 +556791,3347731 +556816,3317871 +556816,3387126 +556871,3317871 +556871,3373276 +556996,3317871 +557161,1066 +557246,3321696 +557246,3381191 +557446,3348396 +557516,3354291 +557576,81 +557576,3314556 +557576,3317521 +557716,81 +557716,3314546 +557716,3317531 +557716,3322621 +557756,3317531 +557756,3322621 +557786,3345431 +557866,526 +557866,3323731 +557866,3374936 +557866,3381191 +557876,526 +557876,3323731 +557876,3339276 +557876,3374936 +557876,3381191 +557906,1156 +557906,1166 +557906,1551 +557906,3321131 +558151,526 +558151,3374936 +558151,3381191 +558331,3323731 +558331,3339276 +558376,3323731 +558376,3339276 +558376,3366696 +558401,3323731 +558401,3339276 +558401,3366976 +558656,3335251 +558656,3345376 +558681,3316116 +558736,3323446 +558736,3387701 +558746,1406 +558746,3321251 +558811,3317531 +558811,3322621 +558821,1156 +558821,3353266 +558821,3387621 +558846,3323731 +558846,3381146 +558846,3387411 +558931,3323731 +558931,3339276 +558931,3381146 +558986,1166 +559091,3323731 +559091,3381146 +559156,366 +559316,3347731 +559321,3347731 +559351,3323731 +559351,3381146 +559391,3323731 +559391,3381146 +559396,3323731 +559396,3339276 +559396,3381146 +559396,3387411 +559401,3323731 +559401,3339276 +559686,656 +559686,1156 +559686,3387886 +559691,3323731 +559691,3339276 +559696,1801 +559701,3323731 +559701,3339276 +559701,3381146 +560036,331 +560036,3320636 +560046,81 +560046,3314546 +560051,3335251 +560051,3345376 +560056,3323731 +560061,3323731 +560061,3339276 +560061,3381146 +560061,3387411 +560076,3323731 +560076,3339276 +560076,3381146 +560076,3387411 +560191,3323731 +560191,3339276 +560191,3381146 +560206,81 +560206,3314541 +560206,3322621 +560231,3323731 +560326,3347396 +560376,346 +560376,3322496 +560376,3347731 +560476,3347346 +560476,3349956 +560476,3354291 +560476,3387406 +560581,576 +560581,1246 +560581,3357796 +560586,3357796 +560606,491 +560691,701 +560691,1626 +560691,3374296 +560751,3323731 +560816,3323731 +560816,3339276 +560816,3387411 +560831,1066 +560831,3345801 +560851,3323731 +560961,701 +560961,1626 +560961,1741 +560961,3357606 +560961,3374296 +560976,3323731 +560976,3387411 +560986,3323731 +560986,3387411 +560991,1626 +560991,1741 +560991,3357606 +560991,3374296 +561171,336 +561171,761 +561171,3378216 +561171,3383171 +561171,3387516 +561176,336 +561176,761 +561176,771 +561176,3378216 +561176,3383171 +561176,3387516 +561271,641 +561271,3315306 +561541,81 +561541,3314541 +561541,3322621 +562246,656 +562286,3321226 +562286,3381811 +562391,3323731 +562391,3339276 +562471,656 +562486,656 +562496,656 +562501,656 +562501,1156 +562536,1056 +562566,26 +562566,336 +562566,3378216 +562566,3378226 +562566,3378356 +562566,3387201 +562566,3387236 +562566,3387511 +562566,3387751 +562686,81 +562686,3322621 +562741,331 +562901,331 +562926,331 +562936,331 +562986,3317871 +562991,1601 +563046,3317531 +563046,3322621 +563261,1801 +563296,491 +563456,3359356 +563566,1306 +563631,3321596 +563686,1166 +563711,3323731 +563711,3339276 +563711,3381146 +563796,3354291 +563851,446 +563851,806 +563901,1066 +563901,1341 +563901,3368586 +563986,1801 +564121,1166 +564141,1216 +564256,1166 +564291,1626 +564291,1741 +564291,3357606 +564306,81 +564306,3322621 +564331,1056 +564351,1056 +564366,1056 +564371,1056 +564381,3349956 +564386,3349956 +564391,3349956 +564401,3349956 +564456,1156 +564466,1166 +564516,711 +564516,3336366 +564541,1541 +564586,1056 +564616,3347731 +564931,1066 +564931,1351 +564931,3388166 +565076,3316071 +565196,711 +565196,3336366 +565281,3336366 +565476,1781 +565476,3387211 +565476,3387411 +565666,711 +565666,3336366 +565681,526 +565681,3381191 +565836,3322621 +565996,81 +565996,3322621 +566011,3317956 +566281,1186 +566281,1216 +566281,3321536 +566311,1166 +566311,1551 +566341,576 +566341,1246 +566341,3319861 +566341,3319866 +566341,3357796 +566466,1351 +566466,3315121 +566701,3322621 +566851,1116 +566856,1116 +566881,1116 +566886,1116 +566891,1116 +566896,1116 +566906,1066 +566906,3315306 +566906,3376511 +567366,1591 +567366,3387131 +567431,81 +567431,3322621 +567476,1246 +567911,331 +567951,331 +567956,331 +567961,331 +567966,331 +568166,81 +568166,3322621 +568371,446 +568371,806 +568391,1006 +568391,1506 +568426,1626 +568426,1741 +568426,3357606 +568476,606 +568476,3316071 +568521,711 +568521,3336366 +568621,1801 +568636,446 +568636,806 +568661,756 +568671,756 +568671,881 +568676,1801 +568751,1066 +568786,3347731 +568791,3347731 +568876,366 +568891,3344756 +568896,3344756 +569001,331 +569016,2171 +569201,3348396 +569221,336 +569261,81 +569261,3322621 +569271,701 +569271,1626 +569311,706 +569311,1856 +569311,3322716 +569311,3388456 +569606,756 +569606,881 +569706,701 +569706,1626 +569791,706 +569791,3375656 +569996,1156 +570311,711 +570311,3336366 +570371,3321316 +570391,81 +570391,3314541 +570391,3322621 +570491,3321036 +570551,3321036 +570551,3387871 +570556,3321036 +570561,3321036 +570601,446 +570601,806 +570606,806 +570621,3321036 +570626,3364536 +570636,3321036 +570641,3321036 +570646,3321036 +570721,3323731 +570721,3381146 +570721,3387411 +570736,606 +570996,3339276 +570996,3381191 +570996,3387456 +571086,1566 +571086,3336366 +571116,1066 +571126,3317531 +571126,3322621 +571281,1506 +571281,3315256 +571281,3381911 +571281,3388176 +571356,81 +571356,3322621 +571371,3366976 +571371,3381191 +571396,1156 +571396,3387886 +571406,1296 +571406,3344756 +571416,1281 +571416,1291 +571416,3348396 +571416,3387781 +571626,706 +571626,3388456 +571681,1436 +571681,3343176 +571681,3387591 +571766,491 +571771,2131 +571771,3316116 +571781,3316116 +571871,1626 +571871,1631 +571871,3357606 +571936,1231 +571956,3347731 +572041,756 +572046,756 +572201,3317531 +572201,3322621 +572266,446 +572266,806 +572266,3315596 +572291,3349956 +572301,3352371 +572301,3387101 +572356,3315256 +572356,3388176 +572381,446 +572381,806 +572661,706 +572661,3322711 +572661,3388456 +572706,1156 +572706,3321036 +572731,1781 +572772,756 +572787,756 +572826,756 +572826,881 +572976,1351 +572976,3315156 +573051,3321036 +573061,636 +573061,936 +573061,1741 +573296,3344691 +573481,3344756 +573566,3339241 +573596,3336411 +573596,3339241 +573596,3361646 +573596,3382516 +573741,81 +573741,3322621 +573926,706 +573926,3322711 +573926,3388456 +573991,706 +573991,1856 +573991,3322716 +573991,3388456 +573996,446 +573996,806 +573996,1066 +574271,3344756 +574306,1291 +574306,3348396 +574576,3322621 +574731,1166 +574756,3357796 +574816,1776 +574816,3376776 +574866,81 +574866,3322621 +575431,446 +575431,806 +575466,26 +575466,1306 +575466,1406 +575571,3317871 +575866,1156 +575946,3317531 +575946,3322621 +576151,366 +576176,366 +576321,1366 +576321,2131 +576321,3316116 +576321,3387411 +576481,701 +576481,856 +576481,1626 +576481,1741 +576481,3374296 +576536,3339241 +576631,3339241 +576656,701 +576656,856 +576656,1626 +576656,1741 +576656,3374296 +576711,1066 +576781,1066 +576831,3317871 +576911,366 +576911,3387366 +577101,3347731 +577141,491 +577151,1766 +577226,3339241 +577621,3349956 +577646,3317531 +577646,3322621 +577676,706 +577676,3388456 +577686,1066 +577706,3353266 +577706,3387621 +577721,1356 +577836,1066 +577856,1156 +577856,1776 +577856,3376776 +577906,1351 +577906,1356 +578386,446 +578386,806 +578516,871 +578521,3317531 +578521,3322621 +578636,806 +578636,3315596 +578666,3353266 +578666,3387621 +578686,3364536 +578706,3335636 +578831,1156 +578841,1156 +578841,2131 +578841,3316116 +578846,1156 +578846,2131 +578846,3316116 +578851,1156 +578851,2131 +578851,3316116 +578916,446 +578916,806 +578916,3315596 +578926,2131 +578926,3316116 +578926,3387411 +578931,3316071 +579066,1006 +579066,1506 +579066,1931 +579071,1066 +579116,81 +579116,3314541 +579171,3362581 +579206,491 +579206,3322656 +579231,81 +579231,3317521 +579281,1626 +579281,1741 +579281,3357606 +579296,3349956 +579301,3347346 +579301,3349956 +579336,331 +579336,3388286 +579341,3315501 +579356,331 +579481,3321036 +579596,3362581 +579631,706 +579631,3322711 +579631,3388456 +579786,3316116 +579851,706 +579851,3322716 +579851,3388456 +579971,3367571 +579971,3387291 +579976,3344691 +580071,3349956 +580261,641 +580261,1066 +580261,3315306 +580261,3346536 +580261,3376511 +580261,3387261 +580261,3387306 +580391,3349956 +580401,3349956 +580406,3349956 +580411,3349956 +580481,1056 +580491,3349956 +580711,81 +580711,3322621 +580851,3321036 +581171,81 +581171,3314546 +581171,3317521 +581286,3337426 +581416,1356 +581421,1156 +581421,1891 +581421,3345436 +581486,3345436 +581496,3345436 +581611,81 +581611,3322621 +581616,1006 +581616,1931 +581616,3387856 +581616,3388171 +581721,446 +581721,806 +581721,3315596 +581876,711 +581876,3336366 +581881,711 +581886,1166 +581961,3318136 +582011,446 +582011,806 +582281,1626 +582331,1801 +582336,3347731 +582346,706 +582346,1711 +582346,1856 +582346,3372261 +582346,3375656 +582346,3387411 +582346,3387601 +582851,1166 +582871,3321251 +583041,81 +583041,3322621 +583066,366 +583066,1801 +583066,3366391 +583246,3317871 +583246,3371306 +583346,3349956 +583361,3349956 +583366,2281 +583366,3387911 +583386,3349956 +583546,976 +583546,3387086 +583696,1616 +583696,3387966 +583706,131 +583706,1616 +583706,3387966 +583726,3317531 +583936,706 +583936,3322716 +583936,3388456 +583981,3353266 +583981,3387621 +584016,641 +584016,1066 +584016,3345116 +584016,3387306 +584046,961 +584051,81 +584051,3317531 +584051,3322621 +584176,1281 +584176,3316436 +584176,3337426 +584561,3349956 +584736,1156 +584736,1366 +584736,3316116 +584776,3345431 +584776,3349121 +584806,3321016 +584806,3335251 +584806,3345376 +584841,641 +584841,3315306 +584906,3322621 +584906,3387301 +585291,331 +585731,1801 +585736,1801 +585741,1801 +585746,1801 +585746,3386361 +585751,1801 +585751,3386361 +585756,1801 +585761,1801 +585761,3386361 +585766,1801 +585766,3386361 +585771,1801 +585776,1801 +585781,1801 +585781,3386361 +585786,1801 +585791,1801 +585796,1801 +585796,3386361 +585801,1801 +585806,1801 +585806,3386361 +585811,1801 +585811,3386361 +585876,3317531 +585876,3322621 +586036,3347731 +586041,3371396 +586041,3378216 +586046,3371396 +586046,3378216 +586251,1171 +586281,791 +586281,3349956 +586366,1781 +586366,3387411 +586686,1781 +586761,1366 +586826,1166 +586896,3315256 +586896,3388176 +586911,446 +586911,806 +586916,3317531 +586916,3322621 +587086,3317871 +587086,3344136 +587256,3349956 +587261,3349956 +587496,851 +587531,3345431 +587616,641 +587616,1066 +587616,1456 +587616,3315306 +587616,3320621 +587616,3387306 +587671,756 +587816,1506 +587816,1766 +587821,1066 +587821,1506 +587971,1801 +588026,1156 +588026,1166 +588026,1551 +588041,3314541 +588041,3322621 +588211,3317531 +588326,1156 +588326,1166 +588326,1551 +588346,491 +588346,1066 +588346,3324116 +588396,1066 +588541,1801 +588646,3322621 +588646,3387301 +588666,3334801 +588666,3374881 +588666,3387366 +588726,3353266 +588726,3387621 +588751,3326261 +588751,3374666 +588756,3326261 +588756,3374666 +588756,3386296 +588756,3387046 +588761,26 +588761,3326261 +588761,3374666 +588876,2131 +588876,3316116 +588881,2131 +588881,3316116 +588886,1156 +588886,2131 +588886,3316116 +589351,1231 +589481,3322621 +589521,491 +589521,956 +589521,3323581 +589546,576 +589546,1231 +589546,3386296 +589576,656 +589586,3315306 +589676,446 +589676,806 +589971,3340996 +589976,3340996 +589981,3340996 +590031,476 +590071,706 +590071,1711 +590071,3372261 +590071,3375656 +590071,3387596 +590071,3388456 +590181,1456 +590201,3317531 +590206,571 +590211,481 +590211,571 +590251,636 +590286,3342931 +590286,3349666 +590301,3374296 +590331,3316116 +590336,1156 +590336,2131 +590336,3316116 +590351,3316116 +590356,2131 +590356,3316116 +590361,2131 +590361,3316116 +590366,3316116 +590371,3322621 +590376,3322621 +590381,3314541 +590381,3322621 +590396,1166 +590431,3322621 +590546,3316071 +590551,3316071 +590581,1351 +590581,1356 +590601,3323731 +590731,446 +590731,806 +590871,1156 +590871,1166 +590871,1551 +591026,3322621 +591066,3339241 +591116,3322621 +591121,3322621 +591146,3322621 +591166,3322621 +591181,1006 +591281,1781 +591616,81 +591616,3314546 +591631,3345436 +592191,2281 +592201,3322621 +592331,3374296 +592336,676 +592336,3374881 +592436,1156 +592436,1551 +592576,1306 +592596,3339606 +592621,3347731 +592626,3347731 +592716,1801 +592896,706 +592896,1711 +592896,3387596 +593001,3354291 +593006,3354291 +593066,3322621 +593071,706 +593071,1711 +593071,3372261 +593071,3375656 +593071,3387596 +593071,3388456 +593306,366 +593306,706 +593306,3375656 +593376,331 +593556,1931 +593606,3347396 +593796,81 +593796,3322621 +593796,3387301 +593871,3371396 +593871,3378216 +593871,3378226 +593871,3383226 +593871,3387906 +593876,761 +593876,3371396 +593876,3378216 +593876,3378226 +593876,3387906 +594181,1231 +594181,3386296 +594976,1166 +595041,3322621 +595116,3322621 +595121,2171 +595121,3316366 +595156,711 +595156,3336366 +595156,3387151 +595286,446 +595286,806 +595576,1166 +595796,446 +595796,806 +595801,3339241 +596021,711 +596021,3336366 +596031,3317531 +596031,3322621 +596461,3348396 +596461,3387781 +596516,3344691 +596711,331 +596711,3317956 +596761,656 +596761,1156 +596761,1166 +596761,1551 +596761,1846 +596771,656 +596771,1551 +596846,1156 +596846,1846 +596891,656 +596891,1156 +596891,1166 +596891,1551 +596891,3316421 +596891,3387886 +596931,3344756 +596936,3344756 +596936,3387976 +597131,3321211 +597421,1156 +597426,1156 +597791,3366391 +597881,1436 +597881,3343176 +597971,1801 +598041,2281 +598061,1801 +598066,1801 +598071,1801 +598076,1801 +598176,1156 +598176,3353266 +598191,81 +598191,3322621 +598601,1781 +598601,3387211 +598706,656 +598706,1156 +598706,3387411 +598781,1281 +598781,3348396 +599096,3315256 +599291,1801 +599616,3317871 +599616,3373276 +599616,3387126 +599766,3323731 +599766,3381146 +599766,3388031 +599781,3323731 +599781,3381146 +599781,3388031 +599886,1741 +599886,3357606 +599886,3374296 +599886,3387716 +600056,3374936 +600126,446 +600126,806 +600211,3347731 +600216,3347731 +600526,711 +600526,3336366 +600766,636 +600766,936 +600766,3374296 +601241,706 +601241,3387601 +601596,1776 +601756,446 +601756,806 +601771,1531 +601826,1801 +601851,81 +601851,3322621 +601956,711 +601956,3336366 +602291,331 +602326,1781 +602491,576 +602491,1231 +602491,3386296 +602561,3323731 +602561,3381146 +602561,3388031 +603016,706 +603016,3388456 +603061,3349956 +603066,3349956 +603101,1066 +603176,3321036 +603301,3349956 +603351,1231 +603351,3386296 +603381,336 +603531,3322621 +603641,706 +603641,3372261 +603641,3387611 +603641,3388456 +603786,671 +603816,3317531 +603816,3322621 +603936,1066 +603941,1781 +603941,3387211 +603986,3347731 +603991,3347731 +603996,3347731 +604031,3314546 +604031,3317531 +604316,3349956 +604321,791 +604321,3349956 +604331,3349956 +604547,3353266 +604547,3387621 +604646,446 +604646,806 +604836,1781 +604836,3387211 +604876,3334801 +604876,3387991 +604896,336 +604896,1081 +604896,3388311 +605056,1066 +605056,3387041 +605121,3321131 +605351,3349956 +605421,756 +605466,3323731 +605466,3381146 +605466,3388031 +605586,1436 +605606,3344691 +605641,1436 +605641,3343176 +605661,3335636 +605721,3345436 +605846,656 +605846,1156 +605846,1551 +605846,3387886 +605966,1066 +605981,336 +606131,1781 +606156,526 +606556,3321696 +606936,331 +606936,3380241 +607141,1776 +607281,1776 +607321,1776 +607326,3316421 +607336,1801 +607341,1776 +607366,1776 +607381,3366316 +607381,3366391 +607396,1776 +607416,491 +607426,491 +607431,3322496 +607606,3316421 +607651,3335636 +607651,3349956 +607666,3347731 +607681,3366316 +607681,3366391 +607711,3335636 +607726,3366316 +607726,3366391 +607876,3321251 +608051,1216 +608051,1506 +608051,1766 +608051,3315256 +608051,3386296 +608256,336 +608356,3335636 +608636,3317871 +608636,3344136 +608666,3352371 +608666,3387101 +608666,3387226 +608666,3387531 +608741,446 +608741,806 +608786,491 +608906,3315596 +608961,3321696 +608961,3381191 +608976,3323731 +608976,3381146 +608976,3381191 +608976,3388031 +608991,26 +608991,3323731 +608991,3381146 +608991,3388031 +609261,3345436 +609366,3366976 +609366,3381191 +609366,3388031 +609376,3366976 +609376,3381191 +609376,3388026 +609376,3388031 +609401,3315306 +609411,3323731 +609411,3381146 +609411,3387411 +609421,3323731 +609421,3339276 +609421,3381146 +609436,526 +609436,3381191 +609436,3387456 +609441,3335636 +609441,3349956 +609516,3366316 +609516,3366391 +609701,3374296 +609721,806 +609736,486 +609901,1066 +610331,1006 +610331,1506 +610331,3387856 +610331,3388171 +610476,3378216 +610541,1156 +610541,3382561 +610541,3387366 +610576,756 +610576,881 +610646,3315256 +610941,3321321 +610956,2171 +611061,781 +611061,3386296 +611141,1281 +611231,3323731 +611231,3381146 +611231,3388031 +611246,3344756 +611291,3323731 +611291,3381146 +611291,3388031 +611356,1551 +611356,1846 +611481,1506 +611481,3315256 +611516,1066 +611541,3323731 +611541,3381146 +611541,3388031 +611621,3349956 +611766,1166 +611781,1166 +611801,1166 +611806,1281 +611821,1551 +611821,1846 +611831,1166 +611836,1166 +611896,526 +611896,3323731 +611896,3374936 +611896,3381146 +611896,3381191 +611896,3387671 +611956,806 +611961,3319866 +611961,3357796 +611971,331 +611971,521 +612056,1116 +612061,1116 +612066,1116 +612071,806 +612071,1116 +612071,3315406 +612101,526 +612101,3323731 +612101,3374936 +612101,3381146 +612101,3381191 +612106,3322621 +612116,446 +612116,806 +612281,3347396 +612286,1781 +612286,3387211 +612551,1306 +612696,3323731 +612696,3381146 +612936,1166 +612991,3323731 +612991,3374936 +612991,3381191 +612996,3323731 +612996,3381146 +613036,3314906 +613036,3387106 +613036,3387356 +613081,331 +613081,3316421 +613081,3367571 +613081,3387291 +613081,3387941 +613276,2281 +613386,3321016 +613386,3335251 +613386,3387376 +613401,3335251 +613511,81 +613511,3322621 +613571,3347731 +613606,1281 +613681,1156 +613681,3353266 +613681,3387621 +613721,366 +613721,3327656 +613746,706 +613746,3322711 +613746,3387596 +613746,3388456 +613756,366 +613861,706 +613861,3322711 +613861,3387596 +613861,3388456 +614041,3323731 +614041,3381146 +614101,3323731 +614101,3381146 +614101,3387411 +614201,366 +614201,3353266 +614201,3387621 +614471,1281 +614471,3348396 +614481,656 +614481,1156 +614481,1166 +614481,1551 +614481,3321131 +614481,3387886 +614506,1066 +614566,671 +614646,526 +614646,3323731 +614646,3339276 +614646,3381146 +614646,3387671 +614671,3323731 +614671,3381146 +614671,3388031 +614756,3323731 +614756,3381146 +614756,3388031 +614761,756 +614776,3323731 +614781,3323731 +614781,3381146 +614781,3387411 +614796,3323731 +614796,3381146 +614796,3387411 +614801,81 +614801,3322621 +614851,1156 +614851,3354291 +614851,3387406 +614961,26 +614961,3367526 +615001,1801 +615071,1156 +615081,3323731 +615081,3381146 +615081,3387411 +615086,3323731 +615086,3381146 +615086,3387411 +615096,3323731 +615096,3381146 +615096,3387411 +615101,3381146 +615211,3323731 +615211,3381146 +615356,3323731 +615426,3347731 +615496,3321016 +615496,3335251 +615496,3387376 +615496,3387381 +615521,1626 +615541,3317531 +615541,3322621 +615546,656 +615546,1156 +615546,1166 +615546,1551 +615616,526 +615616,3323731 +615616,3374936 +615616,3381146 +615616,3381191 +615616,3387456 +615671,481 +616136,81 +616136,3322621 +616251,1801 +616411,3323731 +616411,3381146 +616411,3388031 +616636,3347731 +616811,3317956 +616976,491 +617101,3322621 +617351,3335636 +617431,3322621 +617581,3323731 +617581,3381146 +617581,3388031 +617611,491 +617611,956 +617611,1066 +617746,331 +617756,331 +617886,3321036 +617936,1231 +617986,806 +618031,3344691 +618121,81 +618121,3322621 +618191,1281 +618191,1291 +618191,3316436 +618191,3337426 +618191,3348396 +618466,806 +618706,3348396 +618706,3387781 +618931,806 +619001,1066 +619001,1351 +619001,3315156 +619226,806 +619241,3322496 +619241,3347731 +619301,1436 +619301,3343176 +619301,3387591 +619306,706 +619306,3322716 +619356,81 +619356,3322621 +619376,3317871 +619461,1801 +619476,1626 +619476,1741 +619476,3374296 +619476,3388231 +619641,1351 +619641,3315156 +619671,26 +619671,3366316 +619671,3366391 +619706,2061 +619801,3348396 +620001,3315156 +620006,1351 +620006,3315156 +620036,3366976 +620036,3381191 +620036,3387456 +620366,1281 +620386,81 +620386,3322621 +620416,3315156 +620471,3315256 +620511,1801 +620511,3386361 +620521,1801 +620521,3386361 +620681,1436 +620681,3343176 +620751,366 +620766,366 +620791,1801 +620791,3386361 +620796,606 +620911,706 +620911,3322716 +620911,3387596 +620926,346 +620931,346 +620931,3322496 +620931,3347731 +621546,1801 +621636,1066 +621641,3317531 +621646,3317531 +621701,1156 +621701,3387366 +621716,1066 +622031,1066 +622066,336 +622066,3388311 +622181,1156 +622256,806 +622266,3317871 +622266,3387126 +622346,331 +622346,3387366 +622391,1801 +622556,446 +622556,806 +622571,3322621 +622581,3322621 +622646,3385806 +622716,1156 +622716,3345436 +622786,366 +622786,3387366 +622796,1741 +622801,26 +622801,1626 +622801,1741 +622926,3347731 +622931,3347731 +622986,706 +622986,3322711 +623011,3322621 +623211,3316071 +623276,3315156 +623311,3323731 +623321,1281 +623321,1291 +623321,3348396 +623321,3387781 +623516,2171 +623516,3387366 +623686,3323731 +623686,3381146 +623686,3387411 +623691,1156 +623781,81 +623781,3322621 +624071,3323731 +624071,3381146 +624071,3387411 +624321,1066 +624471,3316071 +624826,486 +624876,1166 +624891,711 +625091,3321036 +625146,3344691 +625151,1781 +625366,3385806 +625371,3359356 +625371,3385806 +625491,3381191 +625501,3348396 +625501,3387781 +625531,1066 +625606,491 +625836,3387046 +626016,336 +626016,3387521 +626016,3388241 +626021,446 +626021,806 +626021,3315596 +626031,806 +626121,3314556 +626271,3347731 +626276,3347731 +626596,446 +626596,806 +626736,3385986 +626866,971 +626871,1801 +626976,3322621 +627121,3341691 +627296,636 +627296,936 +627346,3387046 +627586,806 +627616,3320636 +627616,3387126 +627666,1801 +628056,1056 +628056,3314446 +628081,3387126 +628081,3387141 +628236,3317531 +628316,711 +628316,3336366 +628341,3382561 +628466,1626 +628496,3321016 +628851,1801 +628941,3348396 +628941,3387781 +628956,1891 +628956,3345436 +628996,3322621 +629001,1801 +629066,3375656 +629066,3388311 +629121,3387046 +629206,3321251 +629431,3381191 +629626,1801 +629811,1781 +629816,3322621 +629866,481 +629866,571 +629926,3382561 +629926,3387201 +629926,3387366 +629926,3388341 +629986,3382561 +629986,3387201 +629991,1801 +630276,711 +630276,3387151 +630296,3347731 +630306,3347731 +630316,3347731 +630366,806 +630371,806 +630386,706 +630386,3322716 +630386,3387596 +630451,3316421 +630571,3347396 +630581,3347396 +630606,3347396 +630646,3322621 +630656,636 +630656,936 +630686,3317531 +630691,3317531 +630716,3317531 +630756,3381611 +630871,706 +630871,3372261 +630871,3387596 +630871,3388456 +631026,1801 +631036,491 +631036,3317191 +631266,1506 +631266,3315256 +631376,3321251 +631381,446 +631381,806 +631471,1801 +631606,1156 +631671,3321251 +631766,526 +631766,3323731 +631766,3381191 +631811,2281 +631816,3381191 +631821,3381191 +631831,3381191 +631841,3381191 +631861,3345436 +632056,1801 +632121,1156 +632366,3383711 +632366,3386296 +632411,3387046 +632521,1626 +632931,3323731 +632931,3381191 +632946,3322621 +633031,3322621 +633131,711 +633131,3336366 +633131,3387151 +633211,1771 +633211,3320891 +633511,3321251 +633826,1066 +633961,1771 +633961,3320891 +634151,3322621 +634186,3323731 +634186,3381191 +634186,3387671 +634326,3322621 +634991,1351 +635061,3318136 +635171,806 +635171,3315596 +635201,3335636 +635206,446 +635206,806 +635206,3315596 +635216,446 +635216,806 +635216,3315596 +635231,806 +635231,3315596 +635261,1281 +635271,1231 +635271,3383711 +635281,3322621 +635331,3349956 +635341,3349956 +635366,806 +635366,3315596 +635391,1591 +635446,3316071 +635576,3366976 +635576,3388031 +635596,3344756 +635706,706 +635706,3322711 +635706,3322716 +635706,3387596 +635766,2281 +635956,3387341 +636021,1781 +636111,331 +636111,3387941 +636146,331 +636146,3387941 +636151,806 +636301,491 +636311,446 +636311,806 +636311,3315596 +636326,3386296 +636346,806 +636346,3315596 +636416,3347731 +636441,446 +636441,806 +636451,446 +636451,806 +636491,481 +636491,3375106 +636556,1781 +636611,481 +636611,571 +636611,3375106 +636991,1351 +637001,1156 +637006,1156 +637211,491 +637331,1156 +637331,3387886 +637391,3322621 +637481,1626 +637481,3323626 +637481,3357641 +637481,3374296 +637481,3387876 +637546,3387201 +637596,1156 +637596,3379671 +637596,3387201 +638386,576 +638636,1661 +639456,3347731 +640021,706 +640021,3387596 +640191,1781 +640191,3387211 +640901,3315306 +640901,3320621 +640901,3387306 +642011,1066 +642011,1231 +642011,3386296 +642766,446 +642766,806 +642976,1776 +643261,1661 +643321,3322621 +644301,3317531 +644301,3387301 +644766,3381911 +644961,3317871 +644961,3323166 +644961,3387126 +644961,3387141 +645051,3321016 +645051,3387381 +645131,1166 +645261,26 +645261,366 +645261,691 +645331,366 +645681,1156 +645681,3387201 +645681,3387366 +645681,3388341 +645926,706 +645926,3387596 +645926,3387601 +646076,1506 +646076,1766 +646076,3345801 +646076,3387041 +646366,3321251 +646371,3321251 +646391,1281 +646391,3387781 +646526,1246 +646526,3357796 +646636,636 +646636,701 +646636,936 +646636,1741 +647306,3316436 +647406,606 +647466,1781 +647466,3387211 +647816,3322621 +647871,3316071 +647911,3375656 +647916,806 +648071,366 +648101,3347731 +648106,3347731 +648191,3316436 +648191,3337426 +648326,1281 +648326,3316436 +648326,3337426 +648636,3341691 +648646,3341691 +648676,3341691 +648686,3341691 +648691,3341691 +648696,3341691 +648701,3341691 +648706,3341691 +648711,3341691 +648716,3341691 +648721,3341691 +648781,3345436 +648961,1781 +648961,3387411 +649156,3376776 +649186,1306 +649201,3381191 +649201,3387456 +649236,3317531 +649236,3322621 +649311,1891 +649311,3345436 +649311,3388541 +649421,3386361 +649631,976 +649791,1801 +649796,1801 +649801,1801 +649806,1801 +649816,1801 +649821,1801 +649826,1801 +649936,3387536 +649971,1801 +649976,1801 +649986,1801 +649991,1801 +649996,1801 +650001,1801 +650036,3316071 +650111,3316071 +650116,3316071 +650131,3333881 +650236,3320891 +650236,3387366 +650236,3388306 +650266,3333881 +650296,1801 +650301,1801 +650306,1801 +650311,1801 +650316,1801 +650321,1801 +650326,1801 +650331,1801 +650916,3387536 +651136,3335636 +651191,366 +651196,366 +651416,3387211 +651681,3335636 +651746,1156 +651971,3322621 +652291,976 +652291,3387476 +652291,3387536 +652486,3387411 +652546,3387411 +652551,3387411 +652551,3387886 +652606,881 +652921,3387201 +652926,3322621 +652931,3387201 +652991,3387621 +653001,1846 +653001,3387451 +653001,3387621 +653131,3322621 +653146,3347346 +653151,3347346 +653201,976 +653201,3387476 +653201,3387536 +653506,3322621 +653671,3322621 +653806,3387411 +653836,3315306 +654031,1231 +654031,3386296 +654056,3341691 +654061,3341691 +654101,671 +654111,3341691 +654156,366 +654301,3322621 +654461,3317871 +654526,3381191 +654526,3387456 +654681,2226 +654781,3368586 +654816,3381191 +654816,3387456 +654846,446 +654846,806 +655141,3387106 +655141,3387356 +655171,3322571 +655186,3381191 +655186,3387456 +655376,3387411 +655406,1846 +655406,3387451 +655411,1846 +655411,3387451 +655416,1846 +655416,3387451 +655421,1846 +655421,3387451 +655426,1846 +655426,3387451 +655431,1846 +655431,3387451 +655436,1846 +655436,3387451 +655441,1846 +655441,3387451 +655446,1846 +655446,3387451 +655451,1846 +655451,3387451 +655456,1846 +655456,3387451 +655461,1846 +655461,3387451 +655466,1846 +655466,3387451 +655471,1846 +655471,3387451 +655476,1846 +655476,3387451 +655481,1846 +655481,3387451 +655486,1846 +655486,3387451 +655491,1846 +655491,3387451 +656461,3347731 +656861,3317871 +657216,3345436 +657526,1801 +657621,976 +657621,3387476 +658276,3317531 +658276,3322621 +658316,3322621 +658426,1801 +658426,3330381 +658491,81 +658491,3317521 +658586,3317871 +658586,3320636 +658641,3344691 +658661,1351 +658661,1356 +658671,1351 +658671,1356 +658761,656 +658761,1166 +658976,331 +658981,331 +658986,331 +658991,331 +658996,331 +659001,331 +659006,331 +659186,3317871 +659301,331 +659306,331 +659316,331 +659416,331 +659546,3387301 +659561,1801 +659861,3341691 +659871,3341691 +659881,3341691 +659991,446 +659991,806 +660256,706 +660256,3372261 +660256,3388311 +660396,3316071 +660401,3387626 +660956,491 +661401,3387411 +662186,81 +662186,3317531 +662256,3354631 +662631,3319866 +662926,1661 +663281,81 +663281,3322621 +663621,366 +663651,3387536 +663736,3317871 +663736,3387126 +663786,26 +663786,366 +664236,3347731 +664311,3341691 +664326,3322621 +664971,1781 +665371,3387411 +665371,3387886 +665451,3347731 +665481,806 +665481,1066 +665926,606 +666046,3387411 +666741,2171 +666846,1281 +666846,3316436 +666886,3315476 +667036,3315476 +667201,3315476 +667211,3387456 +667211,3388226 +667226,3387456 +667226,3388226 +667501,3387411 +667536,1156 +667536,3387411 +667611,3387211 +667671,3322621 +667846,3381146 +667846,3388026 +667846,3388031 +667846,3388226 +668016,971 +668061,3315476 +668231,526 +668276,3380451 +668606,3316071 +668781,341 +668781,3354631 +668811,3347731 +668826,3347731 +669246,706 +669246,3322716 +669276,881 +669286,881 +669486,1781 +670141,806 +670276,3387411 +670306,3387411 +670491,3317531 +670491,3322621 +670731,3387131 +671121,3366976 +671121,3388031 +671201,3387411 +671216,1776 +671621,3387411 +671706,3387411 +672176,1506 +672246,3317531 +672246,3322621 +672536,3381191 +672751,3387841 +672851,3387841 +672901,3366976 +672901,3388026 +672901,3388031 +672901,3388226 +673151,3387781 +673361,881 +673471,706 +673471,3322711 +673876,3383226 +673876,3387906 +674096,1066 +674286,3321696 +674381,526 +674381,3366976 +674381,3381191 +674801,3347396 +674806,3347396 +674856,1156 +674856,1331 +674856,3321321 +675206,3347731 +675231,1166 +675256,526 +675806,3381146 +675806,3388031 +675806,3388226 +675811,3381146 +676041,3381146 +676041,3388026 +676041,3388031 +676136,3381146 +676136,3388031 +676136,3388226 +676256,3381146 +676256,3388031 +676261,3323731 +676261,3381146 +676261,3388026 +676261,3388031 +676261,3388226 +676271,3381146 +676271,3388031 +676271,3388226 +676291,3381146 +676291,3388031 +676291,3388226 +676436,3381146 +676436,3388031 +676436,3388226 +676491,3381146 +676491,3388031 +676491,3388226 +676606,3381146 +676606,3388031 +676606,3388226 +676626,3381146 +676626,3388026 +676626,3388031 +676626,3388226 +676796,3387126 +676856,366 +676906,3317956 +676966,3381146 +676966,3388026 +676966,3388031 +677451,971 +677631,3323731 +677631,3387671 +677636,3387671 +677806,3387521 +678056,3321016 +678056,3335251 +678056,3345376 +678056,3387376 +678056,3387381 +678081,3321016 +678081,3345376 +678081,3387376 +678277,3387391 +678541,3317531 +678541,3322621 +678556,3347731 +678566,3386296 +678756,3317531 +678756,3322621 +678781,3322496 +678806,3317531 +678831,526 +678831,3388031 +678831,3388226 +678866,3347731 +678881,3347731 +678901,526 +678901,3323731 +678901,3388026 +678901,3388031 +678906,3347731 +678911,3347731 +678921,3347731 +678941,3347731 +678951,3347731 +678956,3347731 +678961,3347731 +679226,3387701 +679621,3387991 +679731,3387411 +679756,526 +680346,596 +680361,3347731 +681126,1066 +681506,3381191 +681506,3388031 +681551,3387976 +681561,3387976 +681631,131 +681721,3321251 +681771,3359356 +681771,3385806 +681796,3347731 +682301,656 +682591,3341691 +682621,1776 +682706,366 +683726,3322496 +683726,3347731 +683731,1801 +683746,1801 +683936,3388076 +684061,3388076 +684116,1066 +684121,1781 +684121,3387211 +684701,3388076 +684751,1066 +685081,3388076 +685171,3388076 +685186,3388076 +685401,1506 +685496,3388076 +685731,806 +685861,3316071 +685871,706 +685871,3322711 +685911,706 +685911,3322716 +686141,3381811 +686376,3387191 +686381,3387191 +686761,1781 +686761,3387211 +686766,26 +686766,1781 +686771,1781 +686781,1781 +686781,3387211 +686791,1781 +686791,3387211 +686826,1781 +687376,3388226 +687476,3347731 +687481,3347731 +687771,3387211 +687856,3388031 +687876,3317531 +687881,3317531 +688311,3316071 +688316,3316071 +688641,3317531 +688641,3322621 +688776,3387621 +688841,3387621 +688856,3388226 +689101,1506 +689101,1766 +689146,3387886 +690376,3387976 +690421,706 +690421,3322716 +690431,706 +690431,3322716 +690971,3387211 +691366,3347731 +691891,1801 +692046,1801 +692056,1801 +692071,1801 +692146,1801 +692176,1801 +692316,806 +692316,1066 +692381,3381191 +692381,3387671 +692381,3388031 +692426,1066 +692571,3388126 +692681,3322621 +693046,3388241 +693051,3388241 +693166,3388241 +694831,3386296 +695286,806 +695286,3315596 +695501,1581 +695501,3342931 +695736,3387211 +695776,3342931 +695781,3342931 +695936,3342931 +696676,3347731 +697106,3342931 +698286,3322621 +699536,3318136 +699946,3387871 +700316,3317531 +700361,3374881 +700771,3387976 +701261,3388251 +701701,3387671 +702196,3347731 +702291,811 +702671,1066 +702761,3317531 +702796,3317531 +702801,3317531 +703201,3387976 +703276,3387596 +703276,3387601 +703486,3387621 +703801,3388306 +703861,3387411 +705211,756 +705761,81 +705761,3317531 +706036,3347731 +706661,1066 +707486,1801 +709096,2111 +709096,3387046 +709896,3387896 +709936,1801 +709941,1801 +709946,1801 +709951,1801 +709961,1801 +709966,1801 +709971,1801 +709976,1801 +709981,1801 +709991,1801 +710086,1801 +710096,1801 +710106,1801 +710111,1801 +710116,1801 +710121,1801 +710126,1801 +710131,1801 +710141,1801 +710146,1801 +710166,1801 +711046,3322716 +711046,3388456 +711056,3322716 +711056,3388456 +711156,3341691 +711366,3347731 +711706,576 +711706,1246 +711966,1281 +711966,3387781 +712001,3321251 +712091,3366391 +712091,3387046 +712276,3317531 +712681,1236 diff --git a/docroot/modules/custom/mass_migrate/mass_migrate.services.yml b/docroot/modules/custom/mass_migrate/mass_migrate.services.yml index a4e2e2d3ae..d14b999f25 100644 --- a/docroot/modules/custom/mass_migrate/mass_migrate.services.yml +++ b/docroot/modules/custom/mass_migrate/mass_migrate.services.yml @@ -3,3 +3,7 @@ services: class: Drupal\mass_migrate\EventSubscriber\MassMigrateMigrationSubscriber tags: - { name: 'event_subscriber' } + mass_migrate.batch_manager: + class: Drupal\mass_migrate\MassMigrateBatchManager + arguments: [ '@entity_type.manager' ] + diff --git a/docroot/modules/custom/mass_migrate/src/Commands/MassMigrateCommands.php b/docroot/modules/custom/mass_migrate/src/Commands/MassMigrateCommands.php index 2007500200..894cdfdc7a 100644 --- a/docroot/modules/custom/mass_migrate/src/Commands/MassMigrateCommands.php +++ b/docroot/modules/custom/mass_migrate/src/Commands/MassMigrateCommands.php @@ -3,13 +3,39 @@ namespace Drupal\mass_migrate\Commands; use Consolidation\AnnotatedCommand\CommandData; +use Drupal\mass_migrate\MassMigrateBatchManager; use Drush\Commands\DrushCommands; +use Symfony\Component\DependencyInjection\ContainerInterface; /** * Mass Migrate drush commands. */ class MassMigrateCommands extends DrushCommands { + /** + * The Mass Migrate batch manager. + * + * @var \Drupal\mass_migrate\MassMigrateBatchManager + */ + protected $batchManager; + + /** + * {@inheritdoc} + */ + public function __construct(MassMigrateBatchManager $batch_manager) { + parent::__construct(); + $this->batchManager = $batch_manager; + } + + /** + * {@inheritdoc} + */ + public static function create(ContainerInterface $container) { + return new static( + $container->get('mass_migrate.batch_manager'), + ); + } + /** * Override config when running drush migrate:import. * @@ -39,4 +65,14 @@ public function overrideMigrateImportPostCommand() { \Drupal::service('cache.discovery')->deleteAll(); } + /** + * Create missing flagging. + * + * @command mass-migrate:queue-flagging + */ + public function queueFlagging(): void { + $this->batchManager->queueFlagging(); + drush_backend_batch_process(); + } + } diff --git a/docroot/modules/custom/mass_migrate/src/MassMigrateBatchManager.php b/docroot/modules/custom/mass_migrate/src/MassMigrateBatchManager.php new file mode 100644 index 0000000000..7d0390b535 --- /dev/null +++ b/docroot/modules/custom/mass_migrate/src/MassMigrateBatchManager.php @@ -0,0 +1,171 @@ +nodeStorage = $entity_type_manager->getStorage('node'); + } + + /** + * {@inheritdoc} + */ + public static function create(ContainerInterface $container) { + return new static( + $container->get('entity_type.manager'), + ); + } + + /** + * Queue flags. + */ + public function queueFlagging() { + $batch = $this->generateBatch(); + batch_set($batch); + } + + /** + * Create a batch to process the flagging. + * + * @return array + * The batch array. + */ + public function generateBatch() { + $operations = []; + + // Read the CSV file into an array + $module_path = \Drupal::service('file_system')->realpath(\Drupal::service('module_handler')->getModule('mass_migrate')->getPath()); + $csvFile = $module_path . '/includes/exported_data.csv'; + + $csvData = []; + + if (($handle = fopen($csvFile, 'r')) !== FALSE) { + while (($row = fgetcsv($handle)) !== FALSE) { + $csvData[] = $row; + } + fclose($handle); + } + + $total = (int) count($csvData); + + $batched_results = array_chunk($csvData, self::BATCH_SIZE, TRUE); + $progress_count = 0; + foreach ($batched_results as $batch_group) { + $progress_count += (int) count($batch_group); + $operations[] = ['\Drupal\mass_migrate\MassMigrateBatchManager::queueFlagBatchWorker', [$batch_group, $progress_count, $total]]; + } + + $batch = [ + 'operations' => $operations, + 'finished' => '\Drupal\mass_migrate\MassMigrateBatchManager::batchFinished', + 'title' => 'Queueing flagging.', + 'progress_message' => 'Processed @current of @total flags.', + 'error_message' => 'This batch encountered an error.', + ]; + + return $batch; + } + + /** + * Batch operation worker for queueing flagging. + * + * @param array $batch_group + * Array of flagging to assign. + * @param int $progress_count + * Progress count of flagging. + * @param int $total + * Total count of flagging. + * @param mixed $context + * Batch context. + */ + public static function queueFlagBatchWorker(array $batch_group, $progress_count, $total, &$context) { + $queue = \Drupal::queue('mass_migrate_queue'); + if (empty($context['sandbox']['total'])) { + $context['sandbox']['progress'] = 0; + $context['sandbox']['total'] = (int) count($batch_group); + } + foreach ($batch_group as $row) { + // Ignore problematic node with id: 66641 and the first row of csv file. + if ($row[0] == 'entity_id' || $row[0] == 66641) { + continue; + } + $entityId = $row[0]; + $uid = $row[1]; + // Add to queue. + $queue->createItem([ + 'entity_id' => $entityId, + 'uid' => $uid, + ]); + $context['sandbox']['progress']++; + $context['results'][] = $entityId . ':' . $uid; + } + + if ($context['sandbox']['progress'] < $context['sandbox']['total']) { + $context['finished'] = $context['sandbox']['progress'] / $context['sandbox']['total']; + } + else { + $context['finished'] = 1; + } + + $context['message'] = t('Queueing flags: @current of @total', [ + '@current' => $progress_count, + '@total' => $total, + ]); + } + + /** + * Finish callback for our batch processing. + * + * @param bool $success + * Whether the batch completed successfully. + * @param array $results + * The results array. + * @param array $operations + * The operations array. + */ + public static function batchFinished($success, array $results, array $operations) { + if ($success) { + \Drupal::messenger()->addMessage(t('Queued flagging assignments for @count nodes.', ['@count' => count($results)])); + } + else { + // An error occurred. + // $operations contains the operations that remained unprocessed. + $error_operation = reset($operations); + \Drupal::messenger()->addMessage( + t('An error occurred while processing @operation with arguments : @args', + [ + '@operation' => $error_operation[0], + '@args' => print_r($error_operation[0], TRUE), + ] + ) + ); + } + } + +} diff --git a/docroot/modules/custom/mass_migrate/src/Plugin/QueueWorker/MassMigrateQueueWorker.php b/docroot/modules/custom/mass_migrate/src/Plugin/QueueWorker/MassMigrateQueueWorker.php new file mode 100644 index 0000000000..dd337249af --- /dev/null +++ b/docroot/modules/custom/mass_migrate/src/Plugin/QueueWorker/MassMigrateQueueWorker.php @@ -0,0 +1,115 @@ +entityTypeManager = $entity_type_manager; + $this->logger = $logger_factory->get('mass_migrate'); + $this->database = $database; + $this->flagService = $flag_service; + } + + /** + * {@inheritdoc} + */ + public static function create(ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition) { + return new static( + $configuration, + $plugin_id, + $plugin_definition, + $container->get('entity_type.manager'), + $container->get('logger.factory'), + $container->get('database'), + $container->get('flag'), + ); + } + + /** + * {@inheritdoc} + */ + public function processItem($data) { + // Don't spam all the users with content update emails. + $_ENV['MASS_FLAGGING_BYPASS'] = TRUE; + try { + $entity_id = $data['entity_id']; + $uid = $data['uid']; + $query = $this->database->select('migrate_map_service_details', 'mmsd'); + $query->fields('mmsd', ['destid1']); + $query->condition('mmsd.sourceid1', (int) $entity_id); + $result = $query->execute()->fetch(); + $node = $this->entityTypeManager->getStorage('node')->load(reset($result)); + $user = $this->entityTypeManager->getStorage('user')->load($uid); + + $flag_id = 'watch_content'; + $flag = $this->flagService->getFlagById($flag_id); + + if ($flag && $node && $user) { + if (!$flag->isFlagged($node, $user)) { + // Flag an entity with a specific flag. + $this->flagService->flag($flag, $node, $user); + $flag->save(); + } + } + + } + catch (\Exception $e) { + $this->logger->warning("An error occurred when assigning flag for entity with data: @data. Error message: {$e->getMessage()}", ['@data' => json_encode($data)]); + } + + } + +} diff --git a/docroot/modules/custom/mass_redirects/src/Commands/MassRedirectsCommands.php b/docroot/modules/custom/mass_redirects/src/Commands/MassRedirectsCommands.php index f7186ff399..d674f57038 100644 --- a/docroot/modules/custom/mass_redirects/src/Commands/MassRedirectsCommands.php +++ b/docroot/modules/custom/mass_redirects/src/Commands/MassRedirectsCommands.php @@ -3,32 +3,41 @@ namespace Drupal\mass_redirects\Commands; use Consolidation\OutputFormatters\StructuredData\RowsOfFields; +use Drupal\Component\Utility\Html; use Drupal\Core\Database\Connection; +use Drupal\Core\Entity\ContentEntityInterface; use Drupal\Core\Entity\EntityPublishedInterface; use Drupal\Core\Entity\EntityTypeManagerInterface; +use Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem; +use Drupal\Core\Url; use Drupal\Driver\Exception\Exception; +use Drupal\mass_content\Field\FieldType\DynamicLinkItem; use Drupal\mass_redirects\Form\MoveRedirectsForm; use Drupal\mayflower\Helper; use Drupal\redirect\RedirectRepository; +use Drupal\text\Plugin\Field\FieldType\TextLongItem; +use Drupal\text\Plugin\Field\FieldType\TextWithSummaryItem; use Drush\Commands\DrushCommands; +use Drush\Drush; class MassRedirectsCommands extends DrushCommands { - /** - * EntityCommands constructor. - */ public function __construct( protected EntityTypeManagerInterface $entityTypeManager, protected Connection $connection, protected RedirectRepository $redirectRepository ) { + parent::__construct(); } /** * Re-point entity usages that point via a redirect. * - * @command ma:heal + * Use --simulate to get a report, and skip healing. + * + * @command ma:heal-references-to-trash * @field-labels + * success: Success * parent_id: Parent id * parent_type: Parent type * parent_bundle: Parent Bundle @@ -41,11 +50,11 @@ public function __construct( * from_type: From type * to_id: To Id * to_type: To Type - * @default-fields parent_id,parent_type,parent_bundle,parent_published,usage_id,usage_type,field,method,from_id,from_type,to_id,to_type + * @default-fields success,parent_id,parent_type,parent_bundle,parent_published,usage_id,usage_type,field,method,from_id,from_type,to_id,to_type * @aliases mah * @filter-default-field from_id */ - public function heal($options = ['format' => 'table']): RowsOfFields { + public function healReferences($options = ['format' => 'table']): RowsOfFields { $rows = []; // Get all usages that point to a trashed node. @@ -118,6 +127,7 @@ public function heal($options = ['format' => 'table']): RowsOfFields { } $result = [ + 'success' => 'No', 'parent_id' => $parent->id(), 'parent_type' => $parent->getEntityTypeId(), 'parent_bundle' => $parent->bundle(), @@ -131,9 +141,13 @@ public function heal($options = ['format' => 'table']): RowsOfFields { 'to_id' => $parameters['node'], 'to_type' => 'node', ]; - // We can re-point this usage. + if (!Drush::simulate()) { + // Re-point this usage. + if ($this->heal($usage, $result)) { + $result['success'] = 'Yes'; + } + } $rows[] = $result; - \Drupal::queue('mass_redirects_repoint')->createItem($result); } } @@ -141,6 +155,128 @@ public function heal($options = ['format' => 'table']): RowsOfFields { return new RowsOfFields($rows); } + public function heal(ContentEntityInterface $entity, array $data): bool { + $changed = $saved = FALSE; + $options = ['absolute' => TRUE]; + + $field_name = $data['field']; + $list = $entity->get($field_name); + $uri_old = 'entity:' . $data['from_type'] . '/' . $data['from_id']; + $uri_new = 'entity:' . $data['from_type'] . '/' . $data['to_id']; + foreach ($list as $delta => $item) { + switch (get_class($item)) { + case DynamicLinkItem::class: + $values[$delta] = $item->getValue(); + $item_uri = $item->get('uri')->getString(); + $item_uri_path = parse_url($item_uri, PHP_URL_PATH); + if ($item_uri == $uri_old) { + $values[$delta]['uri'] = $uri_new; + $changed = TRUE; + } + elseif ($item_uri_path == Url::fromUri($uri_old)->toString()) { + $values[$delta]['uri'] = Url::fromUri($uri_new, $options)->toString(); + $changed = TRUE; + } + break; + + case EntityReferenceItem::class: + $values[$delta] = $item->getValue(); + if ($item->get('target_id')->getString() == $data['from_id']) { + $values[$delta]['target_id'] = $data['to_id']; + $changed = TRUE; + } + break; + + case TextLongItem::class: + case TextWithSummaryItem::class: + $values[$delta] = $item->getValue(); + $value = $item->getValue()['value']; + // First check for the entity ID + if (str_contains($value, $data['from_id'])) { + $replaced = str_replace($data['from_id'], $data['to_id'], $value); + $value = $replaced; + $values[$delta]['value'] = $replaced; + $changed = TRUE; + } + // Next check for the link. We want relative links not + // absolute so domain mismatch isn't an issue. + if (str_contains($value, Url::fromUri($uri_old)->toString())) { + $replaced = str_replace(Url::fromUri($uri_old)->toString(), Url::fromUri($uri_new)->toString(), $value); + $value = $replaced; + $values[$delta]['value'] = $replaced; + $changed = TRUE; + } + + // Check for the linkit values. + if (str_contains($value, 'data-entity-uuid')) { + + $storage_old = $this->entityTypeManager->getStorage($data['from_type']); + + if ($storage_old) { + $entity_old = $storage_old->load($data['from_id']); + if ($entity_old) { + if (str_contains($value, $entity_old->uuid())) { + $dom = Html::load($value); + $xpath = new \DOMXPath($dom); + foreach ($xpath->query('//a[@data-entity-type and @data-entity-uuid]') as $element) { + if ($element->getAttribute('data-entity-uuid') == $entity_old->uuid()) { + // Parse link href as url, + // extract query and fragment from it. + $href_url = parse_url($element->getAttribute('href')); + $anchor = empty($href_url["fragment"]) ? '' : '#' . $href_url["fragment"]; + $query = empty($href_url["query"]) ? '' : '?' . $href_url["query"]; + + $storage_new = $this->entityTypeManager->getStorage($data['to_type']); + if ($storage_new) { + $entity_new = $storage_new->load($data['to_id']); + if ($entity_new) { + $substitution = \Drupal::service('plugin.manager.linkit.substitution'); + $url = $substitution + ->createInstance('canonical') + ->getUrl($entity_new); + $element->setAttribute('data-entity-uuid', $entity_new->uuid()); + $element->setAttribute('href', $url->getGeneratedUrl() . $query . $anchor); + $changed = TRUE; + } + } + } + } + if ($changed) { + $replaced = Html::serialize($dom); + $value = $replaced; + $values[$delta]['value'] = $replaced; + } + } + } + } + } + + // Check if there are manually entered html links. + $old_url = str_replace('---unpublished', '', Url::fromUri($uri_old)->toString()); + if (str_contains($value, $old_url)) { + $replaced = str_replace($old_url, Url::fromUri($uri_new)->toString(), $value); + $values[$delta]['value'] = $replaced; + $changed = TRUE; + } + break; + } + + // Update the field values if any changes were made. + if ($changed) { + if (method_exists($entity, 'setRevisionLogMessage')) { + $entity->setNewRevision(); + $entity->setRevisionLogMessage('Revision created to fix redirects.'); + $entity->setRevisionCreationTime(\Drupal::time()->getRequestTime()); + } + $entity->set($field_name, $values); + $entity->save(); + $saved = TRUE; + } + + } + return $saved; + } + /** * An example of the table output format. * diff --git a/docroot/modules/custom/mass_redirects/src/Plugin/QueueWorker/MassRedirectsRepoint.php b/docroot/modules/custom/mass_redirects/src/Plugin/QueueWorker/MassRedirectsRepoint.php deleted file mode 100644 index 95f7ed5910..0000000000 --- a/docroot/modules/custom/mass_redirects/src/Plugin/QueueWorker/MassRedirectsRepoint.php +++ /dev/null @@ -1,234 +0,0 @@ -entityTypeManager = $entity_type_manager; - $this->database = $database_service; - } - - /** - * {@inheritdoc} - */ - public static function create(ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition) { - return new static( - $configuration, - $plugin_id, - $plugin_definition, - $container->get('entity_type.manager'), - $container->get('database') - ); - } - - /** - * {@inheritdoc} - */ - public function processItem($data) { - - $storage = $this->entityTypeManager->getStorage($data['usage_type']); - - if (!$storage) { - return; - } - - $entity = $storage->load($data['usage_id']); - - if (!$entity) { - return; - } - - if (!$entity->hasField($data['field'])) { - return; - } - - $vid = $storage->getLatestRevisionId($entity->id()); - $modify_draft = $vid != $entity->getRevisionId(); - $this->heal($entity, $data); - - if ($modify_draft) { - $entity_latest = $storage->loadRevision($vid); - $this->heal($entity_latest, $data); - dump($entity_latest->id()); - dump($entity_latest->bundle()); - } - } - - public function heal($entity, array $data) { - $changed = FALSE; - $options = ['absolute' => TRUE]; - - $field_name = $data['field']; - $list = $entity->get($field_name); - $uri_old = 'entity:' . $data['from_type'] . '/' . $data['from_id']; - $uri_new = 'entity:' . $data['from_type'] . '/' . $data['to_id']; - foreach ($list as $delta => $item) { - switch (get_class($item)) { - case DynamicLinkItem::class: - $values[$delta] = $item->getValue(); - $item_uri = $item->get('uri')->getString(); - $item_uri_path = parse_url($item_uri, PHP_URL_PATH); - if ($item_uri == $uri_old) { - $values[$delta]['uri'] = $uri_new; - $changed = TRUE; - } - elseif ($item_uri_path == Url::fromUri($uri_old)->toString()) { - $values[$delta]['uri'] = Url::fromUri($uri_new, $options)->toString(); - $changed = TRUE; - } - break; - - case EntityReferenceItem::class: - $values[$delta] = $item->getValue(); - if ($item->get('target_id')->getString() == $data['from_id']) { - $values[$delta]['target_id'] = $data['to_id']; - $changed = TRUE; - } - break; - - case TextLongItem::class: - case TextWithSummaryItem::class: - $values[$delta] = $item->getValue(); - $value = $item->getValue()['value']; - // First check for the entity ID - if (str_contains($value, $data['from_id'])) { - $replaced = str_replace($data['from_id'], $data['to_id'], $value); - $value = $replaced; - $values[$delta]['value'] = $replaced; - $changed = TRUE; - } - // Next check for the link. We want relative links not - // absolute so domain mismatch isn't an issue. - if (str_contains($value, Url::fromUri($uri_old)->toString())) { - $replaced = str_replace(Url::fromUri($uri_old)->toString(), Url::fromUri($uri_new)->toString(), $value); - $value = $replaced; - $values[$delta]['value'] = $replaced; - $changed = TRUE; - } - - // Check for the linkit values. - if (str_contains($value, 'data-entity-uuid')) { - - $storage_old = $this->entityTypeManager->getStorage($data['from_type']); - - if ($storage_old) { - $entity_old = $storage_old->load($data['from_id']); - if ($entity_old) { - if (str_contains($value, $entity_old->uuid())) { - $dom = Html::load($value); - $xpath = new \DOMXPath($dom); - foreach ($xpath->query('//a[@data-entity-type and @data-entity-uuid]') as $element) { - if ($element->getAttribute('data-entity-uuid') == $entity_old->uuid()) { - // Parse link href as url, - // extract query and fragment from it. - $href_url = parse_url($element->getAttribute('href')); - $anchor = empty($href_url["fragment"]) ? '' : '#' . $href_url["fragment"]; - $query = empty($href_url["query"]) ? '' : '?' . $href_url["query"]; - - $storage_new = $this->entityTypeManager->getStorage($data['to_type']); - if ($storage_new) { - $entity_new = $storage_new->load($data['to_id']); - if ($entity_new) { - $substitution = \Drupal::service('plugin.manager.linkit.substitution'); - $url = $substitution - ->createInstance('canonical') - ->getUrl($entity_new); - $element->setAttribute('data-entity-uuid', $entity_new->uuid()); - $element->setAttribute('href', $url->getGeneratedUrl() . $query . $anchor); - $changed = TRUE; - } - } - } - } - if ($changed) { - $replaced = Html::serialize($dom); - $value = $replaced; - $values[$delta]['value'] = $replaced; - } - } - } - } - } - - // Check if there are manually entered html links. - $old_url = str_replace('---unpublished', '', Url::fromUri($uri_old)->toString()); - if (str_contains($value, $old_url)) { - $replaced = str_replace($old_url, Url::fromUri($uri_new)->toString(), $value); - $values[$delta]['value'] = $replaced; - $changed = TRUE; - } - break; - } - - // Update the field values if any changes were made. - if ($changed) { - if (method_exists($entity, 'setRevisionLogMessage')) { - $entity->setNewRevision(); - $entity->setRevisionLogMessage('Revision created to fix redirects.'); - $entity->setRevisionCreationTime(\Drupal::time()->getRequestTime()); - } - $entity->set($field_name, $values); - $entity->save(); - } - - } - } - -} diff --git a/docroot/sites/default/settings.acquia.php b/docroot/sites/default/settings.acquia.php index d32390413c..9ef0ef8e4f 100644 --- a/docroot/sites/default/settings.acquia.php +++ b/docroot/sites/default/settings.acquia.php @@ -82,8 +82,7 @@ * * @see https://docs.acquia.com/articles/password-protect-your-non-production-environments-acquia-hosting#phpfpm */ -// @todo remove feature2 -if (!$cli && !$is_prod && !in_array($_SERVER['SERVER_NAME'], ['wwwcf.digital.mass.gov', 'editcf.digital.mass.gov', 'stage.mass.gov', 'edit.stage.mass.gov', 'feature2.edit.mass.gov'])) { +if (!$cli && !$is_prod && !in_array($_SERVER['SERVER_NAME'], ['wwwcf.digital.mass.gov', 'editcf.digital.mass.gov', 'stage.mass.gov', 'edit.stage.mass.gov'])) { $username = getenv('LOWER_ENVIR_AUTH_USER'); $password = getenv('LOWER_ENVIR_AUTH_PASS'); $is_testing_page = strpos($_SERVER['REQUEST_URI'], '/topics/hunting-fishing') !== FALSE; diff --git a/docroot/themes/custom/mass_theme/mass_theme.theme b/docroot/themes/custom/mass_theme/mass_theme.theme index cd7d5b83cc..c9700ddd4d 100644 --- a/docroot/themes/custom/mass_theme/mass_theme.theme +++ b/docroot/themes/custom/mass_theme/mass_theme.theme @@ -3215,7 +3215,7 @@ function mass_theme_preprocess_node_service_page(&$variables) { $keyActions_options = [ 'heading' => [ 'title' => t('First time? Start here.'), - 'sub' => 3, + 'level' => 2, ], ]; diff --git a/drush/Commands/DeployCommands.php b/drush/Commands/DeployCommands.php index cf6919852d..b0b6a74601 100644 --- a/drush/Commands/DeployCommands.php +++ b/drush/Commands/DeployCommands.php @@ -149,6 +149,28 @@ public function ciBackstopCompare(array $options = ['reference' => 'prod', 'targ $this->logger()->success($this->getSuccessMessage($body)); } + /** + * Initiate an on-demand database backup via the Acquia API. + * + * @param string $target Target environment. Recognized values: dev, cd, test, feature1, feature2, feature3, feature4, feature5, prod. + * + * @usage drush ma:backup prod + * Initiate a database backup in production. + * + * @command ma:backup + * + * @throws \Exception + */ + public function createBackup($target) { + $env = $this->siteAliasManager()->getAlias($target); + $cloudapi = $this->getClient(); + $backup = new DatabaseBackups($cloudapi); + $response = $backup->create($env->get('uuid'), 'massgov'); + if ($response->message !== 'Creating the backup.') { + throw new \Exception('Failed to create a backup via Acquia Cloud API.'); + } + $this->logger()->success('Backup initiated.'); + } /** * Write the download link for the most recent database backup to stdout. diff --git a/features/ct_service_details.feature b/features/ct_service_details.feature deleted file mode 100644 index 11e1034f45..0000000000 --- a/features/ct_service_details.feature +++ /dev/null @@ -1,27 +0,0 @@ -@api -Feature: Service Details Page Content type - As a MassGov alpha content editor, - I want to be able to add service detail pages, - so that I can inform people about additional information regarding services. - - Scenario: Verify that the service details content type has the correct fields - Given I am logged in as a user with the "administrator" role - Then "service_details" content has the correct fields - And "section_with_heading" paragraph has the correct fields - - Scenario: Verify that the category metatag exists and has the correct value. - Given I am viewing a published "service_details" content with the title "test service details" - Then I should see a "category" meta tag of "services" - - @caching @dynamic_cache - Scenario: Verify that the service detail content type is efficiently and dynamically cacheable. - Given I am logged in as a user with the "editor" role - And I am viewing a published "service_details" content with the title "test service details" - #First we get a MISS - Then the page should be dynamically cacheable - And the "node_list" cache tag should not be used - And the "paragraph_list" cache tag should not be used - And the "file_list" cache tag should not be used - #Visit again we get a HIT - When I reload the page - Then the page should be dynamically cached diff --git a/features/xss.feature b/features/xss.feature index 0cb77ed6c2..ae526b38d8 100644 --- a/features/xss.feature +++ b/features/xss.feature @@ -84,10 +84,6 @@ Feature: As a Massachussetts constituent, Given I am viewing any rules node Then I should not see any vulnerabilities - Scenario: Service details should not have any vulnerabilities - Given I am viewing any service_details node - Then I should not see any vulnerabilities - Scenario: Service pages should not have any vulnerabilities Given I am viewing any service_page node Then I should not see any vulnerabilities diff --git a/scripts/changelog-body.txt b/scripts/changelog-body.txt index ae3bbb559a..7effa5b02f 100644 --- a/scripts/changelog-body.txt +++ b/scripts/changelog-body.txt @@ -1,11 +1,22 @@ -## [0.371.0] - August 15, 2023 +## [0.372.0] - September 5, 2023 ### Changed - - DP-26359: Remove a link from an image in a image promo and a suggested page units. |- Exclude a redundant "more" link from keyboad and AT users from a image promo unit. |- Expand the clickable area to the antire image promo and suggesnted page unit containers. |- Restructure the image promos and the suggested pages with a list for better semantics. - - DP-28827: D10 upgrade - "Collab with maintainers" modules + - DP-25149: Revert Akamai version which got moved up recently. Fixes test failures. + - DP-28733: Remove aria-labelledby from key actions, title attribute from its comp heading and correct the heading level. + - DP-288257: Consolidate two Drush commands into one - ma:heal-references-to-trash + - DP-28842: Drupal 10 compat - Update Entity Embed and LinkIt + - DP-29492: Config change to load Google Tag manager in all paths including author paths. + +### Removed + - DP-26154: Remove testing of service_details pages + +### Fixed + - DP-28622: Export report of orphaned pages fixed. + - DP-29391: Fix flagging for migrated service details pages. ### Added - - DP-29328: Added service details post-migration step for primary parent fields. + - DP-29259: Add metadata field mg_parent_org. + - DP-29392: Add drush ma:backup command for starting an on-demand DB backup.